4a473da7fe
Currently the heat charm instance runs heat-api and heat-engine services or heat-api-cfn or heat-engine services. Change heat charm to deploy heat-api, heat-api-cfn, heat-engine containers. Change the ingress relation to use traefik-route interface instead of ingress interface so that the traefik configuration for heat-api and heat-api-cfn serive can be written by charm. Add heat-api-cfn pebble container handler and update service endpoints accordingly. Remove heat-config interface and corresponding handlers. Change-Id: I391f8d4ffefcebdb2423fcc1947590ca906d711a
28 lines
798 B
YAML
28 lines
798 B
YAML
options:
|
|
debug:
|
|
default: False
|
|
description: Enable debug logging.
|
|
type: boolean
|
|
os-admin-hostname:
|
|
default: heat.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: heat.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: heat.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
|