blob: ab37b5f8a410f343c3564e3053116e8f6c50ed64 [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
Ales Komarek880f02f2016-01-25 13:19:23 +010016 bind:
17 private_address: 127.0.0.1
18 public_address: 127.0.0.1
19 public_name: 127.0.0.1
20 novncproxy_port: 6080
21 database:
22 engine: mysql
23 host: 127.0.0.1
24 port: 3306
25 name: nova
26 user: nova
27 password: password
obryndziif7957912019-01-31 00:55:56 +000028 idle_timeout: 180
29 min_pool_size: 100
30 max_pool_size: 700
31 max_overflow: 100
32 retry_interval: 5
33 max_retries: '-1'
34 db_max_retries: 3
35 db_retry_interval: 1
36 connection_debug: 10
37 pool_timeout: 120
Ales Komarek880f02f2016-01-25 13:19:23 +010038 identity:
39 engine: keystone
Jakub Pavlik79021262016-03-09 14:53:53 +010040 region: RegionOne
Ales Komarek880f02f2016-01-25 13:19:23 +010041 host: 127.0.0.1
42 port: 35357
43 user: nova
44 password: password
45 tenant: service
vgusevddf130b2018-02-16 16:43:30 +040046 logging:
Michael Polenchukf37e5b62018-11-28 17:55:45 +040047 log_appender: true
vgusevddf130b2018-02-16 16:43:30 +040048 log_handlers:
49 watchedfile:
50 enabled: true
51 fluentd:
Michael Polenchukf37e5b62018-11-28 17:55:45 +040052 enabled: true
vgusevddf130b2018-02-16 16:43:30 +040053 ossyslog:
Michael Polenchukf37e5b62018-11-28 17:55:45 +040054 enabled: true
Ales Komarek880f02f2016-01-25 13:19:23 +010055 message_queue:
56 engine: rabbitmq
Jiri Konecnye31f2c52016-04-14 17:16:02 +020057 members:
58 - host: 127.0.0.1
59 - host: 127.0.1.1
60 - host: 127.0.2.1
Ales Komarek880f02f2016-01-25 13:19:23 +010061 user: openstack
62 password: password
63 virtual_host: '/openstack'
Ales Komarek880f02f2016-01-25 13:19:23 +010064 glance:
Kirill Bespalovd9d59542017-06-30 00:10:33 +030065 host:
Ales Komarek880f02f2016-01-25 13:19:23 +010066 port: 9292
67 network:
68 engine: neutron
Jakub Pavlik79021262016-03-09 14:53:53 +010069 region: RegionOne
Ales Komarek880f02f2016-01-25 13:19:23 +010070 host: 127.0.0.1
71 port: 9696
72 mtu: 1500
Petr Michalec5f41e6e2017-04-10 10:18:12 +020073 user: nova
74 password: password
75 tenant: service
Ales Komarek880f02f2016-01-25 13:19:23 +010076 metadata:
77 password: metadata
Petr Michalecaa23dc02016-11-29 16:30:25 +010078 audit:
79 filter_factory: 'keystonemiddleware.audit:filter_factory'
80 map_file: '/etc/pycadf/nova_api_audit_map.conf'
Dmitry Ukov3562a082017-05-04 00:00:48 +040081 policy:
Kirill Bespalovd9d59542017-06-30 00:10:33 +030082 'context_is_admin': 'role:admin or role:administrator'
Dmitry Ukov3562a082017-05-04 00:00:48 +040083 'compute:create': 'rule:admin_or_owner'
84 'compute:create:attach_network':
Dmitry Stremkovskiy91f45852017-07-18 16:22:31 +030085 upgrade_levels:
86 compute: liberty
Oleg Iurchenko370c10d2017-10-19 14:03:37 +030087 barbican:
88 enabled: true
sgarbuzcc02c7f2018-10-25 14:29:30 +030089 consoleauth:
90 token_ttl: 600
Machi Hoshinoe2b3cb32018-12-12 10:14:23 +080091 reclaim_instance_interval: 60
Vasyl Saienko29656ce2018-03-03 05:27:59 +020092apache:
93 server:
94 enabled: true
95 default_mpm: event
96 mpm:
97 prefork:
98 enabled: true
99 servers:
100 start: 5
101 spare:
102 min: 2
103 max: 10
104 max_requests: 0
105 max_clients: 20
106 limit: 20
107 site:
108 nova_placement:
109 enabled: false
110 available: true
111 type: wsgi
112 name: nova_placement
113 wsgi:
114 daemon_process: nova-placement
115 processes: 5
116 threads: 1
117 user: nova
118 group: nova
119 display_name: '%{GROUP}'
120 script_alias: '/ /usr/bin/nova-placement-api'
121 application_group: '%{GLOBAL}'
122 authorization: 'On'
123 limits:
124 request_body: 114688
125 host:
126 address: 127.0.0.1
127 name: 127.0.0.1
128 port: 8778