openstack-ansible/releasenotes/notes/neutron_ovs_dvr-7fca77cac0545441.yaml
Jesse Pretorius dcfdc9321e Fix role SHA's for Newton-2 release
Change-Id: Ifc614c23a03b216c63891abc2821d6fefe4bcf52
2016-07-27 10:59:57 +00:00

12 lines
569 B
YAML

---
features:
- |
Support for Neutron distributed virtual routing has been added to the
``os_neutron`` role. This includes the implementation of Networking
Guide's suggested agent configuration. This feature may be activated
by setting ``neutron_plugin_type: ml2.ovs.dvr`` in ``/etc/openstack_deploy/user_variables.yml``.
upgrade:
- The variable ``neutron_agent_mode`` has been removed from the
``os_neutron`` role. The appropriate value for ``l3_agent.ini`` is now
determined based on the ``neutron_plugin_type`` and host group membership.