Merge pull request #42 from markgoddard/remove-genericswitch-default

Use kolla-ansible's default neutron ML2 mechanism drivers
This commit is contained in:
Mark Goddard 2017-10-26 17:15:45 +01:00 committed by GitHub
commit 06becbf899
3 changed files with 8 additions and 4 deletions

View File

@ -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:

View File

@ -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
============

View File

@ -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.