python-openstackclient/doc/source/command-objects/compute-agent.rst
Kevin_Zheng 9663424c74 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
2016-12-20 09:03:29 +08:00

1.5 KiB

compute agent

Compute v2

compute agent create

Create compute agent

compute agent create

openstack 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

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




ID of agent(s) to delete

compute agent list

List compute agents

compute agent list

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

--hypervisor <hypervisor>

Type of hypervisor

compute agent set

Set compute agent properties

agent set

openstack compute agent set
    [--agent-version <version>]
    [--url <url]
    [--md5hash <md5hash>]
    <id>




Version of the agent

--url <url>

URL of the agent

--md5hash <md5hash>

MD5 hash of the agent

<id>

Agent to modify (ID only)