python-openstackclient/doc/source/command-objects/compute-agent.rst
Huanxuan Ao c7b137e421 Modify some unusual help messages in computev2
Some command help messages are unusual, for example:
common help message for a list command:
"list objects"
unusual help message:
"list obejcets command"
I think we should keep help message consistent, so I modify
the unusual help messages in computev2.

Change-Id: Ic5f11eba1a4397949e85d91cc067519752e89bff
2016-06-27 15:27:34 +08:00

1.4 KiB

compute agent

Compute v2

compute agent create

Create compute agent

compute agent create

os compute agent create
    <os> <architecture> <version> <url> <md5hash>
    <hypervisor>




Type of OS

<architecture>

Type of architecture

<version>

Version

<url>

URL

<md5hash>

MD5 hash

<hypervisor>

Type of hypervisor

compute agent delete

Delete compute agent(s)

compute agent delete

os compute agent delete <id> [<id> ...]




ID of agent(s) to delete

compute agent list

List compute agents

compute agent list

os compute agent list [--hypervisor <hypervisor>]




Optional type of hypervisor

compute agent set

Set compute agent properties

agent set

os compute agent set
    <id> <version> <url> <md5hash>




ID of the agent

<version>

Version of the agent

<url>

URL

<md5hash>

MD5 hash