Correct cinder_backup_available parameter

Incorrectly default cinder_backup_available to true when it should
be false.

Change-Id: I4bea4c5bb622db5e4020579742d36db7878d16d3
This commit is contained in:
Keith Schincke 2016-10-05 10:55:03 -04:00
parent edb1cd7ff8
commit c0a32e30f0
1 changed files with 1 additions and 1 deletions

View File

@ -272,7 +272,7 @@ class tempest(
$db_flavor_ref = $::os_service_default,
# Service configuration
$cinder_available = true,
$cinder_backup_available = true,
$cinder_backup_available = false,
$glance_available = true,
$heat_available = false,
$ceilometer_available = false,