openstack-ansible/releasenotes/notes/neutron-agent-dynamic-enable-47f0c709ef0dfe55.yaml
Jesse Pretorius bb69b667f0 Update all SHAs for Newton-1 2016-06-02
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
2016-06-02 21:05:45 +00:00

16 lines
853 B
YAML

---
features:
- Whether the Neutron DHCP Agent, Metadata Agent or LinuxBridge Agent
should be enabled is now dynamically determined based on the
``neutron_plugin_type`` and the ``neutron_ml2_mechanism_drivers``
that are set. This aims to simplify the configuration of Neutron
services and eliminate the need for deployers to override the
entire ``neutron_services`` dict variable to disable these services.
upgrade:
- Whether the Neutron DHCP Agent, Metadata Agent or LinuxBridge Agent
should be enabled is now dynamically determined based on the
``neutron_plugin_type`` and the ``neutron_ml2_mechanism_drivers``
that are set. This aims to simplify the configuration of Neutron
services and eliminate the need for deployers to override the
entire ``neutron_services`` dict variable to disable these services.