commit | b954e3b1ed3f95ad3e311fdae5489cfdc3744266 | [log] [tgz] |
---|---|---|
author | Mauro S. M. Rodrigues <maurosr@linux.vnet.ibm.com> | Mon Jan 06 12:55:28 2014 +0000 |
committer | Gerrit Code Review <review@openstack.org> | Tue Jan 07 11:49:48 2014 +0000 |
tree | c719b35f98c1ef0fbbf671956f67023ce1e3a875 | |
parent | cb597066ea6327686420d48d289420b18f3d8117 [diff] |
Add python-swift client to the requirements Since Id4b27ee70f420f7536b4c698eb1f3bba15dbd1e8 we have swift scenarios tests which means that we must include swiftclient as a requirement. Closes-bug: #1265936 Change-Id: Iee233867446cce098dbce9e5ab9ab1d4b19d97b3
diff --git a/requirements.txt b/requirements.txt index e070549..0c4a659 100644 --- a/requirements.txt +++ b/requirements.txt
@@ -14,6 +14,7 @@ python-neutronclient>=2.3.0,<3 python-cinderclient>=1.0.6 python-heatclient>=0.2.3 +python-swiftclient>=1.5 testresources>=0.2.4 keyring>=1.6.1,<2.0 testrepository>=0.0.17