From fb8357ef56f9e01310d93cad73eb88797423b7cb Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Thu, 8 Jun 2017 16:16:50 +0000 Subject: [PATCH] Updated from global requirements Change-Id: Ie8ac09d34f6c80ce8c7fa5c4663f8282c3f20024 --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index c064361b..7e3e991d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ python-swiftclient>=3.2.0 # Apache-2.0 python-cinderclient>=2.1.0 # Apache-2.0 python-glanceclient>=2.7.0 # Apache-2.0 python-keystoneclient>=3.8.0 # Apache-2.0 -python-novaclient>=7.1.0 # Apache-2.0 +python-novaclient>=9.0.0 # Apache-2.0 python-neutronclient>=6.3.0 # Apache-2.0 python-freezerclient>=1.3.0 # Apache-2.0 oslo.utils>=3.20.0 # Apache-2.0 diff --git a/setup.py b/setup.py index 137011c0..566d8443 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ import setuptools # In python < 2.7.4, a lazy loading of package `pbr` will break # setuptools if some other modules registered functions in `atexit`. -# solution from: https://bugs.python.org/issue15881#msg170215 +# solution from: http://bugs.python.org/issue15881#msg170215 try: import multiprocessing # noqa except ImportError: