X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fodl-openstack-install.sh;h=776b2b8581b2f4473ac90538f56eb3a57c245ff2;hb=578b8d42b0e4b48e2e906520e23e7f9e181c82da;hp=adf7d923a41c68a7fa4a9da77c44eeb51ae4a53c;hpb=9df3f548230c398ce40a07501a6c2fa58f77134f;p=releng%2Fbuilder.git diff --git a/jjb/odl-openstack-install.sh b/jjb/odl-openstack-install.sh index adf7d923a..776b2b858 100644 --- a/jjb/odl-openstack-install.sh +++ b/jjb/odl-openstack-install.sh @@ -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 lftools[openstack] python-openstackclient python-heatclient +pip freeze