Ce contenu n'est pas disponible dans la langue sélectionnée.
Chapter 11. baremetal
This chapter describes the commands under the baremetal command.
11.1. baremetal node power on Copier lienLien copié sur presse-papiers!
Usage:
openstack baremetal node power on [-h]
[--power-timeout <power-timeout>]
<node>
Power on a node
| Value | Summary |
|---|---|
| <node> | Name or uuid of the node. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --power-timeout <power-timeout> | Timeout (in seconds, positive integer) to wait for the target power state before erroring out. |
This command is provided by the python-ironicclient plugin.
11.2. baremetal node provide Copier lienLien copié sur presse-papiers!
Usage:
openstack baremetal node provide [-h] [--wait [<time-out>]] <node>
Set provision state of baremetal node to 'provide'
| Value | Summary |
|---|---|
| <node> | Name or uuid of the node. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --wait [<time-out>] | Wait for a node to reach the desired state, available. Optionally takes a timeout value (in seconds). The default value is 0, meaning it will wait indefinitely. |
This command is provided by the python-ironicclient plugin.
11.3. baremetal node reboot Copier lienLien copié sur presse-papiers!
Usage:
openstack baremetal node reboot [-h] [--soft]
[--power-timeout <power-timeout>]
<node>
Reboot baremetal node
| Value | Summary |
|---|---|
| <node> | Name or uuid of the node. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --soft | Request graceful reboot. |
| --power-timeout <power-timeout> | Timeout (in seconds, positive integer) to wait for the target power state before erroring out. |
This command is provided by the python-ironicclient plugin.
11.4. baremetal node rebuild Copier lienLien copié sur presse-papiers!
Usage:
openstack baremetal node rebuild [-h] [--wait [<time-out>]]
[--config-drive <config-drive>]
<node>
Set provision state of baremetal node to 'rebuild'
| Value | Summary |
|---|---|
| <node> | Name or uuid of the node. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --wait [<time-out>] | Wait for a node to reach the desired state, active. Optionally takes a timeout value (in seconds). The default value is 0, meaning it will wait indefinitely. |
| --config-drive <config-drive> | A gzipped, base64-encoded configuration drive string OR the path to the configuration drive file OR the path to a directory containing the config drive files. In case it’s a directory, a config drive will be generated from it. |
This command is provided by the python-ironicclient plugin.
11.5. baremetal node remove trait Copier lienLien copié sur presse-papiers!
Usage:
openstack baremetal node remove trait [-h] [--all]
<node> [<trait> [<trait> ...]]
Remove trait(s) from a node.
| Value | Summary |
|---|---|
| <node> | Name or uuid of the node |
| <trait> | Trait(s) to remove |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --all | Remove all traits |
This command is provided by the python-ironicclient plugin.
11.6. baremetal node rescue Copier lienLien copié sur presse-papiers!
Usage:
openstack baremetal node rescue [-h] [--wait [<time-out>]]
--rescue-password <rescue-password>
<node>
Set provision state of baremetal node to 'rescue'
| Value | Summary |
|---|---|
| <node> | Name or uuid of the node. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --wait [<time-out>] | Wait for a node to reach the desired state, rescue. Optionally takes a timeout value (in seconds). The default value is 0, meaning it will wait indefinitely. |
| --rescue-password <rescue-password> | The password that will be used to login to the rescue ramdisk. The value should be a non-empty string. |
This command is provided by the python-ironicclient plugin.
11.7. baremetal node set Copier lienLien copié sur presse-papiers!
Usage:
openstack baremetal node set [-h] [--instance-uuid <uuid>]
[--name <name>]
[--chassis-uuid <chassis UUID>]
[--driver <driver>]
[--bios-interface <bios_interface> | --reset-bios-interface]
[--boot-interface <boot_interface> | --reset-boot-interface]
[--console-interface <console_interface> | --reset-console-interface]
[--deploy-interface <deploy_interface> | --reset-deploy-interface]
[--inspect-interface <inspect_interface> | --reset-inspect-interface]
[--management-interface <management_interface> | --reset-management-interface]
[--network-interface <network_interface> | --reset-network-interface]
[--power-interface <power_interface> | --reset-power-interface]
[--raid-interface <raid_interface> | --reset-raid-interface]
[--rescue-interface <rescue_interface> | --reset-rescue-interface]
[--storage-interface <storage_interface> | --reset-storage-interface]
[--vendor-interface <vendor_interface> | --reset-vendor-interface]
[--reset-interfaces]
[--resource-class <resource_class>]
[--conductor-group <conductor_group>]
[--target-raid-config <target_raid_config>]
[--property <key=value>]
[--extra <key=value>]
[--driver-info <key=value>]
[--instance-info <key=value>]
<node>
Set baremetal properties
| Value | Summary |
|---|---|
| <node> | Name or uuid of the node. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --instance-uuid <uuid> | Set instance UUID of node to <uuid> |
| --name <name> | Set the name of the node |
| --chassis-uuid <chassis UUID> | Set the chassis for the node |
| --driver <driver> | Set the driver for the node |
| --bios-interface <bios_interface> | Set the BIOS interface for the node |
| --reset-bios-interface | Reset the BIOS interface to its hardware type default |
| --boot-interface <boot_interface> | Set the boot interface for the node |
| --reset-boot-interface | Reset the boot interface to its hardware type default |
| --console-interface <console_interface> | Set the console interface for the node |
| --reset-console-interface | Reset the console interface to its hardware type default |
| --deploy-interface <deploy_interface> | Set the deploy interface for the node |
| --reset-deploy-interface | Reset the deploy interface to its hardware type default |
| --inspect-interface <inspect_interface> | Set the inspect interface for the node |
| --reset-inspect-interface | Reset the inspect interface to its hardware type default |
| --management-interface <management_interface> | Set the management interface for the node |
| --reset-management-interface | Reset the management interface to its hardware type default |
| --network-interface <network_interface> | Set the network interface for the node |
| --reset-network-interface | Reset the network interface to its hardware type default |
| --power-interface <power_interface> | Set the power interface for the node |
| --reset-power-interface | Reset the power interface to its hardware type default |
| --raid-interface <raid_interface> | Set the RAID interface for the node |
| --reset-raid-interface | Reset the RAID interface to its hardware type default |
| --rescue-interface <rescue_interface> | Set the rescue interface for the node |
| --reset-rescue-interface | Reset the rescue interface to its hardware type default |
| --storage-interface <storage_interface> | Set the storage interface for the node |
| --reset-storage-interface | Reset the storage interface to its hardware type default |
| --vendor-interface <vendor_interface> | Set the vendor interface for the node |
| --reset-vendor-interface | Reset the vendor interface to its hardware type default |
| --reset-interfaces | Reset all interfaces not specified explicitly to their default implementations. Only valid with --driver. |
| --resource-class <resource_class> | Set the resource class for the node |
| --conductor-group <conductor_group> | Set the conductor group for the node |
| --target-raid-config <target_raid_config> | Set the target RAID configuration (JSON) for the node. This can be one of: 1. a file containing JSON data of the RAID configuration; 2. "-" to read the contents from standard input; or 3. a valid JSON string. |
| --property <key=value> | Property to set on this baremetal node (repeat option to set multiple properties) |
| --extra <key=value> | Extra to set on this baremetal node (repeat option to set multiple extras) |
| --driver-info <key=value> | Driver information to set on this baremetal node (repeat option to set multiple driver infos) |
| --instance-info <key=value> | Instance information to set on this baremetal node (repeat option to set multiple instance infos) |
This command is provided by the python-ironicclient plugin.
11.8. baremetal node show Copier lienLien copié sur presse-papiers!
Usage:
openstack baremetal node show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
[--instance]
[--fields <field> [<field> ...]]
<node>
Show baremetal node details
| Value | Summary |
|---|---|
| <node> | Name or uuid of the node (or instance uuid if |
| --instance is specified) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --instance | <node> is an instance uuid. |
| --fields <field> [<field> …] | One or more node fields. Only these fields will be fetched from the server. |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-ironicclient plugin.
11.9. baremetal node trait list Copier lienLien copié sur presse-papiers!
Usage:
openstack baremetal node trait list [-h]
[-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
<node>
List a node’s traits.
| Value | Summary |
|---|---|
| <node> | Name or uuid of the node |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --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 |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-ironicclient plugin.
11.10. baremetal node undeploy Copier lienLien copié sur presse-papiers!
Usage:
openstack baremetal node undeploy [-h] [--wait [<time-out>]] <node>
Set provision state of baremetal node to 'deleted'
| Value | Summary |
|---|---|
| <node> | Name or uuid of the node. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --wait [<time-out>] | Wait for a node to reach the desired state, available. Optionally takes a timeout value (in seconds). The default value is 0, meaning it will wait indefinitely. |
This command is provided by the python-ironicclient plugin.
11.11. baremetal node unrescue Copier lienLien copié sur presse-papiers!
Usage:
openstack baremetal node unrescue [-h] [--wait [<time-out>]] <node>
Set provision state of baremetal node to 'unrescue'
| Value | Summary |
|---|---|
| <node> | Name or uuid of the node. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --wait [<time-out>] | Wait for a node to reach the desired state, active. Optionally takes a timeout value (in seconds). The default value is 0, meaning it will wait indefinitely. |
This command is provided by the python-ironicclient plugin.
11.12. baremetal node unset Copier lienLien copié sur presse-papiers!
Usage:
openstack baremetal node unset [-h] [--instance-uuid] [--name]
[--resource-class]
[--target-raid-config]
[--property <key>] [--extra <key>]
[--driver-info <key>]
[--instance-info <key>] [--chassis-uuid]
[--bios-interface] [--boot-interface]
[--console-interface]
[--deploy-interface]
[--inspect-interface]
[--management-interface]
[--network-interface]
[--power-interface] [--raid-interface]
[--rescue-interface]
[--storage-interface]
[--vendor-interface] [--conductor-group]
<node>
Unset baremetal properties
| Value | Summary |
|---|---|
| <node> | Name or uuid of the node. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --instance-uuid | Unset instance uuid on this baremetal node |
| --name | Unset the name of the node |
| --resource-class | Unset the resource class of the node |
| --target-raid-config | Unset the target raid configuration of the node |
| --property <key> | Property to unset on this baremetal node (repeat option to unset multiple properties) |
| --extra <key> | Extra to unset on this baremetal node (repeat option to unset multiple extras) |
| --driver-info <key> | Driver information to unset on this baremetal node (repeat option to unset multiple driver informations) |
| --instance-info <key> | Instance information to unset on this baremetal node (repeat option to unset multiple instance informations) |
| --chassis-uuid | Unset chassis uuid on this baremetal node |
| --bios-interface | Unset bios interface on this baremetal node |
| --boot-interface | Unset boot interface on this baremetal node |
| --console-interface | Unset console interface on this baremetal node |
| --deploy-interface | Unset deploy interface on this baremetal node |
| --inspect-interface | Unset inspect interface on this baremetal node |
| --management-interface | Unset management interface on this baremetal node |
| --network-interface | Unset network interface on this baremetal node |
| --power-interface | Unset power interface on this baremetal node |
| --raid-interface | Unset raid interface on this baremetal node |
| --rescue-interface | Unset rescue interface on this baremetal node |
| --storage-interface | Unset storage interface on this baremetal node |
| --vendor-interface | Unset vendor interface on this baremetal node |
| --conductor-group | Unset conductor group for this baremetal node (the default group will be used) |
This command is provided by the python-ironicclient plugin.
11.13. baremetal node validate Copier lienLien copié sur presse-papiers!
Usage:
openstack baremetal node validate [-h] [-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
<node>
Validate a node’s driver interfaces
| Value | Summary |
|---|---|
| <node> | Name or uuid of the node |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --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 |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-ironicclient plugin.
11.14. baremetal node vif attach Copier lienLien copié sur presse-papiers!
Usage:
openstack baremetal node vif attach [-h] [--vif-info <key=value>]
<node> <vif-id>
Attach VIF to a given node
| Value | Summary |
|---|---|
| <node> | Name or uuid of the node |
| <vif-id> | Name or uuid of the vif to attach to a node. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --vif-info <key=value> | Record arbitrary key/value metadata. Can be specified multiple times. The mandatory 'id' parameter cannot be specified as a key. |
This command is provided by the python-ironicclient plugin.
11.15. baremetal node vif detach Copier lienLien copié sur presse-papiers!
Usage:
openstack baremetal node vif detach [-h] <node> <vif-id>
Detach VIF from a given node
| Value | Summary |
|---|---|
| <node> | Name or uuid of the node |
| <vif-id> | Name or uuid of the vif to detach from a node. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-ironicclient plugin.
11.16. baremetal node vif list Copier lienLien copié sur presse-papiers!
Usage:
openstack baremetal node vif list [-h] [-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
<node>
Show attached VIFs for a node
| Value | Summary |
|---|---|
| <node> | Name or uuid of the node |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --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 |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-ironicclient plugin.
11.17. baremetal port create Copier lienLien copié sur presse-papiers!
Usage:
openstack baremetal port create [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX] --node
<uuid> [--uuid <uuid>]
[--extra <key=value>]
[--local-link-connection <key=value>]
[-l <key=value>]
[--pxe-enabled <boolean>]
[--port-group <uuid>]
[--physical-network <physical network>]
<address>
Create a new port
| Value | Summary |
|---|---|
| <address> | Mac address for this port. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --node <uuid> | Uuid of the node that this port belongs to. |
| --uuid <uuid> | Uuid of the port. |
| --extra <key=value> | Record arbitrary key/value metadata. can be specified multiple times. |
| --local-link-connection <key=value> | Key/value metadata describing Local link connection information. Valid keys are 'switch_info', 'switch_id', and 'port_id'. The keys 'switch_id' and 'port_id' are required. Can be specified multiple times. |
| -l <key=value> | Deprecated. please use --local-link-connection instead. Key/value metadata describing Local link connection information. Valid keys are 'switch_info', 'switch_id', and 'port_id'. The keys 'switch_id' and 'port_id' are required. Can be specified multiple times. |
| --pxe-enabled <boolean> | Indicates whether this Port should be used when PXE booting this Node. |
| --port-group <uuid> | Uuid of the port group that this port belongs to. |
| --physical-network <physical network> | Name of the physical network to which this port is connected. |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-ironicclient plugin.
11.18. baremetal port delete Copier lienLien copié sur presse-papiers!
Usage:
openstack baremetal port delete [-h] <port> [<port> ...]
Delete port(s).
| Value | Summary |
|---|---|
| <port> | Uuid(s) of the port(s) to delete. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-ironicclient plugin.
11.19. baremetal port group create Copier lienLien copié sur presse-papiers!
Usage:
openstack baremetal port group create [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
--node <uuid>
[--address <mac-address>]
[--name NAME] [--uuid UUID]
[--extra <key=value>]
[--mode MODE]
[--property <key=value>]
[--support-standalone-ports | --unsupport-standalone-ports]
Create a new baremetal port group.
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --node <uuid> | Uuid of the node that this port group belongs to. |
| --address <mac-address> | MAC address for this port group. |
| --name NAME | Name of the port group. |
| --uuid UUID | Uuid of the port group. |
| --extra <key=value> | Record arbitrary key/value metadata. can be specified multiple times. |
| --mode MODE | Mode of the port group. for possible values, refer to https://www.kernel.org/doc/Documentation/networking/bo nding.txt. |
| --property <key=value> | Key/value property related to this port group’s configuration. Can be specified multiple times. |
| --support-standalone-ports | Ports that are members of this port group can be used as stand-alone ports. (default) |
| --unsupport-standalone-ports | Ports that are members of this port group cannot be used as stand-alone ports. |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-ironicclient plugin.
11.20. baremetal port group delete Copier lienLien copié sur presse-papiers!
Usage:
openstack baremetal port group delete [-h]
<port group> [<port group> ...]
Unregister baremetal port group(s).
| Value | Summary |
|---|---|
| <port group> | Port group(s) to delete (name or uuid). |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-ironicclient plugin.
11.21. baremetal port group list Copier lienLien copié sur presse-papiers!
Usage:
openstack baremetal port group list [-h]
[-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
[--limit <limit>]
[--marker <port group>]
[--sort <key>[:<direction>]]
[--address <mac-address>]
[--node <node>]
[--long | --fields <field> [<field> ...]]
List baremetal port groups.
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --limit <limit> | Maximum number of port groups to return per request, 0 for no limit. Default is the maximum number used by the Baremetal API Service. |
| --marker <port group> | Port group UUID (for example, of the last port group in the list from a previous request). Returns the list of port groups after this UUID. |
| --sort <key>[:<direction>] | Sort output by specified port group fields and directions (asc or desc) (default: asc). Multiple fields and directions can be specified, separated by comma. |
| --address <mac-address> | Only show information for the port group with this MAC address. |
| --node <node> | Only list port groups of this node (name or uuid). |
| --long | Show detailed information about the port groups. |
| --fields <field> [<field> …] | One or more port group fields. Only these fields will be fetched from the server. Can not be used when '-- long' is specified. |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --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 |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-ironicclient plugin.
11.22. baremetal port group set Copier lienLien copié sur presse-papiers!
Usage:
openstack baremetal port group set [-h] [--node <uuid>]
[--address <mac-address>]
[--name <name>]
[--extra <key=value>] [--mode MODE]
[--property <key=value>]
[--support-standalone-ports | --unsupport-standalone-ports]
<port group>
Set baremetal port group properties.
| Value | Summary |
|---|---|
| <port group> | Name or uuid of the port group. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --node <uuid> | Update uuid of the node that this port group belongs to. |
| --address <mac-address> | MAC address for this port group. |
| --name <name> | Name of the port group. |
| --extra <key=value> | Extra to set on this baremetal port group (repeat option to set multiple extras). |
| --mode MODE | Mode of the port group. for possible values, refer to https://www.kernel.org/doc/Documentation/networking/bo nding.txt. |
| --property <key=value> | Key/value property related to this port group’s configuration (repeat option to set multiple properties). |
| --support-standalone-ports | Ports that are members of this port group can be used as stand-alone ports. |
| --unsupport-standalone-ports | Ports that are members of this port group cannot be used as stand-alone ports. |
This command is provided by the python-ironicclient plugin.
11.23. baremetal port group show Copier lienLien copié sur presse-papiers!
Usage:
openstack baremetal port group show [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
[--address]
[--fields <field> [<field> ...]]
<id>
Show baremetal port group details.
| Value | Summary |
|---|---|
| <id> | Uuid or name of the port group (or mac address if |
| --address is specified). |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --address | <id> is the mac address (instead of uuid or name) of the port group. |
| --fields <field> [<field> …] | One or more port group fields. Only these fields will be fetched from the server. |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-ironicclient plugin.
11.24. baremetal port group unset Copier lienLien copié sur presse-papiers!
Usage:
openstack baremetal port group unset [-h] [--name] [--address]
[--extra <key>] [--property <key>]
<port group>
Unset baremetal port group properties.
| Value | Summary |
|---|---|
| <port group> | Name or uuid of the port group. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --name | Unset the name of the port group. |
| --address | Unset the address of the port group. |
| --extra <key> | Extra to unset on this baremetal port group (repeat option to unset multiple extras). |
| --property <key> | Property to unset on this baremetal port group (repeat option to unset multiple properties). |
This command is provided by the python-ironicclient plugin.
11.25. baremetal port list Copier lienLien copié sur presse-papiers!
Usage:
openstack baremetal port list [-h] [-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
[--address <mac-address>] [--node <node>]
[--port-group <port group>]
[--limit <limit>] [--marker <port>]
[--sort <key>[:<direction>]]
[--long | --fields <field> [<field> ...]]
List baremetal ports.
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --address <mac-address> | Only show information for the port with this MAC address. |
| --node <node> | Only list ports of this node (name or uuid). |
| --port-group <port group> | Only list ports of this port group (name or UUID). |
| --limit <limit> | Maximum number of ports to return per request, 0 for no limit. Default is the maximum number used by the Ironic API Service. |
| --marker <port> | Port uuid (for example, of the last port in the list from a previous request). Returns the list of ports after this UUID. |
| --sort <key>[:<direction>] | Sort output by specified port fields and directions (asc or desc) (default: asc). Multiple fields and directions can be specified, separated by comma. |
| --long | Show detailed information about ports. |
| --fields <field> [<field> …] | One or more port fields. Only these fields will be fetched from the server. Can not be used when '--long' is specified. |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --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 |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-ironicclient plugin.
11.26. baremetal port set Copier lienLien copié sur presse-papiers!
Usage:
openstack baremetal port set [-h] [--node <uuid>] [--address <address>]
[--extra <key=value>]
[--port-group <uuid>]
[--local-link-connection <key=value>]
[--pxe-enabled | --pxe-disabled]
[--physical-network <physical network>]
<port>
Set baremetal port properties.
| Value | Summary |
|---|---|
| <port> | Uuid of the port |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --node <uuid> | Set uuid of the node that this port belongs to |
| --address <address> | Set mac address for this port |
| --extra <key=value> | Extra to set on this baremetal port (repeat option to set multiple extras) |
| --port-group <uuid> | Set uuid of the port group that this port belongs to. |
| --local-link-connection <key=value> | Key/value metadata describing local link connection information. Valid keys are 'switch_info', 'switch_id', and 'port_id'. The keys 'switch_id' and 'port_id' are required. Can be specified multiple times. |
| --pxe-enabled | Indicates that this port should be used when pxe booting this node (default) |
| --pxe-disabled | Indicates that this port should not be used when pxe booting this node |
| --physical-network <physical network> | Set the name of the physical network to which this port is connected. |
This command is provided by the python-ironicclient plugin.
11.27. baremetal port show Copier lienLien copié sur presse-papiers!
Usage:
openstack baremetal port show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
[--address]
[--fields <field> [<field> ...]]
<id>
Show baremetal port details.
| Value | Summary |
|---|---|
| <id> | Uuid of the port (or mac address if --address is specified). |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --address | <id> is the mac address (instead of the uuid) of the port. |
| --fields <field> [<field> …] | One or more port fields. Only these fields will be fetched from the server. |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-ironicclient plugin.
11.28. baremetal port unset Copier lienLien copié sur presse-papiers!
Usage:
openstack baremetal port unset [-h] [--extra <key>] [--port-group]
[--physical-network]
<port>
Unset baremetal port properties.
| Value | Summary |
|---|---|
| <port> | Uuid of the port. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --extra <key> | Extra to unset on this baremetal port (repeat option to unset multiple extras) |
| --port-group | Remove port from the port group |
| --physical-network | Unset the physical network on this baremetal port. |
This command is provided by the python-ironicclient plugin.
11.29. baremetal volume connector create Copier lienLien copié sur presse-papiers!
Usage:
openstack baremetal volume connector create [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width]
[--print-empty]
[--noindent]
[--prefix PREFIX] --node
<uuid> --type <type>
--connector-id <connector
id> [--uuid <uuid>]
[--extra <key=value>]
Create a new baremetal volume connector.
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --node <uuid> | Uuid of the node that this volume connector belongs to. |
| --type <type> | Type of the volume connector. can be 'iqn', 'ip', 'mac', 'wwnn', 'wwpn', 'port', 'portgroup'. |
| --connector-id <connector id> | ID of the volume connector in the specified type. For example, the iSCSI initiator IQN for the node if the type is 'iqn'. |
| --uuid <uuid> | Uuid of the volume connector. |
| --extra <key=value> | Record arbitrary key/value metadata. can be specified multiple times. |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-ironicclient plugin.
11.30. baremetal volume connector delete Copier lienLien copié sur presse-papiers!
Usage:
openstack baremetal volume connector delete [-h]
<volume connector>
[<volume connector> ...]
Unregister baremetal volume connector(s).
| Value | Summary |
|---|---|
| <volume connector> | Uuid(s) of the volume connector(s) to delete. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-ironicclient plugin.
11.31. baremetal volume connector list Copier lienLien copié sur presse-papiers!
Usage:
openstack baremetal volume connector list [-h]
[-f {csv,json,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
[--node <node>]
[--limit <limit>]
[--marker <volume connector>]
[--sort <key>[:<direction>]]
[--long | --fields <field> [<field> ...]]
List baremetal volume connectors.
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --node <node> | Only list volume connectors of this node (name or UUID). |
| --limit <limit> | Maximum number of volume connectors to return per request, 0 for no limit. Default is the maximum number used by the Baremetal API Service. |
| --marker <volume connector> | Volume connector UUID (for example, of the last volume connector in the list from a previous request). Returns the list of volume connectors after this UUID. |
| --sort <key>[:<direction>] | Sort output by specified volume connector fields and directions (asc or desc) (default:asc). Multiple fields and directions can be specified, separated by comma. |
| --long | Show detailed information about volume connectors. |
| --fields <field> [<field> …] | One or more volume connector fields. Only these fields will be fetched from the server. Can not be used when '--long' is specified. |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --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 |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-ironicclient plugin.
11.32. baremetal volume connector set Copier lienLien copié sur presse-papiers!
Usage:
openstack baremetal volume connector set [-h] [--node <uuid>]
[--type <type>]
[--connector-id <connector id>]
[--extra <key=value>]
<volume connector>
Set baremetal volume connector properties.
| Value | Summary |
|---|---|
| <volume connector> | Uuid of the volume connector. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --node <uuid> | Uuid of the node that this volume connector belongs to. |
| --type <type> | Type of the volume connector. can be 'iqn', 'ip', 'mac', 'wwnn', 'wwpn', 'port', 'portgroup'. |
| --connector-id <connector id> | ID of the volume connector in the specified type. |
| --extra <key=value> | Record arbitrary key/value metadata. can be specified multiple times. |
This command is provided by the python-ironicclient plugin.
11.33. baremetal volume connector show Copier lienLien copié sur presse-papiers!
Usage:
openstack baremetal volume connector show [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent]
[--prefix PREFIX]
[--fields <field> [<field> ...]]
<id>
Show baremetal volume connector details.
| Value | Summary |
|---|---|
| <id> | Uuid of the volume connector. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --fields <field> [<field> …] | One or more volume connector fields. Only these fields will be fetched from the server. |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-ironicclient plugin.
11.34. baremetal volume connector unset Copier lienLien copié sur presse-papiers!
Usage:
openstack baremetal volume connector unset [-h] [--extra <key>]
<volume connector>
Unset baremetal volume connector properties.
| Value | Summary |
|---|---|
| <volume connector> | Uuid of the volume connector. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --extra <key> | Extra to unset (repeat option to unset multiple extras) |
This command is provided by the python-ironicclient plugin.
11.35. baremetal volume target create Copier lienLien copié sur presse-papiers!
Usage:
openstack baremetal volume target create [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
--node <uuid> --type <volume
type> [--property <key=value>]
--boot-index <boot index>
--volume-id <volume id>
[--uuid <uuid>]
[--extra <key=value>]
Create a new baremetal volume target.
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --node <uuid> | Uuid of the node that this volume target belongs to. |
| --type <volume type> | Type of the volume target, e.g. 'iscsi', 'fibre_channel'. |
| --property <key=value> | Key/value property related to the type of this volume target. Can be specified multiple times. |
| --boot-index <boot index> | Boot index of the volume target. |
| --volume-id <volume id> | ID of the volume associated with this target. |
| --uuid <uuid> | Uuid of the volume target. |
| --extra <key=value> | Record arbitrary key/value metadata. can be specified multiple times. |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-ironicclient plugin.
11.36. baremetal volume target delete Copier lienLien copié sur presse-papiers!
Usage:
openstack baremetal volume target delete [-h]
<volume target>
[<volume target> ...]
Unregister baremetal volume target(s).
| Value | Summary |
|---|---|
| <volume target> | Uuid(s) of the volume target(s) to delete. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-ironicclient plugin.
11.37. baremetal volume target list Copier lienLien copié sur presse-papiers!
Usage:
openstack baremetal volume target list [-h]
[-f {csv,json,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
[--node <node>]
[--limit <limit>]
[--marker <volume target>]
[--sort <key>[:<direction>]]
[--long | --fields <field> [<field> ...]]
List baremetal volume targets.
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --node <node> | Only list volume targets of this node (name or uuid). |
| --limit <limit> | Maximum number of volume targets to return per request, 0 for no limit. Default is the maximum number used by the Baremetal API Service. |
| --marker <volume target> | Volume target UUID (for example, of the last volume target in the list from a previous request). Returns the list of volume targets after this UUID. |
| --sort <key>[:<direction>] | Sort output by specified volume target fields and directions (asc or desc) (default:asc). Multiple fields and directions can be specified, separated by comma. |
| --long | Show detailed information about volume targets. |
| --fields <field> [<field> …] | One or more volume target fields. Only these fields will be fetched from the server. Can not be used when '--long' is specified. |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --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 |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-ironicclient plugin.
11.38. baremetal volume target set Copier lienLien copié sur presse-papiers!
Usage:
openstack baremetal volume target set [-h] [--node <uuid>]
[--type <volume type>]
[--property <key=value>]
[--boot-index <boot index>]
[--volume-id <volume id>]
[--extra <key=value>]
<volume target>
Set baremetal volume target properties.
| Value | Summary |
|---|---|
| <volume target> | Uuid of the volume target. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --node <uuid> | Uuid of the node that this volume target belongs to. |
| --type <volume type> | Type of the volume target, e.g. 'iscsi', 'fibre_channel'. |
| --property <key=value> | Key/value property related to the type of this volume target. Can be specified multiple times. |
| --boot-index <boot index> | Boot index of the volume target. |
| --volume-id <volume id> | ID of the volume associated with this target. |
| --extra <key=value> | Record arbitrary key/value metadata. can be specified multiple times. |
This command is provided by the python-ironicclient plugin.
11.39. baremetal volume target show Copier lienLien copié sur presse-papiers!
Usage:
openstack baremetal volume target show [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
[--fields <field> [<field> ...]]
<id>
Show baremetal volume target details.
| Value | Summary |
|---|---|
| <id> | Uuid of the volume target. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --fields <field> [<field> …] | One or more volume target fields. Only these fields will be fetched from the server. |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-ironicclient plugin.
11.40. baremetal volume target unset Copier lienLien copié sur presse-papiers!
Usage:
openstack baremetal volume target unset [-h] [--extra <key>]
[--property <key>]
<volume target>
Unset baremetal volume target properties.
| Value | Summary |
|---|---|
| <volume target> | Uuid of the volume target. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --extra <key> | Extra to unset (repeat option to unset multiple extras) |
| --property <key> | Property to unset on this baremetal volume target (repeat option to unset multiple properties). |
This command is provided by the python-ironicclient plugin.