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
This commit is contained in:
parent
666495bf6e
commit
ec2656e225
@ -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 }}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user