Fix the ImportError when using pip install

Change-Id: Ia68e65f10d2f394d53b50ec0217fe6c2a2a1a623
This commit is contained in:
Yichen Wang 2016-06-22 14:05:24 -07:00
parent bc6e372791
commit b52e7317dd
2 changed files with 2 additions and 1 deletions

View File

@ -88,7 +88,7 @@ class KBRunner(object):
continue
break
if not success:
LOG.error("Error: Cannot connect to the Redis server")
LOG.error("Cannot connect to the Redis server.")
raise KBProxyConnectionException()
# Subscribe to message channel

View File

@ -14,6 +14,7 @@ oslo.log>=1.0.0
pecan>=0.9.0
redis>=2.10.3
tabulate>=0.7.3
pytz>=2016.4
# Workaround for pip install failed on RHEL/CentOS
functools32>=3.2.3