Skip to content

Commit 15370b8

Browse files
Jenkinsopenstack-gerrit
authored andcommitted
Merge "Share the fixed network for Ironic"
2 parents 37b5481 + cec9792 commit 15370b8

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

lib/ironic

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -439,6 +439,10 @@ function create_ovs_taps {
439439

440440
# Remove the port needed only for workaround.
441441
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
442446
}
443447

444448
function create_bridge_and_vms {

0 commit comments

Comments
 (0)