Skip to content

orca address-group

Manage Neutron address groups.

The reference below is generated from the live CLI by mkdocs-click. It always reflects the version installed.

orca address-group

Manage Neutron address groups (collections of CIDRs).

Used as the remote_address_group_id of security-group rules to reuse a curated list of CIDRs across multiple rules.

Usage:

orca address-group [OPTIONS] COMMAND [ARGS]...

Options:

Name Type Description Default
--help boolean Show this message and exit. False

Subcommands

  • create: Create an address group.
  • delete: Delete an address group.
  • list: List address groups.
  • set: Update an address group's name / description / member CIDRs.
  • show: Show an address group's details.
  • unset: Remove addresses from an address group.

orca address-group create

Create an address group.

Examples: orca address-group create office-network --address 10.0.0.0/24 --address 10.1.0.0/24

Usage:

orca address-group create [OPTIONS] NAME

Options:

Name Type Description Default
--description text Free-text description. None
--address text CIDR to include (repeatable). Sentinel.UNSET
--help boolean Show this message and exit. False

orca address-group delete

Delete an address group.

Usage:

orca address-group delete [OPTIONS] AG_ID

Options:

Name Type Description Default
--yes, -y boolean Skip confirmation. False
--help boolean Show this message and exit. False

orca address-group list

List address groups.

Usage:

orca address-group list [OPTIONS]

Options:

Name Type Description Default
--noindent boolean Disable JSON indentation. False
--max-width integer Maximum table width (0 = unlimited). None
--fit-width boolean Fit table to terminal width. False
--column, -c text Column to include (repeatable). Shows all if omitted. Sentinel.UNSET
--format, -f choice (table | json | value) Output format. table
--help boolean Show this message and exit. False

orca address-group set

Update an address group's name / description / member CIDRs.

Usage:

orca address-group set [OPTIONS] AG_ID

Options:

Name Type Description Default
--name text New name. None
--description text New description. None
--add-address text CIDR to append (repeatable). Sentinel.UNSET
--remove-address text CIDR to remove (repeatable). Sentinel.UNSET
--help boolean Show this message and exit. False

orca address-group show

Show an address group's details.

Usage:

orca address-group show [OPTIONS] AG_ID

Options:

Name Type Description Default
--noindent boolean Disable JSON indentation. False
--max-width integer Maximum table width (0 = unlimited). None
--fit-width boolean Fit table to terminal width. False
--column, -c text Column to include (repeatable). Shows all if omitted. Sentinel.UNSET
--format, -f choice (table | json | value) Output format. table
--help boolean Show this message and exit. False

orca address-group unset

Remove addresses from an address group.

Usage:

orca address-group unset [OPTIONS] AG_ID

Options:

Name Type Description Default
--address text CIDR to remove (repeatable). Sentinel.UNSET
--help boolean Show this message and exit. False