sunbeam-charms/ops-sunbeam/shared_code/sunbeam_charm/{{cookiecutter.service_name}}/config.yaml
Hemanth Nakkina e924fa20db Cookiecutter changes
Changes in cookiecutter code.

Change-Id: I14963ac168834130f4072879fd165772fc295fd2
2023-08-07 10:54:00 +05:30

28 lines
822 B
YAML

options:
debug:
default: False
description: Enable debug logging.
type: boolean
os-admin-hostname:
default: glance.juju
description: |
The hostname or address of the admin endpoints that should be advertised
in the glance image provider.
type: string
os-internal-hostname:
default: glance.juju
description: |
The hostname or address of the internal endpoints that should be advertised
in the glance image provider.
type: string
os-public-hostname:
default: glance.juju
description: |
The hostname or address of the internal endpoints that should be advertised
in the glance image provider.
type: string
region:
default: RegionOne
description: Space delimited list of OpenStack regions
type: string