-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathoverlay-options.yaml
More file actions
32 lines (32 loc) · 857 Bytes
/
Copy pathoverlay-options.yaml
File metadata and controls
32 lines (32 loc) · 857 Bytes
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
28
29
30
31
32
applications:
nova-cloud-controller:
options:
console-access-protocol: 'novnc'
cpu-allocation-ratio: 1.0
nova-compute:
options:
aa-profile-mode: enforce
reserved-host-memory: 1024
ceph-mon:
options:
# LP: #1929262
config-flags: '{"mon":{"auth allow insecure global id reclaim":"false"}}'
ceph-osd:
options:
aa-profile-mode: complain
openstack-dashboard:
options:
webroot: /
allow-password-autocompletion: true
ovn-chassis:
options:
bridge-interface-mappings: 'br-ex:enp2s0'
neutron-api-plugin-ovn:
options:
dns-servers: '8.8.8.8,8.8.4.4'
neutron-api:
options:
# https://github.com/openstack-charmers/openstack-bundles/pull/218/files
enable-ml2-port-security: true
enable-ml2-dns: true
dns-domain: 'openstack.internal.'