blob: 0bbfb063221672784a8b6bcb35efede59652fcdb [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
Vasyl Saienko2adac3f2019-02-18 12:32:52 +020015 instance_build_timeout: 600
Oleksandr Shyshkod96a0992019-03-29 11:18:25 +000016 secure_proxy_ssl_header: HTTP_X_FORWARDED_PROTO
Dzmitry Stremkouski781f59e2020-01-30 18:29:29 +010017 use_cow_images: False
18 force_raw_images: True
19 snapshot_image_format: qcow2
20 images_type: default
Ales Komarek880f02f2016-01-25 13:19:23 +010021 bind:
22 private_address: 127.0.0.1
23 public_address: 127.0.0.1
24 public_name: 127.0.0.1
25 novncproxy_port: 6080
26 database:
27 engine: mysql
28 host: 127.0.0.1
29 port: 3306
30 name: nova
31 user: nova
32 password: password
obryndziif7957912019-01-31 00:55:56 +000033 idle_timeout: 180
34 min_pool_size: 100
35 max_pool_size: 700
36 max_overflow: 100
37 retry_interval: 5
38 max_retries: '-1'
39 db_max_retries: 3
40 db_retry_interval: 1
41 connection_debug: 10
42 pool_timeout: 120
Ales Komarek880f02f2016-01-25 13:19:23 +010043 identity:
44 engine: keystone
Jakub Pavlik79021262016-03-09 14:53:53 +010045 region: RegionOne
Ales Komarek880f02f2016-01-25 13:19:23 +010046 host: 127.0.0.1
47 port: 35357
48 user: nova
49 password: password
50 tenant: service
Oleksandr Bryndzii6d821f52019-02-20 15:51:15 +020051 service_user:
52 enabled: True
53 user_domain_id: default
54 project_domain_id: default
55 project_name: service
56 username: nova
57 password: pswd
58
vgusevddf130b2018-02-16 16:43:30 +040059 logging:
Michael Polenchukf37e5b62018-11-28 17:55:45 +040060 log_appender: true
vgusevddf130b2018-02-16 16:43:30 +040061 log_handlers:
62 watchedfile:
63 enabled: true
64 fluentd:
Michael Polenchukf37e5b62018-11-28 17:55:45 +040065 enabled: true
vgusevddf130b2018-02-16 16:43:30 +040066 ossyslog:
Michael Polenchukf37e5b62018-11-28 17:55:45 +040067 enabled: true
Ales Komarek880f02f2016-01-25 13:19:23 +010068 message_queue:
69 engine: rabbitmq
Jiri Konecnye31f2c52016-04-14 17:16:02 +020070 members:
71 - host: 127.0.0.1
72 - host: 127.0.1.1
73 - host: 127.0.2.1
Ales Komarek880f02f2016-01-25 13:19:23 +010074 user: openstack
75 password: password
76 virtual_host: '/openstack'
Ales Komarek880f02f2016-01-25 13:19:23 +010077 glance:
Kirill Bespalovd9d59542017-06-30 00:10:33 +030078 host:
Ales Komarek880f02f2016-01-25 13:19:23 +010079 port: 9292
80 network:
81 engine: neutron
Jakub Pavlik79021262016-03-09 14:53:53 +010082 region: RegionOne
Ales Komarek880f02f2016-01-25 13:19:23 +010083 host: 127.0.0.1
84 port: 9696
85 mtu: 1500
Petr Michalec5f41e6e2017-04-10 10:18:12 +020086 user: nova
87 password: password
88 tenant: service
Ales Komarek880f02f2016-01-25 13:19:23 +010089 metadata:
90 password: metadata
Petr Michalecaa23dc02016-11-29 16:30:25 +010091 audit:
92 filter_factory: 'keystonemiddleware.audit:filter_factory'
93 map_file: '/etc/pycadf/nova_api_audit_map.conf'
Dmitry Ukov3562a082017-05-04 00:00:48 +040094 policy:
Kirill Bespalovd9d59542017-06-30 00:10:33 +030095 'context_is_admin': 'role:admin or role:administrator'
Dmitry Ukov3562a082017-05-04 00:00:48 +040096 'compute:create': 'rule:admin_or_owner'
97 'compute:create:attach_network':
Dmitry Stremkovskiy91f45852017-07-18 16:22:31 +030098 upgrade_levels:
99 compute: liberty
Oleg Iurchenko370c10d2017-10-19 14:03:37 +0300100 barbican:
101 enabled: true
sgarbuzcc02c7f2018-10-25 14:29:30 +0300102 consoleauth:
103 token_ttl: 600
Machi Hoshinoe2b3cb32018-12-12 10:14:23 +0800104 reclaim_instance_interval: 60
Oleksandr Bryndzii6af347b2019-04-23 15:34:42 +0300105 configmap:
106 quota:
107 instances: 10
108 cores: 20
109 ram: 51200
110 metadata_items: 128
111 injected_files: 5
112 injected_file_content_bytes: 10240
113 injected_file_path_length: 255
114 key_pairs: 100
115 server_groups: 10
116 server_group_members: 10
117 reservation_expire: 86400
118 until_refresh: 0
119 max_age: 0
Vasyl Saienko29656ce2018-03-03 05:27:59 +0200120apache:
121 server:
122 enabled: true
123 default_mpm: event
124 mpm:
125 prefork:
126 enabled: true
127 servers:
128 start: 5
129 spare:
130 min: 2
131 max: 10
132 max_requests: 0
133 max_clients: 20
134 limit: 20
135 site:
136 nova_placement:
137 enabled: false
138 available: true
139 type: wsgi
140 name: nova_placement
141 wsgi:
142 daemon_process: nova-placement
143 processes: 5
144 threads: 1
145 user: nova
146 group: nova
147 display_name: '%{GROUP}'
148 script_alias: '/ /usr/bin/nova-placement-api'
149 application_group: '%{GLOBAL}'
150 authorization: 'On'
151 limits:
152 request_body: 114688
153 host:
154 address: 127.0.0.1
155 name: 127.0.0.1
156 port: 8778