Do not add all computes as OVN gateways
At the moment all compute nodes are explicitly added as OVN gateway nodes. At the same time one of recommended setups are to not pass public networks to compute hosts and have standalone network nodes that are running ovn gateways which is not possible to configure with current setup. Change-Id: If99ddc47d32acf41cdb542b4e56d90b6e3589a56
This commit is contained in:
parent
e88ba9b917
commit
cc9e72b7f0
@ -55,7 +55,6 @@ container_skel:
|
||||
- neutron_openvswitch_agent
|
||||
- neutron_sriov_nic_agent
|
||||
- neutron_ovn_controller
|
||||
- neutron_ovn_gateway
|
||||
- nova_compute
|
||||
properties:
|
||||
is_metal: true
|
||||
|
@ -0,0 +1,5 @@
|
||||
---
|
||||
fixes:
|
||||
- |
|
||||
All compute nodes are not added as OVN gateways by default and
|
||||
``network-gateway_hosts`` definition is respected.
|
Loading…
Reference in New Issue
Block a user