summaryrefslogtreecommitdiffstats
path: root/client/doc
diff options
context:
space:
mode:
authorkong wei <kong.wei2@zte.com.cn>2017-03-04 16:42:30 +0000
committerkong wei <kong.wei2@zte.com.cn>2017-03-04 16:46:37 +0000
commit4d83093923afb9feb3372d993f1743a715bf7640 (patch)
tree42fe93bfaf5071308583a3b657c5b67374cdfda5 /client/doc
parent74c631c6dae08d463f0d4c3953a1addcb187d090 (diff)
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>
Diffstat (limited to 'client/doc')
-rw-r--r--client/doc/source/conf.py2
-rw-r--r--client/doc/source/man/escalator.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/client/doc/source/conf.py b/client/doc/source/conf.py
index 1cfaad2..0e00ed1 100644
--- a/client/doc/source/conf.py
+++ b/client/doc/source/conf.py
@@ -28,7 +28,7 @@ source_suffix = '.rst'
master_doc = 'index'
# General information about the project.
-project = 'python-escalatorclient'
+project = 'escalatorclient'
copyright = u'OpenStack Foundation'
# If true, '()' will be appended to :func: etc. cross-reference text.
diff --git a/client/doc/source/man/escalator.rst b/client/doc/source/man/escalator.rst
index 40536ec..bb90ac1 100644
--- a/client/doc/source/man/escalator.rst
+++ b/client/doc/source/man/escalator.rst
@@ -84,4 +84,4 @@ BUGS
====
escalator client is hosted in Launchpad so you can view current bugs at
-https://bugs.launchpad.net/python-escalatorclient/.
+https://bugs.launchpad.net/escalatorclient/.