We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2994866 + e4289c8 commit 5384a94Copy full SHA for 5384a94
1 file changed
lib/neutron-legacy
@@ -730,7 +730,9 @@ function start_neutron_l2_agent {
730
function start_neutron_other_agents {
731
run_process q-dhcp "python $AGENT_DHCP_BINARY --config-file $NEUTRON_CONF --config-file=$Q_DHCP_CONF_FILE"
732
733
- if is_service_enabled q-vpn; then
+ if is_service_enabled neutron-vpnaas; then
734
+ : # Started by plugin
735
+ elif is_service_enabled q-vpn; then
736
run_process q-vpn "$AGENT_VPN_BINARY $(determine_config_files neutron-vpn-agent)"
737
else
738
run_process q-l3 "python $AGENT_L3_BINARY $(determine_config_files neutron-l3-agent)"
0 commit comments