Add openstackclient dependency back

Change I9543988830eeeac0d09facebabdeed9a968ba3f0 used osc-lib
to replace OpenStackClient(OSC), and removed OSC from
requirement.txt. This will cause this plugin client unable to
work until users install OSC themselves.

osc-lib aims to provide common utils that all OSC plugins may
use. At some point, some uses will not want OSC automagically
pulled in, and osc-lib allows that. But for those who want to
install OSC automatically, we should add the dependency back.

Change-Id: I390fd17ff6b856990ee0de8bfb0954e2e85a33bb
This commit is contained in:
Tang Chen 2016-06-28 18:45:37 +08:00
parent 393e7f7016
commit 0a36c00807
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ oslo.serialization>=1.10.0 # Apache-2.0
oslo.i18n>=2.1.0 # Apache-2.0
oslo.utils>=3.11.0 # Apache-2.0
python-keystoneclient!=1.8.0,!=2.1.0,>=1.7.0 # Apache-2.0
python-openstackclient>=2.1.0 # Apache-2.0
requests>=2.10.0 # Apache-2.0
six>=1.9.0 # MIT
PrettyTable<0.8,>=0.7 # BSD