mirror of
https://github.com/optim-enterprises-bv/openstack-helm.git
synced 2025-12-25 17:27:33 +00:00
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:
@@ -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
|
||||
--config-file /etc/neutron/plugins/ml2/openvswitch_agent.ini
|
||||
|
||||
Reference in New Issue
Block a user