Este contenido no está disponible en el idioma seleccionado.
Chapter 31. floating
This chapter describes the commands under the floating
command.
31.1. floating ip create Copiar enlaceEnlace copiado en el portapapeles!
Create floating IP
Usage:
Value | Summary |
---|---|
--print-empty | Print empty table if there is no data to show. |
--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 |
Value | Summary |
---|---|
<network> | Network to allocate floating ip from (name or id) |
Value | Summary |
---|---|
output formatter options-f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | The output format, defaults to table |
-c COLUMN, --column COLUMN | Specify the column(s) to include, can be repeated |
Value | Summary |
---|---|
--noindent | Whether to disable indenting the json |
Value | Summary |
---|---|
--fixed-ip-address <ip-address> | Fixed ip address mapped to the floating ip |
--description <description> | Set floating ip description |
--project-domain <project-domain> | Domain the project belongs to (name or id). this can be used in case collisions between project names exist. |
--project <project> | Owner’s project (name or id) |
--port <port> | Port to be associated with the floating ip (name or ID) |
--qos-policy <qos-policy> | Attach qos policy to the floating ip (name or id) |
-h, --help | Show this help message and exit |
--floating-ip-address <ip-address> | Floating ip address |
--subnet <subnet> | Subnet on which you want to create the floating ip (name or ID) |
Value | Summary |
---|---|
a format a UNIX shell can parse (variable="value")--prefix PREFIX | Add a prefix to all variable names |
31.2. floating ip delete Copiar enlaceEnlace copiado en el portapapeles!
Delete floating IP(s)
Usage:
openstack floating ip delete [-h] <floating-ip> [<floating-ip> ...]
openstack floating ip delete [-h] <floating-ip> [<floating-ip> ...]
Value | Summary |
---|---|
<floating-ip> | Floating ip(s) to delete (ip address or id) |
Value | Summary |
---|---|
-h, --help | Show this help message and exit |
31.3. floating ip list Copiar enlaceEnlace copiado en el portapapeles!
List floating IP(s)
Usage:
Value | Summary |
---|---|
--print-empty | Print empty table if there is no data to show. |
--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 |
Value | Summary |
---|---|
--quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
Value | Summary |
---|---|
output formatter options-f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | The output format, defaults to table |
-c COLUMN, --column COLUMN | Specify the column(s) to include, can be repeated |
--sort-column SORT_COLUMN | Specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
Value | Summary |
---|---|
--noindent | Whether to disable indenting the json |
Value | Summary |
---|---|
--fixed-ip-address <ip-address> | List floating ip(s) according to given fixed ip address |
--router <router> | List floating ip(s) according to given router (name or ID) |
--long | List additional fields in output |
--project-domain <project-domain> | Domain the project belongs to (name or id). this can be used in case collisions between project names exist. |
--status <status> | List floating ip(s) according to given status (ACTIVE, DOWN) |
--network <network> | List floating ip(s) according to given network (name or ID) |
--port <port> | List floating ip(s) according to given port (name or ID) |
-h, --help | Show this help message and exit |
--project <project> | List floating ip(s) according to given project (name or ID) |
31.4. floating ip pool list Copiar enlaceEnlace copiado en el portapapeles!
List pools of floating IP addresses
Usage:
Value | Summary |
---|---|
--print-empty | Print empty table if there is no data to show. |
--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 |
Value | Summary |
---|---|
--quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
Value | Summary |
---|---|
output formatter options-f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | The output format, defaults to table |
-c COLUMN, --column COLUMN | Specify the column(s) to include, can be repeated |
--sort-column SORT_COLUMN | Specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
Value | Summary |
---|---|
--noindent | Whether to disable indenting the json |
Value | Summary |
---|---|
-h, --help | Show this help message and exit |
31.5. floating ip set Copiar enlaceEnlace copiado en el portapapeles!
Set floating IP Properties
Usage:
openstack floating ip set [-h] [--port <port>] [--fixed-ip-address <ip-address>] [--qos-policy <qos-policy> | --no-qos-policy] <floating-ip>
openstack floating ip set [-h] [--port <port>]
[--fixed-ip-address <ip-address>]
[--qos-policy <qos-policy> | --no-qos-policy]
<floating-ip>
Value | Summary |
---|---|
<floating-ip> | Floating ip to modify (ip address or id) |
Value | Summary |
---|---|
--qos-policy <qos-policy> | Attach qos policy to the floating ip (name or id) |
-h, --help | Show this help message and exit |
--no-qos-policy | Remove the qos policy attached to the floating ip |
--port <port> | Associate the floating ip with port (name or id) |
--fixed-ip-address <ip-address> | Fixed ip of the port (required only if port has multiple IPs) |
31.6. floating ip show Copiar enlaceEnlace copiado en el portapapeles!
Display floating IP details
Usage:
openstack floating ip show [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--fit-width] [--print-empty] [--noindent] [--prefix PREFIX] <floating-ip>
openstack floating ip show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--prefix PREFIX]
<floating-ip>
Value | Summary |
---|---|
--print-empty | Print empty table if there is no data to show. |
--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 |
Value | Summary |
---|---|
<floating-ip> | Floating ip to display (ip address or id) |
Value | Summary |
---|---|
output formatter options-f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | The output format, defaults to table |
-c COLUMN, --column COLUMN | Specify the column(s) to include, can be repeated |
Value | Summary |
---|---|
--noindent | Whether to disable indenting the json |
Value | Summary |
---|---|
-h, --help | Show this help message and exit |
Value | Summary |
---|---|
a format a UNIX shell can parse (variable="value")--prefix PREFIX | Add a prefix to all variable names |
31.7. floating ip unset Copiar enlaceEnlace copiado en el portapapeles!
Unset floating IP Properties
Usage:
openstack floating ip unset [-h] [--port] [--qos-policy] <floating-ip>
openstack floating ip unset [-h] [--port] [--qos-policy] <floating-ip>
Value | Summary |
---|---|
<floating-ip> | Floating ip to disassociate (ip address or id) |
Value | Summary |
---|---|
-h, --help | Show this help message and exit |
--qos-policy | Remove the qos policy attached to the floating ip |
--port | Disassociate any port associated with the floating ip |