Files
deb-python-openstackclient/doc/source/command-objects/compute-agent.rst
sunyajing 25bdf6811c Modify compute agent set command
Migrate ``compute agent set`` arguments: version, url, md5hash
to be optional.

BackwardsIncompatibleImpact

Change-Id: I092b7ed24274bafa548f0537c4586504be3a2825
Co-Authored-By: Huanxuan Ao <huanxuan.ao@easystack.cn>
2016-07-11 18:07:34 +08:00

1.5 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
    [--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)