
These options creates more issues than they are solving. Removing `admin-user`, `admin-role`, and `service-tenant` to ensure a standard sunbeam deployment. Rename the `Admin` to the default [1]` admin` role. 1: https://docs.openstack.org/keystone/2024.1/admin/service-api-protection.html Change-Id: I93f3b754e4aca2cc71b0e408555c6d937a9d4e04
40 lines
1.0 KiB
YAML
40 lines
1.0 KiB
YAML
# Copyright 2021 Canonical Ltd.
|
|
# See LICENSE file for licensing details.
|
|
#
|
|
options:
|
|
debug:
|
|
default: False
|
|
description: Enable debug logging.
|
|
type: boolean
|
|
log-level:
|
|
default: WARNING
|
|
type: string
|
|
description: Log level (WARNING, INFO, DEBUG, ERROR)
|
|
|
|
region:
|
|
default: RegionOne
|
|
description: Name of the OpenStack region
|
|
type: string
|
|
|
|
catalog-cache-expiration:
|
|
type: int
|
|
default: 60
|
|
description: Amount of time (in seconds) the catalog should be cached for.
|
|
dogpile-cache-expiration:
|
|
type: int
|
|
default: 60
|
|
description: |
|
|
Amount of time (in seconds) to cache items in the dogpile.cache. This only applies
|
|
to cached methods that do not have an explicitly defined cache expiration time.
|
|
|
|
identity-backend:
|
|
type: string
|
|
default: "sql"
|
|
description: |
|
|
Keystone identity backend, valid options are sql and pam
|
|
|
|
enable-telemetry-notifications:
|
|
type: boolean
|
|
default: False
|
|
description: Enable notifications to send to telemetry.
|