Hello everybody, 
is there a reason why devstack is only able to either deploy vpnaas or
l3-router? 

Nevertheless both services are enabled in the local.conf on the
HowToInstall Page [1]. But the code says it's a either or [2] (line
725).


if is_service_enabled q-vpn; then
   run_process q-vpn "$AGENT_VPN_BINARY $(determine_config_files
neutron-vpn-agent)"
else
   run_process q-l3 "python $AGENT_L3_BINARY $(determine_config_files
neutron-l3-agent)"
fi


What's the reason for having both configured, but only one run?


[1] https://wiki.openstack.org/wiki/Neutron/VPNaaS/HowToInstall
[2] https://github.com/openstack-dev/devstack/blob/master/lib/neutron


-- 
Andreas 
(irc: scheuran)




__________________________________________________________________________
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Reply via email to