0d7a2ca5aa
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
8 lines
334 B
YAML
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)
|