Skip to content

orca extension

List or inspect Neutron API extensions.

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

orca extension

List or inspect API extensions enabled on this cloud.

Currently surfaces Neutron extensions (the most actively used). OSC's cross-service openstack extension list aggregates several services — orca focuses on Neutron because that's where the meaningful discoverability lives (port-forwarding, metering, segment-range, QoS rule types, RBAC scopes, …).

Usage:

orca extension [OPTIONS] COMMAND [ARGS]...

Options:

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

Subcommands

  • list: List enabled Neutron extensions.
  • show: Show details of a single Neutron extension by alias.

orca extension list

List enabled Neutron extensions.

Usage:

orca extension 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 extension show

Show details of a single Neutron extension by alias.

Usage:

orca extension show [OPTIONS] ALIAS

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