c772c03d5c
Add traefik charm libs for ingress via traefik Signed-off-by: Billy Olsen <billy.olsen@gmail.com>
28 lines
775 B
YAML
28 lines
775 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 placement image provider.
|
|
type: string
|
|
os-internal-hostname:
|
|
default:
|
|
description: |
|
|
The hostname or address of the internal endpoints that should be advertised
|
|
in the placement image provider.
|
|
type: string
|
|
os-public-hostname:
|
|
default:
|
|
description: |
|
|
The hostname or address of the public endpoints that should be advertised
|
|
in the placement image provider.
|
|
type: string
|
|
region:
|
|
default: RegionOne
|
|
description: Space delimited list of OpenStack regions
|
|
type: string
|