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 <javeriak@plumgrid.com>
This commit is contained in:
parent
68ea882cf0
commit
0795d6d436
@ -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')}}
|
||||
|
Loading…
Reference in New Issue
Block a user