From ec2656e225d0b1c096e5c3d2b06613a51edfe008 Mon Sep 17 00:00:00 2001 From: Logan V Date: Wed, 14 Sep 2016 14:48:37 -0500 Subject: [PATCH] Aodh should inherit service_region All of the Openstack services deployed in the AIO inherit a global "service_region" var, which can be used to set the Openstack region for all services globally. Aodh does not currently inherit this var so the result when building with a specific region is an install that has all services in the correct region, and Aodh in RegionOne. Change-Id: I501c303673a028b496963a9f0d7ab33670aec6d4 --- playbooks/inventory/group_vars/all.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/playbooks/inventory/group_vars/all.yml b/playbooks/inventory/group_vars/all.yml index 7b7acd144d..94c84fd8b4 100644 --- a/playbooks/inventory/group_vars/all.yml +++ b/playbooks/inventory/group_vars/all.yml @@ -106,7 +106,8 @@ dhcp_domain: openstacklocal ## LDAP enabled toggle service_ldap_backend_enabled: "{{ keystone_ldap is defined and keystone_ldap.Default is defined }}" -## Aodh DB info +## Aodh +aodh_service_region: "{{ service_region }}" aodh_galera_user: aodh aodh_galera_database: aodh aodh_galera_address: "{{ internal_lb_vip_address }}"