Skip to content

orca local-ip

Manage Neutron local IPs (OVN-specific, may be ⊘ on plain OVS).

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

orca local-ip

Manage Neutron local IPs (Yoga+ — tenant-local virtual IPs).

A local IP is a virtual IP allocated within a single project that can be associated with multiple ports for an east-west floating-IP pattern (no SNAT, no L3 router).

Usage:

orca local-ip [OPTIONS] COMMAND [ARGS]...

Options:

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

Subcommands

  • association: Manage local-IP-to-port associations.
  • create: Create a local IP.
  • delete: Delete a local IP.
  • list: List local IPs.
  • set: Update a local IP.
  • show: Show a local IP.

orca local-ip association

Manage local-IP-to-port associations.

Usage:

orca local-ip association [OPTIONS] COMMAND [ARGS]...

Options:

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

Subcommands

  • create: Associate a port with a local IP.
  • delete: Remove a port association from a local IP.
  • list: List port associations on a local IP.
orca local-ip association create

Associate a port with a local IP.

Usage:

orca local-ip association create [OPTIONS] LIP_ID

Options:

Name Type Description Default
--port-id text Port to associate. Sentinel.UNSET
--fixed-ip text Specific fixed IP of the port (autopicked otherwise). None
--help boolean Show this message and exit. False
orca local-ip association delete

Remove a port association from a local IP.

Usage:

orca local-ip association delete [OPTIONS] LIP_ID PORT_ID

Options:

Name Type Description Default
--yes, -y boolean Skip confirmation. False
--help boolean Show this message and exit. False
orca local-ip association list

List port associations on a local IP.

Usage:

orca local-ip association list [OPTIONS] LIP_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 local-ip create

Create a local IP.

Usage:

orca local-ip create [OPTIONS] NAME

Options:

Name Type Description Default
--network-id text Local network ID. Sentinel.UNSET
--local-port-id text Port ID to anchor the local IP. None
--ip-address text Specific IP within the network's CIDR (autopicked otherwise). None
--ip-mode choice (translate | passthrough) Translate (SNAT-like) or passthrough. None
--help boolean Show this message and exit. False

orca local-ip delete

Delete a local IP.

Usage:

orca local-ip delete [OPTIONS] LIP_ID

Options:

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

orca local-ip list

List local IPs.

Usage:

orca local-ip 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 local-ip set

Update a local IP.

Usage:

orca local-ip set [OPTIONS] LIP_ID

Options:

Name Type Description Default
--name text New name. None
--description text New description. None
--help boolean Show this message and exit. False

orca local-ip show

Show a local IP.

Usage:

orca local-ip show [OPTIONS] LIP_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