Closed swormke closed 7 years ago
Install neutron at stable/mitaka because stable/liberty tests will not work because they use an upper contraints file in the installation script that neutron-lbaas uses for tox tests. The file that causes this to happen is: neutron-lbaas/tools/tox_install.sh
The use of the liberty version of this file restricts the crpytography library to a low version which is not compatible with newer versions of OpenSSL (1.0.2g+) because of an API change in OpenSSL.
See this issue for more details: https://github.com/pyca/cryptography/issues/2750
TODO: Make a decision about not using the neutron-lbaas install script and just installing from requirements files on newest versions
The openstack/neutron-lbaas repository contains tempest test cases that can be run to test the API and basic scenarios for LBaaSv2. These tests need to be integrated into our internal F5 regression and test process.
We will start by running the api and scenario tests in this repo via the makefile infrastructure our local buildbot system implements.