Compute v2
Create compute agent
openstack compute agent create
<os>
<architecture>
<version>
<url>
<md5hash>
<hypervisor>
os
¶Type of OS
architecture
¶Type of architecture
version
¶Version
url
¶URL
md5hash
¶MD5 hash
hypervisor
¶Type of hypervisor
This command is provided by the python-openstackclient plugin.
Delete compute agent(s)
openstack compute agent delete <id> [<id> ...]
id
¶ID of agent(s) to delete
This command is provided by the python-openstackclient plugin.
List compute agents
openstack compute agent list
[--format-config-file FORMAT_CONFIG]
[--sort-column SORT_COLUMN]
[--hypervisor <hypervisor>]
--format-config-file
<FORMAT_CONFIG>
¶Config file for the dict-to-csv formatter
--sort-column
SORT_COLUMN
¶specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated
--hypervisor
<hypervisor>
¶Type of hypervisor
This command is provided by the python-openstackclient plugin.
Set compute agent properties
openstack compute agent set
[--agent-version <version>]
[--url <url>]
[--md5hash <md5hash>]
<id>
--agent-version
<version>
¶Version of the agent
--url
<url>
¶URL of the agent
--md5hash
<md5hash>
¶MD5 hash of the agent
id
¶ID of the agent
This command is provided by the python-openstackclient plugin.
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.