diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-03-13 15:23:14 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-03-13 15:23:14 +0000 |
commit | 03b3fd7fe967694000939048c14fe8793c451b5c (patch) | |
tree | 75b586238332f939146b6f7c6859c0c33abf454c /puppet/services/cinder-backend-scaleio.yaml | |
parent | 4e51a1fc067ed7925821213b106e94feaa5088d7 (diff) | |
parent | e88dfbc4ca115be9522ee0fc0bdb5b60f9ddd7a7 (diff) |
Merge "Fix bogus parameters in get_param"
Diffstat (limited to 'puppet/services/cinder-backend-scaleio.yaml')
-rw-r--r-- | puppet/services/cinder-backend-scaleio.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/puppet/services/cinder-backend-scaleio.yaml b/puppet/services/cinder-backend-scaleio.yaml index eb709cd5..c4e4aa3d 100644 --- a/puppet/services/cinder-backend-scaleio.yaml +++ b/puppet/services/cinder-backend-scaleio.yaml @@ -106,6 +106,6 @@ outputs: cinder::backend::scaleio::sio_round_volume_capacity: {get_param: CinderScaleIORoundVolumeCapacity} cinder::backend::scaleio::sio_unmap_volume_before_deletion: {get_param: CinderScaleIOUnmapVolumeBeforeDeletion} cinder::backend::scaleio::sio_max_over_subscription_ratio: {get_param: CinderScaleIOMaxOverSubscriptionRatio} - cinder::backend::scaleio::sio_thin_provision: {get_param: CinderScaleIOThinProvision} + cinder::backend::scaleio::sio_thin_provision: {get_param: CinderScaleIOSanThinProvision} step_config: | include ::tripleo::profile::base::cinder::volume |