Change os_region to region_name
os_region is deprecated in favor of region_name. Fixes deprecation notice. Change-Id: Ia92e9c43157620bd89466d95a620898396def8b9
This commit is contained in:
parent
31e18c0291
commit
6559b1f5de
@ -8,4 +8,4 @@ password = {{ ironic_service_password }}
|
|||||||
username = ironic
|
username = ironic
|
||||||
auth_url = {{ keystone_service_internalurl }}
|
auth_url = {{ keystone_service_internalurl }}
|
||||||
auth_type = password
|
auth_type = password
|
||||||
os_region = RegionOne
|
region_name = {{ ironic_service_region }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user