Deployment script: add "--ignore-installed" option to pip install command
adding "--ignore-installed" option to pip command allow the script to be executed on centOS 7.5. Story: #2003603 Change-Id: Ibb756b3b658993eb999d4a07e35c76b5811913fe
This commit is contained in:
parent
3bc8f96c68
commit
92b04a735d
@ -17,7 +17,7 @@
|
||||
set -xe
|
||||
|
||||
sudo -H -E pip install "cmd2<=0.8.7"
|
||||
sudo -H -E pip install python-openstackclient python-heatclient
|
||||
sudo -H -E pip install python-openstackclient python-heatclient --ignore-installed
|
||||
|
||||
sudo -H mkdir -p /etc/openstack
|
||||
sudo -H chown -R $(id -un): /etc/openstack
|
||||
|
Loading…
x
Reference in New Issue
Block a user