summaryrefslogtreecommitdiff
path: root/doc/source/command-objects/compute-agent.rst
diff options
context:
space:
mode:
authorKevin_Zheng <zhengzhenyu@huawei.com>2016-12-20 09:03:29 +0800
committerKevin_Zheng <zhengzhenyu@huawei.com>2016-12-20 09:03:29 +0800
commit9663424c7444e0f5ae54dda499a96f179d8512fd (patch)
treebfcca652dcfbd5625aec723d88e5817e11ad0010 /doc/source/command-objects/compute-agent.rst
parente51a2b3b171f3c72a715bee3ad99c0f88efa3010 (diff)
downloadpython-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/compute-agent.rst')
-rw-r--r--doc/source/command-objects/compute-agent.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/source/command-objects/compute-agent.rst b/doc/source/command-objects/compute-agent.rst
index 239a24e8..e8317b48 100644
--- a/doc/source/command-objects/compute-agent.rst
+++ b/doc/source/command-objects/compute-agent.rst
@@ -12,7 +12,7 @@ Create compute agent
.. program:: compute agent create
.. code:: bash
- os compute agent create
+ openstack compute agent create
<os> <architecture> <version> <url> <md5hash>
<hypervisor>
@@ -49,7 +49,7 @@ Delete compute agent(s)
.. program:: compute agent delete
.. code:: bash
- os compute agent delete <id> [<id> ...]
+ openstack compute agent delete <id> [<id> ...]
.. _compute_agent-delete:
.. describe:: <id>
@@ -64,7 +64,7 @@ List compute agents
.. program:: compute agent list
.. code:: bash
- os compute agent list [--hypervisor <hypervisor>]
+ openstack compute agent list [--hypervisor <hypervisor>]
.. option:: --hypervisor <hypervisor>
@@ -78,7 +78,7 @@ Set compute agent properties
.. program:: agent set
.. code:: bash
- os compute agent set
+ openstack compute agent set
[--agent-version <version>]
[--url <url]
[--md5hash <md5hash>]