~junaidali/charms/trusty/neutron-api-plumgrid/oil-networking-pg

« back to all changes in this revision

Viewing changes to templates/kilo/plumlib.ini

  • Committer: Bilal Baqar
  • Date: 2016-03-14 19:41:21 UTC
  • mfrom: (11.1.1 neutron-api-plumgrid)
  • Revision ID: bbaqar@plumgrid.com-20160314194121-4vq9q6k8vre4yr4x
1. Updating plumlib.ini
2. Removed package removal from stop hook

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
api_key = 162-22O8BEYWO0DQGIM
47
47
secret_key = 171de423af844bad400a98ea5b9fa56d
48
48
 
 
49
[ConnectorType]
 
50
connector_type = distributed
 
51
 
49
52
{% if admin_user -%}
50
53
[keystone_authtoken]
51
54
admin_user = {{ admin_user }}
52
55
admin_password = {{ admin_password }}
53
56
admin_tenant_name = {{ admin_tenant_name }}
54
57
auth_uri = {{ service_protocol }}://{{ auth_host }}:{{ auth_port }}/v2.0/
 
58
identity_version = v2.0
55
59
{% endif -%}