Neutron ovs config file correction
OVS agent was pointing at the wrong config file, it should reference 'ml2_conf' rather than 'ml2-conf'. Change-Id: I39d20d621f3634456498440cd4d35ac117cbe1f7
This commit is contained in:
parent
f1fc99e78e
commit
43c3ae584e
@ -38,6 +38,6 @@ EOF
|
||||
# it forces openvswitch agent
|
||||
exec sudo -E -u neutron neutron-openvswitch-agent \
|
||||
--config-file /etc/neutron/neutron.conf \
|
||||
--config-file /etc/neutron/plugins/ml2/ml2-conf.ini \
|
||||
--config-file /etc/neutron/plugins/ml2/ml2_conf.ini \
|
||||
--config-file /tmp/ml2-local-ip.ini \
|
||||
--config-file /etc/neutron/plugins/ml2/openvswitch_agent.ini
|
||||
|
Loading…
Reference in New Issue
Block a user