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
16 lines
853 B
YAML
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.
|