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)