Merge "Put upper limit on cmd2 in kolla-toolbox"

This commit is contained in:
Zuul 2018-05-30 10:16:07 +00:00 committed by Gerrit Code Review
commit 2b61d9bf8c

View File

@ -83,7 +83,7 @@ function setup_ansible {
RAW_INVENTORY=/etc/kolla/inventory
# TODO(SamYaple): Move to virtualenv
sudo -H pip install -U "ansible>=2,<2.4" "docker>=2.0.0" "python-openstackclient" "python-neutronclient" "ara"
sudo -H pip install -U "ansible>=2,<2.4" "docker>=2.0.0" "python-openstackclient" "python-neutronclient" "ara" "cmd2<0.9.0"
detect_distro
sudo mkdir /etc/ansible