summaryrefslogtreecommitdiff
path: root/openstackclient/identity
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2014-12-01 22:32:27 +0000
committerGerrit Code Review <review@openstack.org>2014-12-01 22:32:27 +0000
commit17bf9cdf1c64540b30778c30d2721ce5e10e4529 (patch)
tree200b27a3cdc820ea8c51009e2570260cff7cfb10 /openstackclient/identity
parenta2450d85e0dc0cb29172c6477582e6354146a496 (diff)
parent254910d3ce34c954551a0827aa8727d6367f48f3 (diff)
downloadpython-openstackclient-17bf9cdf1c64540b30778c30d2721ce5e10e4529.tar.gz
Merge "Begin copying wiki command list here"
Diffstat (limited to 'openstackclient/identity')
-rw-r--r--openstackclient/identity/v2_0/endpoint.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/openstackclient/identity/v2_0/endpoint.py b/openstackclient/identity/v2_0/endpoint.py
index f7d78831..c5189b62 100644
--- a/openstackclient/identity/v2_0/endpoint.py
+++ b/openstackclient/identity/v2_0/endpoint.py
@@ -28,7 +28,7 @@ from openstackclient.identity import common
class CreateEndpoint(show.ShowOne):
- """Create endpoint command"""
+ """Create endpoint"""
log = logging.getLogger(__name__ + '.CreateEndpoint')