blob: 42300f41d311edad30abbe1a6848c0c4c77da032 [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'
Oleksandr Shyshkod96a0992019-03-29 11:18:25 +000029 secure_proxy_ssl_header: HTTP_X_FORWARDED_PROTO
Ales Komarek880f02f2016-01-25 13:19:23 +010030 bind:
31 private_address: 127.0.0.1
32 public_address: 127.0.0.1
33 public_name: 127.0.0.1
34 novncproxy_port: 6080
35 database:
36 engine: mysql
37 host: localhost
38 port: 3306
39 name: nova
40 user: nova
41 password: password
obryndziif7957912019-01-31 00:55:56 +000042 idle_timeout: 180
43 min_pool_size: 100
44 max_pool_size: 700
45 max_overflow: 100
46 retry_interval: 5
47 max_retries: '-1'
48 db_max_retries: 3
49 db_retry_interval: 1
50 connection_debug: 10
51 pool_timeout: 120
Ales Komarek880f02f2016-01-25 13:19:23 +010052 identity:
53 engine: keystone
Jakub Pavlik79021262016-03-09 14:53:53 +010054 region: RegionOne
Ales Komarek880f02f2016-01-25 13:19:23 +010055 host: 127.0.0.1
56 port: 35357
57 user: nova
58 password: password
59 tenant: service
vgusevddf130b2018-02-16 16:43:30 +040060 logging:
61 log_appender: false
62 log_handlers:
63 watchedfile:
64 enabled: true
65 fluentd:
66 enabled: false
67 ossyslog:
68 enabled: false
Ales Komarek880f02f2016-01-25 13:19:23 +010069 message_queue:
70 engine: rabbitmq
71 host: 127.0.0.1
72 port: 5672
73 user: openstack
74 password: password
75 virtual_host: '/openstack'
76 glance:
77 host: 127.0.0.1
78 port: 9292
79 network:
80 engine: neutron
Jakub Pavlik79021262016-03-09 14:53:53 +010081 region: RegionOne
Ales Komarek880f02f2016-01-25 13:19:23 +010082 host: 127.0.0.1
83 port: 9696
84 mtu: 1500
Petr Michalec5f41e6e2017-04-10 10:18:12 +020085 password: password
Ales Komarek880f02f2016-01-25 13:19:23 +010086 metadata:
87 password: password
88 cache:
89 engine: memcached
Dmitry Ukov25b53072019-02-05 16:56:50 +040090 expiration_time: 600
91 backend_argument:
92 memcached_expire_time:
93 value: 660
Ales Komarek880f02f2016-01-25 13:19:23 +010094 members:
95 - host: 127.0.0.1
96 port: 11211
Oleksandr Bryndziibb8abfe2018-09-28 22:21:43 +000097 security:
98 enabled: true
99 strategy: ENCRYPT
100 secret_key: secret
sgarbuzcc02c7f2018-10-25 14:29:30 +0300101 consoleauth:
102 token_ttl: 600
Dmitry Ukov3562a082017-05-04 00:00:48 +0400103 policy:
Kirill Bespalovd9d59542017-06-30 00:10:33 +0300104 'context_is_admin': 'role:admin or role:administrator'
Dmitry Ukov3562a082017-05-04 00:00:48 +0400105 'compute:create': 'rule:admin_or_owner'
106 'compute:create:attach_network':
Machi Hoshinoe2b3cb32018-12-12 10:14:23 +0800107 reclaim_instance_interval: 60
Vasyl Saienko29656ce2018-03-03 05:27:59 +0200108apache:
109 server:
110 enabled: true
111 default_mpm: event
112 mpm:
113 prefork:
114 enabled: true
115 servers:
116 start: 5
117 spare:
118 min: 2
119 max: 10
120 max_requests: 0
121 max_clients: 20
122 limit: 20