From 089e1d0afd88170751378eabfcf60e7ebaf1c198 Mon Sep 17 00:00:00 2001 From: Mohammed Naser Date: Sat, 14 Apr 2018 12:54:52 -0400 Subject: [PATCH] Add octavia_service_region to octavia_all vars Without this, it will default to RegionOne and not the one configured in the integrated repo which will make it fail on certain tasks. Change-Id: I39f338594808d252a4a1794d2aa29dd263196a69 --- inventory/group_vars/octavia_all.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/inventory/group_vars/octavia_all.yml b/inventory/group_vars/octavia_all.yml index ced7d1eea3..2436f7b109 100644 --- a/inventory/group_vars/octavia_all.yml +++ b/inventory/group_vars/octavia_all.yml @@ -15,6 +15,7 @@ octavia_service_internalurl: "{{ octavia_service_internaluri }}/v1/%(project_id)s" octavia_service_user_name: octavia +octavia_service_region: "{{ service_region }}" # RPC octavia_rabbitmq_userid: octavia