From 2e8474efbb5b43f4e54404e3974eb5365c25e8ec Mon Sep 17 00:00:00 2001 From: Jonathan Rosser Date: Sat, 7 Dec 2019 19:26:01 +0000 Subject: [PATCH] Set neutron_service_region in group_vars The other roles wire 'service_region' to the role specific service region variable. Do the same for neutron. Change-Id: I2a5f88f9047559b31ddce2e28d82c5e3f9eee7a5 --- inventory/group_vars/neutron_all.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/inventory/group_vars/neutron_all.yml b/inventory/group_vars/neutron_all.yml index f4cec3201a..8cca0d19ad 100644 --- a/inventory/group_vars/neutron_all.yml +++ b/inventory/group_vars/neutron_all.yml @@ -13,6 +13,8 @@ # See the License for the specific language governing permissions and # limitations under the License. +neutron_service_region: "{{ service_region }}" + # If there are any Designate hosts in the environment, then enable its usage neutron_designate_enabled: "{{ hostvars['localhost']['neutron_designate_enabled'] }}" # If there are any Ceilometer hosts in the environment, then enable its usage