[doc] Update for devstack configuration

Now that VPNaaS is running under L3 agent extension.
There is no need extra steps.

Change-Id: I0f6a6dfe83f81da9d98b7ba1bd1b594eed4152e8
Related-bug: 1692131
This commit is contained in:
Cao Xuan Hoang 2017-12-08 14:26:51 +07:00
parent cdbbb7bd6d
commit ba18f8a9f8

View File

@ -13,8 +13,8 @@ deploy to a multinode setup requires the following things to happen:
#. Each controller node requires database migrations in support of running
VPNaaS.
#. Each network node that would run the L3 agent needs to run the Neutron
VPNaaS agent in its place.
#. Each network node that would run VPNaaS L3 agent extension.
Therefore, the devstack plugin script needs some extra logic.
@ -49,6 +49,3 @@ This VPNaaS devstack plugin code will then
#. Apply database migrations on nodes that are running the controller (as
determined by enabling the q-svc service),
#. Run the VPNaaS agent on nodes that would normally be running the L3 agent
(as determined by enabling the q-l3 service).