[cli-reference] remove oslo.log installation
The latest release of python-saharaclient has oslo.log dependency. Change-Id: Id9dad3821f90f7fc8f64c39965999317f8b7e7c4
This commit is contained in:
parent
2915229e0b
commit
96e45d62c7
@ -64,10 +64,6 @@ fi
|
||||
# (i.e. python-ironicclient).
|
||||
osc_plugins=(barbican congress designate heat ironic ironic-inspector- sahara zaqar)
|
||||
if [[ $project == 'openstack' ]]; then
|
||||
# sahara misses oslo.log dependency.
|
||||
# This is fixed in git repository and can be removed again after
|
||||
# next python-saharaclient release.
|
||||
pip install --upgrade oslo.log
|
||||
for p in "${osc_plugins[@]}"
|
||||
do
|
||||
pip install --upgrade python-${p}client
|
||||
|
Loading…
Reference in New Issue
Block a user