Skip to content

Commit

Permalink
Merge pull request #492 from juliakreger/fix-default-network-interface
Browse files Browse the repository at this point in the history
Fix default network interface
  • Loading branch information
openshift-merge-bot[bot] authored Nov 14, 2024
2 parents fcfd1c9 + 49804b6 commit 5b4dcbe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions templates/common/config/ironic.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5b4dcbe

Please sign in to comment.