Fix L2GW jobs
[releng/builder.git] / jjb / integration / include-raw-integration-install-robotframework.sh
index 4897254fba97112ae16c1d8eb3a3c38b34a2b6bc..9ee840aacf290d2ff5682b44b3f228a11ef096c8 100644 (file)
@@ -56,9 +56,13 @@ pip install --upgrade jmespath
 # Module for backup-restore support library
 pip install --upgrade jsonpatch
 
-#Module OpenstackClient is needed for NEtvirt CSIT jobs
+# Module OpenstackClient is needed for Netvirt CSIT jobs
+# Module networking-l2gw is required for using l2gw commands with neutron client
+# Module python-neutronclient is needed for certain tests run with Openstack Newton
+#  that does not work with Openstack Client
 pip install python-openstackclient
-pip install python-neutronclient
+pip install networking-l2gw
+pip install python-neutronclient==6.1.0
 
 # Print installed versions.
 pip freeze