Re-enable trove in scenario003
https://review.openstack.org/#/c/507087/ is merged so it should be able to deploy trove with keystone v3. Depends-On: I8d0e200958c813101d72e180c6da8343b5fcae6e Change-Id: I392cd236196d8ad921f0044f088ecd025116ece2
This commit is contained in:
parent
aab334bd15
commit
357a20170d
@ -30,10 +30,7 @@ case $::osfamily {
|
||||
# NOTE(mnaser): We need to figure out why Murano won't accept credentials
|
||||
# and how to get it to work with Keystone V3.
|
||||
$murano_enabled = false
|
||||
# TODO (amoralej): trove doesn't work fine with keystone V3. Until it's
|
||||
# fixed in https://review.openstack.org/#/c/507087/, let's disable it
|
||||
# so that it doesn't block promotion.
|
||||
$trove_enabled = false
|
||||
$trove_enabled = true
|
||||
}
|
||||
default: {
|
||||
fail("Unsupported osfamily (${::osfamily})")
|
||||
|
Loading…
x
Reference in New Issue
Block a user