diff --git a/templates/common/config/ironic.conf b/templates/common/config/ironic.conf index 0749871a..161792b2 100644 --- a/templates/common/config/ironic.conf +++ b/templates/common/config/ironic.conf @@ -20,8 +20,7 @@ enabled_vendor_interfaces = no-vendor,ipmitool,idrac-redfish,redfish,ilo,fake # https://review.opendev.org/c/openstack/ironic/+/907269 rbac_service_role_elevated_access=true -{{/* TODO switch to neutron provider for the non-standalone when neutron-operator is available */}} -default_network_interface={{if .Standalone}}noop{{else}}noop{{end}} +{{if .Standalone}}default_network_interface=noop{{end}} default_resource_class=baremetal hash_ring_algorithm=sha256