Compute v2
Create compute agent.
The compute agent functionality is hypervisor specific and is only supported by the XenAPI hypervisor driver. It was removed from nova in the 23.0.0 (Wallaby) release.
openstack compute agent create
<os>
<architecture>
<version>
<url>
<md5hash>
<hypervisor>
Type of OS
Type of architecture
Version
URL
MD5 hash
Type of hypervisor
Delete compute agent(s).
The compute agent functionality is hypervisor specific and is only supported by the XenAPI hypervisor driver. It was removed from nova in the 23.0.0 (Wallaby) release.
openstack compute agent delete <id> [<id> ...]
ID of agent(s) to delete
List compute agents.
The compute agent functionality is hypervisor specific and is only supported by the XenAPI hypervisor driver. It was removed from nova in the 23.0.0 (Wallaby) release.
openstack compute agent list
[--format-config-file FORMAT_CONFIG]
[--sort-column SORT_COLUMN]
[--sort-ascending | --sort-descending]
[--hypervisor <hypervisor>]
Config file for the dict-to-csv formatter
specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated
sort the column(s) in ascending order
sort the column(s) in descending order
Type of hypervisor
Set compute agent properties.
The compute agent functionality is hypervisor specific and is only supported by the XenAPI hypervisor driver. It was removed from nova in the 23.0.0 (Wallaby) release.
openstack compute agent set
[--agent-version <version>]
[--url <url>]
[--md5hash <md5hash>]
<id>
Version of the agent
URL of the agent
MD5 hash of the agent
ID of the agent
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.