Use hosts in the network group for default NGS trunk ports
Neutron network services are now mapped to hosts in the network group, so it is these hosts that should be added as trunk ports to VLAN networks by the networking-generic-switch neutron ML2 mechanism driver, rather than the controllers.
This commit is contained in:
parent
b6dc893b0d
commit
3e460676b3
@ -58,4 +58,4 @@ kolla_neutron_ml2_generic_switch_hosts: []
|
||||
# These hosts will be matched against the description fields in the
|
||||
# switch_interface_config variable for each switch to determine which
|
||||
# interfaces should be configured.
|
||||
kolla_neutron_ml2_generic_switch_trunk_port_hosts: "{{ groups['controllers'] }}"
|
||||
kolla_neutron_ml2_generic_switch_trunk_port_hosts: "{{ groups['network'] }}"
|
||||
|
Loading…
Reference in New Issue
Block a user