summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorMatt Riedemann <mriedem@us.ibm.com>2016-04-01 14:44:09 -0400
committerMatt Riedemann <mriedem@us.ibm.com>2016-04-03 14:05:05 -0400
commita42570268915f42405ed0b0a67c25686b5db22ce (patch)
tree1a621dbbe3683a13e4f363463ce3e81f318829d7 /test-requirements.txt
parent8c204ac1a27f7b645e151d67ee38a4c18dd2201b (diff)
downloadpython-novaclient-a42570268915f42405ed0b0a67c25686b5db22ce.tar.gz
Remove deprecated volume(snapshot) commands/bindings
23f13437dd64496fcbc138bbaa9b0ac615a3cf23 deprecated the purely volume or volume-snapshot related CLIs and python API bindings during Kilo. python-cinderclient should be used for the python API bindings now, and python-openstackclient should be used for the CLI for those operations. The alternate_service_type context manager is also removed since it was only used for proxying through to the volume API endpoint. Since the proxy for creating volumes is removed, we have to add python-cinderclient for testing the volume attachment CLIs/APIs that are left intact. Change-Id: I09a6501603667350f49b1b1fa130353a6d5272a2
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 8dd1c96f..44869e36 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -10,6 +10,7 @@ fixtures>=1.3.1 # Apache-2.0/BSD
keyring>=5.5.1 # MIT/PSF
mock>=1.2 # BSD
python-keystoneclient!=1.8.0,!=2.1.0,>=1.6.0 # Apache-2.0
+python-cinderclient>=1.3.1 # Apache-2.0
requests-mock>=0.7.0 # Apache-2.0
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD
os-client-config>=1.13.1 # Apache-2.0