From 7c9e738046f6a8dd6e77e7e75c84869debeb7443 Mon Sep 17 00:00:00 2001 From: Will Szumski Date: Thu, 8 Sep 2022 11:49:30 +0100 Subject: [PATCH] Add missing variables from neutron.yml Change-Id: Id18613fdf12b27374846fdbbac451c99deff2233 --- etc/kayobe/neutron.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/etc/kayobe/neutron.yml b/etc/kayobe/neutron.yml index 489ee8f3f..6bd2e0828 100644 --- a/etc/kayobe/neutron.yml +++ b/etc/kayobe/neutron.yml @@ -47,6 +47,13 @@ # secret: not currently supported #kolla_neutron_ml2_generic_switch_hosts: +# List of Ansible hosts whose switch interfaces are to be configured as tagged +# members of all networks managed by the genericswitch ML2 mechanism driver. +# 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: + # Dict containing additional configuration for switches managed by the # genericswitch ML2 mechanism driver. For per-switch configuration of switches # in kolla_neutron_ml2_generic_switch_hosts, this may be set as a group or