From 5505d4a1465dbc19eeecef39a8947c2c746486a9 Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotyagov Date: Wed, 25 Aug 2021 16:04:42 +0300 Subject: [PATCH] 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 --- inventory/group_vars/cinder_all.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/inventory/group_vars/cinder_all.yml b/inventory/group_vars/cinder_all.yml index d1f958b69e..a8c13e5c77 100644 --- a/inventory/group_vars/cinder_all.yml +++ b/inventory/group_vars/cinder_all.yml @@ -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.