Remove [keystone] configuration block

The [keystone] configuration block no longer exists in ironic.conf
and was deprecated in Queens. Use 'region_name' option in the
following sections - '[service_catalog]', '[neutron]', '[glance]',
'[cinder]', '[swift]' and '[inspector]' to configure region for those
services individually.

Change-Id: I40a073f9aa6e40f35dffab6223308a18fa98e7ac
This commit is contained in:
James Denton 2022-03-02 08:49:39 -06:00 committed by Dmitriy Rabotyagov
parent 20a533dd53
commit e02da14854
1 changed files with 0 additions and 3 deletions

View File

@ -113,9 +113,6 @@ valid_interfaces = {{ ironic_inspector_valid_interfaces }}
[ironic_lib]
[keystone]
region_name = {{ ironic_service_region }}
[keystone_authtoken]
insecure = {{ keystone_service_internaluri_insecure | bool }}
auth_type = {{ ironic_keystone_auth_plugin }}