Skip to content

Commit 3b677e0

Browse files
committed
Define bundle-cmr feature flag
1 parent a511f3d commit 3b677e0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

feature/flags.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,7 @@ const MongoDbSSTXN = "mongodb-sstxn"
6161
// MultiCloud tells Juju to allow a different IAAS cloud to the one the controller
6262
// was bootstrapped on to be added to the controller.
6363
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

Comments
 (0)