blob: 443e821a66a4d62d6a650abefa4dbb02e5fedda7 [file] [log] [blame]
Ales Komarek880f02f2016-01-25 13:19:23 +01001nova:
2 controller:
3 enabled: true
4 networking: contrail
Michael Polenchuk2bce2cb2018-09-17 16:05:43 +04005 version: queens
Ales Komarek880f02f2016-01-25 13:19:23 +01006 security_group: false
7 vncproxy_url: 127.0.0.1
maxstack39e6aca2016-05-04 13:50:13 +00008 vnc_keymap: en-gb
Ales Komarek880f02f2016-01-25 13:19:23 +01009 dhcp_domain: novalocal
Michael Polenchuk2bce2cb2018-09-17 16:05:43 +040010 scheduler_default_filters:
11 - DifferentHostFilter
12 - RetryFilter
13 - AvailabilityZoneFilter
14 - RamFilter
15 - CoreFilter
16 - DiskFilter
17 - ComputeFilter
18 - ComputeCapabilitiesFilter
19 - ImagePropertiesFilter
20 - ServerGroupAntiAffinityFilter
21 - ServerGroupAffinityFilter
Ales Komarek880f02f2016-01-25 13:19:23 +010022 cpu_allocation_ratio: 16.0
23 ram_allocation_ratio: 1.5
Jiri Konecny9344a372016-03-21 19:25:48 +010024 disk_allocation_ratio: 1.0
Jiri Konecnyb5a80e42016-03-22 11:51:01 +010025 workers: 8
Martin Polreichb8f389f2018-08-29 10:48:45 +020026 nfs_mount_options: 'vers=3,lookupcache=pos'
Ales Komarek880f02f2016-01-25 13:19:23 +010027 bind:
28 private_address: 127.0.0.1
29 public_address: 127.0.0.1
30 public_name: 127.0.0.1
31 novncproxy_port: 6080
32 database:
33 engine: mysql
34 host: localhost
35 port: 3306
36 name: nova
37 user: nova
38 password: password
39 identity:
40 engine: keystone
Jakub Pavlik79021262016-03-09 14:53:53 +010041 region: RegionOne
Ales Komarek880f02f2016-01-25 13:19:23 +010042 host: 127.0.0.1
43 port: 35357
44 user: nova
45 password: password
46 tenant: service
vgusevddf130b2018-02-16 16:43:30 +040047 logging:
48 log_appender: false
49 log_handlers:
50 watchedfile:
51 enabled: true
52 fluentd:
53 enabled: false
54 ossyslog:
55 enabled: false
Ales Komarek880f02f2016-01-25 13:19:23 +010056 message_queue:
57 engine: rabbitmq
58 host: 127.0.0.1
59 port: 5672
60 user: openstack
61 password: password
62 virtual_host: '/openstack'
63 glance:
64 host: 127.0.0.1
65 port: 9292
66 network:
67 engine: neutron
Jakub Pavlik79021262016-03-09 14:53:53 +010068 region: RegionOne
Ales Komarek880f02f2016-01-25 13:19:23 +010069 host: 127.0.0.1
70 port: 9696
71 mtu: 1500
Petr Michalec5f41e6e2017-04-10 10:18:12 +020072 password: password
Ales Komarek880f02f2016-01-25 13:19:23 +010073 metadata:
74 password: password
75 cache:
76 engine: memcached
77 members:
78 - host: 127.0.0.1
79 port: 11211
Oleksandr Bryndziibb8abfe2018-09-28 22:21:43 +000080 security:
81 enabled: true
82 strategy: ENCRYPT
83 secret_key: secret
sgarbuzcc02c7f2018-10-25 14:29:30 +030084 consoleauth:
85 token_ttl: 600
Dmitry Ukov3562a082017-05-04 00:00:48 +040086 policy:
Kirill Bespalovd9d59542017-06-30 00:10:33 +030087 'context_is_admin': 'role:admin or role:administrator'
Dmitry Ukov3562a082017-05-04 00:00:48 +040088 'compute:create': 'rule:admin_or_owner'
89 'compute:create:attach_network':
Machi Hoshinoe2b3cb32018-12-12 10:14:23 +080090 reclaim_instance_interval: 60
Vasyl Saienko29656ce2018-03-03 05:27:59 +020091apache:
92 server:
93 enabled: true
94 default_mpm: event
95 mpm:
96 prefork:
97 enabled: true
98 servers:
99 start: 5
100 spare:
101 min: 2
102 max: 10
103 max_requests: 0
104 max_clients: 20
105 limit: 20