Remove unused region_name option

follow: https://review.opendev.org/c/openstack/kolla-ansible/+/791980
Change-Id: I7231ae0b2702d56879092a2c34b7f8bb3b07f50b
This commit is contained in:
wu.chunyang 2021-06-23 12:44:26 +08:00
parent 46e4f5a33a
commit e888dabca5
2 changed files with 0 additions and 2 deletions

View File

@ -66,7 +66,6 @@ password = {{ magnum_keystone_password }}
username = {{ magnum_keystone_user }}
auth_type = password
cafile = {{ openstack_cacert }}
region_name = {{ openstack_region_name }}
[keystone_authtoken]
auth_version = v3

View File

@ -46,7 +46,6 @@ project_name = service
username = {{ murano_keystone_user }}
password = {{ murano_keystone_password }}
cafile = {{ openstack_cacert }}
region_name = {{ openstack_region_name }}
[murano]
url = {{ murano_internal_endpoint }}