Chapter 43. network
This chapter describes the commands under the network
command.
43.1. network agent add network 复制链接链接已复制到粘贴板!
Add network to an agent
Usage:
openstack network agent add network [-h] [--dhcp] <agent-id> <network>
openstack network agent add network [-h] [--dhcp] <agent-id> <network>
Value | Summary |
---|---|
<agent-id> | Agent to which a network is added (id only) |
<network> | Network to be added to an agent (name or id) |
Value | Summary |
---|---|
-h, --help | Show this help message and exit |
--dhcp | Add network to a dhcp agent |
43.2. network agent add router 复制链接链接已复制到粘贴板!
Add router to an agent
Usage:
openstack network agent add router [-h] [--l3] <agent-id> <router>
openstack network agent add router [-h] [--l3] <agent-id> <router>
Value | Summary |
---|---|
<agent-id> | Agent to which a router is added (id only) |
<router> | Router to be added to an agent (name or id) |
Value | Summary |
---|---|
--l3 | Add router to an l3 agent |
-h, --help | Show this help message and exit |
43.3. network agent delete 复制链接链接已复制到粘贴板!
Delete network agent(s)
Usage:
openstack network agent delete [-h] <network-agent> [<network-agent> ...]
openstack network agent delete [-h]
<network-agent> [<network-agent> ...]
Value | Summary |
---|---|
<network-agent> | Network agent(s) to delete (id only) |
Value | Summary |
---|---|
-h, --help | Show this help message and exit |
43.4. network agent list 复制链接链接已复制到粘贴板!
List network agents
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 |
---|---|
--router <router> | List agents hosting this router (name or id) |
--host <host> | List only agents running on the specified host |
--long | List additional fields in output |
--network <network> | List agents hosting a network (name or id) |
--agent-type <agent-type> | List only agents with the specified agent type. the supported agent types are: bgp, dhcp, open-vswitch, linux-bridge, ofa, l3, loadbalancer, metering, metadata, macvtap, nic. |
-h, --help | Show this help message and exit |
43.5. network agent remove network 复制链接链接已复制到粘贴板!
Remove network from an agent.
Usage:
openstack network agent remove network [-h] [--dhcp] <agent-id> <network>
openstack network agent remove network [-h] [--dhcp]
<agent-id> <network>
Value | Summary |
---|---|
<agent-id> | Agent to which a network is removed (id only) |
<network> | Network to be removed from an agent (name or id) |
Value | Summary |
---|---|
-h, --help | Show this help message and exit |
--dhcp | Remove network from dhcp agent |
43.6. network agent remove router 复制链接链接已复制到粘贴板!
Remove router from an agent
Usage:
openstack network agent remove router [-h] [--l3] <agent-id> <router>
openstack network agent remove router [-h] [--l3] <agent-id> <router>
Value | Summary |
---|---|
<agent-id> | Agent from which router will be removed (id only) |
<router> | Router to be removed from an agent (name or id) |
Value | Summary |
---|---|
--l3 | Remove router from an l3 agent |
-h, --help | Show this help message and exit |
43.7. network agent set 复制链接链接已复制到粘贴板!
Set network agent properties
Usage:
openstack network agent set [-h] [--description <description>] [--enable | --disable] <network-agent>
openstack network agent set [-h] [--description <description>]
[--enable | --disable]
<network-agent>
Value | Summary |
---|---|
<network-agent> | Network agent to modify (id only) |
Value | Summary |
---|---|
--disable | Disable network agent |
-h, --help | Show this help message and exit |
--description <description> | Set network agent description |
--enable | Enable network agent |
43.8. network agent show 复制链接链接已复制到粘贴板!
Display network agent details
Usage:
openstack network agent show [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--fit-width] [--print-empty] [--noindent] [--prefix PREFIX] <network-agent>
openstack network agent show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--prefix PREFIX]
<network-agent>
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-agent> | Network agent to display (id only) |
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 |
43.9. network auto allocated topology create 复制链接链接已复制到粘贴板!
Create the auto allocated topology for project
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 |
---|---|
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 |
--check-resources | Validate the requirements for auto allocated topology. Does not return a topology. |
--or-show | If topology exists returns the topology’s information (Default) |
--project <project> | Return the auto allocated topology for a given project. Default is current project |
--project-domain <project-domain> | Domain the project belongs to (name or id). this can be used in case collisions between project names exist. |
Value | Summary |
---|---|
a format a UNIX shell can parse (variable="value")--prefix PREFIX | Add a prefix to all variable names |
43.10. network auto allocated topology delete 复制链接链接已复制到粘贴板!
Delete auto allocated topology for project
Usage:
openstack network auto allocated topology delete [-h] [--project <project>] [--project-domain <project-domain>]
openstack network auto allocated topology delete [-h]
[--project <project>]
[--project-domain <project-domain>]
Value | Summary |
---|---|
-h, --help | Show this help message and exit |
--project <project> | Delete auto allocated topology for a given project. Default is the current project |
--project-domain <project-domain> | Domain the project belongs to (name or id). this can be used in case collisions between project names exist. |
43.11. network create 复制链接链接已复制到粘贴板!
Create new network
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 |
---|---|
<name> | New network name |
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 |
---|---|
--availability-zone-hint <availability-zone> | Availability zone in which to create this network (Network Availability Zone extension required, repeat option to set multiple availability zones) |
--enable | Enable network (default) |
--internal | Set this network as an internal network (default) |
--disable-port-security | Disable port security by default for ports created on this network |
--transparent-vlan | Make the network vlan transparent |
--share | Share the network between projects |
--enable-port-security | Enable port security by default for ports created on this network (default) |
--provider-segment <provider-segment> | Vlan id for vlan networks or tunnel id for GENEVE/GRE/VXLAN networks |
--qos-policy <qos-policy> | Qos policy to attach to this network (name or id) |
-h, --help | Show this help message and exit |
--description <description> | Set network description |
--project-domain <project-domain> | Domain the project belongs to (name or id). this can be used in case collisions between project names exist. |
--mtu <mtu> | Set network mtu |
--no-tag | No tags associated with the network |
--no-transparent-vlan | Do not make the network vlan transparent |
--no-share | Do not share the network between projects |
--external | Set this network as an external network (external-net extension required) |
--provider-physical-network <provider-physical-network> | Name of the physical network over which the virtual network is implemented |
--default | Specify if this network should be used as the default external network |
--provider-network-type <provider-network-type> | The physical mechanism by which the virtual network is implemented. For example: flat, geneve, gre, local, vlan, vxlan. |
--project <project> | Owner’s project (name or id) |
--tag <tag> | Tag to be added to the network (repeat option to set multiple tags) |
--disable | Disable network |
--no-default | Do not use the network as the default external network (default) |
Value | Summary |
---|---|
a format a UNIX shell can parse (variable="value")--prefix PREFIX | Add a prefix to all variable names |
43.12. network delete 复制链接链接已复制到粘贴板!
Delete network(s)
Usage:
openstack network delete [-h] <network> [<network> ...]
openstack network delete [-h] <network> [<network> ...]
Value | Summary |
---|---|
<network> | Network(s) to delete (name or id) |
Value | Summary |
---|---|
-h, --help | Show this help message and exit |
43.13. network flavor add profile 复制链接链接已复制到粘贴板!
Add a service profile to a network flavor
Usage:
openstack network flavor add profile [-h] <flavor> <service-profile>
openstack network flavor add profile [-h] <flavor> <service-profile>
Value | Summary |
---|---|
<service-profile> | Service profile (id only) |
<flavor> | Network flavor (name or id) |
Value | Summary |
---|---|
-h, --help | Show this help message and exit |
43.14. network flavor create 复制链接链接已复制到粘贴板!
Create new network flavor
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 |
---|---|
<name> | Name for the flavor |
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 |
---|---|
--enable | Enable the flavor (default) |
--project <project> | Owner’s project (name or id) |
--service-type <service-type> | Service type to which the flavor applies to: e.g. vpn (See openstack network service provider list for loaded examples.) |
--description DESCRIPTION | Description for the flavor |
-h, --help | Show this help message and exit |
--disable | Disable the flavor |
--project-domain <project-domain> | Domain the project belongs to (name or id). this can be used in case collisions between project names exist. |
Value | Summary |
---|---|
a format a UNIX shell can parse (variable="value")--prefix PREFIX | Add a prefix to all variable names |
43.15. network flavor delete 复制链接链接已复制到粘贴板!
Delete network flavors
Usage:
openstack network flavor delete [-h] <flavor> [<flavor> ...]
openstack network flavor delete [-h] <flavor> [<flavor> ...]
Value | Summary |
---|---|
<flavor> | Flavor(s) to delete (name or id) |
Value | Summary |
---|---|
-h, --help | Show this help message and exit |
43.16. network flavor list 复制链接链接已复制到粘贴板!
List network flavors
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 |
43.17. network flavor profile create 复制链接链接已复制到粘贴板!
Create new network flavor profile
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 |
---|---|
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 |
---|---|
--description <description> | Description for the flavor profile |
--driver DRIVER | Python module path to driver. this becomes required if --metainfo is missing and vice versa |
--enable | Enable the flavor profile |
--project-domain <project-domain> | Domain the project belongs to (name or id). this can be used in case collisions between project names exist. |
-h, --help | Show this help message and exit |
--disable | Disable the flavor profile |
--project <project> | Owner’s project (name or id) |
--metainfo METAINFO | Metainfo for the flavor profile. this becomes required if --driver is missing and vice versa |
Value | Summary |
---|---|
a format a UNIX shell can parse (variable="value")--prefix PREFIX | Add a prefix to all variable names |
43.18. network flavor profile delete 复制链接链接已复制到粘贴板!
Delete network flavor profile
Usage:
openstack network flavor profile delete [-h] <flavor-profile> [<flavor-profile> ...]
openstack network flavor profile delete [-h]
<flavor-profile>
[<flavor-profile> ...]
Value | Summary |
---|---|
<flavor-profile> | Flavor profile(s) to delete (id only) |
Value | Summary |
---|---|
-h, --help | Show this help message and exit |
43.19. network flavor profile list 复制链接链接已复制到粘贴板!
List network flavor profile(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 |
---|---|
-h, --help | Show this help message and exit |
43.20. network flavor profile set 复制链接链接已复制到粘贴板!
Set network flavor profile properties
Usage:
Value | Summary |
---|---|
<flavor-profile> | Flavor profile to update (id only) |
Value | Summary |
---|---|
--description <description> | Description for the flavor profile |
--driver DRIVER | Python module path to driver. this becomes required if --metainfo is missing and vice versa |
--enable | Enable the flavor profile |
-h, --help | Show this help message and exit |
--disable | Disable the flavor profile |
--project-domain <project-domain> | Domain the project belongs to (name or id). this can be used in case collisions between project names exist. |
--metainfo METAINFO | Metainfo for the flavor profile. this becomes required if --driver is missing and vice versa |
43.21. network flavor profile show 复制链接链接已复制到粘贴板!
Display network flavor profile details
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 |
---|---|
<flavor-profile> | Flavor profile to display (id only) |
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 |
43.22. network flavor remove profile 复制链接链接已复制到粘贴板!
Remove service profile from network flavor
Usage:
openstack network flavor remove profile [-h] <flavor> <service-profile>
openstack network flavor remove profile [-h] <flavor> <service-profile>
Value | Summary |
---|---|
<service-profile> | Service profile (id only) |
<flavor> | Network flavor (name or id) |
Value | Summary |
---|---|
-h, --help | Show this help message and exit |
43.23. network flavor set 复制链接链接已复制到粘贴板!
Set network flavor properties
Usage:
openstack network flavor set [-h] [--description DESCRIPTION] [--disable | --enable] [--name <name>] <flavor>
openstack network flavor set [-h] [--description DESCRIPTION]
[--disable | --enable] [--name <name>]
<flavor>
Value | Summary |
---|---|
<flavor> | Flavor to update (name or id) |
Value | Summary |
---|---|
--enable | Enable network flavor |
--name <name> | Set flavor name |
-h, --help | Show this help message and exit |
--disable | Disable network flavor |
--description DESCRIPTION | Set network flavor description |
43.24. network flavor show 复制链接链接已复制到粘贴板!
Display network flavor details
Usage:
openstack network flavor show [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--fit-width] [--print-empty] [--noindent] [--prefix PREFIX] <flavor>
openstack network flavor show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
<flavor>
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 |
---|---|
<flavor> | Flavor to display (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 |
---|---|
-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 |
43.25. network list 复制链接链接已复制到粘贴板!
List networks
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 |
---|---|
--share | List networks shared between projects |
--agent <agent-id> | List networks hosted by agent (id only) |
--tags <tag>[,<tag>,…] | List networks which have all given tag(s) (comma- separated list of tags) |
--enable | List enabled networks |
--not-any-tags <tag>[,<tag>,…] | Exclude networks which have any given tag(s) (comma- separated list of tags) |
--name <name> | List networks according to their name |
--internal | List internal networks |
--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. |
--any-tags <tag>[,<tag>,…] | List networks which have any given tag(s) (comma- separated list of tags) |
--status <status> | List networks according to their status (active, BUILD, DOWN, ERROR) |
--provider-segment <provider-segment> | List networks according to vlan id for vlan networks or Tunnel ID for GENEVE/GRE/VXLAN networks |
--no-share | List networks not shared between projects |
--external | List external networks |
--provider-physical-network <provider-physical-network> | List networks according to name of the physical network |
--provider-network-type <provider-network-type> | List networks according to their physical mechanisms. The supported options are: flat, geneve, gre, local, vlan, vxlan. |
-h, --help | Show this help message and exit |
--disable | List disabled networks |
--not-tags <tag>[,<tag>,…] | Exclude networks which have all given tag(s) (comma- separated list of tags) |
--project <project> | List networks according to their project (name or id) |
43.26. network log create 复制链接链接已复制到粘贴板!
Create a new network log
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 |
---|---|
<name> | Name for the network log |
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 |
---|---|
--description <description> | Description of the network log |
--enable | Enable this log (default is disabled) |
--resource <resource> | Security group (name or id) for logging. you can control for logging target combination with --target option. |
--project <project> | Owner’s project (name or id) |
--resource-type <resource-type> | Network log type(s). you can see supported type(s) with following command: $ openstack network loggable resource list |
--event <event> | An event to store with log |
--target <target> | Port (name or id) for logging. you can control for logging target combination with --resource option. |
-h, --help | Show this help message and exit |
--disable | Disable this log |
--project-domain <project-domain> | Domain the project belongs to (name or id). this can be used in case collisions between project names exist. |
Value | Summary |
---|---|
a format a UNIX shell can parse (variable="value")--prefix PREFIX | Add a prefix to all variable names |
43.27. network log delete 复制链接链接已复制到粘贴板!
Delete network log(s)
Usage:
openstack network log delete [-h] <network-log> [<network-log> ...]
openstack network log delete [-h] <network-log> [<network-log> ...]
Value | Summary |
---|---|
<network-log> | Network log(s) to delete (name or id) |
Value | Summary |
---|---|
-h, --help | Show this help message and exit |
43.28. network log list 复制链接链接已复制到粘贴板!
List network logs
Usage:
openstack network log list [-h] [-f {csv,json,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--fit-width] [--print-empty] [--noindent] [--quote {all,minimal,none,nonnumeric}] [--sort-column SORT_COLUMN] [--long]
openstack network log list [-h] [-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN] [--long]
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 |
--long | List additional fields in output |
43.29. network log set 复制链接链接已复制到粘贴板!
Set network log properties
Usage:
openstack network log set [-h] [--description <description>] [--enable | --disable] [--name <name>] <network-log>
openstack network log set [-h] [--description <description>]
[--enable | --disable] [--name <name>]
<network-log>
Value | Summary |
---|---|
<network-log> | Network log to set (name or id) |
Value | Summary |
---|---|
--disable | Disable this log |
-h, --help | Show this help message and exit |
--description <description> | Description of the network log |
--name <name> | Name of the network log |
--enable | Enable this log (default is disabled) |
43.30. network log show 复制链接链接已复制到粘贴板!
Display network log details
Usage:
openstack network log show [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--fit-width] [--print-empty] [--noindent] [--prefix PREFIX] <network-log>
openstack network log show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--prefix PREFIX]
<network-log>
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-log> | Network log to show (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 |
---|---|
-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 |
43.31. network loggable resources list 复制链接链接已复制到粘贴板!
List supported loggable resources
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 |
--long | List additional fields in output |
43.32. network meter create 复制链接链接已复制到粘贴板!
Create network meter
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 |
---|---|
<name> | Name of meter |
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 |
---|---|
--share | Share meter between projects |
--project-domain <project-domain> | Domain the project belongs to (name or id). this can be used in case collisions between project names exist. |
--no-share | Do not share meter between projects |
-h, --help | Show this help message and exit |
--description <description> | Create description for meter |
--project <project> | Owner’s project (name or id) |
Value | Summary |
---|---|
a format a UNIX shell can parse (variable="value")--prefix PREFIX | Add a prefix to all variable names |
43.33. network meter delete 复制链接链接已复制到粘贴板!
Delete network meter
Usage:
openstack network meter delete [-h] <meter> [<meter> ...]
openstack network meter delete [-h] <meter> [<meter> ...]
Value | Summary |
---|---|
<meter> | Meter to delete (name or id) |
Value | Summary |
---|---|
-h, --help | Show this help message and exit |
43.34. network meter list 复制链接链接已复制到粘贴板!
List network meters
Usage:
openstack network meter list [-h] [-f {csv,json,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--fit-width] [--print-empty] [--noindent] [--quote {all,minimal,none,nonnumeric}] [--sort-column SORT_COLUMN]
openstack network meter list [-h] [-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
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 |
43.35. network meter rule create 复制链接链接已复制到粘贴板!
Create a new meter rule
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 |
---|---|
<meter> | Label to associate with this metering rule (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 |
---|---|
--exclude | Exclude remote ip prefix from traffic count |
--include | Include remote ip prefix from traffic count (default) |
--remote-ip-prefix <remote-ip-prefix> | The remote ip prefix to associate with this rule |
--ingress | Apply rule to incoming network traffic (default) |
--project-domain <project-domain> | Domain the project belongs to (name or id). this can be used in case collisions between project names exist. |
-h, --help | Show this help message and exit |
--project <project> | Owner’s project (name or id) |
--egress | Apply rule to outgoing network traffic |
Value | Summary |
---|---|
a format a UNIX shell can parse (variable="value")--prefix PREFIX | Add a prefix to all variable names |
43.36. network meter rule delete 复制链接链接已复制到粘贴板!
Delete meter rule(s)
Usage:
openstack network meter rule delete [-h] <meter-rule-id> [<meter-rule-id> ...]
openstack network meter rule delete [-h]
<meter-rule-id>
[<meter-rule-id> ...]
Value | Summary |
---|---|
<meter-rule-id> | Meter rule to delete (id only) |
Value | Summary |
---|---|
-h, --help | Show this help message and exit |
43.37. network meter rule list 复制链接链接已复制到粘贴板!
List meter rules
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 |
43.38. network meter rule show 复制链接链接已复制到粘贴板!
Display meter rules details
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 |
---|---|
<meter-rule-id> | Meter rule (id only) |
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 |
43.39. network meter show 复制链接链接已复制到粘贴板!
Show network meter
Usage:
openstack network meter show [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--fit-width] [--print-empty] [--noindent] [--prefix PREFIX] <meter>
openstack network meter show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--prefix PREFIX]
<meter>
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 |
---|---|
<meter> | Meter to display (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 |
---|---|
-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 |
43.40. network qos policy create 复制链接链接已复制到粘贴板!
Create a QoS policy
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 |
---|---|
<name> | Name of qos policy to create |
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 |
---|---|
--share | Make the qos policy accessible by other projects |
--project-domain <project-domain> | Domain the project belongs to (name or id). this can be used in case collisions between project names exist. |
--no-share | Make the qos policy not accessible by other projects (default) |
--no-default | Set this as a non-default network qos policy |
--default | Set this as a default network qos policy |
-h, --help | Show this help message and exit |
--description <description> | Description of the qos policy |
--project <project> | Owner’s project (name or id) |
Value | Summary |
---|---|
a format a UNIX shell can parse (variable="value")--prefix PREFIX | Add a prefix to all variable names |
43.41. network qos policy delete 复制链接链接已复制到粘贴板!
Delete Qos Policy(s)
Usage:
openstack network qos policy delete [-h] <qos-policy> [<qos-policy> ...]
openstack network qos policy delete [-h]
<qos-policy> [<qos-policy> ...]
Value | Summary |
---|---|
<qos-policy> | Qos policy(s) to delete (name or id) |
Value | Summary |
---|---|
-h, --help | Show this help message and exit |
43.42. network qos policy list 复制链接链接已复制到粘贴板!
List QoS policies
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 |
---|---|
--share | List qos policies shared between projects |
-h, --help | Show this help message and exit |
--no-share | List qos policies not shared between projects |
--project <project> | List qos policies according to their project (name or ID) |
--project-domain <project-domain> | Domain the project belongs to (name or id). this can be used in case collisions between project names exist. |
43.43. network qos policy set 复制链接链接已复制到粘贴板!
Set QoS policy properties
Usage:
openstack network qos policy set [-h] [--name <name>] [--description <description>] [--share | --no-share] [--default | --no-default] <qos-policy>
openstack network qos policy set [-h] [--name <name>]
[--description <description>]
[--share | --no-share]
[--default | --no-default]
<qos-policy>
Value | Summary |
---|---|
<qos-policy> | Qos policy to modify (name or id) |
Value | Summary |
---|---|
--share | Make the qos policy accessible by other projects |
--name <name> | Set qos policy name |
--no-share | Make the qos policy not accessible by other projects |
--no-default | Set this as a non-default network qos policy |
--default | Set this as a default network qos policy |
-h, --help | Show this help message and exit |
--description <description> | Description of the qos policy |
43.44. network qos policy show 复制链接链接已复制到粘贴板!
Display QoS policy details
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 |
---|---|
<qos-policy> | Qos policy to display (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 |
---|---|
-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 |
43.45. network qos rule create 复制链接链接已复制到粘贴板!
Create new Network QoS rule
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 |
---|---|
<qos-policy> | Qos policy that contains the rule (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 |
---|---|
--min-kbps <min-kbps> | Minimum guaranteed bandwidth in kbps |
--dscp-mark <dscp-mark> | Dscp mark: value can be 0, even numbers from 8-56, excluding 42, 44, 50, 52, and 54 |
--max-kbps <max-kbps> | Maximum bandwidth in kbps |
--ingress | Ingress traffic direction from the project point of view |
--type <type> | Qos rule type (dscp-marking, minimum-bandwidth, bandwidth-limit) |
--max-burst-kbits <max-burst-kbits> | Maximum burst in kilobits, 0 means automatic |
-h, --help | Show this help message and exit |
--egress | Egress traffic direction from the project point of view |
Value | Summary |
---|---|
a format a UNIX shell can parse (variable="value")--prefix PREFIX | Add a prefix to all variable names |
43.46. network qos rule delete 复制链接链接已复制到粘贴板!
Delete Network QoS rule
Usage:
openstack network qos rule delete [-h] <qos-policy> <rule-id>
openstack network qos rule delete [-h] <qos-policy> <rule-id>
Value | Summary |
---|---|
<qos-policy> | Qos policy that contains the rule (name or id) |
<rule-id> | Network qos rule to delete (id) |
Value | Summary |
---|---|
-h, --help | Show this help message and exit |
43.47. network qos rule list 复制链接链接已复制到粘贴板!
List Network QoS rules
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 |
---|---|
<qos-policy> | Qos policy that contains the rule (name or id) |
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 |
43.48. network qos rule set 复制链接链接已复制到粘贴板!
Set Network QoS rule properties
Usage:
Value | Summary |
---|---|
<qos-policy> | Qos policy that contains the rule (name or id) |
<rule-id> | Network qos rule to delete (id) |
Value | Summary |
---|---|
--min-kbps <min-kbps> | Minimum guaranteed bandwidth in kbps |
--dscp-mark <dscp-mark> | Dscp mark: value can be 0, even numbers from 8-56, excluding 42, 44, 50, 52, and 54 |
--max-kbps <max-kbps> | Maximum bandwidth in kbps |
--ingress | Ingress traffic direction from the project point of view |
--max-burst-kbits <max-burst-kbits> | Maximum burst in kilobits, 0 means automatic |
-h, --help | Show this help message and exit |
--egress | Egress traffic direction from the project point of view |
43.49. network qos rule show 复制链接链接已复制到粘贴板!
Display Network QoS rule details
Usage:
openstack network qos rule show [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--fit-width] [--print-empty] [--noindent] [--prefix PREFIX] <qos-policy> <rule-id>
openstack network qos rule show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
<qos-policy> <rule-id>
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 |
---|---|
<qos-policy> | Qos policy that contains the rule (name or id) |
<rule-id> | Network qos rule to delete (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 |
43.50. network qos rule type list 复制链接链接已复制到粘贴板!
List QoS rule types
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 |
43.51. network qos rule type show 复制链接链接已复制到粘贴板!
Show details about supported QoS rule type
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 |
---|---|
<qos-rule-type-name> | Name of qos rule type |
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 |
43.52. network rbac create 复制链接链接已复制到粘贴板!
Create network RBAC policy
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 |
---|---|
<rbac-object> | The object to which this rbac policy affects (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 |
---|---|
--target-project-domain <target-project-domain> | Domain the target project belongs to (name or id). This can be used in case collisions between project names exist. |
--target-project <target-project> | The project to which the rbac policy will be enforced (name or ID) |
--project-domain <project-domain> | Domain the project belongs to (name or id). this can be used in case collisions between project names exist. |
--type <type> | Type of the object that rbac policy affects ("qos_policy" or "network") |
--action <action> | Action for the rbac policy ("access_as_external" or "access_as_shared") |
-h, --help | Show this help message and exit |
--target-all-projects | Allow creating rbac policy for all projects. |
--project <project> | The owner project (name or id) |
Value | Summary |
---|---|
a format a UNIX shell can parse (variable="value")--prefix PREFIX | Add a prefix to all variable names |
43.53. network rbac delete 复制链接链接已复制到粘贴板!
Delete network RBAC policy(s)
Usage:
openstack network rbac delete [-h] <rbac-policy> [<rbac-policy> ...]
openstack network rbac delete [-h] <rbac-policy> [<rbac-policy> ...]
Value | Summary |
---|---|
<rbac-policy> | Rbac policy(s) to delete (id only) |
Value | Summary |
---|---|
-h, --help | Show this help message and exit |
43.54. network rbac list 复制链接链接已复制到粘贴板!
List network RBAC policies
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 |
---|---|
--type <type> | List network rbac policies according to given object type ("qos_policy" or "network") |
-h, --help | Show this help message and exit |
--action <action> | List network rbac policies according to given action ("access_as_external" or "access_as_shared") |
--long | List additional fields in output |
43.55. network rbac set 复制链接链接已复制到粘贴板!
Set network RBAC policy properties
Usage:
openstack network rbac set [-h] [--target-project <target-project>] [--target-project-domain <target-project-domain>] <rbac-policy>
openstack network rbac set [-h] [--target-project <target-project>]
[--target-project-domain <target-project-domain>]
<rbac-policy>
Value | Summary |
---|---|
<rbac-policy> | Rbac policy to be modified (id only) |
Value | Summary |
---|---|
-h, --help | Show this help message and exit |
--target-project-domain <target-project-domain> | Domain the target project belongs to (name or id). This can be used in case collisions between project names exist. |
--target-project <target-project> | The project to which the rbac policy will be enforced (name or ID) |
43.56. network rbac show 复制链接链接已复制到粘贴板!
Display network RBAC policy details
Usage:
openstack network rbac show [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--fit-width] [--print-empty] [--noindent] [--prefix PREFIX] <rbac-policy>
openstack network rbac show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--prefix PREFIX]
<rbac-policy>
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 |
---|---|
<rbac-policy> | Rbac policy (id only) |
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 |
43.57. network segment create 复制链接链接已复制到粘贴板!
Create new network segment
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 |
---|---|
<name> | New network segment name |
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 |
---|---|
--network-type <network-type> | Network type of this network segment (flat, geneve, gre, local, vlan or vxlan) |
--segment <segment> | Segment identifier for this network segment which is based on the network type, VLAN ID for vlan network type and tunnel ID for geneve, gre and vxlan network types |
--network <network> | Network this network segment belongs to (name or id) |
--physical-network <physical-network> | Physical network name of this network segment |
-h, --help | Show this help message and exit |
--description <description> | Network segment description |
Value | Summary |
---|---|
a format a UNIX shell can parse (variable="value")--prefix PREFIX | Add a prefix to all variable names |
43.58. network segment delete 复制链接链接已复制到粘贴板!
Delete network segment(s)
Usage:
openstack network segment delete [-h] <network-segment> [<network-segment> ...]
openstack network segment delete [-h]
<network-segment>
[<network-segment> ...]
Value | Summary |
---|---|
<network-segment> | Network segment(s) to delete (name or id) |
Value | Summary |
---|---|
-h, --help | Show this help message and exit |
43.59. network segment list 复制链接链接已复制到粘贴板!
List network segments
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 |
--network <network> | List network segments that belong to this network (name or ID) |
--long | List additional fields in output |
43.60. network segment set 复制链接链接已复制到粘贴板!
Set network segment properties
Usage:
openstack network segment set [-h] [--description <description>] [--name <name>] <network-segment>
openstack network segment set [-h] [--description <description>]
[--name <name>]
<network-segment>
Value | Summary |
---|---|
<network-segment> | Network segment to modify (name or id) |
Value | Summary |
---|---|
--name <name> | Set network segment name |
-h, --help | Show this help message and exit |
--description <description> | Set network segment description |
43.61. network segment show 复制链接链接已复制到粘贴板!
Display network segment details
Usage:
openstack network segment show [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--fit-width] [--print-empty] [--noindent] [--prefix PREFIX] <network-segment>
openstack network segment show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
<network-segment>
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-segment> | Network segment to display (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 |
---|---|
-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 |
43.62. network service provider list 复制链接链接已复制到粘贴板!
List Service Providers
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 |
43.63. network set 复制链接链接已复制到粘贴板!
Set network properties
Usage:
Value | Summary |
---|---|
<network> | Network to modify (name or id) |
Value | Summary |
---|---|
--share | Share the network between projects |
--enable-port-security | Enable port security by default for ports created on this network |
--enable | Enable network |
--no-tag | Clear tags associated with the network. specify both --tag and --no-tag to overwrite current tags |
--name <name> | Set network name |
--provider-physical-network <provider-physical-network> | Name of the physical network over which the virtual network is implemented |
--internal | Set this network as an internal network |
--mtu <mtu | Set network mtu |
--description <description | Set network description |
--provider-network-type <provider-network-type> | The physical mechanism by which the virtual network is implemented. For example: flat, geneve, gre, local, vlan, vxlan. |
--no-share | Do not share the network between projects |
--no-qos-policy | Remove the qos policy attached to this network |
--external | Set this network as an external network (external-net extension required) |
--disable-port-security | Disable port security by default for ports created on this network |
--no-default | Do not use the network as the default external network |
--default | Set the network as the default external network |
--qos-policy <qos-policy> | Qos policy to attach to this network (name or id) |
-h, --help | Show this help message and exit |
--disable | Disable network |
--provider-segment <provider-segment> | Vlan id for vlan networks or tunnel id for GENEVE/GRE/VXLAN networks |
--tag <tag> | Tag to be added to the network (repeat option to set multiple tags) |
43.64. network show 复制链接链接已复制到粘贴板!
Show network details
Usage:
openstack network show [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--fit-width] [--print-empty] [--noindent] [--prefix PREFIX] <network>
openstack network show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--prefix PREFIX]
<network>
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 display (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 |
---|---|
-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 |
43.65. network subport list 复制链接链接已复制到粘贴板!
List all subports for a given network trunk
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 |
--trunk <trunk> | List subports belonging to this trunk (name or id) |
43.66. network trunk create 复制链接链接已复制到粘贴板!
Create a network trunk for a given project
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 |
---|---|
<name> | Name of the trunk to create |
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 |
---|---|
--description <description> | A description of the trunk |
--enable | Enable trunk (default) |
--subport <port=,segmentation-type=,segmentation-id⇒ | Subport to add. subport is of form port=<name or id >,segmentation-type=,segmentation-ID= (--subport) option can be repeated |
--project-domain <project-domain> | Domain the project belongs to (name or id). this can be used in case collisions between project names exist. |
--parent-port <parent-port> | Parent port belonging to this trunk (name or id) |
-h, --help | Show this help message and exit |
--disable | Disable trunk |
--project <project> | Owner’s project (name or id) |
Value | Summary |
---|---|
a format a UNIX shell can parse (variable="value")--prefix PREFIX | Add a prefix to all variable names |
43.67. network trunk delete 复制链接链接已复制到粘贴板!
Delete a given network trunk
Usage:
openstack network trunk delete [-h] <trunk> [<trunk> ...]
openstack network trunk delete [-h] <trunk> [<trunk> ...]
Value | Summary |
---|---|
<trunk> | Trunk(s) to delete (name or id) |
Value | Summary |
---|---|
-h, --help | Show this help message and exit |
43.68. network trunk list 复制链接链接已复制到粘贴板!
List all network trunks
Usage:
openstack network trunk list [-h] [-f {csv,json,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--fit-width] [--print-empty] [--noindent] [--quote {all,minimal,none,nonnumeric}] [--sort-column SORT_COLUMN] [--long]
openstack network trunk list [-h] [-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN] [--long]
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 |
--long | List additional fields in output |
43.69. network trunk set 复制链接链接已复制到粘贴板!
Set network trunk properties
Usage:
openstack network trunk set [-h] [--name <name>] [--description <description>] [--subport <port=,segmentation-type=,segmentation-id=>] [--enable | --disable] <trunk>
openstack network trunk set [-h] [--name <name>]
[--description <description>]
[--subport <port=,segmentation-type=,segmentation-id=>]
[--enable | --disable]
<trunk>
Value | Summary |
---|---|
<trunk> | Trunk to modify (name or id) |
Value | Summary |
---|---|
--description <description> | A description of the trunk |
--enable | Enable trunk |
--name <name> | Set trunk name |
--subport <port=,segmentation-type=,segmentation-id⇒ | Subport to add. subport is of form port=<name or id >,segmentation-type=,segmentation-ID=(--subport) option can be repeated |
-h, --help | Show this help message and exit |
--disable | Disable trunk |
43.70. network trunk show 复制链接链接已复制到粘贴板!
Show information of a given network trunk
Usage:
openstack network trunk show [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--fit-width] [--print-empty] [--noindent] [--prefix PREFIX] <trunk>
openstack network trunk show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--prefix PREFIX]
<trunk>
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 |
---|---|
<trunk> | Trunk to display (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 |
---|---|
-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 |
43.71. network trunk unset 复制链接链接已复制到粘贴板!
Unset subports from a given network trunk
Usage:
openstack network trunk unset [-h] --subport <subport> <trunk>
openstack network trunk unset [-h] --subport <subport> <trunk>
Value | Summary |
---|---|
<trunk> | Unset subports from this trunk (name or id) |
Value | Summary |
---|---|
-h, --help | Show this help message and exit |
--subport <subport> | Subport to delete (name or id of the port) (--subport) option can be repeated |
43.72. network unset 复制链接链接已复制到粘贴板!
Unset network properties
Usage:
openstack network unset [-h] [--tag <tag> | --all-tag] <network>
openstack network unset [-h] [--tag <tag> | --all-tag] <network>
Value | Summary |
---|---|
<network> | Network to modify (name or id) |
Value | Summary |
---|---|
--all-tag | Clear all tags associated with the network |
-h, --help | Show this help message and exit |
--tag <tag> | Tag to be removed from the network (repeat option to remove multiple tags) |