python-openstackclient/doc/source/cli/command-objects/compute-agent.rst
Doug Hellmann 9599ffe65d reorganize existing documentation according to the new standard layout
Move existing content around based on the doc-migration specification.

Replace :doc: markup with :ref: to have sphinx keep track of where the
files move and generate valid hyperlinks.

Add a few toctrees and index pages for the new directories.

Depends-On: Ia750cb049c0f53a234ea70ce1f2bbbb7a2aa9454
Change-Id: I253ee8f89d3ec40e39310c18bb87ed1d3d5de330
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2017-06-23 11:54:32 +02: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)