We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 37b5481 + cec9792 commit 15370b8Copy full SHA for 15370b8
1 file changed
lib/ironic
@@ -439,6 +439,10 @@ function create_ovs_taps {
439
440
# Remove the port needed only for workaround.
441
neutron port-delete $port_id
442
+
443
+ # Finally, share the fixed tenant network across all tenants. This allows the host
444
+ # to serve TFTP to a single network namespace via the tap device created above.
445
+ neutron net-update $ironic_net_id --shared true
446
}
447
448
function create_bridge_and_vms {
0 commit comments