X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fodl-openstack-install.sh;h=6524ed5722241d10e9831bf12cab1c54cb2fb0af;hb=a27b4bff5438d6b3ab9a1b1cab0ee5953f0cc420;hp=23886f7ee5f95555d782120c7b9cb37b1f5d574c;hpb=cce3643d9d197693590037f4c3745eb9613f7b3d;p=releng%2Fbuilder.git diff --git a/jjb/odl-openstack-install.sh b/jjb/odl-openstack-install.sh index 23886f7ee..6524ed572 100644 --- a/jjb/odl-openstack-install.sh +++ b/jjb/odl-openstack-install.sh @@ -15,5 +15,5 @@ virtualenv "/tmp/v/openstack" # shellcheck source=/tmp/v/openstack/bin/activate disable=SC1091 source "/tmp/v/openstack/bin/activate" pip install --upgrade "pip<10.0.0" setuptools -pip install --upgrade lftools python-openstackclient python-heatclient +pip install --upgrade lftools[openstack] python-openstackclient python-heatclient pip freeze