Skip to content

orca catalog

Print the Keystone service catalog.

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

orca catalog

List available service endpoints from the Keystone catalog.

Bare orca catalog keeps the historical behaviour (equivalent to orca catalog list); use orca catalog show <service> to drill into a specific service.

Usage:

orca catalog [OPTIONS] COMMAND [ARGS]...

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

Subcommands

  • list: List all service endpoints from the Keystone catalog (OSC parity).
  • show: Show all endpoints for a service (by name or type).

orca catalog list

List all service endpoints from the Keystone catalog (OSC parity).

Usage:

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

Show all endpoints for a service (by name or type).

Examples: orca catalog show compute orca catalog show nova orca catalog show identity

Usage:

orca catalog show [OPTIONS] SERVICE

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