dcfdc9321e
Change-Id: Ifc614c23a03b216c63891abc2821d6fefe4bcf52
19 lines
664 B
YAML
19 lines
664 B
YAML
---
|
|
features:
|
|
- |
|
|
The ``os_neutron`` role will now default to the OVS firewall driver when
|
|
``neutron_plugin_type`` is ``ml2.ovs`` and the host is running Ubuntu
|
|
16.04 on PowerVM. To override this default behavior, deployers should
|
|
define ``neutron_ml2_conf_ini_overrides`` and
|
|
'neutron_openvswitch_agent_ini_overrides' in 'user_variables.yml'. Example
|
|
below
|
|
|
|
::
|
|
|
|
neutron_ml2_conf_ini_overrides:
|
|
securitygroup:
|
|
firewall_driver: neutron.agent.linux.iptables_firewall.OVSHybridIptablesFirewallDriver
|
|
neutron_openvswitch_agent_ini_overrides:
|
|
securitygroup:
|
|
firewall_driver: iptables_hybrid
|