From 0795d6d4364b090128c5a9a4a2e249dc35a791c7 Mon Sep 17 00:00:00 2001 From: Javeria Khan Date: Tue, 31 May 2016 00:55:08 -0700 Subject: [PATCH] Update plumlib template to support python-keystoneclient v1.7.0 and above - also parameterized the identity version to eliminate frequent updates to this file Change-Id: I0cfc8f1ba16cc6c304335ad4c83f55b352f00b46 Signed-off-by: Javeria Khan --- templates/plugins/plumgrid/plumlib.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/plugins/plumgrid/plumlib.ini b/templates/plugins/plumgrid/plumlib.ini index 1e6bdaea..8b9bf770 100644 --- a/templates/plugins/plumgrid/plumlib.ini +++ b/templates/plugins/plumgrid/plumlib.ini @@ -53,4 +53,5 @@ admin_user = {{ neutron_service_user_name }} admin_password = {{ neutron_service_password }} auth_uri = {{ keystone_service_internaluri }}/v3 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')}}