Merge "yaml file for bundle-based-reconciliaion script"
[releng/builder.git] / jjb / opendaylight-infra-stack.sh
index ee937d966b7020dbaa60b59498883e73594d58ba..af5d2fa13ed7e5bc1034242eb184af610d349717 100644 (file)
@@ -13,9 +13,10 @@ 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 python-openstackclient python-heatclient
-pip install --upgrade pipdeptree
-pipdeptree
+# hardcoding cmd2 version as the most recent version seems to be broken.
+# reference: https://pypi.org/project/cmd2/#history
+pip install --upgrade cmd2==0.8.5 python-openstackclient python-heatclient
+pip freeze
 
 cd /builder/openstack-hot || exit 1