address scope¶
An address scope is a scope of IPv4 or IPv6 addresses that belongs to a given project and may be shared between projects.
Network v2
address scope create¶
Create a new Address Scope
openstack address scope create
[--ip-version {4,6}]
[--project <project>]
[--project-domain <project-domain>]
[--share | --no-share]
<name>
-
--ip-version
<IP_VERSION>
¶ IP version (default is 4)
-
--project
<project>
¶ Owner’s 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.
Share the address scope between projects
Do not share the address scope between projects (default)
-
name
¶
New address scope name
This command is provided by the python-openstackclient plugin.
address scope delete¶
Delete address scope(s)
openstack address scope delete <address-scope> [<address-scope> ...]
-
address-scope
¶
Address scope(s) to delete (name or ID)
This command is provided by the python-openstackclient plugin.
address scope list¶
List address scopes
openstack address scope list
[--sort-column SORT_COLUMN]
[--name <name>]
[--ip-version <ip-version>]
[--project <project>]
[--project-domain <project-domain>]
[--share | --no-share]
-
--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
-
--name
<name>
¶ List only address scopes of given name in output
-
--ip-version
<ip-version>
¶ List address scopes of given IP version networks (4 or 6)
-
--project
<project>
¶ List address scopes 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.
List address scopes shared between projects
List address scopes not shared between projects
This command is provided by the python-openstackclient plugin.
address scope set¶
Set address scope properties
openstack address scope set
[--name <name>]
[--share | --no-share]
<address-scope>
-
--name
<name>
¶ Set address scope name
Share the address scope between projects
Do not share the address scope between projects
-
address-scope
¶
Address scope to modify (name or ID)
This command is provided by the python-openstackclient plugin.