<div dir="ltr">Hi Andreas,<div><br></div><div>vpnaas (i.e. its agent) is a superset of l3-router and it includes the functionality of the later. Hence you just need to configure either one of them. q-l3 if you don't need vpnaas and q-vpn if you need both vpnaas and l3.</div><div><br></div><div>Hope this helps.</div><div>- Sridhar</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Mar 4, 2015 at 9:18 AM, Andreas Scheuring <span dir="ltr"><<a href="mailto:scheuran@linux.vnet.ibm.com" target="_blank">scheuran@linux.vnet.ibm.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello everybody,<br>
is there a reason why devstack is only able to either deploy vpnaas or<br>
l3-router?<br>
<br>
Nevertheless both services are enabled in the local.conf on the<br>
HowToInstall Page [1]. But the code says it's a either or [2] (line<br>
725).<br>
<br>
<br>
if is_service_enabled q-vpn; then<br>
run_process q-vpn "$AGENT_VPN_BINARY $(determine_config_files<br>
neutron-vpn-agent)"<br>
else<br>
run_process q-l3 "python $AGENT_L3_BINARY $(determine_config_files<br>
neutron-l3-agent)"<br>
fi<br>
<br>
<br>
What's the reason for having both configured, but only one run?<br>
<br>
<br>
[1] <a href="https://wiki.openstack.org/wiki/Neutron/VPNaaS/HowToInstall" target="_blank">https://wiki.openstack.org/wiki/Neutron/VPNaaS/HowToInstall</a><br>
[2] <a href="https://github.com/openstack-dev/devstack/blob/master/lib/neutron" target="_blank">https://github.com/openstack-dev/devstack/blob/master/lib/neutron</a><br>
<span class="HOEnZb"><font color="#888888"><br>
<br>
--<br>
Andreas<br>
(irc: scheuran)<br>
<br>
<br>
<br>
<br>
__________________________________________________________________________<br>
OpenStack Development Mailing List (not for usage questions)<br>
Unsubscribe: <a href="http://OpenStack-dev-request@lists.openstack.org?subject:unsubscribe" target="_blank">OpenStack-dev-request@lists.openstack.org?subject:unsubscribe</a><br>
<a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev</a><br>
</font></span></blockquote></div><br></div>