openstack-manuals/doc/cli-reference/generated/ch_cli_openstack_commands.xml
Andreas Jaeger 64031f5e79 Update CLI reference for python-openstackclient 2.0.0
Regenerate with current scripts that outputs more options and includes more plugins.

Change-Id: I8802d8a2dafb7244e4cb37b2a14cfc4f693537b8
2015-12-31 19:43:25 +01:00

15335 lines
498 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<chapter xmlns="http://docbook.org/ns/docbook"
xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:xlink="http://www.w3.org/1999/xlink"
version="5.0"
xml:id="openstackclient_commands">
<!-- This file is automatically generated, do not edit -->
<?dbhtml stop-chunking?>
<title>OpenStack command-line client</title>
<para>The <command>openstack</command> client is a common
OpenStack command-line interface (CLI).
This chapter documents <command>openstack</command> version
<literal>2.0.0</literal>.
</para>
<para>For help on a specific <command>openstack</command>
command, enter:
</para>
<screen><prompt>$</prompt> <userinput><command>openstack</command> <option>help</option> <replaceable>COMMAND</replaceable></userinput></screen>
<section xml:id="openstackclient_command_usage">
<title>openstack usage</title>
<screen><computeroutput>usage: openstack [--version] [-v] [--log-file LOG_FILE] [-q] [-h] [--debug]
[--os-cloud &lt;cloud-config-name&gt;]
[--os-region-name &lt;auth-region-name&gt;]
[--os-cacert &lt;ca-bundle-file&gt;] [--verify | --insecure]
[--os-default-domain &lt;auth-domain&gt;]
[--os-interface &lt;interface&gt;] [--timing]
[--os-compute-api-version &lt;compute-api-version&gt;]
[--os-network-api-version &lt;network-api-version&gt;]
[--os-image-api-version &lt;image-api-version&gt;]
[--os-volume-api-version &lt;volume-api-version&gt;]
[--os-identity-api-version &lt;identity-api-version&gt;]
[--os-auth-type &lt;auth-type&gt;]
[--os-project-domain-id &lt;auth-project-domain-id&gt;]
[--os-protocol &lt;auth-protocol&gt;]
[--os-project-name &lt;auth-project-name&gt;]
[--os-trust-id &lt;auth-trust-id&gt;]
[--os-service-provider-endpoint &lt;auth-service-provider-endpoint&gt;]
[--os-domain-name &lt;auth-domain-name&gt;]
[--os-user-domain-id &lt;auth-user-domain-id&gt;]
[--os-identity-provider-url &lt;auth-identity-provider-url&gt;]
[--os-access-token-endpoint &lt;auth-access-token-endpoint&gt;]
[--os-domain-id &lt;auth-domain-id&gt;]
[--os-user-domain-name &lt;auth-user-domain-name&gt;]
[--os-scope &lt;auth-scope&gt;] [--os-user-id &lt;auth-user-id&gt;]
[--os-identity-provider &lt;auth-identity-provider&gt;]
[--os-username &lt;auth-username&gt;]
[--os-auth-url &lt;auth-auth-url&gt;]
[--os-client-secret &lt;auth-client-secret&gt;]
[--os-client-id &lt;auth-client-id&gt;]
[--os-project-domain-name &lt;auth-project-domain-name&gt;]
[--os-password &lt;auth-password&gt;]
[--os-endpoint &lt;auth-endpoint&gt;] [--os-url &lt;auth-url&gt;]
[--os-token &lt;auth-token&gt;] [--os-project-id &lt;auth-project-id&gt;]
[--os-object-api-version &lt;object-api-version&gt;]
[--os-mb-api-version &lt;mb-api-version&gt;]
[--inspector-api-version INSPECTOR_API_VERSION]
[--inspector-url INSPECTOR_URL]
[--os-dns-api-version &lt;dns-api-version&gt;]
[--os-policy-api-version &lt;policy-api-version&gt;]
[--os-queues-api-version &lt;queues-api-version&gt;]
[--os-data-processing-api-version &lt;data-processing-api-version&gt;]
[--os-management-api-version &lt;management-api-version&gt;]
[--os-baremetal-api-version &lt;baremetal-api-version&gt;]</computeroutput></screen>
</section>
<section xml:id="openstackclient_command_optional">
<title>openstack optional arguments</title>
<variablelist wordsize="10">
<varlistentry>
<term><command>--version</command></term>
<listitem>
<para>
show program's version number and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>-v, --verbose</command></term>
<listitem>
<para>
Increase verbosity of output. Can be repeated.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--log-file LOG_FILE</command></term>
<listitem>
<para>
Specify a file to log output. Disabled by default.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>-q, --quiet</command></term>
<listitem>
<para>
Suppress output except warnings and errors.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
Show help message and exit.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--debug</command></term>
<listitem>
<para>
Show tracebacks on errors.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--os-cloud &lt;cloud-config-name&gt;</command></term>
<listitem>
<para>
Cloud name in clouds.yaml (Env: OS_CLOUD)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--os-region-name &lt;auth-region-name&gt;</command></term>
<listitem>
<para>
Authentication region name (Env: OS_REGION_NAME)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--os-cacert &lt;ca-bundle-file&gt;</command></term>
<listitem>
<para>
CA certificate bundle file (Env: OS_CACERT)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--verify</command></term>
<listitem>
<para>
Verify server certificate (default)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--insecure</command></term>
<listitem>
<para>
Disable server certificate verification
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--os-default-domain &lt;auth-domain&gt;</command></term>
<listitem>
<para>
Default domain ID, default=default (Env:
OS_DEFAULT_DOMAIN)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--os-interface &lt;interface&gt;</command></term>
<listitem>
<para>
Select an interface type. Valid interface types:
[admin, public, internal]. (Env: OS_INTERFACE)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--timing</command></term>
<listitem>
<para>
Print API call timing info
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--os-compute-api-version &lt;compute-api-version&gt;</command></term>
<listitem>
<para>
Compute API version, default=2 (Env:
OS_COMPUTE_API_VERSION)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--os-network-api-version &lt;network-api-version&gt;</command></term>
<listitem>
<para>
Network API version, default=2.0 (Env:
OS_NETWORK_API_VERSION)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--os-image-api-version &lt;image-api-version&gt;</command></term>
<listitem>
<para>
Image API version, default=1 (Env:
OS_IMAGE_API_VERSION)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--os-volume-api-version &lt;volume-api-version&gt;</command></term>
<listitem>
<para>
Volume API version, default=2 (Env:
OS_VOLUME_API_VERSION)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--os-identity-api-version &lt;identity-api-version&gt;</command></term>
<listitem>
<para>
Identity API version, default=3 (Env:
OS_IDENTITY_API_VERSION)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--os-auth-type &lt;auth-type&gt;</command></term>
<listitem>
<para>
Select an authentication type. Available types:
v2token, admin_token, v2password, v3password,
v3scopedsaml, v3oidcpassword, v3unscopedadfs, token,
v3token, password, v3unscopedsaml, osc_password,
token_endpoint. Default: selected based on --os-
username/--os-token (Env: OS_AUTH_TYPE)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--os-project-domain-id &lt;auth-project-domain-id&gt;</command></term>
<listitem>
<para>
With v3password: Domain ID containing project With
v3scopedsaml: Domain ID containing project With
v3oidcpassword: Domain ID containing project With
v3unscopedadfs: Domain ID containing project With
token: Domain ID containing project With v3token:
Domain ID containing project With password: Domain ID
containing project With v3unscopedsaml: Domain ID
containing project With osc_password: Domain ID
containing project (Env: OS_PROJECT_DOMAIN_ID)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--os-protocol &lt;auth-protocol&gt;</command></term>
<listitem>
<para>
With v3oidcpassword: Name of the federated protocol
used for federated authentication. Must match its
counterpart name configured at the keystone service
provider. Typically values would be 'saml2' or 'oidc'.
(Env: OS_PROTOCOL)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--os-project-name &lt;auth-project-name&gt;</command></term>
<listitem>
<para>
With v3password: Project name to scope to With
v3scopedsaml: Project name to scope to With
v3oidcpassword: Project name to scope to With
v3unscopedadfs: Project name to scope to With token:
Project name to scope to With v3token: Project name to
scope to With password: Project name to scope to With
v3unscopedsaml: Project name to scope to With
osc_password: Project name to scope to (Env:
OS_PROJECT_NAME)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--os-trust-id &lt;auth-trust-id&gt;</command></term>
<listitem>
<para>
With v2token: Trust ID With v2password: Trust ID With
v3password: Trust ID With v3scopedsaml: Trust ID With
v3oidcpassword: Trust ID With v3unscopedadfs: Trust ID
With token: Trust ID With v3token: Trust ID With
password: Trust ID With v3unscopedsaml: Trust ID With
osc_password: Trust ID (Env: OS_TRUST_ID)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--os-service-provider-endpoint &lt;auth-service-provider-endpoint&gt;</command></term>
<listitem>
<para>
With v3unscopedadfs: Service Provider's Endpoint (Env:
OS_SERVICE_PROVIDER_ENDPOINT)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--os-domain-name &lt;auth-domain-name&gt;</command></term>
<listitem>
<para>
With v3password: Domain name to scope to With
v3scopedsaml: Domain name to scope to With
v3oidcpassword: Domain name to scope to With
v3unscopedadfs: Domain name to scope to With token:
Domain name to scope to With v3token: Domain name to
scope to With password: Domain name to scope to With
v3unscopedsaml: Domain name to scope to With
osc_password: Domain name to scope to (Env:
OS_DOMAIN_NAME)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--os-user-domain-id &lt;auth-user-domain-id&gt;</command></term>
<listitem>
<para>
With v3password: User's domain id With password:
User's domain id With osc_password: User's domain id
(Env: OS_USER_DOMAIN_ID)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--os-identity-provider-url &lt;auth-identity-provider-url&gt;</command></term>
<listitem>
<para>
With v3unscopedadfs: Identity Provider's URL With
v3unscopedsaml: Identity Provider's URL (Env:
OS_IDENTITY_PROVIDER_URL)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--os-access-token-endpoint &lt;auth-access-token-endpoint&gt;</command></term>
<listitem>
<para>
With v3oidcpassword: OpenID Connect Provider Token
Endpoint (Env: OS_ACCESS_TOKEN_ENDPOINT)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--os-domain-id &lt;auth-domain-id&gt;</command></term>
<listitem>
<para>
With v3password: Domain ID to scope to With
v3scopedsaml: Domain ID to scope to With
v3oidcpassword: Domain ID to scope to With
v3unscopedadfs: Domain ID to scope to With token:
Domain ID to scope to With v3token: Domain ID to scope
to With password: Domain ID to scope to With
v3unscopedsaml: Domain ID to scope to With
osc_password: Domain ID to scope to (Env:
OS_DOMAIN_ID)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--os-user-domain-name &lt;auth-user-domain-name&gt;</command></term>
<listitem>
<para>
With v3password: User's domain name With password:
User's domain name With osc_password: User's domain
name (Env: OS_USER_DOMAIN_NAME)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--os-scope &lt;auth-scope&gt;</command></term>
<listitem>
<para>
With v3oidcpassword: OpenID Connect scope that is
requested from OP (Env: OS_SCOPE)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--os-user-id &lt;auth-user-id&gt;</command></term>
<listitem>
<para>
With v2password: User ID to login with With
v3password: User ID With password: User id With
osc_password: User id (Env: OS_USER_ID)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--os-identity-provider &lt;auth-identity-provider&gt;</command></term>
<listitem>
<para>
With v3oidcpassword: Identity Provider's name With
v3unscopedadfs: Identity Provider's name With
v3unscopedsaml: Identity Provider's name (Env:
OS_IDENTITY_PROVIDER)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--os-username &lt;auth-username&gt;</command></term>
<listitem>
<para>
With v2password: Username to login with With
v3password: Username With v3oidcpassword: Username
With v3unscopedadfs: Username With password: Username
With v3unscopedsaml: Username With osc_password:
Username (Env: OS_USERNAME)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--os-auth-url &lt;auth-auth-url&gt;</command></term>
<listitem>
<para>
With v2token: Authentication URL With v2password:
Authentication URL With v3password: Authentication URL
With v3scopedsaml: Authentication URL With
v3oidcpassword: Authentication URL With
v3unscopedadfs: Authentication URL With token:
Authentication URL With v3token: Authentication URL
With password: Authentication URL With v3unscopedsaml:
Authentication URL With osc_password: Authentication
URL (Env: OS_AUTH_URL)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--os-client-secret &lt;auth-client-secret&gt;</command></term>
<listitem>
<para>
With v3oidcpassword: OAuth 2.0 Client Secret (Env:
OS_CLIENT_SECRET)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--os-client-id &lt;auth-client-id&gt;</command></term>
<listitem>
<para>
With v3oidcpassword: OAuth 2.0 Client ID (Env:
OS_CLIENT_ID)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--os-project-domain-name &lt;auth-project-domain-name&gt;</command></term>
<listitem>
<para>
With v3password: Domain name containing project With
v3scopedsaml: Domain name containing project With
v3oidcpassword: Domain name containing project With
v3unscopedadfs: Domain name containing project With
token: Domain name containing project With v3token:
Domain name containing project With password: Domain
name containing project With v3unscopedsaml: Domain
name containing project With osc_password: Domain name
containing project (Env: OS_PROJECT_DOMAIN_NAME)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--os-password &lt;auth-password&gt;</command></term>
<listitem>
<para>
With v2password: Password to use With v3password:
User's password With v3oidcpassword: Password With
v3unscopedadfs: Password With password: User's
password With v3unscopedsaml: Password With
osc_password: User's password (Env: OS_PASSWORD)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--os-endpoint &lt;auth-endpoint&gt;</command></term>
<listitem>
<para>
With admin_token: The endpoint that will always be
used With token_endpoint: The endpoint that will
always be used (Env: OS_ENDPOINT)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--os-url &lt;auth-url&gt;</command></term>
<listitem>
<para>
With token_endpoint: Specific service endpoint to use
(Env: OS_URL)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--os-token &lt;auth-token&gt;</command></term>
<listitem>
<para>
With v2token: Token With admin_token: The token that
will always be used With v3scopedsaml: Token to
authenticate with With token: Token to authenticate
with With v3token: Token to authenticate with With
token_endpoint: The token that will always be used
With token_endpoint: Authentication token to use (Env:
OS_TOKEN)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--os-project-id &lt;auth-project-id&gt;</command></term>
<listitem>
<para>
With v3password: Project ID to scope to With
v3scopedsaml: Project ID to scope to With
v3oidcpassword: Project ID to scope to With
v3unscopedadfs: Project ID to scope to With token:
Project ID to scope to With v3token: Project ID to
scope to With password: Project ID to scope to With
v3unscopedsaml: Project ID to scope to With
osc_password: Project ID to scope to (Env:
OS_PROJECT_ID)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--os-object-api-version &lt;object-api-version&gt;</command></term>
<listitem>
<para>
Object API version, default=1 (Env:
OS_OBJECT_API_VERSION)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--os-mb-api-version &lt;mb-api-version&gt;</command></term>
<listitem>
<para>
MB API version, default=1 (Env: OS_MB_API_VERSION)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--inspector-api-version INSPECTOR_API_VERSION</command></term>
<listitem>
<para>
inspector API version, only 1 is supported now (env:
INSPECTOR_VERSION).
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--inspector-url INSPECTOR_URL</command></term>
<listitem>
<para>
inspector URL, defaults to localhost (env:
INSPECTOR_URL).
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--os-dns-api-version &lt;dns-api-version&gt;</command></term>
<listitem>
<para>
DNS API version, default=2 (Env: OS_DNS_API_VERSION)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--os-policy-api-version &lt;policy-api-version&gt;</command></term>
<listitem>
<para>
Policy API version, default=1 (Env:
OS_POLICY_API_VERSION)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--os-queues-api-version &lt;queues-api-version&gt;</command></term>
<listitem>
<para>
Queues API version, default=1.1 (Env:
OS_QUEUES_API_VERSION)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--os-data-processing-api-version &lt;data-processing-api-version&gt;</command></term>
<listitem>
<para>
Data processing API version, default=1.1 (Env:
OS_DATA_PROCESSING_API_VERSION)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--os-management-api-version &lt;management-api-version&gt;</command></term>
<listitem>
<para>
Management API version, default=2 (Env:
OS_MANAGEMENT_API_VERSION)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--os-baremetal-api-version &lt;baremetal-api-version&gt;</command></term>
<listitem>
<para>
Baremetal API version, default=1.6 (Env:
OS_BAREMETAL_API_VERSION)
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstack_cli_identity_api_v2">
<title>OpenStack with Identity API v2 commands</title>
<section xml:id="openstackclient_subcommand_aggregate_add_host_with_identity_api_v2">
<title>openstack aggregate add host</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 aggregate add host [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent] [--prefix PREFIX]
&lt;aggregate&gt; &lt;host&gt;</computeroutput></screen>
<para>
Add host to aggregate
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;aggregate&gt;</command></term>
<listitem>
<para>
Aggregate (name or ID)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>&lt;host&gt;</command></term>
<listitem>
<para>
Host to add to &lt;aggregate&gt;
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_aggregate_create_with_identity_api_v2">
<title>openstack aggregate create</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 aggregate create [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent] [--prefix PREFIX]
[--zone &lt;availability-zone&gt;]
[--property &lt;key=value&gt;]
&lt;name&gt;</computeroutput></screen>
<para>
Create a new aggregate
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;name&gt;</command></term>
<listitem>
<para>
New aggregate name
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--zone &lt;availability-zone&gt;</command></term>
<listitem>
<para>
Availability zone name
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--property &lt;key=value&gt;</command></term>
<listitem>
<para>
Property to add to this aggregate (repeat option to
set multiple properties)
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_aggregate_delete_with_identity_api_v2">
<title>openstack aggregate delete</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 aggregate delete [-h] &lt;aggregate&gt;</computeroutput></screen>
<para>
Delete an existing aggregate
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;aggregate&gt;</command></term>
<listitem>
<para>
Aggregate to delete (name or ID)
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_aggregate_list_with_identity_api_v2">
<title>openstack aggregate list</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 aggregate list [-h]
[-f {csv,html,json,json,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--long]</computeroutput></screen>
<para>
List all aggregates
</para> <variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--long</command></term>
<listitem>
<para>
List additional fields in output
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_aggregate_remove_host_with_identity_api_v2">
<title>openstack aggregate remove host</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 aggregate remove host [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent] [--prefix PREFIX]
&lt;aggregate&gt; &lt;host&gt;</computeroutput></screen>
<para>
Remove host from aggregate
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;aggregate&gt;</command></term>
<listitem>
<para>
Aggregate (name or ID)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>&lt;host&gt;</command></term>
<listitem>
<para>
Host to remove from &lt;aggregate&gt;
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_aggregate_set_with_identity_api_v2">
<title>openstack aggregate set</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 aggregate set [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent] [--prefix PREFIX] [--name &lt;name&gt;]
[--zone &lt;availability-zone&gt;]
[--property &lt;key=value&gt;]
&lt;aggregate&gt;</computeroutput></screen>
<para>
Set aggregate properties
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;aggregate&gt;</command></term>
<listitem>
<para>
Aggregate to modify (name or ID)
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--name &lt;name&gt;</command></term>
<listitem>
<para>
Set aggregate name
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--zone &lt;availability-zone&gt;</command></term>
<listitem>
<para>
Set availability zone name
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--property &lt;key=value&gt;</command></term>
<listitem>
<para>
Property to set on &lt;aggregate&gt; (repeat option to set
multiple properties)
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_aggregate_show_with_identity_api_v2">
<title>openstack aggregate show</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 aggregate show [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent] [--prefix PREFIX]
&lt;aggregate&gt;</computeroutput></screen>
<para>
Display aggregate details
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;aggregate&gt;</command></term>
<listitem>
<para>
Aggregate to display (name or ID)
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_availability_zone_list_with_identity_api_v2">
<title>openstack availability zone list</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 availability zone list [-h]
[-f {csv,html,json,json,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--long]</computeroutput></screen>
<para>
List availability zones and their status
</para> <variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--long</command></term>
<listitem>
<para>
List additional fields in output
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_backup_create_with_identity_api_v2">
<title>openstack backup create</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 backup create [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent] [--prefix PREFIX]
[--container &lt;container&gt;] [--name &lt;name&gt;]
[--description &lt;description&gt;]
&lt;volume&gt;</computeroutput></screen>
<para>
Create new backup
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;volume&gt;</command></term>
<listitem>
<para>
Volume to backup (name or ID)
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--container &lt;container&gt;</command></term>
<listitem>
<para>
Optional backup container name
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--name &lt;name&gt;</command></term>
<listitem>
<para>
Name of the backup
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--description &lt;description&gt;</command></term>
<listitem>
<para>
Description of the backup
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_backup_delete_with_identity_api_v2">
<title>openstack backup delete</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 backup delete [-h] &lt;backup&gt; [&lt;backup&gt; ...]</computeroutput></screen>
<para>
Delete backup(s)
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;backup&gt;</command></term>
<listitem>
<para>
Backup(s) to delete (ID only)
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_backup_list_with_identity_api_v2">
<title>openstack backup list</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 backup list [-h]
[-f {csv,html,json,json,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;] [--noindent]
[--quote {all,minimal,none,nonnumeric}] [--long]</computeroutput></screen>
<para>
List backups
</para> <variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--long</command></term>
<listitem>
<para>
List additional fields in output
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_backup_restore_with_identity_api_v2">
<title>openstack backup restore</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 backup restore [-h] &lt;backup&gt; &lt;volume&gt;</computeroutput></screen>
<para>
Restore backup
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;backup&gt;</command></term>
<listitem>
<para>
Backup to restore (ID only)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>&lt;volume&gt;</command></term>
<listitem>
<para>
Volume to restore to (name or ID)
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_backup_show_with_identity_api_v2">
<title>openstack backup show</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 backup show [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;] [--noindent]
[--prefix PREFIX]
&lt;backup&gt;</computeroutput></screen>
<para>
Display backup details
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;backup&gt;</command></term>
<listitem>
<para>
Backup to display (ID only)
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_baremetal_create_with_identity_api_v2">
<title>openstack baremetal create</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 baremetal create [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent] [--prefix PREFIX]
[--chassis-uuid &lt;chassis&gt;] --driver &lt;driver&gt;
[--driver-info &lt;key=value&gt;]
[--property &lt;key=value&gt;]
[--extra &lt;key=value&gt;] [--uuid &lt;uuid&gt;]
[--name &lt;name&gt;]</computeroutput></screen>
<para>
Register a new node with the baremetal service
</para> <variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--chassis-uuid &lt;chassis&gt;</command></term>
<listitem>
<para>
UUID of the chassis that this node belongs to.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--driver &lt;driver&gt;</command></term>
<listitem>
<para>
Driver used to control the node [REQUIRED].
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--driver-info &lt;key=value&gt;</command></term>
<listitem>
<para>
Key/value pair used by the driver, such as out-of-band
management credentials. Can be specified multiple
times.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--property &lt;key=value&gt;</command></term>
<listitem>
<para>
Key/value pair describing the physical characteristics
of the node. This is exported to Nova and used by the
scheduler. Can be specified multiple times.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--extra &lt;key=value&gt;</command></term>
<listitem>
<para>
Record arbitrary key/value metadata. Can be specified
multiple times.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--uuid &lt;uuid&gt;</command></term>
<listitem>
<para>
Unique UUID for the node.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--name &lt;name&gt;</command></term>
<listitem>
<para>
Unique name for the node.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_baremetal_delete_with_identity_api_v2">
<title>openstack baremetal delete</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 baremetal delete [-h] &lt;node&gt;</computeroutput></screen>
<para>
Unregister a baremetal node
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;node&gt;</command></term>
<listitem>
<para>
Node to delete (name or ID)
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_baremetal_introspection_rule_delete_with_identity_api_v2">
<title>openstack baremetal introspection rule delete</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 baremetal introspection rule delete [-h] uuid</computeroutput></screen>
<para>
Delete an introspection rule.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>uuid</command></term>
<listitem>
<para>
rule UUID
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_baremetal_introspection_rule_import_with_identity_api_v2">
<title>openstack baremetal introspection rule import</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 baremetal introspection rule import [-h] file</computeroutput></screen>
<para>
Import one or several introspection rules from a json file.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>file</command></term>
<listitem>
<para>
JSON file to import, may contain one or several rules
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_baremetal_introspection_rule_list_with_identity_api_v2">
<title>openstack baremetal introspection rule list</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 baremetal introspection rule list [-h]
[-f {csv,html,json,json,table,value,yaml,yaml}]
[-c COLUMN]
[--max-width &lt;integer&gt;]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]</computeroutput></screen>
<para>
List all introspection rules.
</para> <variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_baremetal_introspection_rule_purge_with_identity_api_v2">
<title>openstack baremetal introspection rule purge</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 baremetal introspection rule purge [-h]</computeroutput></screen>
<para>
Drop all introspection rules.
</para> <variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_baremetal_introspection_rule_show_with_identity_api_v2">
<title>openstack baremetal introspection rule show</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 baremetal introspection rule show [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN]
[--max-width &lt;integer&gt;]
[--noindent]
[--prefix PREFIX]
uuid</computeroutput></screen>
<para>
Show an introspection rule.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>uuid</command></term>
<listitem>
<para>
rule UUID
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_baremetal_introspection_start_with_identity_api_v2">
<title>openstack baremetal introspection start</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 baremetal introspection start [-h]
[--new-ipmi-username NEW_IPMI_USERNAME]
[--new-ipmi-password NEW_IPMI_PASSWORD]
uuid [uuid ...]</computeroutput></screen>
<para>
Start the introspection.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>uuid</command></term>
<listitem>
<para>
baremetal node UUID(s)
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--new-ipmi-username NEW_IPMI_USERNAME</command></term>
<listitem>
<para>
if set, *Ironic Inspector* will update IPMI user name
to this value
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--new-ipmi-password NEW_IPMI_PASSWORD</command></term>
<listitem>
<para>
if set, *Ironic Inspector* will update IPMI password
to this value
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_baremetal_introspection_status_with_identity_api_v2">
<title>openstack baremetal introspection status</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 baremetal introspection status [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN]
[--max-width &lt;integer&gt;]
[--noindent] [--prefix PREFIX]
uuid</computeroutput></screen>
<para>
Get introspection status.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>uuid</command></term>
<listitem>
<para>
baremetal node UUID
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_baremetal_list_with_identity_api_v2">
<title>openstack baremetal list</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 baremetal list [-h]
[-f {csv,html,json,json,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--limit &lt;limit&gt;] [--marker &lt;node&gt;]
[--sort &lt;key&gt;[:&lt;direction&gt;]] [--maintenance]
[--associated] [--long]</computeroutput></screen>
<para>
List baremetal nodes
</para> <variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--limit &lt;limit&gt;</command></term>
<listitem>
<para>
Maximum number of nodes to return per request, 0 for
no limit. Default is the maximum number used by the
Baremetal API Service.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--marker &lt;node&gt;</command></term>
<listitem>
<para>
Node UUID (for example, of the last node in the list
from a previous request). Returns the list of nodes
after this UUID.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--sort &lt;key&gt;[:&lt;direction&gt;]</command></term>
<listitem>
<para>
Sort output by selected keys and directions(asc or
desc) (default: asc), multiple keys and directions can
be specified separated by comma
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--maintenance</command></term>
<listitem>
<para>
List nodes in maintenance mode.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--associated</command></term>
<listitem>
<para>
List only nodes associated with an instance.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--long</command></term>
<listitem>
<para>
Show detailed information about the nodes.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_baremetal_set_with_identity_api_v2">
<title>openstack baremetal set</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 baremetal set [-h] [--property &lt;path=value&gt;] &lt;node&gt;</computeroutput></screen>
<para>
Set baremetal properties
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;node&gt;</command></term>
<listitem>
<para>
Name or UUID of the node.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--property &lt;path=value&gt;</command></term>
<listitem>
<para>
Property to add to this baremetal host (repeat option
to set multiple properties)
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_baremetal_show_with_identity_api_v2">
<title>openstack baremetal show</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 baremetal show [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent] [--prefix PREFIX] [--instance]
[--long]
&lt;node&gt;</computeroutput></screen>
<para>
Show baremetal node details
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;node&gt;</command></term>
<listitem>
<para>
Name or UUID of the node (or instance UUID if
--instance is specified)
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--instance &lt;node&gt;</command></term>
<listitem>
<para>
is an instance UUID.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--long</command></term>
<listitem>
<para>
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_baremetal_unset_with_identity_api_v2">
<title>openstack baremetal unset</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 baremetal unset [-h] [--property &lt;path&gt;] &lt;node&gt;</computeroutput></screen>
<para>
Unset baremetal properties
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;node&gt;</command></term>
<listitem>
<para>
Name or UUID of the node.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--property &lt;path&gt;</command></term>
<listitem>
<para>
Property to unset on this baremetal host (repeat option
to unset multiple properties)
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_catalog_list_with_identity_api_v2">
<title>openstack catalog list</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 catalog list [-h]
[-f {csv,html,json,json,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;] [--noindent]
[--quote {all,minimal,none,nonnumeric}]</computeroutput></screen>
<para>
List services in the service catalog
</para> <variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_catalog_show_with_identity_api_v2">
<title>openstack catalog show</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 catalog show [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;] [--noindent]
[--prefix PREFIX]
&lt;service&gt;</computeroutput></screen>
<para>
Display service catalog details
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;service&gt;</command></term>
<listitem>
<para>
Service to display (type or name)
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_command_list_with_identity_api_v2">
<title>openstack command list</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 command list [-h]
[-f {csv,html,json,json,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;] [--noindent]
[--quote {all,minimal,none,nonnumeric}]</computeroutput></screen>
<para>
List recognized commands by group
</para> <variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_compute_agent_create_with_identity_api_v2">
<title>openstack compute agent create</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 compute agent create [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent] [--prefix PREFIX]
&lt;os&gt; &lt;architecture&gt; &lt;version&gt; &lt;url&gt;
&lt;md5hash&gt; &lt;hypervisor&gt;</computeroutput></screen>
<para>
Create compute agent command
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;os&gt;</command></term>
<listitem>
<para>
Type of OS
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>&lt;architecture&gt;</command></term>
<listitem>
<para>
Type of architecture
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>&lt;version&gt;</command></term>
<listitem>
<para>
Version
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>&lt;url&gt;</command></term>
<listitem>
<para>
URL
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>&lt;md5hash&gt;</command></term>
<listitem>
<para>
MD5 hash
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>&lt;hypervisor&gt;</command></term>
<listitem>
<para>
Type of hypervisor
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_compute_agent_delete_with_identity_api_v2">
<title>openstack compute agent delete</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 compute agent delete [-h] &lt;id&gt;</computeroutput></screen>
<para>
Delete compute agent command
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;id&gt;</command></term>
<listitem>
<para>
ID of agent to delete
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_compute_agent_list_with_identity_api_v2">
<title>openstack compute agent list</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 compute agent list [-h]
[-f {csv,html,json,json,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--hypervisor &lt;hypervisor&gt;]</computeroutput></screen>
<para>
List compute agent command
</para> <variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--hypervisor &lt;hypervisor&gt;</command></term>
<listitem>
<para>
Type of hypervisor
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_compute_agent_set_with_identity_api_v2">
<title>openstack compute agent set</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 compute agent set [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent] [--prefix PREFIX]
&lt;id&gt; &lt;version&gt; &lt;url&gt; &lt;md5hash&gt;</computeroutput></screen>
<para>
Set compute agent command
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;id&gt;</command></term>
<listitem>
<para>
ID of the agent
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>&lt;version&gt;</command></term>
<listitem>
<para>
Version of the agent
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>&lt;url&gt;</command></term>
<listitem>
<para>
URL
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>&lt;md5hash&gt;</command></term>
<listitem>
<para>
MD5 hash
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_compute_service_delete_with_identity_api_v2">
<title>openstack compute service delete</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 compute service delete [-h] &lt;service&gt;</computeroutput></screen>
<para>
Delete service command
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;service&gt;</command></term>
<listitem>
<para>
Compute service to delete (ID only)
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_compute_service_list_with_identity_api_v2">
<title>openstack compute service list</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 compute service list [-h]
[-f {csv,html,json,json,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--host &lt;host&gt;] [--service &lt;service&gt;]</computeroutput></screen>
<para>
List service command
</para> <variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--host &lt;host&gt;</command></term>
<listitem>
<para>
Name of host
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--service &lt;service&gt;</command></term>
<listitem>
<para>
Name of service
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_compute_service_set_with_identity_api_v2">
<title>openstack compute service set</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 compute service set [-h]
[-f {csv,html,json,json,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--enable | --disable]
&lt;host&gt; &lt;service&gt;</computeroutput></screen>
<para>
Set service command
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;host&gt;</command></term>
<listitem>
<para>
Name of host
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>&lt;service&gt;</command></term>
<listitem>
<para>
Name of service
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--enable</command></term>
<listitem>
<para>
Enable a service
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--disable</command></term>
<listitem>
<para>
Disable a service
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_configuration_show_with_identity_api_v2">
<title>openstack configuration show</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 configuration show [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent] [--prefix PREFIX]
[--mask | --unmask]</computeroutput></screen>
<para>
Display configuration details
</para> <variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--mask</command></term>
<listitem>
<para>
Attempt to mask passwords (default)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--unmask</command></term>
<listitem>
<para>
Show password in clear text
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_congress_datasource_create_with_identity_api_v2">
<title>openstack congress datasource create</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 congress datasource create [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN]
[--max-width &lt;integer&gt;]
[--noindent] [--prefix PREFIX]
[--description &lt;datasource-description&gt;]
[--config &lt;key=value&gt;]
&lt;datasource-driver&gt;
&lt;datasource-name&gt;</computeroutput></screen>
<para>
Create a datasource.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;datasource-driver&gt;</command></term>
<listitem>
<para>
Selected datasource driver
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>&lt;datasource-name&gt;</command></term>
<listitem>
<para>
Name you want to call the datasource
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--description &lt;datasource-description&gt;</command></term>
<listitem>
<para>
Description of the datasource
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--config &lt;key=value&gt;</command></term>
<listitem>
<para>
config dictionary to pass in
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_congress_datasource_delete_with_identity_api_v2">
<title>openstack congress datasource delete</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 congress datasource delete [-h] &lt;datasource-name&gt;</computeroutput></screen>
<para>
Delete a datasource.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;datasource-name&gt;</command></term>
<listitem>
<para>
Name of the datasource to delete
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_congress_datasource_list_with_identity_api_v2">
<title>openstack congress datasource list</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 congress datasource list [-h]
[-f {csv,html,json,json,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]</computeroutput></screen>
<para>
List Datasources.
</para> <variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_congress_datasource_row_list_with_identity_api_v2">
<title>openstack congress datasource row list</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 congress datasource row list [-h]
[-f {csv,html,json,json,table,value,yaml,yaml}]
[-c COLUMN]
[--max-width &lt;integer&gt;]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
&lt;datasource-name&gt; &lt;table&gt;</computeroutput></screen>
<para>
List datasource rows.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;datasource-name&gt;</command></term>
<listitem>
<para>
Name of the datasource to show
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>&lt;table&gt;</command></term>
<listitem>
<para>
Table to get the datasource rows from
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_congress_datasource_schema_show_with_identity_api_v2">
<title>openstack congress datasource schema show</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 congress datasource schema show [-h]
[-f {csv,html,json,json,table,value,yaml,yaml}]
[-c COLUMN]
[--max-width &lt;integer&gt;]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
&lt;datasource-name&gt;</computeroutput></screen>
<para>
Show schema for datasource.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;datasource-name&gt;</command></term>
<listitem>
<para>
Name of the datasource
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_congress_datasource_status_show_with_identity_api_v2">
<title>openstack congress datasource status show</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 congress datasource status show [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN]
[--max-width &lt;integer&gt;]
[--noindent]
[--prefix PREFIX]
&lt;datasource-name&gt;</computeroutput></screen>
<para>
List status for datasource.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;datasource-name&gt;</command></term>
<listitem>
<para>
Name of the datasource
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_congress_datasource_table_list_with_identity_api_v2">
<title>openstack congress datasource table list</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 congress datasource table list [-h]
[-f {csv,html,json,json,table,value,yaml,yaml}]
[-c COLUMN]
[--max-width &lt;integer&gt;]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
&lt;datasource-name&gt;</computeroutput></screen>
<para>
List datasource tables.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;datasource-name&gt;</command></term>
<listitem>
<para>
Name of the datasource
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_congress_datasource_table_schema_show_with_identity_api_v2">
<title>openstack congress datasource table schema show</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 congress datasource table schema show [-h]
[-f {csv,html,json,json,table,value,yaml,yaml}]
[-c COLUMN]
[--max-width &lt;integer&gt;]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
&lt;datasource-name&gt;
&lt;table-name&gt;</computeroutput></screen>
<para>
Show schema for datasource table.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;datasource-name&gt;</command></term>
<listitem>
<para>
Name of the datasource
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>&lt;table-name&gt;</command></term>
<listitem>
<para>
Name of the table
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_congress_datasource_table_show_with_identity_api_v2">
<title>openstack congress datasource table show</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 congress datasource table show [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN]
[--max-width &lt;integer&gt;]
[--noindent] [--prefix PREFIX]
&lt;datasource-name&gt; &lt;table-id&gt;</computeroutput></screen>
<para>
Show Datasource Table properties.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;datasource-name&gt;</command></term>
<listitem>
<para>
Name of datasource
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>&lt;table-id&gt;</command></term>
<listitem>
<para>
Table id
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_congress_driver_config_show_with_identity_api_v2">
<title>openstack congress driver config show</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 congress driver config show [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN]
[--max-width &lt;integer&gt;]
[--noindent] [--prefix PREFIX]
&lt;datasource-driver&gt;</computeroutput></screen>
<para>
List driver tables.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;datasource-driver&gt;</command></term>
<listitem>
<para>
Name of the datasource driver
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_congress_driver_list_with_identity_api_v2">
<title>openstack congress driver list</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 congress driver list [-h]
[-f {csv,html,json,json,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]</computeroutput></screen>
<para>
List drivers.
</para> <variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_congress_driver_schema_show_with_identity_api_v2">
<title>openstack congress driver schema show</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 congress driver schema show [-h]
[-f {csv,html,json,json,table,value,yaml,yaml}]
[-c COLUMN]
[--max-width &lt;integer&gt;]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
&lt;datasource-driver&gt;</computeroutput></screen>
<para>
List datasource tables.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;datasource-driver&gt;</command></term>
<listitem>
<para>
Name of the datasource driver
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_congress_policy_create_with_identity_api_v2">
<title>openstack congress policy create</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 congress policy create [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent] [--prefix PREFIX]
[--description &lt;description&gt;]
[--abbreviation &lt;abbreviation&gt;]
[--kind &lt;kind&gt;]
&lt;policy_name&gt;</computeroutput></screen>
<para>
Create a policy.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;policy_name&gt;</command></term>
<listitem>
<para>
Name of the policy
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--description &lt;description&gt;</command></term>
<listitem>
<para>
Policy description
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--abbreviation &lt;abbreviation&gt;</command></term>
<listitem>
<para>
Policy abbreviation (used in traces)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--kind &lt;kind&gt;</command></term>
<listitem>
<para>
Kind of policy: {nonrecursive, database, action,
materialized}
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_congress_policy_delete_with_identity_api_v2">
<title>openstack congress policy delete</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 congress policy delete [-h] &lt;policy&gt;</computeroutput></screen>
<para>
Delete a policy.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;policy&gt;</command></term>
<listitem>
<para>
ID or name of the policy to delete
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_congress_policy_list_with_identity_api_v2">
<title>openstack congress policy list</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 congress policy list [-h]
[-f {csv,html,json,json,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]</computeroutput></screen>
<para>
List Policy.
</para> <variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_congress_policy_row_list_with_identity_api_v2">
<title>openstack congress policy row list</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 congress policy row list [-h]
[-f {csv,html,json,json,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--trace]
&lt;policy-name&gt; &lt;table&gt;</computeroutput></screen>
<para>
List policy rows.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;policy-name&gt;</command></term>
<listitem>
<para>
Name of the policy to show
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>&lt;table&gt;</command></term>
<listitem>
<para>
Table to get the policy rows from
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--trace</command></term>
<listitem>
<para>
Display explanation of result
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_congress_policy_rule_create_with_identity_api_v2">
<title>openstack congress policy rule create</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 congress policy rule create [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN]
[--max-width &lt;integer&gt;]
[--noindent] [--prefix PREFIX]
[--name RULE_NAME]
[--comment COMMENT]
&lt;policy-name&gt; &lt;rule&gt;</computeroutput></screen>
<para>
Create a policy rule.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;policy-name&gt;</command></term>
<listitem>
<para>
Name or identifier of the policy
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>&lt;rule&gt;</command></term>
<listitem>
<para>
Policy rule
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--name RULE_NAME</command></term>
<listitem>
<para>
Name of the policy rule
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--comment COMMENT</command></term>
<listitem>
<para>
Comment about policy rule
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_congress_policy_rule_delete_with_identity_api_v2">
<title>openstack congress policy rule delete</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 congress policy rule delete [-h]
&lt;policy-name&gt; &lt;rule-id/rule-name&gt;</computeroutput></screen>
<para>
Delete a policy rule.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;policy-name&gt;</command></term>
<listitem>
<para>
Name of the policy to delete
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>&lt;rule-id/rule-name&gt;</command></term>
<listitem>
<para>
ID/Name of the policy rule to delete
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_congress_policy_rule_list_with_identity_api_v2">
<title>openstack congress policy rule list</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 congress policy rule list [-h] &lt;policy-name&gt;</computeroutput></screen>
<para>
List policy rules.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;policy-name&gt;</command></term>
<listitem>
<para>
Name of the policy
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_congress_policy_rule_show_with_identity_api_v2">
<title>openstack congress policy rule show</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 congress policy rule show [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent] [--prefix PREFIX]
&lt;policy-name&gt; &lt;rule-id/rule-name&gt;</computeroutput></screen>
<para>
Show a policy rule.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;policy-name&gt;</command></term>
<listitem>
<para>
Name or identifier of the policy
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>&lt;rule-id/rule-name&gt;</command></term>
<listitem>
<para>
Policy rule id or rule name
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_congress_policy_show_with_identity_api_v2">
<title>openstack congress policy show</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 congress policy show [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent] [--prefix PREFIX]
&lt;policy-name&gt;</computeroutput></screen>
<para>
Show policy properties.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;policy-name&gt;</command></term>
<listitem>
<para>
Name of policy
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_congress_policy_simulate_with_identity_api_v2">
<title>openstack congress policy simulate</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 congress policy simulate [-h] [--delta] [--trace]
&lt;policy&gt; &lt;query&gt; &lt;sequence&gt;
&lt;action_policy&gt;</computeroutput></screen>
<para>
Show the result of simulation.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;policy&gt;</command></term>
<listitem>
<para>
Name of the policy
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>&lt;query&gt;</command></term>
<listitem>
<para>
String representing query (policy rule or literal)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>&lt;sequence&gt;</command></term>
<listitem>
<para>
String representing sequence of updates/actions
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>&lt;action_policy&gt;</command></term>
<listitem>
<para>
Name of the policy with actions
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--delta</command></term>
<listitem>
<para>
Return difference in query caused by update sequence
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--trace</command></term>
<listitem>
<para>
Include trace describing computation
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_congress_policy_table_list_with_identity_api_v2">
<title>openstack congress policy table list</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 congress policy table list [-h]
[-f {csv,html,json,json,table,value,yaml,yaml}]
[-c COLUMN]
[--max-width &lt;integer&gt;]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
&lt;policy-name&gt;</computeroutput></screen>
<para>
List policy tables.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;policy-name&gt;</command></term>
<listitem>
<para>
Name of the policy
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_congress_policy_table_show_with_identity_api_v2">
<title>openstack congress policy table show</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 congress policy table show [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN]
[--max-width &lt;integer&gt;]
[--noindent] [--prefix PREFIX]
&lt;policy-name&gt; &lt;table-id&gt;</computeroutput></screen>
<para>
Show policy table properties.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;policy-name&gt;</command></term>
<listitem>
<para>
Name of policy
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>&lt;table-id&gt;</command></term>
<listitem>
<para>
Table id
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_console_log_show_with_identity_api_v2">
<title>openstack console log show</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 console log show [-h] [--lines &lt;num-lines&gt;] &lt;server&gt;</computeroutput></screen>
<para>
Show server's console output
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;server&gt;</command></term>
<listitem>
<para>
Server to show console log (name or ID)
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--lines &lt;num-lines&gt;</command></term>
<listitem>
<para>
Number of lines to display from the end of the log
(default=all)
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_console_url_show_with_identity_api_v2">
<title>openstack console url show</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 console url show [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent] [--prefix PREFIX]
[--novnc | --xvpvnc | --spice]
&lt;server&gt;</computeroutput></screen>
<para>
Show server's remote console URL
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;server&gt;</command></term>
<listitem>
<para>
Server to show URL (name or ID)
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--novnc</command></term>
<listitem>
<para>
Show noVNC console URL (default)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--xvpvnc</command></term>
<listitem>
<para>
Show xpvnc console URL
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--spice</command></term>
<listitem>
<para>
Show SPICE console URL
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_container_create_with_identity_api_v2">
<title>openstack container create</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 container create [-h]
[-f {csv,html,json,json,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
&lt;container-name&gt; [&lt;container-name&gt; ...]</computeroutput></screen>
<para>
Create new container
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;container-name&gt;</command></term>
<listitem>
<para>
New container name(s)
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_container_delete_with_identity_api_v2">
<title>openstack container delete</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 container delete [-h] &lt;container&gt; [&lt;container&gt; ...]</computeroutput></screen>
<para>
Delete container
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;container&gt;</command></term>
<listitem>
<para>
Container(s) to delete
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_container_list_with_identity_api_v2">
<title>openstack container list</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 container list [-h]
[-f {csv,html,json,json,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--prefix &lt;prefix&gt;] [--marker &lt;marker&gt;]
[--end-marker &lt;end-marker&gt;] [--limit &lt;limit&gt;]
[--long] [--all]</computeroutput></screen>
<para>
List containers
</para> <variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--prefix &lt;prefix&gt;</command></term>
<listitem>
<para>
Filter list using &lt;prefix&gt;
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--marker &lt;marker&gt;</command></term>
<listitem>
<para>
Anchor for paging
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--end-marker &lt;end-marker&gt;</command></term>
<listitem>
<para>
End anchor for paging
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--limit &lt;limit&gt;</command></term>
<listitem>
<para>
Limit the number of containers returned
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--long</command></term>
<listitem>
<para>
List additional fields in output
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--all</command></term>
<listitem>
<para>
List all containers (default is 10000)
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_container_save_with_identity_api_v2">
<title>openstack container save</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 container save [-h] &lt;container&gt;</computeroutput></screen>
<para>
Save container contents locally
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;container&gt;</command></term>
<listitem>
<para>
Container to save
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_container_set_with_identity_api_v2">
<title>openstack container set</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 container set [-h] --property &lt;key=value&gt; &lt;container&gt;</computeroutput></screen>
<para>
Set container properties
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;container&gt;</command></term>
<listitem>
<para>
Container to modify
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--property &lt;key=value&gt;</command></term>
<listitem>
<para>
Set a property on this container (repeat option to set
multiple properties)
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_container_show_with_identity_api_v2">
<title>openstack container show</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 container show [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent] [--prefix PREFIX]
&lt;container&gt;</computeroutput></screen>
<para>
Display container details
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;container&gt;</command></term>
<listitem>
<para>
Container to display
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_container_unset_with_identity_api_v2">
<title>openstack container unset</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 container unset [-h] --property &lt;key&gt; &lt;container&gt;</computeroutput></screen>
<para>
Unset container properties
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;container&gt;</command></term>
<listitem>
<para>
Container to modify
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--property &lt;key&gt;</command></term>
<listitem>
<para>
Property to remove from container (repeat option to remove
multiple properties)
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_dataprocessing_data_source_create_with_identity_api_v2">
<title>openstack dataprocessing data source create</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 dataprocessing data source create [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN]
[--max-width &lt;integer&gt;]
[--noindent]
[--prefix PREFIX] --type
&lt;type&gt; --url &lt;url&gt;
[--username &lt;username&gt;]
[--password &lt;password&gt;]
[--description &lt;description&gt;]
&lt;name&gt;</computeroutput></screen>
<para>
Creates data source
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;name&gt;</command></term>
<listitem>
<para>
Name of the data source
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--type &lt;type&gt;</command></term>
<listitem>
<para>
Type of the data source (swift, hdfs or maprfs)
[REQUIRED]
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--url &lt;url&gt;</command></term>
<listitem>
<para>
Url for the data source [REQUIRED]
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--username &lt;username&gt;</command></term>
<listitem>
<para>
Username for accessing the data source url
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--password &lt;password&gt;</command></term>
<listitem>
<para>
Password for accessing the data source url
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--description &lt;description&gt;</command></term>
<listitem>
<para>
Description of the data source
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_dataprocessing_data_source_delete_with_identity_api_v2">
<title>openstack dataprocessing data source delete</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 dataprocessing data source delete [-h] &lt;data-source&gt;</computeroutput></screen>
<para>
Delete data source
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;data-source&gt;</command></term>
<listitem>
<para>
Name or id of the data source to delete
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_dataprocessing_data_source_list_with_identity_api_v2">
<title>openstack dataprocessing data source list</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 dataprocessing data source list [-h]
[-f {csv,html,json,json,table,value,yaml,yaml}]
[-c COLUMN]
[--max-width &lt;integer&gt;]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--long] [--type &lt;type&gt;]</computeroutput></screen>
<para>
Lists data sources
</para> <variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--long</command></term>
<listitem>
<para>
List additional fields in output
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--type &lt;type&gt;</command></term>
<listitem>
<para>
List data sources of specific type (swift, hdfs or
maprfs)
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_dataprocessing_data_source_show_with_identity_api_v2">
<title>openstack dataprocessing data source show</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 dataprocessing data source show [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN]
[--max-width &lt;integer&gt;]
[--noindent]
[--prefix PREFIX]
&lt;data-source&gt;</computeroutput></screen>
<para>
Display data source details
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;data-source&gt;</command></term>
<listitem>
<para>
Name or id of the data source to display
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_dataprocessing_plugin_configs_get_with_identity_api_v2">
<title>openstack dataprocessing plugin configs get</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 dataprocessing plugin configs get [-h] [--file &lt;file&gt;]
&lt;plugin&gt; &lt;version&gt;</computeroutput></screen>
<para>
Get plugin configs
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;plugin&gt;</command></term>
<listitem>
<para>
Name of the plugin to provide config information about
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>&lt;version&gt;</command></term>
<listitem>
<para>
Version of the plugin to provide config information about
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--file &lt;file&gt;</command></term>
<listitem>
<para>
Destination file (defaults to plugin name)
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_dataprocessing_plugin_list_with_identity_api_v2">
<title>openstack dataprocessing plugin list</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 dataprocessing plugin list [-h]
[-f {csv,html,json,json,table,value,yaml,yaml}]
[-c COLUMN]
[--max-width &lt;integer&gt;]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--long]</computeroutput></screen>
<para>
Lists plugins
</para> <variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--long</command></term>
<listitem>
<para>
List additional fields in output
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_dataprocessing_plugin_show_with_identity_api_v2">
<title>openstack dataprocessing plugin show</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 dataprocessing plugin show [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN]
[--max-width &lt;integer&gt;]
[--noindent] [--prefix PREFIX]
&lt;plugin&gt;</computeroutput></screen>
<para>
Display plugin details
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;plugin&gt;</command></term>
<listitem>
<para>
Name of the plugin to display
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_ec2_credentials_create_with_identity_api_v2">
<title>openstack ec2 credentials create</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 ec2 credentials create [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent] [--prefix PREFIX]
[--project &lt;project&gt;] [--user &lt;user&gt;]</computeroutput></screen>
<para>
Create EC2 credentials
</para> <variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--project &lt;project&gt;</command></term>
<listitem>
<para>
Create credentials in project (name or ID; default:
current authenticated project)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--user &lt;user&gt;</command></term>
<listitem>
<para>
Create credentials for user (name or ID; default:
current authenticated user)
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_ec2_credentials_delete_with_identity_api_v2">
<title>openstack ec2 credentials delete</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 ec2 credentials delete [-h] [--user &lt;user&gt;] &lt;access-key&gt;</computeroutput></screen>
<para>
Delete EC2 credentials
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;access-key&gt;</command></term>
<listitem>
<para>
Credentials access key
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--user &lt;user&gt;</command></term>
<listitem>
<para>
Delete credentials for user (name or ID)
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_ec2_credentials_list_with_identity_api_v2">
<title>openstack ec2 credentials list</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 ec2 credentials list [-h]
[-f {csv,html,json,json,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--user &lt;user&gt;]</computeroutput></screen>
<para>
List EC2 credentials
</para> <variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--user &lt;user&gt;</command></term>
<listitem>
<para>
Filter list by user (name or ID)
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_ec2_credentials_show_with_identity_api_v2">
<title>openstack ec2 credentials show</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 ec2 credentials show [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent] [--prefix PREFIX]
[--user &lt;user&gt;]
&lt;access-key&gt;</computeroutput></screen>
<para>
Display EC2 credentials details
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;access-key&gt;</command></term>
<listitem>
<para>
Credentials access key
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--user &lt;user&gt;</command></term>
<listitem>
<para>
Show credentials for user (name or ID)
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_endpoint_create_with_identity_api_v2">
<title>openstack endpoint create</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 endpoint create [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent] [--prefix PREFIX] --publicurl
&lt;url&gt; [--adminurl &lt;url&gt;]
[--internalurl &lt;url&gt;] [--region &lt;region-id&gt;]
&lt;service&gt;</computeroutput></screen>
<para>
Create new endpoint
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;service&gt;</command></term>
<listitem>
<para>
New endpoint service (name or ID)
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--publicurl &lt;url&gt;</command></term>
<listitem>
<para>
New endpoint public URL (required)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--adminurl &lt;url&gt;</command></term>
<listitem>
<para>
New endpoint admin URL
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--internalurl &lt;url&gt;</command></term>
<listitem>
<para>
New endpoint internal URL
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--region &lt;region-id&gt;</command></term>
<listitem>
<para>
New endpoint region ID
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_endpoint_delete_with_identity_api_v2">
<title>openstack endpoint delete</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 endpoint delete [-h] &lt;endpoint-id&gt;</computeroutput></screen>
<para>
Delete endpoint
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;endpoint-id&gt;</command></term>
<listitem>
<para>
Endpoint ID to delete
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_endpoint_list_with_identity_api_v2">
<title>openstack endpoint list</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 endpoint list [-h]
[-f {csv,html,json,json,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--long]</computeroutput></screen>
<para>
List endpoints
</para> <variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--long</command></term>
<listitem>
<para>
List additional fields in output
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_endpoint_show_with_identity_api_v2">
<title>openstack endpoint show</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 endpoint show [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent] [--prefix PREFIX]
&lt;endpoint-id&gt;</computeroutput></screen>
<para>
Display endpoint details
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;endpoint-id&gt;</command></term>
<listitem>
<para>
Endpoint ID to display
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_extension_list_with_identity_api_v2">
<title>openstack extension list</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 extension list [-h]
[-f {csv,html,json,json,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--compute] [--identity] [--network]
[--volume] [--long]</computeroutput></screen>
<para>
List API extensions
</para> <variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--compute</command></term>
<listitem>
<para>
List extensions for the Compute API
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--identity</command></term>
<listitem>
<para>
List extensions for the Identity API
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--network</command></term>
<listitem>
<para>
List extensions for the Network API
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--volume</command></term>
<listitem>
<para>
List extensions for the Volume API
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--long</command></term>
<listitem>
<para>
List additional fields in output
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_flavor_create_with_identity_api_v2">
<title>openstack flavor create</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 flavor create [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent] [--prefix PREFIX] [--id &lt;id&gt;]
[--ram &lt;size-mb&gt;] [--disk &lt;size-gb&gt;]
[--ephemeral &lt;size-gb&gt;] [--swap &lt;size-gb&gt;]
[--vcpus &lt;vcpus&gt;] [--rxtx-factor &lt;factor&gt;]
[--public | --private]
&lt;flavor-name&gt;</computeroutput></screen>
<para>
Create new flavor
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;flavor-name&gt;</command></term>
<listitem>
<para>
New flavor name
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--id &lt;id&gt;</command></term>
<listitem>
<para>
Unique flavor ID; 'auto' creates a UUID (default:
auto)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--ram &lt;size-mb&gt;</command></term>
<listitem>
<para>
Memory size in MB (default 256M)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--disk &lt;size-gb&gt;</command></term>
<listitem>
<para>
Disk size in GB (default 0G)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--ephemeral &lt;size-gb&gt;</command></term>
<listitem>
<para>
Ephemeral disk size in GB (default 0G)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--swap &lt;size-gb&gt;</command></term>
<listitem>
<para>
Swap space size in GB (default 0G)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--vcpus &lt;vcpus&gt;</command></term>
<listitem>
<para>
Number of vcpus (default 1)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--rxtx-factor &lt;factor&gt;</command></term>
<listitem>
<para>
RX/TX factor (default 1)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--public</command></term>
<listitem>
<para>
Flavor is available to other projects (default)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--private</command></term>
<listitem>
<para>
Flavor is not available to other projects
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_flavor_delete_with_identity_api_v2">
<title>openstack flavor delete</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 flavor delete [-h] &lt;flavor&gt;</computeroutput></screen>
<para>
Delete flavor
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;flavor&gt;</command></term>
<listitem>
<para>
Flavor to delete (name or ID)
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_flavor_list_with_identity_api_v2">
<title>openstack flavor list</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 flavor list [-h]
[-f {csv,html,json,json,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--public | --private | --all] [--long]
[--marker &lt;marker&gt;] [--limit &lt;limit&gt;]</computeroutput></screen>
<para>
List flavors
</para> <variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--public</command></term>
<listitem>
<para>
List only public flavors (default)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--private</command></term>
<listitem>
<para>
List only private flavors
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--all</command></term>
<listitem>
<para>
List all flavors, whether public or private
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--long</command></term>
<listitem>
<para>
List additional fields in output
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--marker &lt;marker&gt;</command></term>
<listitem>
<para>
The last flavor ID of the previous page
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--limit &lt;limit&gt;</command></term>
<listitem>
<para>
Maximum number of flavors to display
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_flavor_set_with_identity_api_v2">
<title>openstack flavor set</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 flavor set [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;] [--noindent]
[--prefix PREFIX] [--property &lt;key=value&gt;]
&lt;flavor&gt;</computeroutput></screen>
<para>
Set flavor properties
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;flavor&gt;</command></term>
<listitem>
<para>
Flavor to modify (name or ID)
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--property &lt;key=value&gt;</command></term>
<listitem>
<para>
Property to add or modify for this flavor (repeat
option to set multiple properties)
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_flavor_show_with_identity_api_v2">
<title>openstack flavor show</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 flavor show [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;] [--noindent]
[--prefix PREFIX]
&lt;flavor&gt;</computeroutput></screen>
<para>
Display flavor details
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;flavor&gt;</command></term>
<listitem>
<para>
Flavor to display (name or ID)
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_flavor_unset_with_identity_api_v2">
<title>openstack flavor unset</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 flavor unset [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;] [--noindent]
[--prefix PREFIX] --property &lt;key&gt;
&lt;flavor&gt;</computeroutput></screen>
<para>
Unset flavor properties
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;flavor&gt;</command></term>
<listitem>
<para>
Flavor to modify (name or ID)
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--property &lt;key&gt;</command></term>
<listitem>
<para>
Property to remove from flavor (repeat option to unset
multiple properties)
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_host_list_with_identity_api_v2">
<title>openstack host list</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 host list [-h]
[-f {csv,html,json,json,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--zone &lt;zone&gt;]</computeroutput></screen>
<para>
List host command
</para> <variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--zone &lt;zone&gt;</command></term>
<listitem>
<para>
Only return hosts in the availability zone.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_host_show_with_identity_api_v2">
<title>openstack host show</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 host show [-h]
[-f {csv,html,json,json,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
&lt;host&gt;</computeroutput></screen>
<para>
Show host command
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;host&gt;</command></term>
<listitem>
<para>
Name of host
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_hypervisor_list_with_identity_api_v2">
<title>openstack hypervisor list</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 hypervisor list [-h]
[-f {csv,html,json,json,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--matching &lt;hostname&gt;]</computeroutput></screen>
<para>
List hypervisors
</para> <variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--matching &lt;hostname&gt;</command></term>
<listitem>
<para>
Filter hypervisors using &lt;hostname&gt; substring
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_hypervisor_show_with_identity_api_v2">
<title>openstack hypervisor show</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 hypervisor show [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent] [--prefix PREFIX]
&lt;hypervisor&gt;</computeroutput></screen>
<para>
Display hypervisor details
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;hypervisor&gt;</command></term>
<listitem>
<para>
Hypervisor to display (name or ID)
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_hypervisor_stats_show_with_identity_api_v2">
<title>openstack hypervisor stats show</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 hypervisor stats show [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent] [--prefix PREFIX]</computeroutput></screen>
<para>
Display hypervisor stats details
</para> <variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_image_add_project_with_identity_api_v2">
<title>openstack image add project</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 image add project [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent] [--prefix PREFIX]
[--project-domain &lt;project-domain&gt;]
&lt;image&gt; &lt;project&gt;</computeroutput></screen>
<para>
Associate project with image
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;image&gt;</command></term>
<listitem>
<para>
Image to share (name or ID)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>&lt;project&gt;</command></term>
<listitem>
<para>
Project to associate with image (name or ID)
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--project-domain &lt;project-domain&gt;</command></term>
<listitem>
<para>
Domain the project belongs to (name or ID). This can
be used in case collisions between project names
exist.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_image_create_with_identity_api_v2">
<title>openstack image create</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 image create [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;] [--noindent]
[--prefix PREFIX] [--id &lt;id&gt;]
[--container-format &lt;container-format&gt;]
[--disk-format &lt;disk-format&gt;] [--owner &lt;owner&gt;]
[--min-disk &lt;disk-gb&gt;] [--min-ram &lt;ram-mb&gt;]
[--file &lt;file&gt;] [--protected | --unprotected]
[--public | --private] [--property &lt;key=value&gt;]
[--tag &lt;tag&gt;]
&lt;image-name&gt;</computeroutput></screen>
<para>
Create/upload an image
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;image-name&gt;</command></term>
<listitem>
<para>
New image name
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--id &lt;id&gt;</command></term>
<listitem>
<para>
Image ID to reserve
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--container-format &lt;container-format&gt;</command></term>
<listitem>
<para>
Image container format (default: bare)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--disk-format &lt;disk-format&gt;</command></term>
<listitem>
<para>
Image disk format (default: raw)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--owner &lt;owner&gt;</command></term>
<listitem>
<para>
Image owner project name or ID
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--min-disk &lt;disk-gb&gt;</command></term>
<listitem>
<para>
Minimum disk size needed to boot image, in gigabytes
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--min-ram &lt;ram-mb&gt;</command></term>
<listitem>
<para>
Minimum RAM size needed to boot image, in megabytes
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--file &lt;file&gt;</command></term>
<listitem>
<para>
Upload image from local file
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--protected</command></term>
<listitem>
<para>
Prevent image from being deleted
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--unprotected</command></term>
<listitem>
<para>
Allow image to be deleted (default)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--public</command></term>
<listitem>
<para>
Image is accessible to the public
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--private</command></term>
<listitem>
<para>
Image is inaccessible to the public (default)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--property &lt;key=value&gt;</command></term>
<listitem>
<para>
Set a property on this image (repeat option to set
multiple properties)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--tag &lt;tag&gt;</command></term>
<listitem>
<para>
Set a tag on this image (repeat option to set multiple
tags)
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_image_delete_with_identity_api_v2">
<title>openstack image delete</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 image delete [-h] &lt;image&gt; [&lt;image&gt; ...]</computeroutput></screen>
<para>
Delete image(s)
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;image&gt;</command></term>
<listitem>
<para>
Image(s) to delete (name or ID)
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_image_list_with_identity_api_v2">
<title>openstack image list</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 image list [-h]
[-f {csv,html,json,json,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--public | --private | --shared]
[--property &lt;key=value&gt;] [--long]
[--sort &lt;key&gt;[:&lt;direction&gt;]]</computeroutput></screen>
<para>
List available images
</para> <variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--public</command></term>
<listitem>
<para>
List only public images
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--private</command></term>
<listitem>
<para>
List only private images
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--shared</command></term>
<listitem>
<para>
List only shared images
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--property &lt;key=value&gt;</command></term>
<listitem>
<para>
Filter output based on property
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--long</command></term>
<listitem>
<para>
List additional fields in output
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--sort &lt;key&gt;[:&lt;direction&gt;]</command></term>
<listitem>
<para>
Sort output by selected keys and directions(asc or
desc) (default: asc), multiple keys and directions can
be specified separated by comma
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_image_remove_project_with_identity_api_v2">
<title>openstack image remove project</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 image remove project [-h] [--project-domain &lt;project-domain&gt;]
&lt;image&gt; &lt;project&gt;</computeroutput></screen>
<para>
Disassociate project with image
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;image&gt;</command></term>
<listitem>
<para>
Image to unshare (name or ID)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>&lt;project&gt;</command></term>
<listitem>
<para>
Project to disassociate with image (name or ID)
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--project-domain &lt;project-domain&gt;</command></term>
<listitem>
<para>
Domain the project belongs to (name or ID). This can
be used in case collisions between project names
exist.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_image_save_with_identity_api_v2">
<title>openstack image save</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 image save [-h] [--file &lt;filename&gt;] &lt;image&gt;</computeroutput></screen>
<para>
Save an image locally
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;image&gt;</command></term>
<listitem>
<para>
Image to save (name or ID)
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--file &lt;filename&gt;</command></term>
<listitem>
<para>
Downloaded image save filename (default: stdout)
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_image_set_with_identity_api_v2">
<title>openstack image set</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 image set [-h] [--name &lt;name&gt;] [--owner &lt;project&gt;]
[--min-disk &lt;disk-gb&gt;] [--min-ram &lt;ram-mb&gt;]
[--container-format &lt;container-format&gt;]
[--disk-format &lt;disk-format&gt;]
[--protected | --unprotected]
[--public | --private] [--property &lt;key=value&gt;]
[--tag &lt;tag&gt;] [--architecture &lt;architecture&gt;]
[--instance-id &lt;instance-id&gt;]
[--kernel-id &lt;kernel-id&gt;] [--os-distro &lt;os-distro&gt;]
[--os-version &lt;os-version&gt;]
[--ramdisk-id &lt;ramdisk-id&gt;]
&lt;image&gt;</computeroutput></screen>
<para>
Set image properties
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;image&gt;</command></term>
<listitem>
<para>
Image to modify (name or ID)
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--name &lt;name&gt;</command></term>
<listitem>
<para>
New image name
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--owner &lt;project&gt;</command></term>
<listitem>
<para>
New image owner project (name or ID)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--min-disk &lt;disk-gb&gt;</command></term>
<listitem>
<para>
Minimum disk size needed to boot image, in gigabytes
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--min-ram &lt;ram-mb&gt;</command></term>
<listitem>
<para>
Minimum RAM size needed to boot image, in megabytes
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--container-format &lt;container-format&gt;</command></term>
<listitem>
<para>
Image container format (default: bare)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--disk-format &lt;disk-format&gt;</command></term>
<listitem>
<para>
Image disk format (default: raw)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--protected</command></term>
<listitem>
<para>
Prevent image from being deleted
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--unprotected</command></term>
<listitem>
<para>
Allow image to be deleted (default)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--public</command></term>
<listitem>
<para>
Image is accessible to the public
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--private</command></term>
<listitem>
<para>
Image is inaccessible to the public (default)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--property &lt;key=value&gt;</command></term>
<listitem>
<para>
Set a property on this image (repeat option to set
multiple properties)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--tag &lt;tag&gt;</command></term>
<listitem>
<para>
Set a tag on this image (repeat option to set multiple
tags)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--architecture &lt;architecture&gt;</command></term>
<listitem>
<para>
Operating system architecture
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--instance-id &lt;instance-id&gt;</command></term>
<listitem>
<para>
ID of server instance used to create this image
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--kernel-id &lt;kernel-id&gt;</command></term>
<listitem>
<para>
ID of kernel image used to boot this disk image
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--os-distro &lt;os-distro&gt;</command></term>
<listitem>
<para>
Operating system distribution name
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--os-version &lt;os-version&gt;</command></term>
<listitem>
<para>
Operating system distribution version
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--ramdisk-id &lt;ramdisk-id&gt;</command></term>
<listitem>
<para>
ID of ramdisk image used to boot this disk image
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_image_show_with_identity_api_v2">
<title>openstack image show</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 image show [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;] [--noindent]
[--prefix PREFIX]
&lt;image&gt;</computeroutput></screen>
<para>
Display image details
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;image&gt;</command></term>
<listitem>
<para>
Image to display (name or ID)
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_ip_fixed_add_with_identity_api_v2">
<title>openstack ip fixed add</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 ip fixed add [-h] &lt;network&gt; &lt;server&gt;</computeroutput></screen>
<para>
Add fixed IP address to server
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;network&gt;</command></term>
<listitem>
<para>
Network to fetch an IP address from (name or ID)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>&lt;server&gt;</command></term>
<listitem>
<para>
Server to receive the IP address (name or ID)
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_ip_fixed_remove_with_identity_api_v2">
<title>openstack ip fixed remove</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 ip fixed remove [-h] &lt;ip-address&gt; &lt;server&gt;</computeroutput></screen>
<para>
Remove fixed IP address from server
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;ip-address&gt;</command></term>
<listitem>
<para>
IP address to remove from server (name only)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>&lt;server&gt;</command></term>
<listitem>
<para>
Server to remove the IP address from (name or ID)
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_ip_floating_add_with_identity_api_v2">
<title>openstack ip floating add</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 ip floating add [-h] &lt;ip-address&gt; &lt;server&gt;</computeroutput></screen>
<para>
Add floating IP address to server
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;ip-address&gt;</command></term>
<listitem>
<para>
IP address to add to server (name only)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>&lt;server&gt;</command></term>
<listitem>
<para>
Server to receive the IP address (name or ID)
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_ip_floating_create_with_identity_api_v2">
<title>openstack ip floating create</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 ip floating create [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent] [--prefix PREFIX]
&lt;pool&gt;</computeroutput></screen>
<para>
Create new floating IP address
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;pool&gt;</command></term>
<listitem>
<para>
Pool to fetch IP address from (name or ID)
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_ip_floating_delete_with_identity_api_v2">
<title>openstack ip floating delete</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 ip floating delete [-h] &lt;ip-address&gt;</computeroutput></screen>
<para>
Delete a floating IP address
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;ip-address&gt;</command></term>
<listitem>
<para>
IP address to delete (ID only)
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_ip_floating_list_with_identity_api_v2">
<title>openstack ip floating list</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 ip floating list [-h]
[-f {csv,html,json,json,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]</computeroutput></screen>
<para>
List floating IP addresses
</para> <variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_ip_floating_pool_list_with_identity_api_v2">
<title>openstack ip floating pool list</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 ip floating pool list [-h]
[-f {csv,html,json,json,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]</computeroutput></screen>
<para>
List pools of floating IP addresses
</para> <variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_ip_floating_remove_with_identity_api_v2">
<title>openstack ip floating remove</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 ip floating remove [-h] &lt;ip-address&gt; &lt;server&gt;</computeroutput></screen>
<para>
Remove floating IP address from server
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;ip-address&gt;</command></term>
<listitem>
<para>
IP address to remove from server (name only)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>&lt;server&gt;</command></term>
<listitem>
<para>
Server to remove the IP address from (name or ID)
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_keypair_create_with_identity_api_v2">
<title>openstack keypair create</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 keypair create [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent] [--prefix PREFIX]
[--public-key &lt;file&gt;]
&lt;name&gt;</computeroutput></screen>
<para>
Create new public key
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;name&gt;</command></term>
<listitem>
<para>
New public key name
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--public-key &lt;file&gt;</command></term>
<listitem>
<para>
Filename for public key to add
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_keypair_delete_with_identity_api_v2">
<title>openstack keypair delete</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 keypair delete [-h] &lt;key&gt;</computeroutput></screen>
<para>
Delete public key
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;key&gt;</command></term>
<listitem>
<para>
Public key to delete
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_keypair_list_with_identity_api_v2">
<title>openstack keypair list</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 keypair list [-h]
[-f {csv,html,json,json,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;] [--noindent]
[--quote {all,minimal,none,nonnumeric}]</computeroutput></screen>
<para>
List public key fingerprints
</para> <variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_keypair_show_with_identity_api_v2">
<title>openstack keypair show</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 keypair show [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;] [--noindent]
[--prefix PREFIX] [--public-key]
&lt;key&gt;</computeroutput></screen>
<para>
Display public key details
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;key&gt;</command></term>
<listitem>
<para>
Public key to display
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--public-key</command></term>
<listitem>
<para>
Show only bare public key
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_limits_show_with_identity_api_v2">
<title>openstack limits show</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 limits show [-h]
[-f {csv,html,json,json,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
(--absolute | --rate) [--reserved]
[--project &lt;project&gt;] [--domain &lt;domain&gt;]</computeroutput></screen>
<para>
Show compute and volume limits
</para> <variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--absolute</command></term>
<listitem>
<para>
Show absolute limits
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--rate</command></term>
<listitem>
<para>
Show rate limits
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--reserved</command></term>
<listitem>
<para>
Include reservations count [only valid with
--absolute]
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--project &lt;project&gt;</command></term>
<listitem>
<para>
Show limits for a specific project (name or ID) [only
valid with --absolute]
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--domain &lt;domain&gt;</command></term>
<listitem>
<para>
Domain that owns --project (name or ID) [only valid
with --absolute]
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_management_plan_add_role_with_identity_api_v2">
<title>openstack management plan add role</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 management plan add role [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent] [--prefix PREFIX]</computeroutput></screen>
<para>
Add a Role to a Management Plan.
</para> <variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_management_plan_create_with_identity_api_v2">
<title>openstack management plan create</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 management plan create [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent] [--prefix PREFIX]
[-d DESCRIPTION]
name</computeroutput></screen>
<para>
Create a Management Plan.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>name</command></term>
<listitem>
<para>
Name of the plan being created.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>-d DESCRIPTION, --description DESCRIPTION</command></term>
<listitem>
<para>
A textual description of the plan.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_management_plan_delete_with_identity_api_v2">
<title>openstack management plan delete</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 management plan delete [-h] plan_uuid</computeroutput></screen>
<para>
Delete a Management Plan.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>plan_uuid</command></term>
<listitem>
<para>
The UUID of the plan being deleted.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_management_plan_download_with_identity_api_v2">
<title>openstack management plan download</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 management plan download [-h]</computeroutput></screen>
<para>
Download the a Management Plan.
</para> <variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_management_plan_list_with_identity_api_v2">
<title>openstack management plan list</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 management plan list [-h]
[-f {csv,html,json,json,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]</computeroutput></screen>
<para>
List the Management Plans.
</para> <variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_management_plan_remove_role_with_identity_api_v2">
<title>openstack management plan remove role</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 management plan remove role [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN]
[--max-width &lt;integer&gt;]
[--noindent] [--prefix PREFIX]</computeroutput></screen>
<para>
Remove a Role from a Management Plan.
</para> <variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_management_plan_set_with_identity_api_v2">
<title>openstack management plan set</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 management plan set [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent] [--prefix PREFIX]
[-P &lt;KEY1=VALUE1&gt;] [-F &lt;ROLE=FLAVOR&gt;]
[-S &lt;ROLE=SCALE-COUNT&gt;]
plan_uuid</computeroutput></screen>
<para>
Update a Management Plans properties.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>plan_uuid</command></term>
<listitem>
<para>
The UUID of the plan being updated.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>-P &lt;KEY1=VALUE1&gt;, --parameter &lt;KEY1=VALUE1&gt;</command></term>
<listitem>
<para>
Set a parameter in the Plan. This can be specified
multiple times.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>-F &lt;ROLE=FLAVOR&gt;, --flavor &lt;ROLE=FLAVOR&gt;</command></term>
<listitem>
<para>
Set the flavor for a role in the Plan. This can be
specified multiple times.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>-S &lt;ROLE=SCALE-COUNT&gt;, --scale &lt;ROLE=SCALE-COUNT&gt;</command></term>
<listitem>
<para>
Set the Scale count for a role in the Plan. This can
be specified multiple times.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_management_plan_show_with_identity_api_v2">
<title>openstack management plan show</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 management plan show [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent] [--prefix PREFIX]</computeroutput></screen>
<para>
Show a Management Plan.
</para> <variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_management_role_list_with_identity_api_v2">
<title>openstack management role list</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 management role list [-h]
[-f {csv,html,json,json,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]</computeroutput></screen>
<para>
List Roles.
</para> <variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_message-broker_with_identity_api_v2">
<title>openstack message-broker</title>
<screen><computeroutput>Command "message-broker" matches:
message-broker cluster create
message-broker cluster delete
message-broker cluster list
message-broker cluster set
message-broker cluster show</computeroutput></screen>
<para>
</para>
</section>
<section xml:id="openstackclient_subcommand_message-broker_cluster_with_identity_api_v2">
<title>openstack message-broker cluster</title>
<screen><computeroutput>Command "message-broker cluster" matches:
message-broker cluster create
message-broker cluster delete
message-broker cluster list
message-broker cluster set
message-broker cluster show</computeroutput></screen>
<para>
</para>
</section>
<section xml:id="openstackclient_subcommand_message-broker_cluster_create_with_identity_api_v2">
<title>openstack message-broker cluster create</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 message-broker cluster create [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN]
[--max-width &lt;integer&gt;]
[--noindent] [--prefix PREFIX]
--name NAME --nic NIC --flavor
FLAVOR --size SIZE
[--volume_size VOLUME_SIZE]
[--auth &lt;type=type,user=user,pass=pass&gt;]</computeroutput></screen>
<para>
Create Cluster
</para> <variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--name NAME</command></term>
<listitem>
<para>
Cluster Name
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--nic NIC</command></term>
<listitem>
<para>
Network to place nodes on
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--flavor FLAVOR</command></term>
<listitem>
<para>
Flavor to use.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--size SIZE</command></term>
<listitem>
<para>
Number of nodes
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--volume_size VOLUME_SIZE</command></term>
<listitem>
<para>
Volume size
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--auth &lt;type=type,user=user,pass=pass&gt;</command></term>
<listitem>
<para>
broker authentication,type=type,user=user,pass=pass
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_message-broker_cluster_delete_with_identity_api_v2">
<title>openstack message-broker cluster delete</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 message-broker cluster delete [-h] id</computeroutput></screen>
<para>
Delete Cluster
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>id</command></term>
<listitem>
<para>
Cluster ID
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_message-broker_cluster_list_with_identity_api_v2">
<title>openstack message-broker cluster list</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 message-broker cluster list [-h]
[-f {csv,html,json,json,table,value,yaml,yaml}]
[-c COLUMN]
[--max-width &lt;integer&gt;]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]</computeroutput></screen>
<para>
List Clusters
</para> <variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_message-broker_cluster_set_with_identity_api_v2">
<title>openstack message-broker cluster set</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 message-broker cluster set [-h] [--name NAME] [--email EMAIL]
[--ttl TTL]
[--description DESCRIPTION | --no-description]
[--masters MASTERS [MASTERS ...]]
id</computeroutput></screen>
<para>
Set Cluster
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>id</command></term>
<listitem>
<para>
Cluster ID
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--name NAME</command></term>
<listitem>
<para>
Cluster Name
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--email EMAIL</command></term>
<listitem>
<para>
Cluster Email
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--ttl TTL</command></term>
<listitem>
<para>
Time To Live (Seconds)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--description DESCRIPTION</command></term>
<listitem>
<para>
Description
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--no-description</command></term>
<listitem>
<para>
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--masters MASTERS [MASTERS ...]</command></term>
<listitem>
<para>
Cluster Masters
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_message-broker_cluster_show_with_identity_api_v2">
<title>openstack message-broker cluster show</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 message-broker cluster show [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN]
[--max-width &lt;integer&gt;]
[--noindent] [--prefix PREFIX]
id</computeroutput></screen>
<para>
Show Cluster
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>id</command></term>
<listitem>
<para>
Cluster ID
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_messaging_flavor_delete_with_identity_api_v2">
<title>openstack messaging flavor delete</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 messaging flavor delete [-h] &lt;flavor_name&gt;</computeroutput></screen>
<para>
Delete a flavor.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;flavor_name&gt;</command></term>
<listitem>
<para>
Name of the flavor
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_module_list_with_identity_api_v2">
<title>openstack module list</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 module list [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;] [--noindent]
[--prefix PREFIX] [--all]</computeroutput></screen>
<para>
List module versions
</para> <variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--all</command></term>
<listitem>
<para>
Show all modules that have version information
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_network_create_with_identity_api_v2">
<title>openstack network create</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 network create [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent] [--prefix PREFIX]
[--enable | --disable] [--share | --no-share]
[--project &lt;project&gt;]
[--project-domain &lt;project-domain&gt;]
&lt;name&gt;</computeroutput></screen>
<para>
Create new network
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;name&gt;</command></term>
<listitem>
<para>
New network name
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--enable</command></term>
<listitem>
<para>
Enable network (default)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--disable</command></term>
<listitem>
<para>
Disable network
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--share</command></term>
<listitem>
<para>
Share the network between projects
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--no-share</command></term>
<listitem>
<para>
Do not share the network between projects
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--project &lt;project&gt;</command></term>
<listitem>
<para>
Owner's project (name or ID)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--project-domain &lt;project-domain&gt;</command></term>
<listitem>
<para>
Domain the project belongs to (name or ID). This can
be used in case collisions between project names
exist.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_network_delete_with_identity_api_v2">
<title>openstack network delete</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 network delete [-h] &lt;network&gt; [&lt;network&gt; ...]</computeroutput></screen>
<para>
Delete network(s)
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;network&gt;</command></term>
<listitem>
<para>
Network to delete (name or ID)
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_network_list_with_identity_api_v2">
<title>openstack network list</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 network list [-h]
[-f {csv,html,json,json,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--external] [--long]</computeroutput></screen>
<para>
List networks
</para> <variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--external</command></term>
<listitem>
<para>
List external networks
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--long</command></term>
<listitem>
<para>
List additional fields in output
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_network_set_with_identity_api_v2">
<title>openstack network set</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 network set [-h] [--name &lt;name&gt;] [--enable | --disable]
[--share | --no-share]
&lt;network&gt;</computeroutput></screen>
<para>
Set network properties
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;network&gt;</command></term>
<listitem>
<para>
Network to modify (name or ID)
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--name &lt;name&gt;</command></term>
<listitem>
<para>
Set network name
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--enable</command></term>
<listitem>
<para>
Enable network
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--disable</command></term>
<listitem>
<para>
Disable network
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--share</command></term>
<listitem>
<para>
Share the network between projects
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--no-share</command></term>
<listitem>
<para>
Do not share the network between projects
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_network_show_with_identity_api_v2">
<title>openstack network show</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 network show [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;] [--noindent]
[--prefix PREFIX]
&lt;network&gt;</computeroutput></screen>
<para>
Show network details
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;network&gt;</command></term>
<listitem>
<para>
Network to display (name or ID)
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_object_create_with_identity_api_v2">
<title>openstack object create</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 object create [-h]
[-f {csv,html,json,json,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
&lt;container&gt; &lt;filename&gt; [&lt;filename&gt; ...]</computeroutput></screen>
<para>
Upload object to container
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;container&gt;</command></term>
<listitem>
<para>
Container for new object
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>&lt;filename&gt;</command></term>
<listitem>
<para>
Local filename(s) to upload
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_object_delete_with_identity_api_v2">
<title>openstack object delete</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 object delete [-h] &lt;container&gt; &lt;object&gt; [&lt;object&gt; ...]</computeroutput></screen>
<para>
Delete object from container
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;container&gt;</command></term>
<listitem>
<para>
Delete object(s) from &lt;container&gt;
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>&lt;object&gt;</command></term>
<listitem>
<para>
Object(s) to delete
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_object_list_with_identity_api_v2">
<title>openstack object list</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 object list [-h]
[-f {csv,html,json,json,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--prefix &lt;prefix&gt;] [--delimiter &lt;delimiter&gt;]
[--marker &lt;marker&gt;] [--end-marker &lt;end-marker&gt;]
[--limit &lt;limit&gt;] [--long] [--all]
&lt;container&gt;</computeroutput></screen>
<para>
List objects
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;container&gt;</command></term>
<listitem>
<para>
Container to list
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--prefix &lt;prefix&gt;</command></term>
<listitem>
<para>
Filter list using &lt;prefix&gt;
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--delimiter &lt;delimiter&gt;</command></term>
<listitem>
<para>
Roll up items with &lt;delimiter&gt;
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--marker &lt;marker&gt;</command></term>
<listitem>
<para>
Anchor for paging
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--end-marker &lt;end-marker&gt;</command></term>
<listitem>
<para>
End anchor for paging
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--limit &lt;limit&gt;</command></term>
<listitem>
<para>
Limit the number of objects returned
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--long</command></term>
<listitem>
<para>
List additional fields in output
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--all</command></term>
<listitem>
<para>
List all objects in container (default is 10000)
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_object_save_with_identity_api_v2">
<title>openstack object save</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 object save [-h] [--file &lt;filename&gt;] &lt;container&gt; &lt;object&gt;</computeroutput></screen>
<para>
Save object locally
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;container&gt;</command></term>
<listitem>
<para>
Download &lt;object&gt; from &lt;container&gt;
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>&lt;object&gt;</command></term>
<listitem>
<para>
Object to save
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--file &lt;filename&gt;</command></term>
<listitem>
<para>
Destination filename (defaults to object name)
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_object_set_with_identity_api_v2">
<title>openstack object set</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 object set [-h] --property &lt;key=value&gt; &lt;container&gt; &lt;object&gt;</computeroutput></screen>
<para>
Set object properties
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;container&gt;</command></term>
<listitem>
<para>
Modify &lt;object&gt; from &lt;container&gt;
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>&lt;object&gt;</command></term>
<listitem>
<para>
Object to modify
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--property &lt;key=value&gt;</command></term>
<listitem>
<para>
Set a property on this object (repeat option to set
multiple properties)
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_object_show_with_identity_api_v2">
<title>openstack object show</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 object show [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;] [--noindent]
[--prefix PREFIX]
&lt;container&gt; &lt;object&gt;</computeroutput></screen>
<para>
Display object details
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;container&gt;</command></term>
<listitem>
<para>
Display &lt;object&gt; from &lt;container&gt;
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>&lt;object&gt;</command></term>
<listitem>
<para>
Object to display
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_object_store_account_set_with_identity_api_v2">
<title>openstack object store account set</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 object store account set [-h] --property &lt;key=value&gt;</computeroutput></screen>
<para>
Set account properties
</para> <variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--property &lt;key=value&gt;</command></term>
<listitem>
<para>
Set a property on this account (repeat option to set
multiple properties)
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_object_store_account_show_with_identity_api_v2">
<title>openstack object store account show</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 object store account show [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent] [--prefix PREFIX]</computeroutput></screen>
<para>
Display account details
</para> <variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_object_store_account_unset_with_identity_api_v2">
<title>openstack object store account unset</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 object store account unset [-h] --property &lt;key&gt;</computeroutput></screen>
<para>
Unset account properties
</para> <variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--property &lt;key&gt;</command></term>
<listitem>
<para>
Property to remove from account (repeat option to remove
multiple properties)
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_object_unset_with_identity_api_v2">
<title>openstack object unset</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 object unset [-h] --property &lt;key&gt; &lt;container&gt; &lt;object&gt;</computeroutput></screen>
<para>
Unset object properties
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;container&gt;</command></term>
<listitem>
<para>
Modify &lt;object&gt; from &lt;container&gt;
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>&lt;object&gt;</command></term>
<listitem>
<para>
Object to modify
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--property &lt;key&gt;</command></term>
<listitem>
<para>
Property to remove from object (repeat option to remove
multiple properties)
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_pool_create_with_identity_api_v2">
<title>openstack pool create</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 pool create [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;] [--noindent]
[--prefix PREFIX]
&lt;pool_name&gt; &lt;pool_uri&gt; &lt;pool_weight&gt; &lt;pool_group&gt;</computeroutput></screen>
<para>
Create a pool.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;pool_name&gt;</command></term>
<listitem>
<para>
Name of the pool
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>&lt;pool_uri&gt;</command></term>
<listitem>
<para>
Storage engine URI
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>&lt;pool_weight&gt;</command></term>
<listitem>
<para>
weight of the pool
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>&lt;pool_group&gt;</command></term>
<listitem>
<para>
Group of the pool
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_project_create_with_identity_api_v2">
<title>openstack project create</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 project create [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent] [--prefix PREFIX]
[--description &lt;description&gt;]
[--enable | --disable]
[--property &lt;key=value&gt;] [--or-show]
&lt;project-name&gt;</computeroutput></screen>
<para>
Create new project
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;project-name&gt;</command></term>
<listitem>
<para>
New project name
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--description &lt;description&gt;</command></term>
<listitem>
<para>
Project description
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--enable</command></term>
<listitem>
<para>
Enable project (default)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--disable</command></term>
<listitem>
<para>
Disable project
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--property &lt;key=value&gt;</command></term>
<listitem>
<para>
Add a property to &lt;name&gt; (repeat option to set
multiple properties)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--or-show</command></term>
<listitem>
<para>
Return existing project
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_project_delete_with_identity_api_v2">
<title>openstack project delete</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 project delete [-h] &lt;project&gt; [&lt;project&gt; ...]</computeroutput></screen>
<para>
Delete project(s)
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;project&gt;</command></term>
<listitem>
<para>
Project(s) to delete (name or ID)
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_project_list_with_identity_api_v2">
<title>openstack project list</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 project list [-h]
[-f {csv,html,json,json,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;] [--noindent]
[--quote {all,minimal,none,nonnumeric}] [--long]</computeroutput></screen>
<para>
List projects
</para> <variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--long</command></term>
<listitem>
<para>
List additional fields in output
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_project_set_with_identity_api_v2">
<title>openstack project set</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 project set [-h] [--name &lt;name&gt;]
[--description &lt;description&gt;]
[--enable | --disable] [--property &lt;key=value&gt;]
&lt;project&gt;</computeroutput></screen>
<para>
Set project properties
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;project&gt;</command></term>
<listitem>
<para>
Project to modify (name or ID)
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--name &lt;name&gt;</command></term>
<listitem>
<para>
Set project name
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--description &lt;description&gt;</command></term>
<listitem>
<para>
Set project description
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--enable</command></term>
<listitem>
<para>
Enable project
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--disable</command></term>
<listitem>
<para>
Disable project
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--property &lt;key=value&gt;</command></term>
<listitem>
<para>
Set a project property (repeat option to set multiple
properties)
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_project_show_with_identity_api_v2">
<title>openstack project show</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 project show [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;] [--noindent]
[--prefix PREFIX]
&lt;project&gt;</computeroutput></screen>
<para>
Display project details
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;project&gt;</command></term>
<listitem>
<para>
Project to display (name or ID)
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_ptr_record_list_with_identity_api_v2">
<title>openstack ptr record list</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 ptr record list [-h]
[-f {csv,html,json,json,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]</computeroutput></screen>
<para>
List floatingip ptr records
</para> <variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_ptr_record_set_with_identity_api_v2">
<title>openstack ptr record set</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 ptr record set [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent] [--prefix PREFIX]
[--description DESCRIPTION | --no-description]
[--ttl TTL | --no-ttl]
floatingip_id ptrdname</computeroutput></screen>
<para>
Set floatingip ptr record
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>floatingip_id</command></term>
<listitem>
<para>
Floating IP ID
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>ptrdname</command></term>
<listitem>
<para>
PTRD Name
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--description DESCRIPTION</command></term>
<listitem>
<para>
Description
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--no-description</command></term>
<listitem>
<para>
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--ttl TTL</command></term>
<listitem>
<para>
TTL
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--no-ttl</command></term>
<listitem>
<para>
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_ptr_record_show_with_identity_api_v2">
<title>openstack ptr record show</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 ptr record show [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent] [--prefix PREFIX]
floatingip_id</computeroutput></screen>
<para>
Show floatingip ptr record details
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>floatingip_id</command></term>
<listitem>
<para>
Floating IP ID
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_ptr_record_unset_with_identity_api_v2">
<title>openstack ptr record unset</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 ptr record unset [-h] floatingip_id</computeroutput></screen>
<para>
Unset floatingip ptr record
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>floatingip_id</command></term>
<listitem>
<para>
Floating IP ID
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_queue_create_with_identity_api_v2">
<title>openstack queue create</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 queue create [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;] [--noindent]
[--prefix PREFIX]
&lt;queue_name&gt;</computeroutput></screen>
<para>
Create a queue.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;queue_name&gt;</command></term>
<listitem>
<para>
Name of the queue
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_queue_delete_with_identity_api_v2">
<title>openstack queue delete</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 queue delete [-h] &lt;queue_name&gt;</computeroutput></screen>
<para>
Delete a queue.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;queue_name&gt;</command></term>
<listitem>
<para>
Name of the queue
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_queue_exists_with_identity_api_v2">
<title>openstack queue exists</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 queue exists [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;] [--noindent]
[--prefix PREFIX]
&lt;queue_name&gt;</computeroutput></screen>
<para>
Check queue existence.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;queue_name&gt;</command></term>
<listitem>
<para>
Name of the queue
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_queue_get_metadata_with_identity_api_v2">
<title>openstack queue get metadata</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 queue get metadata [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent] [--prefix PREFIX]
&lt;queue_name&gt;</computeroutput></screen>
<para>
Get queue metadata.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;queue_name&gt;</command></term>
<listitem>
<para>
Name of the queue
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_queue_list_with_identity_api_v2">
<title>openstack queue list</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 queue list [-h]
[-f {csv,html,json,json,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--marker &lt;queue_id&gt;] [--limit &lt;limit&gt;]</computeroutput></screen>
<para>
List available queues.
</para> <variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--marker &lt;queue_id&gt;</command></term>
<listitem>
<para>
Queue's paging marker
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--limit &lt;limit&gt;</command></term>
<listitem>
<para>
Page size limit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_queue_set_metadata_with_identity_api_v2">
<title>openstack queue set metadata</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 queue set metadata [-h] &lt;queue_name&gt; &lt;queue_metadata&gt;</computeroutput></screen>
<para>
Set queue metadata.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;queue_name&gt;</command></term>
<listitem>
<para>
Name of the queue
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>&lt;queue_metadata&gt;</command></term>
<listitem>
<para>
Queue metadata
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_queue_stats_with_identity_api_v2">
<title>openstack queue stats</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 queue stats [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;] [--noindent]
[--prefix PREFIX]
&lt;queue_name&gt;</computeroutput></screen>
<para>
Get queue stats.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;queue_name&gt;</command></term>
<listitem>
<para>
Name of the queue
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_quota_set_with_identity_api_v2">
<title>openstack quota set</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 quota set [-h] [--class] [--properties &lt;properties&gt;]
[--ram &lt;ram&gt;] [--secgroup-rules &lt;secgroup-rules&gt;]
[--instances &lt;instances&gt;] [--key-pairs &lt;key-pairs&gt;]
[--fixed-ips &lt;fixed-ips&gt;] [--secgroups &lt;secgroups&gt;]
[--injected-file-size &lt;injected-file-size&gt;]
[--floating-ips &lt;floating-ips&gt;]
[--injected-files &lt;injected-files&gt;]
[--cores &lt;cores&gt;]
[--injected-path-size &lt;injected-path-size&gt;]
[--gigabytes &lt;gigabytes&gt;] [--volumes &lt;volumes&gt;]
[--snapshots &lt;snapshots&gt;]
[--volume-type &lt;volume-type&gt;]
&lt;project/class&gt;</computeroutput></screen>
<para>
Set quotas for project or class
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;project/class&gt;</command></term>
<listitem>
<para>
Set quotas for this project or class (name/ID)
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--class</command></term>
<listitem>
<para>
Set quotas for &lt;class&gt;
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--properties &lt;properties&gt;</command></term>
<listitem>
<para>
New value for the properties quota
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--ram &lt;ram&gt;</command></term>
<listitem>
<para>
New value for the ram quota
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--secgroup-rules &lt;secgroup-rules&gt;</command></term>
<listitem>
<para>
New value for the secgroup-rules quota
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--instances &lt;instances&gt;</command></term>
<listitem>
<para>
New value for the instances quota
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--key-pairs &lt;key-pairs&gt;</command></term>
<listitem>
<para>
New value for the key-pairs quota
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--fixed-ips &lt;fixed-ips&gt;</command></term>
<listitem>
<para>
New value for the fixed-ips quota
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--secgroups &lt;secgroups&gt;</command></term>
<listitem>
<para>
New value for the secgroups quota
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--injected-file-size &lt;injected-file-size&gt;</command></term>
<listitem>
<para>
New value for the injected-file-size quota
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--floating-ips &lt;floating-ips&gt;</command></term>
<listitem>
<para>
New value for the floating-ips quota
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--injected-files &lt;injected-files&gt;</command></term>
<listitem>
<para>
New value for the injected-files quota
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--cores &lt;cores&gt;</command></term>
<listitem>
<para>
New value for the cores quota
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--injected-path-size &lt;injected-path-size&gt;</command></term>
<listitem>
<para>
New value for the injected-path-size quota
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--gigabytes &lt;gigabytes&gt;</command></term>
<listitem>
<para>
New value for the gigabytes quota
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--volumes &lt;volumes&gt;</command></term>
<listitem>
<para>
New value for the volumes quota
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--snapshots &lt;snapshots&gt;</command></term>
<listitem>
<para>
New value for the snapshots quota
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--volume-type &lt;volume-type&gt;</command></term>
<listitem>
<para>
Set quotas for a specific &lt;volume-type&gt;
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_quota_show_with_identity_api_v2">
<title>openstack quota show</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 quota show [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;] [--noindent]
[--prefix PREFIX] [--class | --default]
&lt;project/class&gt;</computeroutput></screen>
<para>
Show quotas for project or class
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;project/class&gt;</command></term>
<listitem>
<para>
Show this project or class (name/ID)
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--class</command></term>
<listitem>
<para>
Show quotas for &lt;class&gt;
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--default</command></term>
<listitem>
<para>
Show default quotas for &lt;project&gt;
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_recordset_create_with_identity_api_v2">
<title>openstack recordset create</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 recordset create [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent] [--prefix PREFIX] --records
RECORDS [RECORDS ...] --type TYPE
[--ttl TTL] [--description DESCRIPTION]
zone_id name</computeroutput></screen>
<para>
Create new recordset
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>zone_id</command></term>
<listitem>
<para>
Zone ID
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>name</command></term>
<listitem>
<para>
RecordSet Name
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--records RECORDS [RECORDS ...]</command></term>
<listitem>
<para>
RecordSet Records
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--type TYPE</command></term>
<listitem>
<para>
RecordSet Type
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--ttl TTL</command></term>
<listitem>
<para>
Time To Live (Seconds)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--description DESCRIPTION</command></term>
<listitem>
<para>
Description
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_recordset_delete_with_identity_api_v2">
<title>openstack recordset delete</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 recordset delete [-h] zone_id id</computeroutput></screen>
<para>
Delete recordset
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>zone_id</command></term>
<listitem>
<para>
Zone ID
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>id</command></term>
<listitem>
<para>
RecordSet ID
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_recordset_list_with_identity_api_v2">
<title>openstack recordset list</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 recordset list [-h]
[-f {csv,html,json,json,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
zone_id</computeroutput></screen>
<para>
List recordsets
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>zone_id</command></term>
<listitem>
<para>
Zone ID
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_recordset_set_with_identity_api_v2">
<title>openstack recordset set</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 recordset set [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent] [--prefix PREFIX] [--name NAME]
[--records RECORDS [RECORDS ...]]
[--description DESCRIPTION | --no-description]
[--ttl TTL | --no-ttl]
zone_id id</computeroutput></screen>
<para>
Set recordset properties
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>zone_id</command></term>
<listitem>
<para>
Zone ID
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>id</command></term>
<listitem>
<para>
RecordSet ID
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--name NAME</command></term>
<listitem>
<para>
RecordSet Name
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--records RECORDS [RECORDS ...]</command></term>
<listitem>
<para>
Records
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--description DESCRIPTION</command></term>
<listitem>
<para>
Description
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--no-description</command></term>
<listitem>
<para>
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--ttl TTL</command></term>
<listitem>
<para>
TTL
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--no-ttl</command></term>
<listitem>
<para>
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_recordset_show_with_identity_api_v2">
<title>openstack recordset show</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 recordset show [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent] [--prefix PREFIX]
zone_id id</computeroutput></screen>
<para>
Show recordset details
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>zone_id</command></term>
<listitem>
<para>
Zone ID
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>id</command></term>
<listitem>
<para>
RecordSet ID
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_role_add_with_identity_api_v2">
<title>openstack role add</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 role add [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;] [--noindent]
[--prefix PREFIX] --project &lt;project&gt; --user &lt;user&gt;
&lt;role&gt;</computeroutput></screen>
<para>
Add role to project:user
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;role&gt;</command></term>
<listitem>
<para>
Role to add to &lt;project&gt;:&lt;user&gt; (name or ID)
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--project &lt;project&gt;</command></term>
<listitem>
<para>
Include &lt;project&gt; (name or ID)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--user &lt;user&gt;</command></term>
<listitem>
<para>
Include &lt;user&gt; (name or ID)
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_role_create_with_identity_api_v2">
<title>openstack role create</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 role create [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;] [--noindent]
[--prefix PREFIX] [--or-show]
&lt;name&gt;</computeroutput></screen>
<para>
Create new role
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;name&gt;</command></term>
<listitem>
<para>
New role name
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--or-show</command></term>
<listitem>
<para>
Return existing role
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_role_delete_with_identity_api_v2">
<title>openstack role delete</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 role delete [-h] &lt;role&gt; [&lt;role&gt; ...]</computeroutput></screen>
<para>
Delete role(s)
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;role&gt;</command></term>
<listitem>
<para>
Role(s) to delete (name or ID)
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_role_list_with_identity_api_v2">
<title>openstack role list</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 role list [-h]
[-f {csv,html,json,json,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--project &lt;project&gt;] [--user &lt;user&gt;]</computeroutput></screen>
<para>
List roles
</para> <variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--project &lt;project&gt;</command></term>
<listitem>
<para>
Filter roles by &lt;project&gt; (name or ID)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--user &lt;user&gt;</command></term>
<listitem>
<para>
Filter roles by &lt;user&gt; (name or ID)
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_role_remove_with_identity_api_v2">
<title>openstack role remove</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 role remove [-h] --project &lt;project&gt; --user &lt;user&gt; &lt;role&gt;</computeroutput></screen>
<para>
Remove role from project : user
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;role&gt;</command></term>
<listitem>
<para>
Role to remove (name or ID)
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--project &lt;project&gt;</command></term>
<listitem>
<para>
Include &lt;project&gt; (name or ID)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--user &lt;user&gt;</command></term>
<listitem>
<para>
Include &lt;user&gt; (name or ID)
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_role_show_with_identity_api_v2">
<title>openstack role show</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 role show [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;] [--noindent]
[--prefix PREFIX]
&lt;role&gt;</computeroutput></screen>
<para>
Display role details
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;role&gt;</command></term>
<listitem>
<para>
Role to display (name or ID)
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_security_group_create_with_identity_api_v2">
<title>openstack security group create</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 security group create [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent] [--prefix PREFIX]
[--description &lt;description&gt;]
&lt;name&gt;</computeroutput></screen>
<para>
Create a new security group
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;name&gt;</command></term>
<listitem>
<para>
New security group name
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--description &lt;description&gt;</command></term>
<listitem>
<para>
Security group description
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_security_group_delete_with_identity_api_v2">
<title>openstack security group delete</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 security group delete [-h] &lt;group&gt;</computeroutput></screen>
<para>
Delete a security group
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;group&gt;</command></term>
<listitem>
<para>
Security group to delete (name or ID)
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_security_group_list_with_identity_api_v2">
<title>openstack security group list</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 security group list [-h]
[-f {csv,html,json,json,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--all-projects]</computeroutput></screen>
<para>
List security groups
</para> <variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--all-projects</command></term>
<listitem>
<para>
Display information from all projects (admin only)
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_security_group_rule_create_with_identity_api_v2">
<title>openstack security group rule create</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 security group rule create [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN]
[--max-width &lt;integer&gt;]
[--noindent] [--prefix PREFIX]
[--proto &lt;proto&gt;]
[--src-ip &lt;ip-address&gt;]
[--dst-port &lt;port-range&gt;]
&lt;group&gt;</computeroutput></screen>
<para>
Create a new security group rule
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;group&gt;</command></term>
<listitem>
<para>
Create rule in this security group (name or ID)
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--proto &lt;proto&gt;</command></term>
<listitem>
<para>
IP protocol (icmp, tcp, udp; default: tcp)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--src-ip &lt;ip-address&gt;</command></term>
<listitem>
<para>
Source IP (may use CIDR notation; default: 0.0.0.0/0)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--dst-port &lt;port-range&gt;</command></term>
<listitem>
<para>
Destination port, may be a range: 137:139 (default: 0;
only required for proto tcp and udp)
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_security_group_rule_delete_with_identity_api_v2">
<title>openstack security group rule delete</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 security group rule delete [-h] &lt;rule&gt;</computeroutput></screen>
<para>
Delete a security group rule
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;rule&gt;</command></term>
<listitem>
<para>
Security group rule to delete (ID only)
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_security_group_rule_list_with_identity_api_v2">
<title>openstack security group rule list</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 security group rule list [-h]
[-f {csv,html,json,json,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
&lt;group&gt;</computeroutput></screen>
<para>
List security group rules
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;group&gt;</command></term>
<listitem>
<para>
List all rules in this security group (name or ID)
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_security_group_set_with_identity_api_v2">
<title>openstack security group set</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 security group set [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent] [--prefix PREFIX]
[--name &lt;new-name&gt;]
[--description &lt;description&gt;]
&lt;group&gt;</computeroutput></screen>
<para>
Set security group properties
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;group&gt;</command></term>
<listitem>
<para>
Security group to modify (name or ID)
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--name &lt;new-name&gt;</command></term>
<listitem>
<para>
New security group name
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--description &lt;description&gt;</command></term>
<listitem>
<para>
New security group description
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_security_group_show_with_identity_api_v2">
<title>openstack security group show</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 security group show [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent] [--prefix PREFIX]
&lt;group&gt;</computeroutput></screen>
<para>
Display security group details
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;group&gt;</command></term>
<listitem>
<para>
Security group to display (name or ID)
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_server_add_security_group_with_identity_api_v2">
<title>openstack server add security group</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 server add security group [-h] &lt;server&gt; &lt;group&gt;</computeroutput></screen>
<para>
Add security group to server
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;server&gt;</command></term>
<listitem>
<para>
Server (name or ID)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>&lt;group&gt;</command></term>
<listitem>
<para>
Security group to add (name or ID)
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_server_add_volume_with_identity_api_v2">
<title>openstack server add volume</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 server add volume [-h] [--device &lt;device&gt;] &lt;server&gt; &lt;volume&gt;</computeroutput></screen>
<para>
Add volume to server
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;server&gt;</command></term>
<listitem>
<para>
Server (name or ID)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>&lt;volume&gt;</command></term>
<listitem>
<para>
Volume to add (name or ID)
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--device &lt;device&gt;</command></term>
<listitem>
<para>
Server internal device name for volume
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_server_create_with_identity_api_v2">
<title>openstack server create</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 server create [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent] [--prefix PREFIX]
(--image &lt;image&gt; | --volume &lt;volume&gt;) --flavor
&lt;flavor&gt;
[--security-group &lt;security-group-name&gt;]
[--key-name &lt;key-name&gt;]
[--property &lt;key=value&gt;]
[--file &lt;dest-filename=source-filename&gt;]
[--user-data &lt;user-data&gt;]
[--availability-zone &lt;zone-name&gt;]
[--block-device-mapping &lt;dev-name=mapping&gt;]
[--nic &lt;net-id=net-uuid,v4-fixed-ip=ip-addr,v6-fixed-ip=ip-addr,port-id=port-uuid&gt;]
[--hint &lt;key=value&gt;]
[--config-drive &lt;config-drive-volume&gt;|True]
[--min &lt;count&gt;] [--max &lt;count&gt;] [--wait]
&lt;server-name&gt;</computeroutput></screen>
<para>
Create a new server
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;server-name&gt;</command></term>
<listitem>
<para>
New server name
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--image &lt;image&gt;</command></term>
<listitem>
<para>
Create server from this image
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--volume &lt;volume&gt;</command></term>
<listitem>
<para>
Create server from this volume
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--flavor &lt;flavor&gt;</command></term>
<listitem>
<para>
Create server with this flavor
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--security-group &lt;security-group-name&gt;</command></term>
<listitem>
<para>
Security group to assign to this server (repeat for
multiple groups)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--key-name &lt;key-name&gt;</command></term>
<listitem>
<para>
Keypair to inject into this server (optional
extension)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--property &lt;key=value&gt;</command></term>
<listitem>
<para>
Set a property on this server (repeat for multiple
values)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--file &lt;dest-filename=source-filename&gt;</command></term>
<listitem>
<para>
File to inject into image before boot (repeat for
multiple files)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--user-data &lt;user-data&gt;</command></term>
<listitem>
<para>
User data file to serve from the metadata server
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--availability-zone &lt;zone-name&gt;</command></term>
<listitem>
<para>
Select an availability zone for the server
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--block-device-mapping &lt;dev-name=mapping&gt;</command></term>
<listitem>
<para>
Map block devices; map is
&lt;id&gt;:&lt;type&gt;:&lt;size(GB)&gt;:&lt;delete_on_terminate&gt; (optional
extension)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--nic &lt;net-id=net-uuid,v4-fixed-ip=ip-addr,v6-fixed-ip=ip-addr,port-id=port-uuid&gt;</command></term>
<listitem>
<para>
Create a NIC on the server. Specify option multiple
times to create multiple NICs. Either net-id or port-
id must be provided, but not both. net-id: attach NIC
to network with this UUID, port-id: attach NIC to port
with this UUID, v4-fixed-ip: IPv4 fixed address for
NIC (optional), v6-fixed-ip: IPv6 fixed address for
NIC (optional).
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--hint &lt;key=value&gt;</command></term>
<listitem>
<para>
Hints for the scheduler (optional extension)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--config-drive &lt;config-drive-volume&gt;|True</command></term>
<listitem>
<para>
Use specified volume as the config drive, or 'True' to
use an ephemeral drive
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--min &lt;count&gt;</command></term>
<listitem>
<para>
Minimum number of servers to launch (default=1)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--max &lt;count&gt;</command></term>
<listitem>
<para>
Maximum number of servers to launch (default=1)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--wait</command></term>
<listitem>
<para>
Wait for build to complete
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_server_delete_with_identity_api_v2">
<title>openstack server delete</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 server delete [-h] [--wait] &lt;server&gt; [&lt;server&gt; ...]</computeroutput></screen>
<para>
Delete server(s)
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;server&gt;</command></term>
<listitem>
<para>
Server(s) to delete (name or ID)
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--wait</command></term>
<listitem>
<para>
Wait for delete to complete
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_server_image_create_with_identity_api_v2">
<title>openstack server image create</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 server image create [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent] [--prefix PREFIX]
[--name &lt;image-name&gt;] [--wait]
&lt;server&gt;</computeroutput></screen>
<para>
Create a new disk image from a running server
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;server&gt;</command></term>
<listitem>
<para>
Server (name or ID)
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--name &lt;image-name&gt;</command></term>
<listitem>
<para>
Name of new image (default is server name)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--wait</command></term>
<listitem>
<para>
Wait for image create to complete
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_server_list_with_identity_api_v2">
<title>openstack server list</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 server list [-h]
[-f {csv,html,json,json,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--reservation-id &lt;reservation-id&gt;]
[--ip &lt;ip-address-regex&gt;]
[--ip6 &lt;ip-address-regex&gt;] [--name &lt;name-regex&gt;]
[--instance-name &lt;server-name&gt;]
[--status &lt;status&gt;] [--flavor &lt;flavor&gt;]
[--image &lt;image&gt;] [--host &lt;hostname&gt;]
[--all-projects] [--project &lt;project&gt;]
[--project-domain &lt;project-domain&gt;]
[--user &lt;user&gt;] [--user-domain &lt;user-domain&gt;]
[--long] [--marker &lt;marker&gt;] [--limit &lt;limit&gt;]</computeroutput></screen>
<para>
List servers
</para> <variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--reservation-id &lt;reservation-id&gt;</command></term>
<listitem>
<para>
Only return instances that match the reservation
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--ip &lt;ip-address-regex&gt;</command></term>
<listitem>
<para>
Regular expression to match IP addresses
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--ip6 &lt;ip-address-regex&gt;</command></term>
<listitem>
<para>
Regular expression to match IPv6 addresses
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--name &lt;name-regex&gt;</command></term>
<listitem>
<para>
Regular expression to match names
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--instance-name &lt;server-name&gt;</command></term>
<listitem>
<para>
Regular expression to match instance name (admin only)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--status &lt;status&gt;</command></term>
<listitem>
<para>
Search by server status
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--flavor &lt;flavor&gt;</command></term>
<listitem>
<para>
Search by flavor
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--image &lt;image&gt;</command></term>
<listitem>
<para>
Search by image
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--host &lt;hostname&gt;</command></term>
<listitem>
<para>
Search by hostname
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--all-projects</command></term>
<listitem>
<para>
Include all projects (admin only)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--project &lt;project&gt;</command></term>
<listitem>
<para>
Search by project (admin only) (name or ID)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--project-domain &lt;project-domain&gt;</command></term>
<listitem>
<para>
Domain the project belongs to (name or ID). This can
be used in case collisions between project names
exist.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--user &lt;user&gt;</command></term>
<listitem>
<para>
Search by user (admin only) (name or ID)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--user-domain &lt;user-domain&gt;</command></term>
<listitem>
<para>
Domain the user belongs to (name or ID). This can be
used in case collisions between user names exist.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--long</command></term>
<listitem>
<para>
List additional fields in output
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--marker &lt;marker&gt;</command></term>
<listitem>
<para>
The last server (name or ID) of the previous page.
Display list of servers after marker. Display all
servers if not specified.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--limit &lt;limit&gt;</command></term>
<listitem>
<para>
Maximum number of servers to display. If limit equals
-1, all servers will be displayed. If limit is greater
than 'osapi_max_limit' option of Nova API,
'osapi_max_limit' will be used instead.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_server_lock_with_identity_api_v2">
<title>openstack server lock</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 server lock [-h] &lt;server&gt; [&lt;server&gt; ...]</computeroutput></screen>
<para>
Lock server(s). A non-admin user will not be able to execute actions
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;server&gt;</command></term>
<listitem>
<para>
Server(s) to lock (name or ID)
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_server_migrate_with_identity_api_v2">
<title>openstack server migrate</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 server migrate [-h] [--live &lt;hostname&gt;]
[--shared-migration | --block-migration]
[--disk-overcommit | --no-disk-overcommit]
[--wait]
&lt;server&gt;</computeroutput></screen>
<para>
Migrate server to different host
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;server&gt;</command></term>
<listitem>
<para>
Server (name or ID)
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--live &lt;hostname&gt;</command></term>
<listitem>
<para>
Target hostname
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--shared-migration</command></term>
<listitem>
<para>
Perform a shared live migration (default)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--block-migration</command></term>
<listitem>
<para>
Perform a block live migration
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--disk-overcommit</command></term>
<listitem>
<para>
Allow disk over-commit on the destination host
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--no-disk-overcommit</command></term>
<listitem>
<para>
Do not over-commit disk on the destination host
(default)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--wait</command></term>
<listitem>
<para>
Wait for resize to complete
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_server_pause_with_identity_api_v2">
<title>openstack server pause</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 server pause [-h] &lt;server&gt; [&lt;server&gt; ...]</computeroutput></screen>
<para>
Pause server(s)
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;server&gt;</command></term>
<listitem>
<para>
Server(s) to pause (name or ID)
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_server_reboot_with_identity_api_v2">
<title>openstack server reboot</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 server reboot [-h] [--hard | --soft] [--wait] &lt;server&gt;</computeroutput></screen>
<para>
Perform a hard or soft server reboot
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;server&gt;</command></term>
<listitem>
<para>
Server (name or ID)
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--hard</command></term>
<listitem>
<para>
Perform a hard reboot
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--soft</command></term>
<listitem>
<para>
Perform a soft reboot
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--wait</command></term>
<listitem>
<para>
Wait for reboot to complete
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_server_rebuild_with_identity_api_v2">
<title>openstack server rebuild</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 server rebuild [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent] [--prefix PREFIX] --image &lt;image&gt;
[--password &lt;password&gt;] [--wait]
&lt;server&gt;</computeroutput></screen>
<para>
Rebuild server
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;server&gt;</command></term>
<listitem>
<para>
Server (name or ID)
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--image &lt;image&gt;</command></term>
<listitem>
<para>
Recreate server from this image
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--password &lt;password&gt;</command></term>
<listitem>
<para>
Set the password on the rebuilt instance
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--wait</command></term>
<listitem>
<para>
Wait for rebuild to complete
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_server_remove_security_group_with_identity_api_v2">
<title>openstack server remove security group</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 server remove security group [-h] &lt;server&gt; &lt;group&gt;</computeroutput></screen>
<para>
Remove security group from server
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;server&gt;</command></term>
<listitem>
<para>
Name or ID of server to use
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>&lt;group&gt;</command></term>
<listitem>
<para>
Name or ID of security group to remove from server
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_server_remove_volume_with_identity_api_v2">
<title>openstack server remove volume</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 server remove volume [-h] &lt;server&gt; &lt;volume&gt;</computeroutput></screen>
<para>
Remove volume from server
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;server&gt;</command></term>
<listitem>
<para>
Server (name or ID)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>&lt;volume&gt;</command></term>
<listitem>
<para>
Volume to remove (name or ID)
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_server_rescue_with_identity_api_v2">
<title>openstack server rescue</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 server rescue [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent] [--prefix PREFIX]
&lt;server&gt;</computeroutput></screen>
<para>
Put server in rescue mode
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;server&gt;</command></term>
<listitem>
<para>
Server (name or ID)
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_server_resize_with_identity_api_v2">
<title>openstack server resize</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 server resize [-h] [--flavor &lt;flavor&gt; | --confirm | --revert]
[--wait]
&lt;server&gt;</computeroutput></screen>
<para>
Scale server to a new flavor
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;server&gt;</command></term>
<listitem>
<para>
Server (name or ID)
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--flavor &lt;flavor&gt;</command></term>
<listitem>
<para>
Resize server to specified flavor
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--confirm</command></term>
<listitem>
<para>
Confirm server resize is complete
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--revert</command></term>
<listitem>
<para>
Restore server state before resize
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--wait</command></term>
<listitem>
<para>
Wait for resize to complete
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_server_resume_with_identity_api_v2">
<title>openstack server resume</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 server resume [-h] &lt;server&gt; [&lt;server&gt; ...]</computeroutput></screen>
<para>
Resume server(s)
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;server&gt;</command></term>
<listitem>
<para>
Server(s) to resume (name or ID)
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_server_set_with_identity_api_v2">
<title>openstack server set</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 server set [-h] [--name &lt;new-name&gt;] [--root-password]
[--property &lt;key=value&gt;]
&lt;server&gt;</computeroutput></screen>
<para>
Set server properties
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;server&gt;</command></term>
<listitem>
<para>
Server (name or ID)
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--name &lt;new-name&gt;</command></term>
<listitem>
<para>
New server name
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--root-password</command></term>
<listitem>
<para>
Set new root password (interactive only)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--property &lt;key=value&gt;</command></term>
<listitem>
<para>
Property to add/change for this server (repeat option
to set multiple properties)
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_server_shelve_with_identity_api_v2">
<title>openstack server shelve</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 server shelve [-h] &lt;server&gt; [&lt;server&gt; ...]</computeroutput></screen>
<para>
Shelve server(s)
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;server&gt;</command></term>
<listitem>
<para>
Server(s) to shelve (name or ID)
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_server_show_with_identity_api_v2">
<title>openstack server show</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 server show [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;] [--noindent]
[--prefix PREFIX] [--diagnostics]
&lt;server&gt;</computeroutput></screen>
<para>
Show server details
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;server&gt;</command></term>
<listitem>
<para>
Server (name or ID)
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--diagnostics</command></term>
<listitem>
<para>
Display server diagnostics information
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_server_ssh_with_identity_api_v2">
<title>openstack server ssh</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 server ssh [-h] [--login &lt;login-name&gt;] [--port &lt;port&gt;]
[--identity &lt;keyfile&gt;] [--option &lt;config-options&gt;]
[-4 | -6]
[--public | --private | --address-type &lt;address-type&gt;]
&lt;server&gt;</computeroutput></screen>
<para>
Ssh to server
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;server&gt;</command></term>
<listitem>
<para>
Server (name or ID)
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--login &lt;login-name&gt;</command></term>
<listitem>
<para>
Login name (ssh -l option)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--port &lt;port&gt;</command></term>
<listitem>
<para>
Destination port (ssh -p option)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--identity &lt;keyfile&gt;</command></term>
<listitem>
<para>
Private key file (ssh -i option)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--option &lt;config-options&gt;</command></term>
<listitem>
<para>
Options in ssh_config(5) format (ssh -o option)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>-4</command></term>
<listitem>
<para>
Use only IPv4 addresses
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>-6</command></term>
<listitem>
<para>
Use only IPv6 addresses
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--public</command></term>
<listitem>
<para>
Use public IP address
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--private</command></term>
<listitem>
<para>
Use private IP address
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--address-type &lt;address-type&gt;</command></term>
<listitem>
<para>
Use other IP address (public, private, etc)
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_server_start_with_identity_api_v2">
<title>openstack server start</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 server start [-h] &lt;server&gt; [&lt;server&gt; ...]</computeroutput></screen>
<para>
Start server(s).
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;server&gt;</command></term>
<listitem>
<para>
Server(s) to start (name or ID)
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_server_stop_with_identity_api_v2">
<title>openstack server stop</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 server stop [-h] &lt;server&gt; [&lt;server&gt; ...]</computeroutput></screen>
<para>
Stop server(s).
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;server&gt;</command></term>
<listitem>
<para>
Server(s) to stop (name or ID)
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_server_suspend_with_identity_api_v2">
<title>openstack server suspend</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 server suspend [-h] &lt;server&gt; [&lt;server&gt; ...]</computeroutput></screen>
<para>
Suspend server(s)
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;server&gt;</command></term>
<listitem>
<para>
Server(s) to suspend (name or ID)
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_server_unlock_with_identity_api_v2">
<title>openstack server unlock</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 server unlock [-h] &lt;server&gt; [&lt;server&gt; ...]</computeroutput></screen>
<para>
Unlock server(s)
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;server&gt;</command></term>
<listitem>
<para>
Server(s) to unlock (name or ID)
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_server_unpause_with_identity_api_v2">
<title>openstack server unpause</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 server unpause [-h] &lt;server&gt; [&lt;server&gt; ...]</computeroutput></screen>
<para>
Unpause server(s)
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;server&gt;</command></term>
<listitem>
<para>
Server(s) to unpause (name or ID)
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_server_unrescue_with_identity_api_v2">
<title>openstack server unrescue</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 server unrescue [-h] &lt;server&gt;</computeroutput></screen>
<para>
Restore server from rescue mode
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;server&gt;</command></term>
<listitem>
<para>
Server (name or ID)
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_server_unset_with_identity_api_v2">
<title>openstack server unset</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 server unset [-h] [--property &lt;key&gt;] &lt;server&gt;</computeroutput></screen>
<para>
Unset server properties
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;server&gt;</command></term>
<listitem>
<para>
Server (name or ID)
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--property &lt;key&gt;</command></term>
<listitem>
<para>
Property key to remove from server (repeat to unset
multiple values)
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_server_unshelve_with_identity_api_v2">
<title>openstack server unshelve</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 server unshelve [-h] &lt;server&gt; [&lt;server&gt; ...]</computeroutput></screen>
<para>
Unshelve server(s)
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;server&gt;</command></term>
<listitem>
<para>
Server(s) to unshelve (name or ID)
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_service_create_with_identity_api_v2">
<title>openstack service create</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 service create [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent] [--prefix PREFIX] [--name &lt;name&gt;]
[--description &lt;description&gt;]
&lt;type&gt;</computeroutput></screen>
<para>
Create new service
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;type&gt;</command></term>
<listitem>
<para>
New service type (compute, image, identity, volume,
etc)
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--name &lt;name&gt;</command></term>
<listitem>
<para>
New service name
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--description &lt;description&gt;</command></term>
<listitem>
<para>
New service description
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_service_delete_with_identity_api_v2">
<title>openstack service delete</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 service delete [-h] &lt;service&gt;</computeroutput></screen>
<para>
Delete service
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;service&gt;</command></term>
<listitem>
<para>
Service to delete (name or ID)
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_service_list_with_identity_api_v2">
<title>openstack service list</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 service list [-h]
[-f {csv,html,json,json,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;] [--noindent]
[--quote {all,minimal,none,nonnumeric}] [--long]</computeroutput></screen>
<para>
List services
</para> <variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--long</command></term>
<listitem>
<para>
List additional fields in output
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_service_show_with_identity_api_v2">
<title>openstack service show</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 service show [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;] [--noindent]
[--prefix PREFIX] [--catalog]
&lt;service&gt;</computeroutput></screen>
<para>
Display service details
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;service&gt;</command></term>
<listitem>
<para>
Service to display (type, name or ID)
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--catalog</command></term>
<listitem>
<para>
Show service catalog information
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_snapshot_create_with_identity_api_v2">
<title>openstack snapshot create</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 snapshot create [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent] [--prefix PREFIX] --name &lt;name&gt;
[--description &lt;description&gt;] [--force]
&lt;volume&gt;</computeroutput></screen>
<para>
Create new snapshot
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;volume&gt;</command></term>
<listitem>
<para>
Volume to snapshot (name or ID)
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--name &lt;name&gt;</command></term>
<listitem>
<para>
Name of the snapshot
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--description &lt;description&gt;</command></term>
<listitem>
<para>
Description of the snapshot
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--force</command></term>
<listitem>
<para>
Create a snapshot attached to an instance. Default is
False
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_snapshot_delete_with_identity_api_v2">
<title>openstack snapshot delete</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 snapshot delete [-h] &lt;snapshot&gt; [&lt;snapshot&gt; ...]</computeroutput></screen>
<para>
Delete snapshot(s)
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;snapshot&gt;</command></term>
<listitem>
<para>
Snapshot(s) to delete (name or ID)
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_snapshot_list_with_identity_api_v2">
<title>openstack snapshot list</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 snapshot list [-h]
[-f {csv,html,json,json,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--all-projects] [--long]</computeroutput></screen>
<para>
List snapshots
</para> <variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--all-projects</command></term>
<listitem>
<para>
Include all projects (admin only)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--long</command></term>
<listitem>
<para>
List additional fields in output
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_snapshot_set_with_identity_api_v2">
<title>openstack snapshot set</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 snapshot set [-h] [--name &lt;name&gt;]
[--description &lt;description&gt;]
[--property &lt;key=value&gt;]
&lt;snapshot&gt;</computeroutput></screen>
<para>
Set snapshot properties
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;snapshot&gt;</command></term>
<listitem>
<para>
Snapshot to modify (name or ID)
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--name &lt;name&gt;</command></term>
<listitem>
<para>
New snapshot name
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--description &lt;description&gt;</command></term>
<listitem>
<para>
New snapshot description
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--property &lt;key=value&gt;</command></term>
<listitem>
<para>
Property to add/change for this snapshot (repeat
option to set multiple properties)
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_snapshot_show_with_identity_api_v2">
<title>openstack snapshot show</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 snapshot show [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent] [--prefix PREFIX]
&lt;snapshot&gt;</computeroutput></screen>
<para>
Display snapshot details
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;snapshot&gt;</command></term>
<listitem>
<para>
Snapshot to display (name or ID)
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_snapshot_unset_with_identity_api_v2">
<title>openstack snapshot unset</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 snapshot unset [-h] --property &lt;key&gt; &lt;snapshot&gt;</computeroutput></screen>
<para>
Unset snapshot properties
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;snapshot&gt;</command></term>
<listitem>
<para>
Snapshot to modify (name or ID)
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--property &lt;key&gt;</command></term>
<listitem>
<para>
Property to remove from snapshot (repeat to remove
multiple values)
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_tld_create_with_identity_api_v2">
<title>openstack tld create</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 tld create [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;] [--noindent]
[--prefix PREFIX] --name NAME
[--description DESCRIPTION]</computeroutput></screen>
<para>
Create new tld
</para> <variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--name NAME</command></term>
<listitem>
<para>
TLD Name
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--description DESCRIPTION</command></term>
<listitem>
<para>
Description
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_tld_delete_with_identity_api_v2">
<title>openstack tld delete</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 tld delete [-h] id</computeroutput></screen>
<para>
Delete tld
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>id</command></term>
<listitem>
<para>
TLD ID
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_tld_list_with_identity_api_v2">
<title>openstack tld list</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 tld list [-h] [-f {csv,html,json,json,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;] [--noindent]
[--quote {all,minimal,none,nonnumeric}]</computeroutput></screen>
<para>
List tlds
</para> <variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_tld_set_with_identity_api_v2">
<title>openstack tld set</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 tld set [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;] [--noindent]
[--prefix PREFIX] [--name NAME]
[--description DESCRIPTION | --no-description]
id</computeroutput></screen>
<para>
Set tld properties
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>id</command></term>
<listitem>
<para>
TLD ID
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--name NAME</command></term>
<listitem>
<para>
TLD Name
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--description DESCRIPTION</command></term>
<listitem>
<para>
Description
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--no-description</command></term>
<listitem>
<para>
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_tld_show_with_identity_api_v2">
<title>openstack tld show</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 tld show [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;] [--noindent]
[--prefix PREFIX]
id</computeroutput></screen>
<para>
Show tld details
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>id</command></term>
<listitem>
<para>
TLD ID
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_token_issue_with_identity_api_v2">
<title>openstack token issue</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 token issue [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;] [--noindent]
[--prefix PREFIX]</computeroutput></screen>
<para>
Issue new token
</para> <variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_token_revoke_with_identity_api_v2">
<title>openstack token revoke</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 token revoke [-h] &lt;token&gt;</computeroutput></screen>
<para>
Revoke existing token
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;token&gt;</command></term>
<listitem>
<para>
Token to be deleted
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_usage_list_with_identity_api_v2">
<title>openstack usage list</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 usage list [-h]
[-f {csv,html,json,json,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--start &lt;start&gt;] [--end &lt;end&gt;]</computeroutput></screen>
<para>
List resource usage per project
</para> <variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--start &lt;start&gt;</command></term>
<listitem>
<para>
Usage range start date, ex 2012-01-20 (default: 4
weeks ago)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--end &lt;end&gt;</command></term>
<listitem>
<para>
Usage range end date, ex 2012-01-20 (default:
tomorrow)
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_usage_show_with_identity_api_v2">
<title>openstack usage show</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 usage show [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;] [--noindent]
[--prefix PREFIX] [--project &lt;project&gt;]
[--start &lt;start&gt;] [--end &lt;end&gt;]</computeroutput></screen>
<para>
Show resource usage for a single project
</para> <variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--project &lt;project&gt;</command></term>
<listitem>
<para>
Name or ID of project to show usage for
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--start &lt;start&gt;</command></term>
<listitem>
<para>
Usage range start date, ex 2012-01-20 (default: 4
weeks ago)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--end &lt;end&gt;</command></term>
<listitem>
<para>
Usage range end date, ex 2012-01-20 (default:
tomorrow)
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_user_create_with_identity_api_v2">
<title>openstack user create</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 user create [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;] [--noindent]
[--prefix PREFIX] [--project &lt;project&gt;]
[--password &lt;password&gt;] [--password-prompt]
[--email &lt;email-address&gt;] [--enable | --disable]
[--or-show]
&lt;name&gt;</computeroutput></screen>
<para>
Create new user
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;name&gt;</command></term>
<listitem>
<para>
New user name
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--project &lt;project&gt;</command></term>
<listitem>
<para>
Default project (name or ID)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--password &lt;password&gt;</command></term>
<listitem>
<para>
Set user password
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--password-prompt</command></term>
<listitem>
<para>
Prompt interactively for password
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--email &lt;email-address&gt;</command></term>
<listitem>
<para>
Set user email address
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--enable</command></term>
<listitem>
<para>
Enable user (default)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--disable</command></term>
<listitem>
<para>
Disable user
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--or-show</command></term>
<listitem>
<para>
Return existing user
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_user_delete_with_identity_api_v2">
<title>openstack user delete</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 user delete [-h] &lt;user&gt; [&lt;user&gt; ...]</computeroutput></screen>
<para>
Delete user(s)
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;user&gt;</command></term>
<listitem>
<para>
User(s) to delete (name or ID)
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_user_list_with_identity_api_v2">
<title>openstack user list</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 user list [-h]
[-f {csv,html,json,json,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--project &lt;project&gt;] [--long]</computeroutput></screen>
<para>
List users
</para> <variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--project &lt;project&gt;</command></term>
<listitem>
<para>
Filter users by project (name or ID)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--long</command></term>
<listitem>
<para>
List additional fields in output
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_user_role_list_with_identity_api_v2">
<title>openstack user role list</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 user role list [-h]
[-f {csv,html,json,json,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--project &lt;project&gt;]
[&lt;user&gt;]</computeroutput></screen>
<para>
List user-role assignments
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;user&gt;</command></term>
<listitem>
<para>
User to list (name or ID)
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--project &lt;project&gt;</command></term>
<listitem>
<para>
Filter users by &lt;project&gt; (name or ID)
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_user_set_with_identity_api_v2">
<title>openstack user set</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 user set [-h] [--name &lt;name&gt;] [--project &lt;project&gt;]
[--password &lt;user-password&gt;] [--password-prompt]
[--email &lt;email-address&gt;] [--enable | --disable]
&lt;user&gt;</computeroutput></screen>
<para>
Set user properties
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;user&gt;</command></term>
<listitem>
<para>
User to change (name or ID)
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--name &lt;name&gt;</command></term>
<listitem>
<para>
Set user name
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--project &lt;project&gt;</command></term>
<listitem>
<para>
Set default project (name or ID)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--password &lt;user-password&gt;</command></term>
<listitem>
<para>
Set user password
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--password-prompt</command></term>
<listitem>
<para>
Prompt interactively for password
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--email &lt;email-address&gt;</command></term>
<listitem>
<para>
Set user email address
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--enable</command></term>
<listitem>
<para>
Enable user (default)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--disable</command></term>
<listitem>
<para>
Disable user
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_user_show_with_identity_api_v2">
<title>openstack user show</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 user show [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;] [--noindent]
[--prefix PREFIX]
&lt;user&gt;</computeroutput></screen>
<para>
Display user details
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;user&gt;</command></term>
<listitem>
<para>
User to display (name or ID)
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_volume_create_with_identity_api_v2">
<title>openstack volume create</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 volume create [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent] [--prefix PREFIX] --size &lt;size&gt;
[--snapshot &lt;snapshot&gt;]
[--description &lt;description&gt;]
[--type &lt;volume-type&gt;] [--user &lt;user&gt;]
[--project &lt;project&gt;]
[--availability-zone &lt;availability-zone&gt;]
[--image &lt;image&gt;] [--source &lt;volume&gt;]
[--property &lt;key=value&gt;]
&lt;name&gt;</computeroutput></screen>
<para>
Create new volume
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;name&gt;</command></term>
<listitem>
<para>
New volume name
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--size &lt;size&gt;</command></term>
<listitem>
<para>
New volume size in GB
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--snapshot &lt;snapshot&gt;</command></term>
<listitem>
<para>
Use &lt;snapshot&gt; as source of new volume
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--description &lt;description&gt;</command></term>
<listitem>
<para>
New volume description
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--type &lt;volume-type&gt;</command></term>
<listitem>
<para>
Use &lt;volume-type&gt; as the new volume type
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--user &lt;user&gt;</command></term>
<listitem>
<para>
Specify an alternate user (name or ID)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--project &lt;project&gt;</command></term>
<listitem>
<para>
Specify an alternate project (name or ID)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--availability-zone &lt;availability-zone&gt;</command></term>
<listitem>
<para>
Create new volume in &lt;availability-zone&gt;
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--image &lt;image&gt;</command></term>
<listitem>
<para>
Use &lt;image&gt; as source of new volume (name or ID)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--source &lt;volume&gt;</command></term>
<listitem>
<para>
Volume to clone (name or ID)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--property &lt;key=value&gt;</command></term>
<listitem>
<para>
Set a property on this volume (repeat option to set
multiple properties)
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_volume_delete_with_identity_api_v2">
<title>openstack volume delete</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 volume delete [-h] [--force] &lt;volume&gt; [&lt;volume&gt; ...]</computeroutput></screen>
<para>
Delete volume(s)
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;volume&gt;</command></term>
<listitem>
<para>
Volume(s) to delete (name or ID)
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--force</command></term>
<listitem>
<para>
Attempt forced removal of volume(s), regardless of state
(defaults to False)
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_volume_list_with_identity_api_v2">
<title>openstack volume list</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 volume list [-h]
[-f {csv,html,json,json,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--name &lt;name&gt;] [--status &lt;status&gt;]
[--all-projects] [--long]</computeroutput></screen>
<para>
List volumes
</para> <variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--name &lt;name&gt;</command></term>
<listitem>
<para>
Filter results by volume name
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--status &lt;status&gt;</command></term>
<listitem>
<para>
Filter results by status
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--all-projects</command></term>
<listitem>
<para>
Include all projects (admin only)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--long</command></term>
<listitem>
<para>
List additional fields in output
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_volume_qos_associate_with_identity_api_v2">
<title>openstack volume qos associate</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 volume qos associate [-h] &lt;qos-spec&gt; &lt;volume-type&gt;</computeroutput></screen>
<para>
Associate a QoS specification to a volume type
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;qos-spec&gt;</command></term>
<listitem>
<para>
QoS specification to modify (name or ID)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>&lt;volume-type&gt;</command></term>
<listitem>
<para>
Volume type to associate the QoS (name or ID)
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_volume_qos_create_with_identity_api_v2">
<title>openstack volume qos create</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 volume qos create [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent] [--prefix PREFIX]
[--consumer &lt;consumer&gt;]
[--property &lt;key=value&gt;]
&lt;name&gt;</computeroutput></screen>
<para>
Create new QoS specification
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;name&gt;</command></term>
<listitem>
<para>
New QoS specification name
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--consumer &lt;consumer&gt;</command></term>
<listitem>
<para>
Consumer of the QoS. Valid consumers: back-end, both,
front-end (defaults to 'both')
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--property &lt;key=value&gt;</command></term>
<listitem>
<para>
Set a QoS specification property (repeat option to set
multiple properties)
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_volume_qos_delete_with_identity_api_v2">
<title>openstack volume qos delete</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 volume qos delete [-h] &lt;qos-spec&gt; [&lt;qos-spec&gt; ...]</computeroutput></screen>
<para>
Delete QoS specification
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;qos-spec&gt;</command></term>
<listitem>
<para>
QoS specification(s) to delete (name or ID)
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_volume_qos_disassociate_with_identity_api_v2">
<title>openstack volume qos disassociate</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 volume qos disassociate [-h]
[--volume-type &lt;volume-type&gt; | --all]
&lt;qos-spec&gt;</computeroutput></screen>
<para>
Disassociate a QoS specification from a volume type
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;qos-spec&gt;</command></term>
<listitem>
<para>
QoS specification to modify (name or ID)
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--volume-type &lt;volume-type&gt;</command></term>
<listitem>
<para>
Volume type to disassociate the QoS from (name or ID)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--all</command></term>
<listitem>
<para>
Disassociate the QoS from every volume type
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_volume_qos_list_with_identity_api_v2">
<title>openstack volume qos list</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 volume qos list [-h]
[-f {csv,html,json,json,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]</computeroutput></screen>
<para>
List QoS specifications
</para> <variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_volume_qos_set_with_identity_api_v2">
<title>openstack volume qos set</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 volume qos set [-h] [--property &lt;key=value&gt;] &lt;qos-spec&gt;</computeroutput></screen>
<para>
Set QoS specification properties
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;qos-spec&gt;</command></term>
<listitem>
<para>
QoS specification to modify (name or ID)
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--property &lt;key=value&gt;</command></term>
<listitem>
<para>
Property to add or modify for this QoS specification
(repeat option to set multiple properties)
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_volume_qos_show_with_identity_api_v2">
<title>openstack volume qos show</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 volume qos show [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent] [--prefix PREFIX]
&lt;qos-spec&gt;</computeroutput></screen>
<para>
Display QoS specification details
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;qos-spec&gt;</command></term>
<listitem>
<para>
QoS specification to display (name or ID)
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_volume_qos_unset_with_identity_api_v2">
<title>openstack volume qos unset</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 volume qos unset [-h] [--property &lt;key&gt;] &lt;qos-spec&gt;</computeroutput></screen>
<para>
Unset QoS specification properties
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;qos-spec&gt;</command></term>
<listitem>
<para>
QoS specification to modify (name or ID)
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--property &lt;key&gt;</command></term>
<listitem>
<para>
Property to remove from the QoS specification. (repeat
option to unset multiple properties)
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_volume_set_with_identity_api_v2">
<title>openstack volume set</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 volume set [-h] [--name &lt;name&gt;] [--description &lt;description&gt;]
[--size &lt;size&gt;] [--property &lt;key=value&gt;]
&lt;volume&gt;</computeroutput></screen>
<para>
Set volume properties
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;volume&gt;</command></term>
<listitem>
<para>
Volume to change (name or ID)
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--name &lt;name&gt;</command></term>
<listitem>
<para>
New volume name
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--description &lt;description&gt;</command></term>
<listitem>
<para>
New volume description
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--size &lt;size&gt;</command></term>
<listitem>
<para>
Extend volume size in GB
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--property &lt;key=value&gt;</command></term>
<listitem>
<para>
Property to add or modify for this volume (repeat
option to set multiple properties)
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_volume_show_with_identity_api_v2">
<title>openstack volume show</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 volume show [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;] [--noindent]
[--prefix PREFIX]
&lt;volume&gt;</computeroutput></screen>
<para>
Show volume details
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;volume&gt;</command></term>
<listitem>
<para>
Volume to display (name or ID)
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_volume_type_create_with_identity_api_v2">
<title>openstack volume type create</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 volume type create [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent] [--prefix PREFIX]
[--property &lt;key=value&gt;]
&lt;name&gt;</computeroutput></screen>
<para>
Create new volume type
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;name&gt;</command></term>
<listitem>
<para>
New volume type name
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--property &lt;key=value&gt;</command></term>
<listitem>
<para>
Property to add for this volume type (repeat option to
set multiple properties)
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_volume_type_delete_with_identity_api_v2">
<title>openstack volume type delete</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 volume type delete [-h] &lt;volume-type&gt;</computeroutput></screen>
<para>
Delete volume type
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;volume-type&gt;</command></term>
<listitem>
<para>
Volume type to delete (name or ID)
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_volume_type_list_with_identity_api_v2">
<title>openstack volume type list</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 volume type list [-h]
[-f {csv,html,json,json,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--long]</computeroutput></screen>
<para>
List volume types
</para> <variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--long</command></term>
<listitem>
<para>
List additional fields in output
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_volume_type_set_with_identity_api_v2">
<title>openstack volume type set</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 volume type set [-h] [--property &lt;key=value&gt;] &lt;volume-type&gt;</computeroutput></screen>
<para>
Set volume type properties
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;volume-type&gt;</command></term>
<listitem>
<para>
Volume type to modify (name or ID)
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--property &lt;key=value&gt;</command></term>
<listitem>
<para>
Property to add or modify for this volume type (repeat
option to set multiple properties)
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_volume_type_show_with_identity_api_v2">
<title>openstack volume type show</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 volume type show [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent] [--prefix PREFIX]
&lt;volume-type&gt;</computeroutput></screen>
<para>
Display volume type details
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;volume-type&gt;</command></term>
<listitem>
<para>
Volume type to display (name or ID)
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_volume_type_unset_with_identity_api_v2">
<title>openstack volume type unset</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 volume type unset [-h] --property &lt;key&gt; &lt;volume-type&gt;</computeroutput></screen>
<para>
Unset volume type properties
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;volume-type&gt;</command></term>
<listitem>
<para>
Volume type to modify (name or ID)
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--property &lt;key&gt;</command></term>
<listitem>
<para>
Property to remove from volume type (repeat option to
remove multiple properties)
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_volume_unset_with_identity_api_v2">
<title>openstack volume unset</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 volume unset [-h] --property &lt;key&gt; &lt;volume&gt;</computeroutput></screen>
<para>
Unset volume properties
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;volume&gt;</command></term>
<listitem>
<para>
Volume to modify (name or ID)
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--property &lt;key&gt;</command></term>
<listitem>
<para>
Property to remove from volume (repeat option to remove
multiple properties)
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_zone_abandon_with_identity_api_v2">
<title>openstack zone abandon</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 zone abandon [-h] id</computeroutput></screen>
<para>
Abandon a zone
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>id</command></term>
<listitem>
<para>
Zone ID
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_zone_axfr_with_identity_api_v2">
<title>openstack zone axfr</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 zone axfr [-h] id</computeroutput></screen>
<para>
AXFR a zone
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>id</command></term>
<listitem>
<para>
Zone ID
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_zone_blacklist_create_with_identity_api_v2">
<title>openstack zone blacklist create</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 zone blacklist create [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent] [--prefix PREFIX]
--pattern PATTERN
[--description DESCRIPTION]</computeroutput></screen>
<para>
Create new blacklist
</para> <variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--pattern PATTERN</command></term>
<listitem>
<para>
Blacklist pattern
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--description DESCRIPTION</command></term>
<listitem>
<para>
Description
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_zone_blacklist_delete_with_identity_api_v2">
<title>openstack zone blacklist delete</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 zone blacklist delete [-h] id</computeroutput></screen>
<para>
Delete blacklist
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>id</command></term>
<listitem>
<para>
Blacklist ID
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_zone_blacklist_list_with_identity_api_v2">
<title>openstack zone blacklist list</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 zone blacklist list [-h]
[-f {csv,html,json,json,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]</computeroutput></screen>
<para>
List blacklists
</para> <variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_zone_blacklist_set_with_identity_api_v2">
<title>openstack zone blacklist set</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 zone blacklist set [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent] [--prefix PREFIX] --pattern
PATTERN
[--description DESCRIPTION | --no-description]
id</computeroutput></screen>
<para>
Set blacklist properties
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>id</command></term>
<listitem>
<para>
Blacklist ID
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--pattern PATTERN</command></term>
<listitem>
<para>
Blacklist pattern
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--description DESCRIPTION</command></term>
<listitem>
<para>
Description
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--no-description</command></term>
<listitem>
<para>
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_zone_blacklist_show_with_identity_api_v2">
<title>openstack zone blacklist show</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 zone blacklist show [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent] [--prefix PREFIX]
id</computeroutput></screen>
<para>
Show blacklist details
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>id</command></term>
<listitem>
<para>
Blacklist ID
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_zone_create_with_identity_api_v2">
<title>openstack zone create</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 zone create [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;] [--noindent]
[--prefix PREFIX] [--email EMAIL] [--type TYPE]
[--ttl TTL] [--description DESCRIPTION]
[--masters MASTERS [MASTERS ...]]
name</computeroutput></screen>
<para>
Create new zone
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>name</command></term>
<listitem>
<para>
Zone Name
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--email EMAIL</command></term>
<listitem>
<para>
Zone Email
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--type TYPE</command></term>
<listitem>
<para>
Zone Type
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--ttl TTL</command></term>
<listitem>
<para>
Time To Live (Seconds)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--description DESCRIPTION</command></term>
<listitem>
<para>
Description
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--masters MASTERS [MASTERS ...]</command></term>
<listitem>
<para>
Zone Masters
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_zone_delete_with_identity_api_v2">
<title>openstack zone delete</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 zone delete [-h] id</computeroutput></screen>
<para>
Delete zone
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>id</command></term>
<listitem>
<para>
Zone ID
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_zone_list_with_identity_api_v2">
<title>openstack zone list</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 zone list [-h]
[-f {csv,html,json,json,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--type TYPE]</computeroutput></screen>
<para>
List zones
</para> <variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--type TYPE</command></term>
<listitem>
<para>
Zone Type
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_zone_set_with_identity_api_v2">
<title>openstack zone set</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 zone set [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;] [--noindent]
[--prefix PREFIX] [--name NAME] [--email EMAIL]
[--ttl TTL]
[--description DESCRIPTION | --no-description]
[--masters MASTERS [MASTERS ...]]
id</computeroutput></screen>
<para>
Set zone properties
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>id</command></term>
<listitem>
<para>
Zone ID
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--name NAME</command></term>
<listitem>
<para>
Zone Name
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--email EMAIL</command></term>
<listitem>
<para>
Zone Email
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--ttl TTL</command></term>
<listitem>
<para>
Time To Live (Seconds)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--description DESCRIPTION</command></term>
<listitem>
<para>
Description
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--no-description</command></term>
<listitem>
<para>
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--masters MASTERS [MASTERS ...]</command></term>
<listitem>
<para>
Zone Masters
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_zone_show_with_identity_api_v2">
<title>openstack zone show</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 zone show [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;] [--noindent]
[--prefix PREFIX]
id</computeroutput></screen>
<para>
Show zone details
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>id</command></term>
<listitem>
<para>
Zone ID
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_zone_transfer_accept_request_with_identity_api_v2">
<title>openstack zone transfer accept request</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 zone transfer accept request [-h] --transfer-id TRANSFER_ID
--key KEY</computeroutput></screen>
<para>
Accept a Zone Transfer Request
</para> <variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--transfer-id TRANSFER_ID</command></term>
<listitem>
<para>
Transfer ID
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--key KEY</command></term>
<listitem>
<para>
Transfer Key
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_zone_transfer_accept_show_with_identity_api_v2">
<title>openstack zone transfer accept show</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 zone transfer accept show [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent] [--prefix PREFIX]
id</computeroutput></screen>
<para>
Show Zone Transfer Accept
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>id</command></term>
<listitem>
<para>
Zone Tranfer Accept ID
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_zone_transfer_request_create_with_identity_api_v2">
<title>openstack zone transfer request create</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 zone transfer request create [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN]
[--max-width &lt;integer&gt;]
[--noindent] [--prefix PREFIX]
--target-project-id
TARGET_PROJECT_ID
[--description DESCRIPTION]
zone_id</computeroutput></screen>
<para>
Create new zone transfer request
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>zone_id</command></term>
<listitem>
<para>
Zone ID to transfer.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--target-project-id TARGET_PROJECT_ID</command></term>
<listitem>
<para>
Target Project ID to transfer to.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--description DESCRIPTION</command></term>
<listitem>
<para>
Description
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_zone_transfer_request_delete_with_identity_api_v2">
<title>openstack zone transfer request delete</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 zone transfer request delete [-h] id</computeroutput></screen>
<para>
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>id</command></term>
<listitem>
<para>
Zone Transfer ID
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_zone_transfer_request_list_with_identity_api_v2">
<title>openstack zone transfer request list</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 zone transfer request list [-h]
[-f {csv,html,json,json,table,value,yaml,yaml}]
[-c COLUMN]
[--max-width &lt;integer&gt;]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]</computeroutput></screen>
<para>
List zone transfer requests
</para> <variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_zone_transfer_request_set_with_identity_api_v2">
<title>openstack zone transfer request set</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 zone transfer request set [-h]
[--description DESCRIPTION | --no-description]
id</computeroutput></screen>
<para>
Set Transfer
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>id</command></term>
<listitem>
<para>
Zone Transfer ID
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--description DESCRIPTION</command></term>
<listitem>
<para>
Description
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--no-description</command></term>
<listitem>
<para>
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_zone_transfer_request_show_with_identity_api_v2">
<title>openstack zone transfer request show</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 2 zone transfer request show [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN]
[--max-width &lt;integer&gt;]
[--noindent] [--prefix PREFIX]
id</computeroutput></screen>
<para>
Show zonet transfer details
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>id</command></term>
<listitem>
<para>
Zone Tranfer ID
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
</section>
<section xml:id="openstack_cli_with_identity_api_v3">
<title>OpenStack with Identity API v3 commands (diff)</title>
<para>
You can select the Identity API version to use by adding the
<parameter>--os-identity-api-version</parameter> parameter or by setting
the corresponding environment variable:
<screen><prompt>$</prompt> <userinput>export OS_IDENTITY_API_VERSION=3</userinput></screen>
</para>
<para>
This section documents only the difference in subcommands available for the openstack client when the identity API version is changed from v2 to v3.
</para>
<section xml:id="openstackclient_subcommand_access_token_create_with_identity_api_v3">
<title>openstack access token create (Identity API v3)</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 3 access token create [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent] [--prefix PREFIX]
--consumer-key &lt;consumer-key&gt;
--consumer-secret &lt;consumer-secret&gt;
--request-key &lt;request-key&gt;
--request-secret &lt;request-secret&gt;
--verifier &lt;verifier&gt;</computeroutput></screen>
<para>
Create an access token
</para> <variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--consumer-key &lt;consumer-key&gt;</command></term>
<listitem>
<para>
Consumer key (required)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--consumer-secret &lt;consumer-secret&gt;</command></term>
<listitem>
<para>
Consumer secret (required)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-key &lt;request-key&gt;</command></term>
<listitem>
<para>
Request token to exchange for access token (required)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-secret &lt;request-secret&gt;</command></term>
<listitem>
<para>
Secret associated with &lt;request-key&gt; (required)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--verifier &lt;verifier&gt;</command></term>
<listitem>
<para>
Verifier associated with &lt;request-key&gt; (required)
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_consumer_create_with_identity_api_v3">
<title>openstack consumer create (Identity API v3)</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 3 consumer create [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent] [--prefix PREFIX]
[--description &lt;description&gt;]</computeroutput></screen>
<para>
Create new consumer
</para> <variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--description &lt;description&gt;</command></term>
<listitem>
<para>
New consumer description
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_consumer_delete_with_identity_api_v3">
<title>openstack consumer delete (Identity API v3)</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 3 consumer delete [-h] &lt;consumer&gt;</computeroutput></screen>
<para>
Delete consumer
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;consumer&gt;</command></term>
<listitem>
<para>
Consumer to delete
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_consumer_list_with_identity_api_v3">
<title>openstack consumer list (Identity API v3)</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 3 consumer list [-h]
[-f {csv,html,json,json,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]</computeroutput></screen>
<para>
List consumers
</para> <variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_consumer_set_with_identity_api_v3">
<title>openstack consumer set (Identity API v3)</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 3 consumer set [-h] [--description &lt;description&gt;] &lt;consumer&gt;</computeroutput></screen>
<para>
Set consumer properties
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;consumer&gt;</command></term>
<listitem>
<para>
Consumer to modify
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--description &lt;description&gt;</command></term>
<listitem>
<para>
New consumer description
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_consumer_show_with_identity_api_v3">
<title>openstack consumer show (Identity API v3)</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 3 consumer show [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent] [--prefix PREFIX]
&lt;consumer&gt;</computeroutput></screen>
<para>
Display consumer details
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;consumer&gt;</command></term>
<listitem>
<para>
Consumer to display
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_credential_create_with_identity_api_v3">
<title>openstack credential create (Identity API v3)</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 3 credential create [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent] [--prefix PREFIX]
[--type &lt;type&gt;] [--project &lt;project&gt;]
&lt;user&gt; &lt;data&gt;</computeroutput></screen>
<para>
Create credential command
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;user&gt;</command></term>
<listitem>
<para>
Name or ID of user that owns the credential
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>&lt;data&gt;</command></term>
<listitem>
<para>
New credential data
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--type &lt;type&gt;</command></term>
<listitem>
<para>
New credential type
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--project &lt;project&gt;</command></term>
<listitem>
<para>
Project name or ID which limits the scope of the
credential
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_credential_delete_with_identity_api_v3">
<title>openstack credential delete (Identity API v3)</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 3 credential delete [-h] &lt;credential-id&gt;</computeroutput></screen>
<para>
Delete credential command
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;credential-id&gt;</command></term>
<listitem>
<para>
ID of credential to delete
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_credential_list_with_identity_api_v3">
<title>openstack credential list (Identity API v3)</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 3 credential list [-h]
[-f {csv,html,json,json,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]</computeroutput></screen>
<para>
List credential command
</para> <variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_credential_set_with_identity_api_v3">
<title>openstack credential set (Identity API v3)</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 3 credential set [-h] --user &lt;user&gt; --type &lt;type&gt; --data &lt;data&gt;
[--project &lt;project&gt;]
&lt;credential-id&gt;</computeroutput></screen>
<para>
Set credential command
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;credential-id&gt;</command></term>
<listitem>
<para>
ID of credential to change
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--user &lt;user&gt;</command></term>
<listitem>
<para>
Name or ID of user that owns the credential
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--type &lt;type&gt;</command></term>
<listitem>
<para>
New credential type
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--data &lt;data&gt;</command></term>
<listitem>
<para>
New credential data
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--project &lt;project&gt;</command></term>
<listitem>
<para>
Project name or ID which limits the scope of the
credential
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_credential_show_with_identity_api_v3">
<title>openstack credential show (Identity API v3)</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 3 credential show [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent] [--prefix PREFIX]
&lt;credential-id&gt;</computeroutput></screen>
<para>
Show credential command
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;credential-id&gt;</command></term>
<listitem>
<para>
ID of credential to display
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_domain_create_with_identity_api_v3">
<title>openstack domain create (Identity API v3)</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 3 domain create [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent] [--prefix PREFIX]
[--description &lt;description&gt;]
[--enable | --disable] [--or-show]
&lt;domain-name&gt;</computeroutput></screen>
<para>
Create new domain
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;domain-name&gt;</command></term>
<listitem>
<para>
New domain name
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--description &lt;description&gt;</command></term>
<listitem>
<para>
New domain description
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--enable</command></term>
<listitem>
<para>
Enable domain (default)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--disable</command></term>
<listitem>
<para>
Disable domain
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--or-show</command></term>
<listitem>
<para>
Return existing domain
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_domain_delete_with_identity_api_v3">
<title>openstack domain delete (Identity API v3)</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 3 domain delete [-h] &lt;domain&gt;</computeroutput></screen>
<para>
Delete domain
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;domain&gt;</command></term>
<listitem>
<para>
Domain to delete (name or ID)
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_domain_list_with_identity_api_v3">
<title>openstack domain list (Identity API v3)</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 3 domain list [-h]
[-f {csv,html,json,json,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;] [--noindent]
[--quote {all,minimal,none,nonnumeric}]</computeroutput></screen>
<para>
List domains
</para> <variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_domain_set_with_identity_api_v3">
<title>openstack domain set (Identity API v3)</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 3 domain set [-h] [--name &lt;name&gt;] [--description &lt;description&gt;]
[--enable | --disable]
&lt;domain&gt;</computeroutput></screen>
<para>
Set domain properties
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;domain&gt;</command></term>
<listitem>
<para>
Domain to modify (name or ID)
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--name &lt;name&gt;</command></term>
<listitem>
<para>
New domain name
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--description &lt;description&gt;</command></term>
<listitem>
<para>
New domain description
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--enable</command></term>
<listitem>
<para>
Enable domain
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--disable</command></term>
<listitem>
<para>
Disable domain
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_domain_show_with_identity_api_v3">
<title>openstack domain show (Identity API v3)</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 3 domain show [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;] [--noindent]
[--prefix PREFIX]
&lt;domain&gt;</computeroutput></screen>
<para>
Display domain details
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;domain&gt;</command></term>
<listitem>
<para>
Domain to display (name or ID)
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_endpoint_set_with_identity_api_v3">
<title>openstack endpoint set (Identity API v3)</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 3 endpoint set [-h] [--region &lt;region-id&gt;]
[--interface &lt;interface&gt;] [--url &lt;url&gt;]
[--service &lt;service&gt;] [--enable | --disable]
&lt;endpoint-id&gt;</computeroutput></screen>
<para>
Set endpoint properties
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;endpoint-id&gt;</command></term>
<listitem>
<para>
Endpoint ID to modify
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--region &lt;region-id&gt;</command></term>
<listitem>
<para>
New endpoint region ID
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--interface &lt;interface&gt;</command></term>
<listitem>
<para>
New endpoint interface type (admin, public or
internal)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--url &lt;url&gt;</command></term>
<listitem>
<para>
New endpoint URL
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--service &lt;service&gt;</command></term>
<listitem>
<para>
New endpoint service (name or ID)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--enable</command></term>
<listitem>
<para>
Enable endpoint
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--disable</command></term>
<listitem>
<para>
Disable endpoint
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_federation_domain_list_with_identity_api_v3">
<title>openstack federation domain list (Identity API v3)</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 3 federation domain list [-h]
[-f {csv,html,json,json,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]</computeroutput></screen>
<para>
List accessible domains
</para> <variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_federation_project_list_with_identity_api_v3">
<title>openstack federation project list (Identity API v3)</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 3 federation project list [-h]
[-f {csv,html,json,json,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]</computeroutput></screen>
<para>
List accessible projects
</para> <variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_federation_protocol_create_with_identity_api_v3">
<title>openstack federation protocol create (Identity API v3)</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 3 federation protocol create [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN]
[--max-width &lt;integer&gt;]
[--noindent] [--prefix PREFIX]
--identity-provider
&lt;identity-provider&gt; --mapping
&lt;mapping&gt;
&lt;name&gt;</computeroutput></screen>
<para>
Create new federation protocol
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;name&gt;</command></term>
<listitem>
<para>
New federation protocol name (must be unique per
identity provider)
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--identity-provider &lt;identity-provider&gt;</command></term>
<listitem>
<para>
Identity provider that will support the new federation
protocol (name or ID) (required)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--mapping &lt;mapping&gt;</command></term>
<listitem>
<para>
Mapping that is to be used (name or ID) (required)
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_federation_protocol_delete_with_identity_api_v3">
<title>openstack federation protocol delete (Identity API v3)</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 3 federation protocol delete [-h] --identity-provider
&lt;identity-provider&gt;
&lt;federation-protocol&gt;</computeroutput></screen>
<para>
Delete federation protocol
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;federation-protocol&gt;</command></term>
<listitem>
<para>
Federation protocol to delete (name or ID)
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--identity-provider &lt;identity-provider&gt;</command></term>
<listitem>
<para>
Identity provider that supports &lt;federation-protocol&gt;
(name or ID) (required)
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_federation_protocol_list_with_identity_api_v3">
<title>openstack federation protocol list (Identity API v3)</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 3 federation protocol list [-h]
[-f {csv,html,json,json,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
--identity-provider
&lt;identity-provider&gt;</computeroutput></screen>
<para>
List federation protocols
</para> <variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--identity-provider &lt;identity-provider&gt;</command></term>
<listitem>
<para>
Identity provider to list (name or ID) (required)
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_federation_protocol_set_with_identity_api_v3">
<title>openstack federation protocol set (Identity API v3)</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 3 federation protocol set [-h] --identity-provider
&lt;identity-provider&gt;
[--mapping &lt;mapping&gt;]
&lt;name&gt;</computeroutput></screen>
<para>
Set federation protocol properties
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;name&gt;</command></term>
<listitem>
<para>
Federation protocol to modify (name or ID)
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--identity-provider &lt;identity-provider&gt;</command></term>
<listitem>
<para>
Identity provider that supports &lt;federation-protocol&gt;
(name or ID) (required)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--mapping &lt;mapping&gt;</command></term>
<listitem>
<para>
Mapping that is to be used (name or ID)
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_federation_protocol_show_with_identity_api_v3">
<title>openstack federation protocol show (Identity API v3)</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 3 federation protocol show [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent] [--prefix PREFIX]
--identity-provider
&lt;identity-provider&gt;
&lt;federation-protocol&gt;</computeroutput></screen>
<para>
Display federation protocol details
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;federation-protocol&gt;</command></term>
<listitem>
<para>
Federation protocol to display (name or ID)
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--identity-provider &lt;identity-provider&gt;</command></term>
<listitem>
<para>
Identity provider that supports &lt;federation-protocol&gt;
(name or ID) (required)
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_group_add_user_with_identity_api_v3">
<title>openstack group add user (Identity API v3)</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 3 group add user [-h] [--group-domain &lt;group-domain&gt;]
[--user-domain &lt;user-domain&gt;]
&lt;group&gt; &lt;user&gt;</computeroutput></screen>
<para>
Add user to group
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;group&gt;</command></term>
<listitem>
<para>
Group to contain &lt;user&gt; (name or ID)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>&lt;user&gt;</command></term>
<listitem>
<para>
User to add to &lt;group&gt; (name or ID)
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--group-domain &lt;group-domain&gt;</command></term>
<listitem>
<para>
Domain the group belongs to (name or ID). This can be
used in case collisions between group names exist.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--user-domain &lt;user-domain&gt;</command></term>
<listitem>
<para>
Domain the user belongs to (name or ID). This can be
used in case collisions between user names exist.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_group_contains_user_with_identity_api_v3">
<title>openstack group contains user (Identity API v3)</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 3 group contains user [-h] [--group-domain &lt;group-domain&gt;]
[--user-domain &lt;user-domain&gt;]
&lt;group&gt; &lt;user&gt;</computeroutput></screen>
<para>
Check user membership in group
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;group&gt;</command></term>
<listitem>
<para>
Group to check (name or ID)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>&lt;user&gt;</command></term>
<listitem>
<para>
User to check (name or ID)
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--group-domain &lt;group-domain&gt;</command></term>
<listitem>
<para>
Domain the group belongs to (name or ID). This can be
used in case collisions between group names exist.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--user-domain &lt;user-domain&gt;</command></term>
<listitem>
<para>
Domain the user belongs to (name or ID). This can be
used in case collisions between user names exist.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_group_create_with_identity_api_v3">
<title>openstack group create (Identity API v3)</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 3 group create [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;] [--noindent]
[--prefix PREFIX] [--domain &lt;domain&gt;]
[--description &lt;description&gt;] [--or-show]
&lt;group-name&gt;</computeroutput></screen>
<para>
Create new group
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;group-name&gt;</command></term>
<listitem>
<para>
New group name
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--domain &lt;domain&gt;</command></term>
<listitem>
<para>
Domain to contain new group (name or ID)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--description &lt;description&gt;</command></term>
<listitem>
<para>
New group description
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--or-show</command></term>
<listitem>
<para>
Return existing group
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_group_delete_with_identity_api_v3">
<title>openstack group delete (Identity API v3)</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 3 group delete [-h] [--domain &lt;domain&gt;] &lt;group&gt; [&lt;group&gt; ...]</computeroutput></screen>
<para>
Delete group(s)
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;group&gt;</command></term>
<listitem>
<para>
Group(s) to delete (name or ID)
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--domain &lt;domain&gt;</command></term>
<listitem>
<para>
Domain containing group(s) (name or ID)
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_group_list_with_identity_api_v3">
<title>openstack group list (Identity API v3)</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 3 group list [-h]
[-f {csv,html,json,json,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--domain &lt;domain&gt;] [--user &lt;user&gt;]
[--user-domain &lt;user-domain&gt;] [--long]</computeroutput></screen>
<para>
List groups
</para> <variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--domain &lt;domain&gt;</command></term>
<listitem>
<para>
Filter group list by &lt;domain&gt; (name or ID)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--user &lt;user&gt;</command></term>
<listitem>
<para>
Filter group list by &lt;user&gt; (name or ID)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--user-domain &lt;user-domain&gt;</command></term>
<listitem>
<para>
Domain the user belongs to (name or ID). This can be
used in case collisions between user names exist.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--long</command></term>
<listitem>
<para>
List additional fields in output
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_group_remove_user_with_identity_api_v3">
<title>openstack group remove user (Identity API v3)</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 3 group remove user [-h] [--group-domain &lt;group-domain&gt;]
[--user-domain &lt;user-domain&gt;]
&lt;group&gt; &lt;user&gt;</computeroutput></screen>
<para>
Remove user from group
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;group&gt;</command></term>
<listitem>
<para>
Group containing &lt;user&gt; (name or ID)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>&lt;user&gt;</command></term>
<listitem>
<para>
User to remove from &lt;group&gt; (name or ID)
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--group-domain &lt;group-domain&gt;</command></term>
<listitem>
<para>
Domain the group belongs to (name or ID). This can be
used in case collisions between group names exist.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--user-domain &lt;user-domain&gt;</command></term>
<listitem>
<para>
Domain the user belongs to (name or ID). This can be
used in case collisions between user names exist.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_group_set_with_identity_api_v3">
<title>openstack group set (Identity API v3)</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 3 group set [-h] [--domain &lt;domain&gt;] [--name &lt;name&gt;]
[--description &lt;description&gt;]
&lt;group&gt;</computeroutput></screen>
<para>
Set group properties
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;group&gt;</command></term>
<listitem>
<para>
Group to modify (name or ID)
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--domain &lt;domain&gt;</command></term>
<listitem>
<para>
Domain containing &lt;group&gt; (name or ID)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--name &lt;name&gt;</command></term>
<listitem>
<para>
New group name
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--description &lt;description&gt;</command></term>
<listitem>
<para>
New group description
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_group_show_with_identity_api_v3">
<title>openstack group show (Identity API v3)</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 3 group show [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;] [--noindent]
[--prefix PREFIX] [--domain &lt;domain&gt;]
&lt;group&gt;</computeroutput></screen>
<para>
Display group details
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;group&gt;</command></term>
<listitem>
<para>
Group to display (name or ID)
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--domain &lt;domain&gt;</command></term>
<listitem>
<para>
Domain containing &lt;group&gt; (name or ID)
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_identity_provider_create_with_identity_api_v3">
<title>openstack identity provider create (Identity API v3)</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 3 identity provider create [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent] [--prefix PREFIX]
[--remote-id &lt;remote-id&gt; | --remote-id-file &lt;file-name&gt;]
[--description &lt;description&gt;]
[--enable | --disable]
&lt;name&gt;</computeroutput></screen>
<para>
Create new identity provider
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;name&gt;</command></term>
<listitem>
<para>
New identity provider name (must be unique)
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--remote-id &lt;remote-id&gt;</command></term>
<listitem>
<para>
Remote IDs to associate with the Identity Provider
(repeat to provide multiple values)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--remote-id-file &lt;file-name&gt;</command></term>
<listitem>
<para>
Name of a file that contains many remote IDs to
associate with the identity provider, one per line
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--description &lt;description&gt;</command></term>
<listitem>
<para>
New identity provider description
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--enable</command></term>
<listitem>
<para>
Enable identity provider (default)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--disable</command></term>
<listitem>
<para>
Disable the identity provider
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_identity_provider_delete_with_identity_api_v3">
<title>openstack identity provider delete (Identity API v3)</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 3 identity provider delete [-h] &lt;identity-provider&gt;</computeroutput></screen>
<para>
Delete identity provider
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;identity-provider&gt;</command></term>
<listitem>
<para>
Identity provider to delete
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_identity_provider_list_with_identity_api_v3">
<title>openstack identity provider list (Identity API v3)</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 3 identity provider list [-h]
[-f {csv,html,json,json,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]</computeroutput></screen>
<para>
List identity providers
</para> <variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_identity_provider_set_with_identity_api_v3">
<title>openstack identity provider set (Identity API v3)</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 3 identity provider set [-h] [--description &lt;description&gt;]
[--remote-id &lt;remote-id&gt; | --remote-id-file &lt;file-name&gt;]
[--enable | --disable]
&lt;identity-provider&gt;</computeroutput></screen>
<para>
Set identity provider properties
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;identity-provider&gt;</command></term>
<listitem>
<para>
Identity provider to modify
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--description &lt;description&gt;</command></term>
<listitem>
<para>
Set identity provider description
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--remote-id &lt;remote-id&gt;</command></term>
<listitem>
<para>
Remote IDs to associate with the Identity Provider
(repeat to provide multiple values)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--remote-id-file &lt;file-name&gt;</command></term>
<listitem>
<para>
Name of a file that contains many remote IDs to
associate with the identity provider, one per line
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--enable</command></term>
<listitem>
<para>
Enable the identity provider
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--disable</command></term>
<listitem>
<para>
Disable the identity provider
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_identity_provider_show_with_identity_api_v3">
<title>openstack identity provider show (Identity API v3)</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 3 identity provider show [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent] [--prefix PREFIX]
&lt;identity-provider&gt;</computeroutput></screen>
<para>
Display identity provider details
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;identity-provider&gt;</command></term>
<listitem>
<para>
Identity provider to display
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_mapping_create_with_identity_api_v3">
<title>openstack mapping create (Identity API v3)</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 3 mapping create [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent] [--prefix PREFIX] --rules
&lt;filename&gt;
&lt;name&gt;</computeroutput></screen>
<para>
Create new mapping
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;name&gt;</command></term>
<listitem>
<para>
New mapping name (must be unique)
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--rules &lt;filename&gt;</command></term>
<listitem>
<para>
Filename that contains a set of mapping rules
(required)
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_mapping_delete_with_identity_api_v3">
<title>openstack mapping delete (Identity API v3)</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 3 mapping delete [-h] &lt;mapping&gt;</computeroutput></screen>
<para>
Delete mapping
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;mapping&gt;</command></term>
<listitem>
<para>
Mapping to delete
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_mapping_list_with_identity_api_v3">
<title>openstack mapping list (Identity API v3)</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 3 mapping list [-h]
[-f {csv,html,json,json,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;] [--noindent]
[--quote {all,minimal,none,nonnumeric}]</computeroutput></screen>
<para>
List mappings
</para> <variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_mapping_set_with_identity_api_v3">
<title>openstack mapping set (Identity API v3)</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 3 mapping set [-h] [--rules &lt;filename&gt;] &lt;name&gt;</computeroutput></screen>
<para>
Set mapping properties
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;name&gt;</command></term>
<listitem>
<para>
Mapping to modify
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--rules &lt;filename&gt;</command></term>
<listitem>
<para>
Filename that contains a new set of mapping rules
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_mapping_show_with_identity_api_v3">
<title>openstack mapping show (Identity API v3)</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 3 mapping show [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;] [--noindent]
[--prefix PREFIX]
&lt;mapping&gt;</computeroutput></screen>
<para>
Display mapping details
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;mapping&gt;</command></term>
<listitem>
<para>
Mapping to display
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_policy_create_with_identity_api_v3">
<title>openstack policy create (Identity API v3)</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 3 policy create [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent] [--prefix PREFIX] [--type &lt;type&gt;]
&lt;filename&gt;</computeroutput></screen>
<para>
Create new policy
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;filename&gt;</command></term>
<listitem>
<para>
New serialized policy rules file
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--type &lt;type&gt;</command></term>
<listitem>
<para>
New MIME type of the policy rules file (defaults to
application/json)
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_policy_delete_with_identity_api_v3">
<title>openstack policy delete (Identity API v3)</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 3 policy delete [-h] &lt;policy&gt;</computeroutput></screen>
<para>
Delete policy
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;policy&gt;</command></term>
<listitem>
<para>
Policy to delete
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_policy_list_with_identity_api_v3">
<title>openstack policy list (Identity API v3)</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 3 policy list [-h]
[-f {csv,html,json,json,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;] [--noindent]
[--quote {all,minimal,none,nonnumeric}] [--long]</computeroutput></screen>
<para>
List policies
</para> <variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--long</command></term>
<listitem>
<para>
List additional fields in output
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_policy_set_with_identity_api_v3">
<title>openstack policy set (Identity API v3)</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 3 policy set [-h] [--type &lt;type&gt;] [--rules &lt;filename&gt;] &lt;policy&gt;</computeroutput></screen>
<para>
Set policy properties
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;policy&gt;</command></term>
<listitem>
<para>
Policy to modify
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--type &lt;type&gt;</command></term>
<listitem>
<para>
New MIME type of the policy rules file
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--rules &lt;filename&gt;</command></term>
<listitem>
<para>
New serialized policy rules file
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_policy_show_with_identity_api_v3">
<title>openstack policy show (Identity API v3)</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 3 policy show [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;] [--noindent]
[--prefix PREFIX]
&lt;policy&gt;</computeroutput></screen>
<para>
Display policy details
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;policy&gt;</command></term>
<listitem>
<para>
Policy to display
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_region_create_with_identity_api_v3">
<title>openstack region create (Identity API v3)</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 3 region create [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent] [--prefix PREFIX]
[--parent-region &lt;region-id&gt;]
[--description &lt;description&gt;]
&lt;region-id&gt;</computeroutput></screen>
<para>
Create new region
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;region-id&gt;</command></term>
<listitem>
<para>
New region ID
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--parent-region &lt;region-id&gt;</command></term>
<listitem>
<para>
Parent region ID
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--description &lt;description&gt;</command></term>
<listitem>
<para>
New region description
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_region_delete_with_identity_api_v3">
<title>openstack region delete (Identity API v3)</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 3 region delete [-h] &lt;region-id&gt;</computeroutput></screen>
<para>
Delete region
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;region-id&gt;</command></term>
<listitem>
<para>
Region ID to delete
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_region_list_with_identity_api_v3">
<title>openstack region list (Identity API v3)</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 3 region list [-h]
[-f {csv,html,json,json,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--parent-region &lt;region-id&gt;]</computeroutput></screen>
<para>
List regions
</para> <variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--parent-region &lt;region-id&gt;</command></term>
<listitem>
<para>
Filter by parent region ID
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_region_set_with_identity_api_v3">
<title>openstack region set (Identity API v3)</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 3 region set [-h] [--parent-region &lt;region-id&gt;]
[--description &lt;description&gt;]
&lt;region-id&gt;</computeroutput></screen>
<para>
Set region properties
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;region-id&gt;</command></term>
<listitem>
<para>
Region to modify
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--parent-region &lt;region-id&gt;</command></term>
<listitem>
<para>
New parent region ID
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--description &lt;description&gt;</command></term>
<listitem>
<para>
New region description
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_region_show_with_identity_api_v3">
<title>openstack region show (Identity API v3)</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 3 region show [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;] [--noindent]
[--prefix PREFIX]
&lt;region-id&gt;</computeroutput></screen>
<para>
Display region details
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;region-id&gt;</command></term>
<listitem>
<para>
Region to display
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_request_token_authorize_with_identity_api_v3">
<title>openstack request token authorize (Identity API v3)</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 3 request token authorize [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent] [--prefix PREFIX]
--request-key &lt;request-key&gt; --role
&lt;role&gt;</computeroutput></screen>
<para>
Authorize a request token
</para> <variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-key &lt;request-key&gt;</command></term>
<listitem>
<para>
Request token to authorize (ID only) (required)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--role &lt;role&gt;</command></term>
<listitem>
<para>
Roles to authorize (name or ID) (repeat to set
multiple values) (required)
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_request_token_create_with_identity_api_v3">
<title>openstack request token create (Identity API v3)</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 3 request token create [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent] [--prefix PREFIX]
--consumer-key &lt;consumer-key&gt;
--consumer-secret &lt;consumer-secret&gt;
--project &lt;project&gt; [--domain &lt;domain&gt;]</computeroutput></screen>
<para>
Create a request token
</para> <variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--consumer-key &lt;consumer-key&gt;</command></term>
<listitem>
<para>
Consumer key (required)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--consumer-secret &lt;consumer-secret&gt;</command></term>
<listitem>
<para>
Consumer secret (required)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--project &lt;project&gt;</command></term>
<listitem>
<para>
Project that consumer wants to access (name or ID)
(required)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--domain &lt;domain&gt;</command></term>
<listitem>
<para>
Domain owning &lt;project&gt; (name or ID)
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_role_assignment_list_with_identity_api_v3">
<title>openstack role assignment list (Identity API v3)</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 3 role assignment list [-h]
[-f {csv,html,json,json,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--effective] [--role &lt;role&gt;]
[--user &lt;user&gt;]
[--user-domain &lt;user-domain&gt;]
[--group &lt;group&gt;]
[--group-domain &lt;group-domain&gt;]
[--domain &lt;domain&gt; | --project &lt;project&gt;]
[--project-domain &lt;project-domain&gt;]
[--inherited]</computeroutput></screen>
<para>
List role assignments
</para> <variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--effective</command></term>
<listitem>
<para>
Returns only effective role assignments
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--role &lt;role&gt;</command></term>
<listitem>
<para>
Role to filter (name or ID)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--user &lt;user&gt;</command></term>
<listitem>
<para>
User to filter (name or ID)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--user-domain &lt;user-domain&gt;</command></term>
<listitem>
<para>
Domain the user belongs to (name or ID). This can be
used in case collisions between user names exist.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--group &lt;group&gt;</command></term>
<listitem>
<para>
Group to filter (name or ID)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--group-domain &lt;group-domain&gt;</command></term>
<listitem>
<para>
Domain the group belongs to (name or ID). This can be
used in case collisions between group names exist.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--domain &lt;domain&gt;</command></term>
<listitem>
<para>
Domain to filter (name or ID)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--project &lt;project&gt;</command></term>
<listitem>
<para>
Project to filter (name or ID)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--project-domain &lt;project-domain&gt;</command></term>
<listitem>
<para>
Domain the project belongs to (name or ID). This can
be used in case collisions between project names
exist.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--inherited</command></term>
<listitem>
<para>
Specifies if the role grant is inheritable to the sub
projects
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_role_set_with_identity_api_v3">
<title>openstack role set (Identity API v3)</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 3 role set [-h] [--name &lt;name&gt;] &lt;role&gt;</computeroutput></screen>
<para>
Set role properties
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;role&gt;</command></term>
<listitem>
<para>
Role to modify (name or ID)
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--name &lt;name&gt;</command></term>
<listitem>
<para>
Set role name
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_service_provider_create_with_identity_api_v3">
<title>openstack service provider create (Identity API v3)</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 3 service provider create [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent] [--prefix PREFIX]
--auth-url &lt;auth-url&gt;
[--description &lt;description&gt;]
--service-provider-url &lt;sp-url&gt;
[--enable | --disable]
&lt;name&gt;</computeroutput></screen>
<para>
Create new service provider
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;name&gt;</command></term>
<listitem>
<para>
New service provider name (must be unique)
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--auth-url &lt;auth-url&gt;</command></term>
<listitem>
<para>
Authentication URL of remote federated service
provider (required)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--description &lt;description&gt;</command></term>
<listitem>
<para>
New service provider description
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--service-provider-url &lt;sp-url&gt;</command></term>
<listitem>
<para>
A service URL where SAML assertions are being sent
(required)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--enable</command></term>
<listitem>
<para>
Enable the service provider (default)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--disable</command></term>
<listitem>
<para>
Disable the service provider
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_service_provider_delete_with_identity_api_v3">
<title>openstack service provider delete (Identity API v3)</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 3 service provider delete [-h] &lt;service-provider&gt;</computeroutput></screen>
<para>
Delete service provider
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;service-provider&gt;</command></term>
<listitem>
<para>
Service provider to delete
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_service_provider_list_with_identity_api_v3">
<title>openstack service provider list (Identity API v3)</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 3 service provider list [-h]
[-f {csv,html,json,json,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]</computeroutput></screen>
<para>
List service providers
</para> <variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_service_provider_set_with_identity_api_v3">
<title>openstack service provider set (Identity API v3)</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 3 service provider set [-h] [--auth-url &lt;auth-url&gt;]
[--description &lt;description&gt;]
[--service-provider-url &lt;sp-url&gt;]
[--enable | --disable]
&lt;service-provider&gt;</computeroutput></screen>
<para>
Set service provider properties
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;service-provider&gt;</command></term>
<listitem>
<para>
Service provider to modify
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--auth-url &lt;auth-url&gt;</command></term>
<listitem>
<para>
New Authentication URL of remote federated service
provider
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--description &lt;description&gt;</command></term>
<listitem>
<para>
New service provider description
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--service-provider-url &lt;sp-url&gt;</command></term>
<listitem>
<para>
New service provider URL, where SAML assertions are
sent
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--enable</command></term>
<listitem>
<para>
Enable the service provider
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--disable</command></term>
<listitem>
<para>
Disable the service provider
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_service_provider_show_with_identity_api_v3">
<title>openstack service provider show (Identity API v3)</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 3 service provider show [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent] [--prefix PREFIX]
&lt;service-provider&gt;</computeroutput></screen>
<para>
Display service provider details
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;service-provider&gt;</command></term>
<listitem>
<para>
Service provider to display
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_service_set_with_identity_api_v3">
<title>openstack service set (Identity API v3)</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 3 service set [-h] [--type &lt;type&gt;] [--name &lt;service-name&gt;]
[--description &lt;description&gt;]
[--enable | --disable]
&lt;service&gt;</computeroutput></screen>
<para>
Set service properties
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;service&gt;</command></term>
<listitem>
<para>
Service to update (type, name or ID)
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--type &lt;type&gt;</command></term>
<listitem>
<para>
New service type (compute, image, identity, volume,
etc)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--name &lt;service-name&gt;</command></term>
<listitem>
<para>
New service name
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--description &lt;description&gt;</command></term>
<listitem>
<para>
New service description
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--enable</command></term>
<listitem>
<para>
Enable service
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--disable</command></term>
<listitem>
<para>
Disable service
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_trust_create_with_identity_api_v3">
<title>openstack trust create (Identity API v3)</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 3 trust create [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;] [--noindent]
[--prefix PREFIX] --project &lt;project&gt; --role
&lt;role&gt; [--impersonate]
[--expiration &lt;expiration&gt;]
[--project-domain &lt;project-domain&gt;]
[--trustor-domain &lt;trustor-domain&gt;]
[--trustee-domain &lt;trustee-domain&gt;]
&lt;trustor-user&gt; &lt;trustee-user&gt;</computeroutput></screen>
<para>
Create new trust
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;trustor-user&gt;</command></term>
<listitem>
<para>
User that is delegating authorization (name or ID)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>&lt;trustee-user&gt;</command></term>
<listitem>
<para>
User that is assuming authorization (name or ID)
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--project &lt;project&gt;</command></term>
<listitem>
<para>
Project being delegated (name or ID) (required)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--role &lt;role&gt;</command></term>
<listitem>
<para>
Roles to authorize (name or ID) (repeat to set
multiple values) (required)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--impersonate</command></term>
<listitem>
<para>
Tokens generated from the trust will represent
&lt;trustor&gt; (defaults to False)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--expiration &lt;expiration&gt;</command></term>
<listitem>
<para>
Sets an expiration date for the trust (format of YYYY-
mm-ddTHH:MM:SS)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--project-domain &lt;project-domain&gt;</command></term>
<listitem>
<para>
Domain the project belongs to (name or ID). This can
be used in case collisions between project names
exist.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--trustor-domain &lt;trustor-domain&gt;</command></term>
<listitem>
<para>
Domain that contains &lt;trustor&gt; (name or ID)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--trustee-domain &lt;trustee-domain&gt;</command></term>
<listitem>
<para>
Domain that contains &lt;trustee&gt; (name or ID)
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_trust_delete_with_identity_api_v3">
<title>openstack trust delete (Identity API v3)</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 3 trust delete [-h] &lt;trust&gt; [&lt;trust&gt; ...]</computeroutput></screen>
<para>
Delete trust(s)
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;trust&gt;</command></term>
<listitem>
<para>
Trust(s) to delete
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_trust_list_with_identity_api_v3">
<title>openstack trust list (Identity API v3)</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 3 trust list [-h]
[-f {csv,html,json,json,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;] [--noindent]
[--quote {all,minimal,none,nonnumeric}]</computeroutput></screen>
<para>
List trusts
</para> <variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_trust_show_with_identity_api_v3">
<title>openstack trust show (Identity API v3)</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 3 trust show [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;] [--noindent]
[--prefix PREFIX]
&lt;trust&gt;</computeroutput></screen>
<para>
Display trust details
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>&lt;trust&gt;</command></term>
<listitem>
<para>
Trust to display
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="openstackclient_subcommand_user_password_set_with_identity_api_v3">
<title>openstack user password set (Identity API v3)</title>
<screen><computeroutput>usage: openstack --os-auth-type token --os-identity-api-version 3 user password set [-h] [--password &lt;new-password&gt;]</computeroutput></screen>
<para>
Change current user password
</para> <variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--password &lt;new-password&gt;</command></term>
<listitem>
<para>
New user password
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
</section>
</chapter>