From 47f8f616f11deb0c7b11abca64dc4bad8a60a70f Mon Sep 17 00:00:00 2001 From: Andrew Hutchings Date: Fri, 15 Feb 2013 16:30:21 +0000 Subject: [PATCH] Fix --debug Python-novaclient 2.11.0 has a bug which breaks --debug, fix version at 2.10.0 Fixes bug #1126388 Change-Id: Ied4a9ef42ea5e3a9357fc8ffcd66e94e5dd65b3d --- libraclient/__init__.py | 2 +- tools/pip-requires | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libraclient/__init__.py b/libraclient/__init__.py index 678a744..86bab4e 100644 --- a/libraclient/__init__.py +++ b/libraclient/__init__.py @@ -12,4 +12,4 @@ # License for the specific language governing permissions and limitations # under the License. -__version__ = "1.2" +__version__ = "1.2.1" diff --git a/tools/pip-requires b/tools/pip-requires index d0758d7..160ae42 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -1,2 +1,2 @@ -python_novaclient>=2.10.0 +python_novaclient==2.10.0 requests>=1.0.0