Use cinder defaults for cinder_management_address

ansible_host might be not always safe default and instead we would use
management_address that is set as a default in cinder role.

Depends-On: https://review.opendev.org/c/openstack/openstack-ansible-os_cinder/+/805989
Related-Bug: #1941068
Change-Id: Icbfe86d984774dbb412f643cecc62b6a5f683918
This commit is contained in:
Dmitriy Rabotyagov 2021-08-25 16:04:42 +03:00 committed by Dmitriy Rabotyagov
parent 6d45fc3a52
commit 5505d4a146

View File

@ -19,9 +19,6 @@ cinder_service_backup_program_enabled: "{{ hostvars['localhost']['cinder_service
# These are here rather than in cinder_all because
# both the os_ceilometer and os_cinder roles require them
# The address used to listen for communications
cinder_management_address: "{{ ansible_host }}"
# If there are Swift hosts in the environment, then use it as the default Glance store
# This is specifically duplicated from glance_all for the cinder_glance_api_version
# setting below.