updating alembic to 1.4.0
[releng/builder.git] / jjb / integration / integration-deploy-openstack-run-test.sh
index 5c31cbd61f838a7a5e2fabf2d76a96c29b611647..464072b7f946520831c4c2c7efd364181a1950db 100644 (file)
@@ -108,6 +108,8 @@ function install_openstack_clients_in_robot_vm() {
     done
 
     if [ "${ENABLE_NETWORKING_L2GW}" == "yes" ]; then
+        #alembic 1.4.2 is having issues. Updating the package with 1.4.0
+        $PYTHON -m pip install alembic===1.4.0
         #networking-l2gw is not officially available in any release yet. Getting the latest stable version.
         $PYTHON -m pip install networking-l2gw==11.0.0 more-itertools==5.0.0
     fi