blob: f6b51cbaf916f0012b763b9a59a3f1684422d0f3 [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
obryndzii2ea61412019-01-31 00:55:56 +000039 idle_timeout: 180
40 min_pool_size: 100
41 max_pool_size: 700
42 max_overflow: 100
43 retry_interval: 5
44 max_retries: '-1'
45 db_max_retries: 3
46 db_retry_interval: 1
47 connection_debug: 10
48 pool_timeout: 120
Ales Komarek880f02f2016-01-25 13:19:23 +010049 identity:
50 engine: keystone
Jakub Pavlik79021262016-03-09 14:53:53 +010051 region: RegionOne
Ales Komarek880f02f2016-01-25 13:19:23 +010052 host: 127.0.0.1
53 port: 35357
54 user: nova
55 password: password
56 tenant: service
vgusevddf130b2018-02-16 16:43:30 +040057 logging:
58 log_appender: false
59 log_handlers:
60 watchedfile:
61 enabled: true
62 fluentd:
63 enabled: false
64 ossyslog:
65 enabled: false
Ales Komarek880f02f2016-01-25 13:19:23 +010066 message_queue:
67 engine: rabbitmq
68 host: 127.0.0.1
69 port: 5672
70 user: openstack
71 password: password
72 virtual_host: '/openstack'
73 glance:
74 host: 127.0.0.1
75 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 password: password
Ales Komarek880f02f2016-01-25 13:19:23 +010083 metadata:
84 password: password
85 cache:
86 engine: memcached
Dmitry Ukov5da484b2019-02-05 16:56:50 +040087 expiration_time: 600
88 backend_argument:
89 memcached_expire_time:
90 value: 660
Ales Komarek880f02f2016-01-25 13:19:23 +010091 members:
92 - host: 127.0.0.1
93 port: 11211
Oleksandr Bryndziibb8abfe2018-09-28 22:21:43 +000094 security:
95 enabled: true
96 strategy: ENCRYPT
97 secret_key: secret
sgarbuzcc02c7f2018-10-25 14:29:30 +030098 consoleauth:
99 token_ttl: 600
Dmitry Ukov3562a082017-05-04 00:00:48 +0400100 policy:
Kirill Bespalovd9d59542017-06-30 00:10:33 +0300101 'context_is_admin': 'role:admin or role:administrator'
Dmitry Ukov3562a082017-05-04 00:00:48 +0400102 'compute:create': 'rule:admin_or_owner'
103 'compute:create:attach_network':
Machi Hoshinoe2b3cb32018-12-12 10:14:23 +0800104 reclaim_instance_interval: 60
Vasyl Saienko29656ce2018-03-03 05:27:59 +0200105apache:
106 server:
107 enabled: true
108 default_mpm: event
109 mpm:
110 prefork:
111 enabled: true
112 servers:
113 start: 5
114 spare:
115 min: 2
116 max: 10
117 max_requests: 0
118 max_clients: 20
119 limit: 20