Fix hiera variable used to set cinder's backend_host

Use cinder::backends::backend_host to override the value when the
cinder-volume service runs active/passive under pcmk. This puppet
parameter was added several cycles ago, and the original
cinder::backend_host variable is being deprecated.

Change-Id: Ic0b0f1bd703e46b9ed0d86381b4fbed4ed6f9699
This commit is contained in:
Alan Bishop 2021-05-03 08:02:58 -07:00
parent 5fd7b3c9f6
commit a8f527d8dc
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ outputs:
tripleo::profile::pacemaker::cinder::volume_bundle::ceph_conf_path: {get_param: CephConfigPath}
cinder::volume::manage_service: false
cinder::volume::enabled: false
cinder::backend_host: hostgroup
cinder::backends::backend_host: hostgroup
service_config_settings:
get_attr: [CinderBase, role_data, service_config_settings]
# BEGIN DOCKER SETTINGS