Merge "Add missing service URLs for AODH"
This commit is contained in:
commit
ada151836a
@ -21,6 +21,8 @@ aodh_connection_string: "mysql+pymysql://{{ aodh_galera_user }}:{{ aodh_containe
|
||||
|
||||
aodh_service_in_ldap: "{{ service_ldap_backend_enabled }}"
|
||||
aodh_service_publicuri: "{{ openstack_service_publicuri_proto|default(aodh_service_proto) }}://{{ external_lb_vip_address }}:{{ aodh_service_port }}"
|
||||
aodh_service_internaluri: "{{ openstack_service_publicuri_proto|default(aodh_service_proto) }}://{{ internal_lb_vip_address }}:{{ aodh_service_port }}"
|
||||
aodh_service_adminuri: "{{ openstack_service_publicuri_proto|default(aodh_service_proto) }}://{{ internal_lb_vip_address }}:{{ aodh_service_port }}"
|
||||
|
||||
# Ensure that the package state matches the global setting
|
||||
aodh_package_state: "{{ package_state }}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user