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:
James Denton 2021-12-29 11:12:30 -06:00
parent 31e18c0291
commit 6559b1f5de
1 changed files with 1 additions and 1 deletions

View File

@ -8,4 +8,4 @@ password = {{ ironic_service_password }}
username = ironic
auth_url = {{ keystone_service_internalurl }}
auth_type = password
os_region = RegionOne
region_name = {{ ironic_service_region }}