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
[--description <description>]
[--address <ip-address>]
[--project <project>]
[--project-domain <project-domain>]
<name>
--description <description>¶New address group description
--address <ip-address>¶IP address or CIDR (repeat option to set multiple addresses)
--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.
name¶New address group name
Delete address group(s)
openstack address group delete <address-group> [<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>]
--format-config-file <FORMAT_CONFIG>¶Config file for the dict-to-csv formatter
--sort-column SORT_COLUMN¶specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated
--sort-ascending¶sort the column(s) in ascending order
--sort-descending¶sort the column(s) in descending order
--name <name>¶List only address groups of given name in output
--project <project>¶List address groups 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.
Set address group properties
openstack address group set
[--name <name>]
[--description <description>]
[--address <ip-address>]
<address-group>
--name <name>¶Set address group name
--description <description>¶Set address group description
--address <ip-address>¶IP address or CIDR (repeat option to set multiple addresses)
address-group¶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.