blob: 16a9cc28195e7adf5ad3c9e5026a640e5db076fc [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
Ales Komarek880f02f2016-01-25 13:19:23 +010017 bind:
18 private_address: 127.0.0.1
19 public_address: 127.0.0.1
20 public_name: 127.0.0.1
21 novncproxy_port: 6080
22 database:
23 engine: mysql
24 host: 127.0.0.1
25 port: 3306
26 name: nova
27 user: nova
28 password: password
obryndziif7957912019-01-31 00:55:56 +000029 idle_timeout: 180
30 min_pool_size: 100
31 max_pool_size: 700
32 max_overflow: 100
33 retry_interval: 5
34 max_retries: '-1'
35 db_max_retries: 3
36 db_retry_interval: 1
37 connection_debug: 10
38 pool_timeout: 120
Ales Komarek880f02f2016-01-25 13:19:23 +010039 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
Oleksandr Bryndzii6d821f52019-02-20 15:51:15 +020047 service_user:
48 enabled: True
49 user_domain_id: default
50 project_domain_id: default
51 project_name: service
52 username: nova
53 password: pswd
54
vgusevddf130b2018-02-16 16:43:30 +040055 logging:
Michael Polenchukf37e5b62018-11-28 17:55:45 +040056 log_appender: true
vgusevddf130b2018-02-16 16:43:30 +040057 log_handlers:
58 watchedfile:
59 enabled: true
60 fluentd:
Michael Polenchukf37e5b62018-11-28 17:55:45 +040061 enabled: true
vgusevddf130b2018-02-16 16:43:30 +040062 ossyslog:
Michael Polenchukf37e5b62018-11-28 17:55:45 +040063 enabled: true
Ales Komarek880f02f2016-01-25 13:19:23 +010064 message_queue:
65 engine: rabbitmq
Jiri Konecnye31f2c52016-04-14 17:16:02 +020066 members:
67 - host: 127.0.0.1
68 - host: 127.0.1.1
69 - host: 127.0.2.1
Ales Komarek880f02f2016-01-25 13:19:23 +010070 user: openstack
71 password: password
72 virtual_host: '/openstack'
Ales Komarek880f02f2016-01-25 13:19:23 +010073 glance:
Kirill Bespalovd9d59542017-06-30 00:10:33 +030074 host:
Ales Komarek880f02f2016-01-25 13:19:23 +010075 port: 9292
76 network:
77 engine: neutron
Jakub Pavlik79021262016-03-09 14:53:53 +010078 region: RegionOne
Ales Komarek880f02f2016-01-25 13:19:23 +010079 host: 127.0.0.1
80 port: 9696
81 mtu: 1500
Petr Michalec5f41e6e2017-04-10 10:18:12 +020082 user: nova
83 password: password
84 tenant: service
Ales Komarek880f02f2016-01-25 13:19:23 +010085 metadata:
86 password: metadata
Petr Michalecaa23dc02016-11-29 16:30:25 +010087 audit:
88 filter_factory: 'keystonemiddleware.audit:filter_factory'
89 map_file: '/etc/pycadf/nova_api_audit_map.conf'
Dmitry Ukov3562a082017-05-04 00:00:48 +040090 policy:
Kirill Bespalovd9d59542017-06-30 00:10:33 +030091 'context_is_admin': 'role:admin or role:administrator'
Dmitry Ukov3562a082017-05-04 00:00:48 +040092 'compute:create': 'rule:admin_or_owner'
93 'compute:create:attach_network':
Dmitry Stremkovskiy91f45852017-07-18 16:22:31 +030094 upgrade_levels:
95 compute: liberty
Oleg Iurchenko370c10d2017-10-19 14:03:37 +030096 barbican:
97 enabled: true
sgarbuzcc02c7f2018-10-25 14:29:30 +030098 consoleauth:
99 token_ttl: 600
Machi Hoshinoe2b3cb32018-12-12 10:14:23 +0800100 reclaim_instance_interval: 60
Oleksandr Bryndzii6af347b2019-04-23 15:34:42 +0300101 configmap:
102 quota:
103 instances: 10
104 cores: 20
105 ram: 51200
106 metadata_items: 128
107 injected_files: 5
108 injected_file_content_bytes: 10240
109 injected_file_path_length: 255
110 key_pairs: 100
111 server_groups: 10
112 server_group_members: 10
113 reservation_expire: 86400
114 until_refresh: 0
115 max_age: 0
Vasyl Saienko29656ce2018-03-03 05:27:59 +0200116apache:
117 server:
118 enabled: true
119 default_mpm: event
120 mpm:
121 prefork:
122 enabled: true
123 servers:
124 start: 5
125 spare:
126 min: 2
127 max: 10
128 max_requests: 0
129 max_clients: 20
130 limit: 20
131 site:
132 nova_placement:
133 enabled: false
134 available: true
135 type: wsgi
136 name: nova_placement
137 wsgi:
138 daemon_process: nova-placement
139 processes: 5
140 threads: 1
141 user: nova
142 group: nova
143 display_name: '%{GROUP}'
144 script_alias: '/ /usr/bin/nova-placement-api'
145 application_group: '%{GLOBAL}'
146 authorization: 'On'
147 limits:
148 request_body: 114688
149 host:
150 address: 127.0.0.1
151 name: 127.0.0.1
152 port: 8778