Merge "Update plumlib template to support python-keystoneclient v1.7.0 and above"

This commit is contained in:
Jenkins 2016-05-31 19:09:20 +00:00 committed by Gerrit Code Review
commit 99e83a1918

View File

@ -53,4 +53,5 @@ admin_user = {{ neutron_service_user_name }}
admin_password = {{ neutron_service_password }} admin_password = {{ neutron_service_password }}
auth_uri = {{ keystone_service_internaluri }}/v3 auth_uri = {{ keystone_service_internaluri }}/v3
admin_tenant_name = {{ neutron_service_project_name }} admin_tenant_name = {{ neutron_service_project_name }}
identity_version = v3 identity_version = {{ identity_version|default('v3') }}
user_domain_name = {{ plumlib_user_domain_name|default('Default')}}