Added setuptools

Added install setuptools in openstack client setup, the address the issue
with ariskiff deploy for airship components. For example shipyard
airskiff deplo:
https://zuul.opendev.org/t/openstack/build/721d41dbc1bb44179e4ccae9a5b8af46

Change-Id: I0e58b9d4c10eab7f1d7f4e498a84e6cee50dbd46
This commit is contained in:
Ahmad Mahmoudi 2020-08-01 06:18:39 +00:00
parent 64c7d012b1
commit e8c5336108
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ set -xe
# Install OpenStack client and create OpenStack client configuration file.
sudo -H -E pip3 install "cmd2<=0.8.7"
sudo -H -E pip3 install --upgrade setuptools
sudo -H -E pip3 install python-openstackclient python-heatclient
sudo -H mkdir -p /etc/openstack