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

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