Skip to content
Snippets Groups Projects
Commit 9db0599d authored by Bertrand Lallau's avatar Bertrand Lallau Committed by Bertrand Lallau
Browse files

Manila: add support of endpoint_type for clients

Add additional options called 'endpoint_type' for each of config groups
related to nova, cinder and neutron clients.

Change-Id: I24dc11502b148fbe564dc63c6f78b7dcbfe44f01
parent 99075dab
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,7 @@ auth_type = password
project_domain_id = default
user_domain_id = default
region_name = {{ openstack_region_name }}
endpoint_type = internalURL
project_name = service
username = cinder
password = {{ cinder_keystone_password }}
......@@ -27,6 +28,7 @@ auth_type = password
project_domain_id = default
user_domain_id = default
region_name = {{ openstack_region_name }}
endpoint_type = internalURL
project_name = service
username = {{ nova_keystone_user }}
password = {{ nova_keystone_password }}
......@@ -43,6 +45,7 @@ auth_type = password
project_domain_id = default
user_domain_id = default
region_name = {{ openstack_region_name }}
endpoint_type = internalURL
project_name = service
username = {{ neutron_keystone_user }}
password = {{ neutron_keystone_password }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment