We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a511f3d commit 3b677e0Copy full SHA for 3b677e0
feature/flags.go
@@ -61,3 +61,7 @@ const MongoDbSSTXN = "mongodb-sstxn"
61
// MultiCloud tells Juju to allow a different IAAS cloud to the one the controller
62
// was bootstrapped on to be added to the controller.
63
const MultiCloud = "multi-cloud"
64
+
65
+// CMRAwareBundles allows Juju to recognize and handle offer and saas blocks
66
+// when deploying bundles.
67
+const CMRAwareBundles = "bundle-cmr"
0 commit comments