~bbaqar/charms/trusty/neutron-api-plumgrid/temp

« back to all changes in this revision

Viewing changes to templates/kilo/plumlib.ini

  • Committer: bbaqar at plumgrid
  • Date: 2015-08-09 15:32:44 UTC
  • Revision ID: bbaqar@plumgrid.com-20150809153244-y8r6mf93wr0tqgyn
Support added for metadata

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
# namespace for metadata won't be created on this node
19
19
[PLUMgridMetadata]
20
20
enable_pg_metadata = {{ enable_metadata }}
21
 
metadata_ip = {{ pg_metadata_ip }}
22
 
metadata_port = {{ pg_metadata_port }}
23
 
metadata_key = {{ nova_metadata_proxy_secret }}
 
21
nova_metadata_ip = {{ pg_metadata_ip }}
 
22
nova_metadata_port = {{ pg_metadata_port }}
 
23
metadata_proxy_shared_secret = {{ nova_metadata_proxy_secret }}
24
24
 
25
25
metadata_ns = True
26
26