diff options
| author | Kevin_Zheng <zhengzhenyu@huawei.com> | 2016-12-20 09:03:29 +0800 |
|---|---|---|
| committer | Kevin_Zheng <zhengzhenyu@huawei.com> | 2016-12-20 09:03:29 +0800 |
| commit | 9663424c7444e0f5ae54dda499a96f179d8512fd (patch) | |
| tree | bfcca652dcfbd5625aec723d88e5817e11ad0010 /doc/source/command-objects/endpoint.rst | |
| parent | e51a2b3b171f3c72a715bee3ad99c0f88efa3010 (diff) | |
| download | python-openstackclient-9663424c7444e0f5ae54dda499a96f179d8512fd.tar.gz | |
change os in command example to openstack
In the current doc, the command examples are like
"os server create" but the acutal command should
be started with "openstack" instead of "os", it
is misleading to first time users.
Change-Id: Ic7686257725e1aa8e4e0d65a712eff1c079927a8
Diffstat (limited to 'doc/source/command-objects/endpoint.rst')
| -rw-r--r-- | doc/source/command-objects/endpoint.rst | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/source/command-objects/endpoint.rst b/doc/source/command-objects/endpoint.rst index c058c844..d6eb362a 100644 --- a/doc/source/command-objects/endpoint.rst +++ b/doc/source/command-objects/endpoint.rst @@ -14,7 +14,7 @@ Create new endpoint .. program:: endpoint create .. code:: bash - os endpoint create + openstack endpoint create --publicurl <url> [--adminurl <url>] [--internalurl <url>] @@ -47,7 +47,7 @@ Create new endpoint .. program:: endpoint create .. code:: bash - os endpoint create + openstack endpoint create [--region <region-id>] [--enable | --disable] <service> @@ -86,7 +86,7 @@ Delete endpoint(s) .. program:: endpoint delete .. code:: bash - os endpoint delete + openstack endpoint delete <endpoint-id> [<endpoint-id> ...] .. _endpoint_delete-endpoint: @@ -102,7 +102,7 @@ List endpoints .. program:: endpoint list .. code:: bash - os endpoint list + openstack endpoint list [--service <service] [--interface <interface>] [--region <region-id>] @@ -142,7 +142,7 @@ Set endpoint properties .. program:: endpoint set .. code:: bash - os endpoint set + openstack endpoint set [--region <region-id>] [--interface <interface>] [--url <url>] @@ -187,7 +187,7 @@ Display endpoint details .. program:: endpoint show .. code:: bash - os endpoint show + openstack endpoint show <endpoint> .. _endpoint_show-endpoint: |
