Merge "Fix genius CSIT jobs"
[releng/builder.git] / jjb / integration / integration-deploy-openstack-run-test.sh
index 737248f1d66a0b8214566241caee62e1714fa282..1e33309a143108eb31fcc4271eea776becad34e4 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
 }