Switch neutron-vpnaas-tempest to Python 3

Change-Id: I425a322af3ac9299e0d40c956ac61b1c4a8a7512
This commit is contained in:
Slawek Kaplonski 2019-06-09 20:40:49 +02:00
parent c2214f24d7
commit 4f55b013e5
1 changed files with 2 additions and 0 deletions

View File

@ -39,6 +39,7 @@
neutron-tempest-plugin: https://opendev.org/openstack/neutron-tempest-plugin
devstack_localrc:
IPSEC_PACKAGE: strongswan
USE_PYTHON3: true
irrelevant-files:
- ^.*\.rst$
- ^doc/.*$
@ -52,6 +53,7 @@
vars:
devstack_localrc:
IPSEC_PACKAGE: libreswan
USE_PYTHON3: false
# VPNaaS 4in6 and 6in4 scenarios would fail after LibreSwan 3.18.
# Base node using Libreswan 3.20 on CentOS 7.4.
# Refer to https://github.com/libreswan/libreswan/issues/175.