Merge "Update glance confs and ports"
This commit is contained in:
commit
d639155657
@ -3,13 +3,9 @@ verbose = true
|
|||||||
debug = true
|
debug = true
|
||||||
|
|
||||||
bind_host = {{ hostvars[inventory_hostname]['ansible_' + api_interface]['ipv4']['address'] }}
|
bind_host = {{ hostvars[inventory_hostname]['ansible_' + api_interface]['ipv4']['address'] }}
|
||||||
|
bind_port = {{ glance_api_port }}
|
||||||
|
|
||||||
rabbit_host = {{ kolla_internal_address }}
|
notification_driver = noop
|
||||||
rabbit_userid = {{ rabbitmq_user }}
|
|
||||||
rabbit_password = {{ rabbitmq_password }}
|
|
||||||
rabbit_ha_queues = true
|
|
||||||
|
|
||||||
notification_driver = nova.openstack.common.notifier.rpc_notifier
|
|
||||||
|
|
||||||
registry_host = {{ kolla_internal_address }}
|
registry_host = {{ kolla_internal_address }}
|
||||||
|
|
||||||
|
@ -3,6 +3,9 @@ verbose = true
|
|||||||
debug = true
|
debug = true
|
||||||
|
|
||||||
bind_host = {{ hostvars[inventory_hostname]['ansible_' + api_interface]['ipv4']['address'] }}
|
bind_host = {{ hostvars[inventory_hostname]['ansible_' + api_interface]['ipv4']['address'] }}
|
||||||
|
bind_port = {{ glance_registry_port }}
|
||||||
|
|
||||||
|
notification_driver = noop
|
||||||
|
|
||||||
[database]
|
[database]
|
||||||
connection = mysql://{{ glance_database_user }}:{{ glance_database_password }}@{{ glance_database_address }}/{{ glance_database_name }}
|
connection = mysql://{{ glance_database_user }}:{{ glance_database_password }}@{{ glance_database_address }}/{{ glance_database_name }}
|
||||||
|
Loading…
Reference in New Issue
Block a user