diff options
| author | Jenkins <jenkins@review.openstack.org> | 2014-12-01 22:32:27 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2014-12-01 22:32:27 +0000 |
| commit | 17bf9cdf1c64540b30778c30d2721ce5e10e4529 (patch) | |
| tree | 200b27a3cdc820ea8c51009e2570260cff7cfb10 /openstackclient/identity | |
| parent | a2450d85e0dc0cb29172c6477582e6354146a496 (diff) | |
| parent | 254910d3ce34c954551a0827aa8727d6367f48f3 (diff) | |
| download | python-openstackclient-17bf9cdf1c64540b30778c30d2721ce5e10e4529.tar.gz | |
Merge "Begin copying wiki command list here"
Diffstat (limited to 'openstackclient/identity')
| -rw-r--r-- | openstackclient/identity/v2_0/endpoint.py | 2 |
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') |
