Updating plumlib.ini

This commit is contained in:
Junaid Ali 2016-03-01 10:30:14 +05:00
parent 12b4ea49d3
commit 7bdfecd976
1 changed files with 4 additions and 0 deletions

View File

@ -46,10 +46,14 @@ endpoint = https://DNS_SERVICE_IP/api/v1/api.php
api_key = 162-22O8BEYWO0DQGIM
secret_key = 171de423af844bad400a98ea5b9fa56d
[ConnectorType]
connector_type = distributed
{% if admin_user -%}
[keystone_authtoken]
admin_user = {{ admin_user }}
admin_password = {{ admin_password }}
admin_tenant_name = {{ admin_tenant_name }}
auth_uri = {{ service_protocol }}://{{ auth_host }}:{{ auth_port }}/v2.0/
identity_version = v2.0
{% endif -%}