sunbeam-charms/charms/nova-k8s/config.yaml
Billy Olsen f1a02a2674 Add cloud-compute relation for relating to compute nodes
Adds the cloud-compute relation and fixes up cell creation when relating
to compute nodes.

Signed-off-by: Billy Olsen <billy.olsen@gmail.com>
2022-04-17 19:25:47 -07:00

28 lines
762 B
YAML

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