forked from openstack-charmers/charm-neutron-operator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
27 lines (27 loc) · 771 Bytes
/
config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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 neutron image provider.
type: string
os-internal-hostname:
default:
description: |
The hostname or address of the internal endpoints that should be advertised
in the neutron image provider.
type: string
os-public-hostname:
default:
description: |
The hostname or address of the internal endpoints that should be advertised
in the neutron image provider.
type: string
region:
default: RegionOne
description: Space delimited list of OpenStack regions
type: string