diff options
| author | Gordon Chung <chungg@ca.ibm.com> | 2013-07-12 14:14:03 -0400 |
|---|---|---|
| committer | Gordon Chung <chungg@ca.ibm.com> | 2013-07-12 14:15:38 -0400 |
| commit | 3498d5146dbc5b6021c72b0a802af266b213f646 (patch) | |
| tree | 2cec63d375240d07c86d6f883aead9382632def2 | |
| parent | 5aff59d7f4813daf6e076cb955811a4443c50421 (diff) | |
| download | python-ceilometerclient-3498d5146dbc5b6021c72b0a802af266b213f646.tar.gz | |
Relax OpenStack upper capping of client versions
uncap upper keystoneclient version
Change-Id: Id1017f6073be8b7b95ca7ff0c68e09f61b26bb82
Fixes: bug#1200214
| -rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 3a9c163..1f40a8b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,4 +4,4 @@ argparse httplib2 iso8601>=0.1.4 prettytable>=0.6,<0.8 -python-keystoneclient>=0.2.1,<0.4 +python-keystoneclient>=0.2.1 |
