~corey.bryant/charms/trusty/quantum-gateway/end-of-life

« back to all changes in this revision

Viewing changes to templates/havana/metadata_agent.ini

  • Committer: Corey Bryant
  • Date: 2015-07-16 19:59:31 UTC
  • Revision ID: corey.bryant@canonical.com-20150716195931-2p7sloju2305jsfx
quantum-gateway charm has reached end-of-life

Strip all functionality from charm and issue status message
reporting end-of-life and pointing users to neutron-gateway charm.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
###############################################################################
2
 
# [ WARNING ]
3
 
# Configuration file maintained by Juju. Local changes may be overwritten.
4
 
###############################################################################
5
 
# Metadata service seems to cache neutron api url from keystone so trigger
6
 
# restart if it changes: {{ quantum_url }}
7
 
[DEFAULT]
8
 
auth_url = {{ service_protocol }}://{{ keystone_host }}:{{ service_port }}/v2.0
9
 
auth_region = {{ region }}
10
 
admin_tenant_name = {{ service_tenant }}
11
 
admin_user = {{ service_username }}
12
 
admin_password = {{ service_password }}
13
 
root_helper = sudo neutron-rootwrap /etc/neutron/rootwrap.conf
14
 
state_path = /var/lib/neutron
15
 
# Gateway runs a metadata API server locally
16
 
nova_metadata_ip = {{ local_ip }}
17
 
nova_metadata_port = 8775
18
 
metadata_proxy_shared_secret = {{ shared_secret }}