blob: 397d659e9edf2867070c1274856c96961fb9ce37 [file] [log] [blame]
Ales Komarek880f02f2016-01-25 13:19:23 +01001nova:
2 controller:
3 enabled: true
4 networking: default
Vasyl Saienko29656ce2018-03-03 05:27:59 +02005 version: pike
Ales Komarek880f02f2016-01-25 13:19:23 +01006 vncproxy_url: 127.0.0.1
maxstack39e6aca2016-05-04 13:50:13 +00007 vnc_keymap: en-gb
Ales Komarek880f02f2016-01-25 13:19:23 +01008 security_group: false
9 dhcp_domain: novalocal
10 scheduler_default_filters: "DifferentHostFilter,RetryFilter,AvailabilityZoneFilter,RamFilter,CoreFilter,DiskFilter,ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter"
11 cpu_allocation_ratio: 16.0
12 ram_allocation_ratio: 1.5
Jiri Konecny9344a372016-03-21 19:25:48 +010013 disk_allocation_ratio: 1.0
Jiri Konecnyb5a80e42016-03-22 11:51:01 +010014 workers: 8
Ales Komarek880f02f2016-01-25 13:19:23 +010015 bind:
16 private_address: 127.0.0.1
17 public_address: 127.0.0.1
18 public_name: 127.0.0.1
19 novncproxy_port: 6080
20 database:
21 engine: mysql
22 host: 127.0.0.1
23 port: 3306
24 name: nova
25 user: nova
26 password: password
obryndziif7957912019-01-31 00:55:56 +000027 idle_timeout: 180
28 min_pool_size: 100
29 max_pool_size: 700
30 max_overflow: 100
31 retry_interval: 5
32 max_retries: '-1'
33 db_max_retries: 3
34 db_retry_interval: 1
35 connection_debug: 10
36 pool_timeout: 120
Ales Komarek880f02f2016-01-25 13:19:23 +010037 identity:
38 engine: keystone
Jakub Pavlik79021262016-03-09 14:53:53 +010039 region: RegionOne
Ales Komarek880f02f2016-01-25 13:19:23 +010040 host: 127.0.0.1
41 port: 35357
42 user: nova
43 password: password
44 tenant: service
vgusevddf130b2018-02-16 16:43:30 +040045 logging:
Michael Polenchukf37e5b62018-11-28 17:55:45 +040046 log_appender: true
vgusevddf130b2018-02-16 16:43:30 +040047 log_handlers:
48 watchedfile:
49 enabled: true
50 fluentd:
Michael Polenchukf37e5b62018-11-28 17:55:45 +040051 enabled: true
vgusevddf130b2018-02-16 16:43:30 +040052 ossyslog:
Michael Polenchukf37e5b62018-11-28 17:55:45 +040053 enabled: true
Ales Komarek880f02f2016-01-25 13:19:23 +010054 message_queue:
55 engine: rabbitmq
Jiri Konecnye31f2c52016-04-14 17:16:02 +020056 members:
57 - host: 127.0.0.1
58 - host: 127.0.1.1
59 - host: 127.0.2.1
Ales Komarek880f02f2016-01-25 13:19:23 +010060 user: openstack
61 password: password
62 virtual_host: '/openstack'
Ales Komarek880f02f2016-01-25 13:19:23 +010063 glance:
Kirill Bespalovd9d59542017-06-30 00:10:33 +030064 host:
Ales Komarek880f02f2016-01-25 13:19:23 +010065 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 user: nova
73 password: password
74 tenant: service
Ales Komarek880f02f2016-01-25 13:19:23 +010075 metadata:
76 password: metadata
Petr Michalecaa23dc02016-11-29 16:30:25 +010077 audit:
78 filter_factory: 'keystonemiddleware.audit:filter_factory'
79 map_file: '/etc/pycadf/nova_api_audit_map.conf'
Dmitry Ukov3562a082017-05-04 00:00:48 +040080 policy:
Kirill Bespalovd9d59542017-06-30 00:10:33 +030081 'context_is_admin': 'role:admin or role:administrator'
Dmitry Ukov3562a082017-05-04 00:00:48 +040082 'compute:create': 'rule:admin_or_owner'
83 'compute:create:attach_network':
Dmitry Stremkovskiy91f45852017-07-18 16:22:31 +030084 upgrade_levels:
85 compute: liberty
Oleg Iurchenko370c10d2017-10-19 14:03:37 +030086 barbican:
87 enabled: true
sgarbuzcc02c7f2018-10-25 14:29:30 +030088 consoleauth:
89 token_ttl: 600
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
106 site:
107 nova_placement:
108 enabled: false
109 available: true
110 type: wsgi
111 name: nova_placement
112 wsgi:
113 daemon_process: nova-placement
114 processes: 5
115 threads: 1
116 user: nova
117 group: nova
118 display_name: '%{GROUP}'
119 script_alias: '/ /usr/bin/nova-placement-api'
120 application_group: '%{GLOBAL}'
121 authorization: 'On'
122 limits:
123 request_body: 114688
124 host:
125 address: 127.0.0.1
126 name: 127.0.0.1
127 port: 8778