Updated from global requirements

Change-Id: Ie8ac09d34f6c80ce8c7fa5c4663f8282c3f20024
This commit is contained in:
OpenStack Proposal Bot 2017-06-08 16:16:50 +00:00
parent 19161ca45d
commit fb8357ef56
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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: