~tribaal/charms/trusty/quantum-gateway-mac-address-fix/trunk

« back to all changes in this revision

Viewing changes to templates/folsom/metadata_agent.ini

  • Committer: James Page
  • Date: 2014-04-16 08:28:29 UTC
  • mfrom: (41.3.49 quantum-gateway)
  • Revision ID: james.page@canonical.com-20140416082829-o7ojjk3oes6ksb69
[yolanda.robla,james-page,hazmat,r=james-page,t=*]

Support for Icehouse on 12.04 and 14.04
Support for Active/Active and SSL RabbitMQ
Support for SSL MySQL
Support for SSL endpoints
Support for PostgreSQL

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
[DEFAULT]
2
 
debug = True
3
2
auth_url = {{ service_protocol }}://{{ keystone_host }}:{{ service_port }}/v2.0
4
3
auth_region = {{ region }}
5
4
admin_tenant_name = {{ service_tenant }}
10
9
# Gateway runs a metadata API server locally
11
10
nova_metadata_ip = {{ local_ip }}
12
11
nova_metadata_port = 8775
13
 
# When proxying metadata requests, Quantum signs the Instance-ID header with a
14
 
# shared secret to prevent spoofing. You may select any string for a secret,
15
 
# but it must match here and in the configuration used by the Nova Metadata
16
 
# Server. NOTE: Nova uses a different key: quantum_metadata_proxy_shared_secret
17
 
metadata_proxy_shared_secret = {{ shared_secret }}
 
 
b'\\ No newline at end of file'
 
12
metadata_proxy_shared_secret = {{ shared_secret }}