Merge "Update glance confs and ports"

This commit is contained in:
Jenkins 2015-08-12 20:22:07 +00:00 committed by Gerrit Code Review
commit d639155657
2 changed files with 5 additions and 6 deletions

View File

@ -3,13 +3,9 @@ verbose = true
debug = true
bind_host = {{ hostvars[inventory_hostname]['ansible_' + api_interface]['ipv4']['address'] }}
bind_port = {{ glance_api_port }}
rabbit_host = {{ kolla_internal_address }}
rabbit_userid = {{ rabbitmq_user }}
rabbit_password = {{ rabbitmq_password }}
rabbit_ha_queues = true
notification_driver = nova.openstack.common.notifier.rpc_notifier
notification_driver = noop
registry_host = {{ kolla_internal_address }}

View File

@ -3,6 +3,9 @@ verbose = true
debug = true
bind_host = {{ hostvars[inventory_hostname]['ansible_' + api_interface]['ipv4']['address'] }}
bind_port = {{ glance_registry_port }}
notification_driver = noop
[database]
connection = mysql://{{ glance_database_user }}:{{ glance_database_password }}@{{ glance_database_address }}/{{ glance_database_name }}