bb69b667f0
This patch updates all the roles to the latest available SHA's, updates all the OpenStack Service SHA's and also updates the appropriate python requirements pins. Change-Id: Ifc77c02d456500651e8adcaf9338f81601e2c148
15 lines
898 B
YAML
15 lines
898 B
YAML
---
|
|
features:
|
|
- |
|
|
Open vSwitch driver support has been implemented. This includes the implementation of the
|
|
appropriate Neutron configuration and package installation. This feature may be activated
|
|
by setting ``neutron_plugin_type: ml2.ovs`` in ``/etc/openstack_deploy/user_variables.yml``.
|
|
upgrade:
|
|
- The variable ``neutron_linuxbridge`` has been removed as it is no longer used.
|
|
- The variable ``neutron_driver_interface`` has been removed. The appropriate value for
|
|
``neutron.conf`` is now determined based on the ``neutron_plugin_type``.
|
|
- The variable ``neutron_driver_firewall`` has been removed. The appropriate value for
|
|
``neutron.conf`` is now determined based on the ``neutron_plugin_type``.
|
|
- The variable ``neutron_ml2_mechanism_drivers`` has been removed. The appropriate value for
|
|
ml2_conf.ini is now determined based on the ``neutron_plugin_type``.
|