Add missing cinder_available parameter to ::tempest

Change-Id: I2bfd4b2431fe22cd89c930e136ff85faab1eb2ac
This commit is contained in:
David Moreau Simard
2016-03-01 11:04:21 -05:00
parent 2fda15a561
commit a08b78d6fd

View File

@@ -1,4 +1,4 @@
$provision_demo = str2bool(hiera('CONFIG_PROVISION_DEMO'))
$provision_demo = str2bool(hiera('CONFIG_PROVISION_DEMO'))
if $provision_demo {
$username = 'demo'
$password = hiera('CONFIG_KEYSTONE_DEMO_PW')
@@ -83,6 +83,7 @@ class { '::tempest':
aodh_available => $aodh_available,
auth_version => $auth_version,
ceilometer_available => $ceilometer_available,
cinder_available => $cinder_available,
change_password_available => $change_password_available,
configure_images => $configure_images,
configure_networks => $configure_networks,