0bdaa8c6db
Deployers may now enable DVR by setting the value of the neutron_plugin_type variable to "ml2.ovs.dvr" When set, the role will deploy and configure the OVS agent, l3 agent and metadata agent as recommended by the neutron Networking Guide's High Availability using Distributed Virtual Routing scenario: http://docs.openstack.org/mitaka/networking-guide/scenario-dvr-ovs.html Change-Id: I27fd65c807cfde83f6250f613d9994cf83e1c0e0 Partially-Implements: blueprint neutron-dvr
12 lines
569 B
YAML
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.
|