Skip to content

orca service

Manage Keystone services.

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

orca service

Manage Keystone services (service catalog).

Usage:

orca service [OPTIONS] COMMAND [ARGS]...

Options:

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

Subcommands

  • create: Create a Keystone service.
  • delete: Delete a Keystone service.
  • list: List Keystone services.
  • set: Update a Keystone service.
  • show: Show service details.

orca service create

Create a Keystone service.

Accepts the service name as either a positional argument (orca service create my-svc --type ...) — matching the user / project / domain / role / group CRUDs — or via the legacy --name flag.

Usage:

orca service create [OPTIONS] [NAME]

Options:

Name Type Description Default
--name text Service name (alternative to the positional argument). None
--type text Service type (e.g. identity, compute). Sentinel.UNSET
--description text Service description. None
--enable / --disable boolean Enable or disable the service. True
--help boolean Show this message and exit. False

orca service delete

Delete a Keystone service.

Usage:

orca service delete [OPTIONS] SERVICE_ID

Options:

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

orca service list

List Keystone services.

Usage:

orca service list [OPTIONS]

Options:

Name Type Description Default
--type text Filter by service type. 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 service set

Update a Keystone service.

Usage:

orca service set [OPTIONS] SERVICE_ID

Options:

Name Type Description Default
--name text New name. None
--type text New type. None
--description text New description. None
--enable / --disable boolean Enable or disable. None
--help boolean Show this message and exit. False

orca service show

Show service details.

Usage:

orca service show [OPTIONS] SERVICE_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