scenario003: enable trove for real
Trove was not deployed because of a typo. Change-Id: I238a1bf833f712070559a894fb8e4b6e3a93e034
This commit is contained in:
parent
cdf6e3c3ab
commit
d92e49628d
@ -28,7 +28,7 @@ case $::osfamily {
|
|||||||
$ipv6 = true
|
$ipv6 = true
|
||||||
$mistral_enabled = true
|
$mistral_enabled = true
|
||||||
$murano_enabled = true
|
$murano_enabled = true
|
||||||
$trove = true
|
$trove_enabled = true
|
||||||
}
|
}
|
||||||
default: {
|
default: {
|
||||||
fail("Unsupported osfamily (${::osfamily})")
|
fail("Unsupported osfamily (${::osfamily})")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user