Skip to content
Snippets Groups Projects
Commit fb60cf8a authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "Remove unused region_name option"

parents 999e3dbc e888dabc
No related branches found
No related tags found
No related merge requests found
...@@ -73,7 +73,6 @@ password = {{ magnum_keystone_password }} ...@@ -73,7 +73,6 @@ password = {{ magnum_keystone_password }}
username = {{ magnum_keystone_user }} username = {{ magnum_keystone_user }}
auth_type = password auth_type = password
cafile = {{ openstack_cacert }} cafile = {{ openstack_cacert }}
region_name = {{ openstack_region_name }}
[keystone_authtoken] [keystone_authtoken]
auth_version = v3 auth_version = v3
......
...@@ -46,7 +46,6 @@ project_name = service ...@@ -46,7 +46,6 @@ project_name = service
username = {{ murano_keystone_user }} username = {{ murano_keystone_user }}
password = {{ murano_keystone_password }} password = {{ murano_keystone_password }}
cafile = {{ openstack_cacert }} cafile = {{ openstack_cacert }}
region_name = {{ openstack_region_name }}
[murano] [murano]
url = {{ murano_internal_endpoint }} url = {{ murano_internal_endpoint }}
......
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