puppet-neutron/releasenotes/notes/missing_firewall_driver_ml2-24b48831f2d0e62b.yaml
Sergey Kolekonov 0d7a2ca5aa Pass firewall_driver to ML2 plugin conf file
If Neutron is installed from Ubuntu packages, neutron-server and
openvswitch/linuxbridge agents use separate files to load configuration
related to ML2 plugin. So in order to use security groups firewall_driver
value should be passed to both configuration files
(ml2_conf.ini and openvswitch_agent.ini).

Also set enable_security_group option to $::os_service_default (current
value is the default value) and show warning when it's enabled without
firewall_driver option as it doesn't make sense (security groups won't work)

Change-Id: I9819867251e3c35f252ddbbad1178bff1c585314
2016-04-07 09:22:48 +00:00

8 lines
334 B
YAML

---
fixes:
- If Neutron is installed from Ubuntu packages, neutron-server and
openvswitch/linuxbridge agents use separate files to load configuration
related to ML2 plugin. So in order to use security groups firewall_driver
value should be passed to both configuration files
(ml2_conf.ini and openvswitch_agent.ini)