From e02da148549cc77dd5c80caa0b35fb990fd6c4aa Mon Sep 17 00:00:00 2001 From: James Denton Date: Wed, 2 Mar 2022 08:49:39 -0600 Subject: [PATCH] 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 --- templates/ironic.conf.j2 | 3 --- 1 file changed, 3 deletions(-) diff --git a/templates/ironic.conf.j2 b/templates/ironic.conf.j2 index 472ff305..34804584 100644 --- a/templates/ironic.conf.j2 +++ b/templates/ironic.conf.j2 @@ -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 }}