Metadata service seems to cache neutron api url from keystone so trigger restart if it changes by adding comment to metadata config with url

This commit is contained in:
Liam Young 2014-06-29 15:53:14 +01:00
parent 589c60c2c4
commit fd26e9b2f8

View File

@ -2,6 +2,8 @@
# [ WARNING ]
# Configuration file maintained by Juju. Local changes may be overwritten.
###############################################################################
# Metadata service seems to cache neutron api url from keystone so trigger
# restart if it changes: {{ quantum_url }}
[DEFAULT]
auth_url = {{ service_protocol }}://{{ keystone_host }}:{{ service_port }}/v2.0
auth_region = {{ region }}