Move OpenStack client to test-requirements

OpenStack client is not a runtime dependency of heatclient,
and having it in requirements just brings in many unneeded dependencies.

Move it to test-requirements so unit tests for osc plugin work.

Change-Id: I425b33d5e97e9328fe440f6b190bdd6b6cc813bf
Closes-Bug: #1562023
This commit is contained in:
Pavlo Shchelokovskyy 2016-03-25 17:32:46 +02:00 committed by Kyrylo Romanenko
parent cff00ac9ba
commit ecd3504c4b
2 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,6 @@ oslo.serialization>=1.10.0 # Apache-2.0
oslo.utils>=3.5.0 # Apache-2.0
python-keystoneclient!=1.8.0,!=2.1.0,>=1.6.0 # Apache-2.0
python-swiftclient>=2.2.0 # Apache-2.0
python-openstackclient>=2.1.0 # Apache-2.0
PyYAML>=3.1.0 # MIT
requests!=2.9.0,>=2.8.1 # Apache-2.0
six>=1.9.0 # MIT

View File

@ -12,6 +12,7 @@ mock>=1.2 # BSD
mox3>=0.7.0 # Apache-2.0
oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0
oslotest>=1.10.0 # Apache-2.0
python-openstackclient>=2.1.0 # Apache-2.0
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD
tempest-lib>=0.14.0 # Apache-2.0
testrepository>=0.0.18 # Apache-2.0/BSD