| ... | ... |
@@ -439,6 +439,10 @@ function create_ovs_taps {
|
| 439 | 439 |
|
| 440 | 440 |
# Remove the port needed only for workaround. |
| 441 | 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 |
|
| 442 | 446 |
} |
| 443 | 447 |
|
| 444 | 448 |
function create_bridge_and_vms {
|