Move views declarations to projects folders
[releng/builder.git] / jjb / odl-openstack-install.sh
index adf7d923a41c68a7fa4a9da77c44eeb51ae4a53c..6524ed5722241d10e9831bf12cab1c54cb2fb0af 100644 (file)
@@ -14,7 +14,6 @@ echo "---> Install openstack cli into /tmp/v/openstack"
 virtualenv "/tmp/v/openstack"
 # shellcheck source=/tmp/v/openstack/bin/activate disable=SC1091
 source "/tmp/v/openstack/bin/activate"
-pip install --upgrade pip
-pip install --upgrade python-openstackclient python-heatclient
-pip install --upgrade pipdeptree
-pipdeptree
+pip install --upgrade "pip<10.0.0" setuptools
+pip install --upgrade lftools[openstack] python-openstackclient python-heatclient
+pip freeze