Disable vpnaas from scenario002

https://review.openstack.org/#/c/488247/ has removed
neutron-vpn-agent and added the agent as a extension
for l3-agent. This needs changes in puppet-neutron.
Until change is merged, let's remove it from tests.

Change-Id: I95dca9d222463d1ec6e9afcb3a6e44013d6672f1
This commit is contained in:
Alfredo Moralejo 2017-10-31 16:21:31 +01:00
parent a66635e7c0
commit 3ae7ae0010
2 changed files with 2 additions and 2 deletions

View File

@ -179,7 +179,7 @@ This is the current matrix of available tests:
| neutron | X | X | X |
| neutron plugin | ovn | ovs | ovs |
| lbaasv2 | | X | |
| vpnaas | | X | |
| vpnaas | | | |
| cinder | X | | |
| ceilometer | | | X |
| aodh | | | X |

View File

@ -27,7 +27,7 @@ $SUDO packstack ${ADDITIONAL_ARGS} \
--os-horizon-install=n \
--glance-backend=swift \
--os-neutron-lbaas-install=y \
--os-neutron-vpnaas-install=y \
--os-neutron-vpnaas-install=n \
--os-sahara-install=y \
--os-trove-install=y \
--keystone-token-format=UUID \