############################################################################### # [ 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] root_helper = sudo neutron-rootwrap /etc/neutron/rootwrap.conf state_path = /var/lib/neutron # Gateway runs a metadata API server locally nova_metadata_host = {{ nova_metadata_host }} nova_metadata_port = {{ nova_metadata_port }} nova_metadata_protocol = {{ nova_metadata_protocol }} metadata_proxy_shared_secret = {{ shared_secret }} cache_url = memory://?default_ttl=5 metadata_workers = {{ workers }}