An address group is a group of IPv4 or IPv6 address blocks which could be referenced as a remote source or destination when creating a security group rule.
Network v2
Create a new Address Group
openstack address group create
[--extra-property type=<property_type>,name=<property_name>,value=<property_value>]
[--description <description>]
[--address <ip-address>]
[--project <project>]
[--project-domain <project-domain>]
<name>
Additional parameters can be passed using this property. Default type of the extra property is string (‘str’), but other types can be used as well. Available types are: ‘dict’, ‘list’, ‘str’, ‘bool’, ‘int’. In case of ‘list’ type, ‘value’ can be semicolon-separated list of values. For ‘dict’ value is semicolon-separated list of the key:value pairs.
New address group description
IP address or CIDR (repeat option to set multiple addresses)
Owner’s project (name or ID)
Domain the project belongs to (name or ID). This can be used in case collisions between project names exist.
New address group name
Delete address group(s)
openstack address group delete <address-group> [<address-group> ...]
Address group(s) to delete (name or ID)
List address groups
openstack address group list
[--format-config-file FORMAT_CONFIG]
[--sort-column SORT_COLUMN]
[--sort-ascending | --sort-descending]
[--name <name>]
[--project <project>]
[--project-domain <project-domain>]
Config file for the dict-to-csv formatter
specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated
sort the column(s) in ascending order
sort the column(s) in descending order
List only address groups of given name in output
List address groups according to their project (name or ID)
Domain the project belongs to (name or ID). This can be used in case collisions between project names exist.
Set address group properties
openstack address group set
[--extra-property type=<property_type>,name=<property_name>,value=<property_value>]
[--name <name>]
[--description <description>]
[--address <ip-address>]
<address-group>
Additional parameters can be passed using this property. Default type of the extra property is string (‘str’), but other types can be used as well. Available types are: ‘dict’, ‘list’, ‘str’, ‘bool’, ‘int’. In case of ‘list’ type, ‘value’ can be semicolon-separated list of values. For ‘dict’ value is semicolon-separated list of the key:value pairs.
Set address group name
Set address group description
IP address or CIDR (repeat option to set multiple addresses)
Address group to modify (name or ID)
Display address group details
openstack address group show <address-group>
Address group to display (name or ID)
Unset address group properties
openstack address group unset [--address <ip-address>] <address-group>
IP address or CIDR (repeat option to unset multiple addresses)
Address group to modify (name or ID)
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.