[cli-reference] remove oslo.log installation

The latest release of python-saharaclient has oslo.log dependency.

Change-Id: Id9dad3821f90f7fc8f64c39965999317f8b7e7c4
This commit is contained in:
KATO Tomoyuki 2016-06-09 22:47:04 +09:00
parent 2915229e0b
commit 96e45d62c7
1 changed files with 0 additions and 4 deletions

View File

@ -64,10 +64,6 @@ fi
# (i.e. python-ironicclient). # (i.e. python-ironicclient).
osc_plugins=(barbican congress designate heat ironic ironic-inspector- sahara zaqar) osc_plugins=(barbican congress designate heat ironic ironic-inspector- sahara zaqar)
if [[ $project == 'openstack' ]]; then 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[@]}" for p in "${osc_plugins[@]}"
do do
pip install --upgrade python-${p}client pip install --upgrade python-${p}client