The code using 'python-escalatorclient' as the client's package name. But the true... 87/29787/2
authorkong wei <kong.wei2@zte.com.cn>
Sat, 4 Mar 2017 16:42:30 +0000 (16:42 +0000)
committerkong wei <kong.wei2@zte.com.cn>
Sat, 4 Mar 2017 16:46:37 +0000 (16:46 +0000)
commit4d83093923afb9feb3372d993f1743a715bf7640
tree42fe93bfaf5071308583a3b657c5b67374cdfda5
parent74c631c6dae08d463f0d4c3953a1addcb187d090
The code using 'python-escalatorclient' as the client's package name. But the true name is 'escalatorclient'.
Now, when the shell command 'escalator' was run, the system said:
Exception: Versioning for this project requires either an sdist tarball, or access to an upstream git repository. It's also possible that there is a mismatch between the package name in setup.cfg and the argument given to pbr.version.VersionInfo. Project name python-escalatorclient was given, but was not able to be found.

Change-Id: Ie135038cec8a3475039f280e791a02b7308e39ae
Signed-off-by: Kong Wei<kong.wei2@zte.com.cn>
client/doc/source/conf.py
client/doc/source/man/escalator.rst
client/escalatorclient/__init__.py
client/escalatorclient/common/http.py
client/run_tests.sh