
tempest-k8s: add region configuration option, take first from the given list as endpoint tempest-k8s: take first from list as endpoint keystone-k8s: allow listing endpoints by region Change-Id: I629a33c6a3a1579d94d3add5358a9547eebc2f9e
27 lines
782 B
YAML
27 lines
782 B
YAML
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: Name of the OpenStack region
|
|
type: string
|