Merge pull request #42 from markgoddard/remove-genericswitch-default
Use kolla-ansible's default neutron ML2 mechanism drivers
This commit is contained in:
commit
06becbf899
@ -2,10 +2,9 @@
|
||||
###############################################################################
|
||||
# Neutron configuration.
|
||||
|
||||
# List of Neutron ML2 mechanism drivers to use.
|
||||
# List of Neutron ML2 mechanism drivers to use. If unset the kolla-ansible
|
||||
# defaults will be used.
|
||||
kolla_neutron_ml2_mechanism_drivers:
|
||||
- openvswitch
|
||||
- genericswitch
|
||||
|
||||
# List of Neutron ML2 type drivers to use.
|
||||
kolla_neutron_ml2_type_drivers:
|
||||
|
@ -27,6 +27,10 @@ Upgrade Notes
|
||||
inspector's DHCP server.
|
||||
* Disables swift by default. The default value of ``kolla_enable_swift`` is
|
||||
now ``no``.
|
||||
* The default list of neutron ML2 mechanism drivers
|
||||
(``kolla_neutron_ml2_mechanism_drivers``) has been removed in favour of using
|
||||
the defaults provided by kolla-ansible. Users relying on the default list of
|
||||
``openvswitch`` and ``genericswitch`` should set the value explicitly.
|
||||
|
||||
Kayobe 3.0.0
|
||||
============
|
||||
|
@ -2,7 +2,8 @@
|
||||
###############################################################################
|
||||
# Neutron configuration.
|
||||
|
||||
# List of Neutron ML2 mechanism drivers to use.
|
||||
# List of Neutron ML2 mechanism drivers to use. If unset the kolla-ansible
|
||||
# defaults will be used.
|
||||
#kolla_neutron_ml2_mechanism_drivers:
|
||||
|
||||
# List of Neutron ML2 type drivers to use.
|
||||
|
Loading…
x
Reference in New Issue
Block a user