Este contenido no está disponible en el idioma seleccionado.
Chapter 28. domain
This chapter describes the commands under the domain
command.
28.1. domain create Copiar enlaceEnlace copiado en el portapapeles!
Create new domain
Usage:
Value | Summary |
---|---|
<domain-name> | New domain name |
Value | Summary |
---|---|
-h, --help | Show this help message and exit |
--description <description> | New domain description |
--enable | Enable domain (default) |
--disable | Disable domain |
--or-show | Return existing domain |
--immutable | Make resource immutable. an immutable project may not be deleted or modified except to remove the immutable flag |
--no-immutable | Make resource mutable (default) |
Value | Summary |
---|---|
-f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | The output format, defaults to table |
-c COLUMN, --column COLUMN | Specify the column(s) to include, can be repeated to show multiple columns |
Value | Summary |
---|---|
--noindent | Whether to disable indenting the json |
Value | Summary |
---|---|
--prefix PREFIX | Add a prefix to all variable names |
Value | Summary |
---|---|
--max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
--fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
--print-empty | Print empty table if there is no data to show. |
28.2. domain delete Copiar enlaceEnlace copiado en el portapapeles!
Delete domain(s)
Usage:
openstack domain delete [-h] <domain> [<domain> ...]
openstack domain delete [-h] <domain> [<domain> ...]
Value | Summary |
---|---|
<domain> | Domain(s) to delete (name or id) |
Value | Summary |
---|---|
-h, --help | Show this help message and exit |
28.3. domain list Copiar enlaceEnlace copiado en el portapapeles!
List domains
Usage:
Value | Summary |
---|---|
-h, --help | Show this help message and exit |
--name <name> | The domain name |
--enabled | The domains that are enabled will be returned |
Value | Summary |
---|---|
-f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | The output format, defaults to table |
-c COLUMN, --column COLUMN | Specify the column(s) to include, can be repeated to show multiple columns |
--sort-column SORT_COLUMN | Specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
--sort-ascending | Sort the column(s) in ascending order |
--sort-descending | Sort the column(s) in descending order |
Value | Summary |
---|---|
--quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
Value | Summary |
---|---|
--noindent | Whether to disable indenting the json |
Value | Summary |
---|---|
--max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
--fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
--print-empty | Print empty table if there is no data to show. |
28.4. domain set Copiar enlaceEnlace copiado en el portapapeles!
Set domain properties
Usage:
openstack domain set [-h] [--name <name>] [--description <description>] [--enable | --disable] [--immutable | --no-immutable] <domain>
openstack domain set [-h] [--name <name>] [--description <description>]
[--enable | --disable]
[--immutable | --no-immutable]
<domain>
Value | Summary |
---|---|
<domain> | Domain to modify (name or id) |
Value | Summary |
---|---|
-h, --help | Show this help message and exit |
--name <name> | New domain name |
--description <description> | New domain description |
--enable | Enable domain |
--disable | Disable domain |
--immutable | Make resource immutable. an immutable project may not be deleted or modified except to remove the immutable flag |
--no-immutable | Make resource mutable (default) |
28.5. domain show Copiar enlaceEnlace copiado en el portapapeles!
Display domain details
Usage:
openstack domain show [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN] [--noindent] [--prefix PREFIX] [--max-width <integer>] [--fit-width] [--print-empty] <domain>
openstack domain show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty]
<domain>
Value | Summary |
---|---|
<domain> | Domain to display (name or id) |
Value | Summary |
---|---|
-h, --help | Show this help message and exit |
Value | Summary |
---|---|
-f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | The output format, defaults to table |
-c COLUMN, --column COLUMN | Specify the column(s) to include, can be repeated to show multiple columns |
Value | Summary |
---|---|
--noindent | Whether to disable indenting the json |
Value | Summary |
---|---|
--prefix PREFIX | Add a prefix to all variable names |
Value | Summary |
---|---|
--max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
--fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
--print-empty | Print empty table if there is no data to show. |