From 96e45d62c7be904cad803576826e5a060b6a9568 Mon Sep 17 00:00:00 2001 From: KATO Tomoyuki Date: Thu, 9 Jun 2016 22:47:04 +0900 Subject: [PATCH] [cli-reference] remove oslo.log installation The latest release of python-saharaclient has oslo.log dependency. Change-Id: Id9dad3821f90f7fc8f64c39965999317f8b7e7c4 --- bin/doc-tools-update-cli-reference | 4 ---- 1 file changed, 4 deletions(-) diff --git a/bin/doc-tools-update-cli-reference b/bin/doc-tools-update-cli-reference index eb8db801..a8707093 100755 --- a/bin/doc-tools-update-cli-reference +++ b/bin/doc-tools-update-cli-reference @@ -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