Pin networking-l2gw client to specific version 42/68242/1
authorVictor Pickard <vpickard@redhat.com>
Tue, 13 Feb 2018 23:28:31 +0000 (18:28 -0500)
committerVictor Pickard <vpickard@redhat.com>
Tue, 13 Feb 2018 23:28:31 +0000 (18:28 -0500)
The Robot VM was installing latest, which actually
points to version:

    networking-l2gw-2016.1.0

But, the version we need is:
    networking-l2gw-11.0.0

In Pike and Queens CSIT, this resulted in neutron
l2gw commands not being available. This will
resolve that issue, still working other issues
for pike/queens.

Change-Id: I6214b799cfafcf3635579a5918d631dd56955a61
Signed-off-by: Victor Pickard <vpickard@redhat.com>
jjb/integration/integration-deploy-openstack-run-test.sh

index 303fdc6aef085726f3d6a7933f893265c8b50cc2..db2253e9ada5233f558d87ccc012aaa836469237 100644 (file)
@@ -126,7 +126,7 @@ function install_openstack_clients_in_robot_vm() {
 
     if [ "${ENABLE_NETWORKING_L2GW}" == "yes" ]; then
         #networking-l2gw is not officially available in any release yet. Gettting the latest stable version.
-        $PYTHON -m pip install networking-l2gw
+        $PYTHON -m pip install networking-l2gw==11.0.0
     fi
 }