python-openstackclient/doc/source/command-objects/compute-agent.rst
Alex Schultz d1bc15f498 Add compute service delete
This change adds 'compute service delete <service>' to the openstack
client. This is the equivalent of 'nova service-delete <id>'

Change-Id: I69ef1cac72cbe125c2114f8e958e22350a70f367
Closes-Bug: #1503510
2015-10-16 14:01:37 +00: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 command

compute agent delete

os compute agent delete <id>




ID of agent to delete

compute agent list

List compute agent command

compute agent list

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




Optional type of hypervisor

compute agent set

Set compute agent command

agent set

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




ID of the agent

<version>

Version of the agent

<url>

URL

<md5hash>

MD5 hash