blob: 114aee86453d82ff25246daa3567f66eb14dd876 [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
Mykyta Karpin5ef9f982019-02-07 18:40:00 +02006 timeout_nbd: 10
7 heal_instance_info_cache_interval: 60
Ales Komarek880f02f2016-01-25 13:19:23 +01008 security_group: false
9 vncproxy_url: 127.0.0.1
maxstack39e6aca2016-05-04 13:50:13 +000010 vnc_keymap: en-gb
Ales Komarek880f02f2016-01-25 13:19:23 +010011 dhcp_domain: novalocal
Michael Polenchuk2bce2cb2018-09-17 16:05:43 +040012 scheduler_default_filters:
13 - DifferentHostFilter
14 - RetryFilter
15 - AvailabilityZoneFilter
16 - RamFilter
17 - CoreFilter
18 - DiskFilter
19 - ComputeFilter
20 - ComputeCapabilitiesFilter
21 - ImagePropertiesFilter
22 - ServerGroupAntiAffinityFilter
23 - ServerGroupAffinityFilter
Ales Komarek880f02f2016-01-25 13:19:23 +010024 cpu_allocation_ratio: 16.0
25 ram_allocation_ratio: 1.5
Jiri Konecny9344a372016-03-21 19:25:48 +010026 disk_allocation_ratio: 1.0
Jiri Konecnyb5a80e42016-03-22 11:51:01 +010027 workers: 8
Martin Polreichb8f389f2018-08-29 10:48:45 +020028 nfs_mount_options: 'vers=3,lookupcache=pos'
Ales Komarek880f02f2016-01-25 13:19:23 +010029 bind:
30 private_address: 127.0.0.1
31 public_address: 127.0.0.1
32 public_name: 127.0.0.1
33 novncproxy_port: 6080
34 database:
35 engine: mysql
36 host: localhost
37 port: 3306
38 name: nova
39 user: nova
40 password: password
obryndziif7957912019-01-31 00:55:56 +000041 idle_timeout: 180
42 min_pool_size: 100
43 max_pool_size: 700
44 max_overflow: 100
45 retry_interval: 5
46 max_retries: '-1'
47 db_max_retries: 3
48 db_retry_interval: 1
49 connection_debug: 10
50 pool_timeout: 120
Ales Komarek880f02f2016-01-25 13:19:23 +010051 identity:
52 engine: keystone
Jakub Pavlik79021262016-03-09 14:53:53 +010053 region: RegionOne
Ales Komarek880f02f2016-01-25 13:19:23 +010054 host: 127.0.0.1
55 port: 35357
56 user: nova
57 password: password
58 tenant: service
vgusevddf130b2018-02-16 16:43:30 +040059 logging:
60 log_appender: false
61 log_handlers:
62 watchedfile:
63 enabled: true
64 fluentd:
65 enabled: false
66 ossyslog:
67 enabled: false
Ales Komarek880f02f2016-01-25 13:19:23 +010068 message_queue:
69 engine: rabbitmq
70 host: 127.0.0.1
71 port: 5672
72 user: openstack
73 password: password
74 virtual_host: '/openstack'
75 glance:
76 host: 127.0.0.1
77 port: 9292
78 network:
79 engine: neutron
Jakub Pavlik79021262016-03-09 14:53:53 +010080 region: RegionOne
Ales Komarek880f02f2016-01-25 13:19:23 +010081 host: 127.0.0.1
82 port: 9696
83 mtu: 1500
Petr Michalec5f41e6e2017-04-10 10:18:12 +020084 password: password
Ales Komarek880f02f2016-01-25 13:19:23 +010085 metadata:
86 password: password
87 cache:
88 engine: memcached
89 members:
90 - host: 127.0.0.1
91 port: 11211
Oleksandr Bryndziibb8abfe2018-09-28 22:21:43 +000092 security:
93 enabled: true
94 strategy: ENCRYPT
95 secret_key: secret
sgarbuzcc02c7f2018-10-25 14:29:30 +030096 consoleauth:
97 token_ttl: 600
Dmitry Ukov3562a082017-05-04 00:00:48 +040098 policy:
Kirill Bespalovd9d59542017-06-30 00:10:33 +030099 'context_is_admin': 'role:admin or role:administrator'
Dmitry Ukov3562a082017-05-04 00:00:48 +0400100 'compute:create': 'rule:admin_or_owner'
101 'compute:create:attach_network':
Machi Hoshinoe2b3cb32018-12-12 10:14:23 +0800102 reclaim_instance_interval: 60
Vasyl Saienko29656ce2018-03-03 05:27:59 +0200103apache:
104 server:
105 enabled: true
106 default_mpm: event
107 mpm:
108 prefork:
109 enabled: true
110 servers:
111 start: 5
112 spare:
113 min: 2
114 max: 10
115 max_requests: 0
116 max_clients: 20
117 limit: 20