Skip to content

orca port

Manage Neutron ports (OSC-parity top-level alias of network port).

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

orca port

Manage Neutron ports (alias of orca network port).

Usage:

orca port [OPTIONS] COMMAND [ARGS]...

Options:

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

Subcommands

orca port create

Create a port.

Usage:

orca port create [OPTIONS]

Options:

Name Type Description Default
--network-id text Network ID. Sentinel.UNSET
--name text Port name. None
--fixed-ip text Fixed IP address. None
--help boolean Show this message and exit. False

orca port delete

Delete a port.

Usage:

orca port delete [OPTIONS] PORT_ID

Options:

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

orca port list

List ports.

Examples: orca network port list orca network port list --network-id orca network port list --subnet orca network port list --device-owner compute:nova

Usage:

orca port list [OPTIONS]

Options:

Name Type Description Default
--network-id text Filter by network ID. None
--subnet-id, --subnet text Filter to ports that have a fixed IP in this subnet. None
--device-owner text Filter by device owner (e.g. compute:nova, network:router_interface, network:dhcp). None
--device-id text Filter by the attached resource ID (server, router, ...). None
--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 port show

Show port details.

Usage:

orca port show [OPTIONS] PORT_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 port unset

Remove properties from a port.

Examples: orca network port-unset --security-group orca network port-unset --qos-policy orca network port-unset --description

Usage:

orca port unset [OPTIONS] PORT_ID

Options:

Name Type Description Default
--security-group text Security group ID to remove (repeatable). Sentinel.UNSET
--qos-policy boolean Remove the QoS policy from the port. False
--description boolean Clear the port description. False
--help boolean Show this message and exit. False

orca port update

Update a port.

Usage:

orca port update [OPTIONS] PORT_ID

Options:

Name Type Description Default
--name text New name. None
--admin-state / --no-admin-state boolean Admin state. None
--help boolean Show this message and exit. False

orca port update

Update a port.

Usage:

orca port update [OPTIONS] PORT_ID

Options:

Name Type Description Default
--name text New name. None
--admin-state / --no-admin-state boolean Admin state. None
--help boolean Show this message and exit. False