blob: eb91fd9a9afa28b67f89aac897cfb44e8d2613a4 [file] [log] [blame]
Ales Komarek880f02f2016-01-25 13:19:23 +01001nova:
2 controller:
3 enabled: true
4 networking: contrail
Vasyl Saienko29656ce2018-03-03 05:27:59 +02005 version: pike
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
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
Martin Polreichb8f389f2018-08-29 10:48:45 +020015 nfs_mount_options: 'vers=3,lookupcache=pos'
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: localhost
24 port: 3306
25 name: nova
26 user: nova
27 password: password
28 identity:
29 engine: keystone
Jakub Pavlik79021262016-03-09 14:53:53 +010030 region: RegionOne
Ales Komarek880f02f2016-01-25 13:19:23 +010031 host: 127.0.0.1
32 port: 35357
33 user: nova
34 password: password
35 tenant: service
vgusevddf130b2018-02-16 16:43:30 +040036 logging:
37 log_appender: false
38 log_handlers:
39 watchedfile:
40 enabled: true
41 fluentd:
42 enabled: false
43 ossyslog:
44 enabled: false
Ales Komarek880f02f2016-01-25 13:19:23 +010045 message_queue:
46 engine: rabbitmq
47 host: 127.0.0.1
48 port: 5672
49 user: openstack
50 password: password
51 virtual_host: '/openstack'
52 glance:
53 host: 127.0.0.1
54 port: 9292
55 network:
56 engine: neutron
Jakub Pavlik79021262016-03-09 14:53:53 +010057 region: RegionOne
Ales Komarek880f02f2016-01-25 13:19:23 +010058 host: 127.0.0.1
59 port: 9696
60 mtu: 1500
Petr Michalec5f41e6e2017-04-10 10:18:12 +020061 password: password
Ales Komarek880f02f2016-01-25 13:19:23 +010062 metadata:
63 password: password
64 cache:
65 engine: memcached
66 members:
67 - host: 127.0.0.1
68 port: 11211
Dmitry Ukov3562a082017-05-04 00:00:48 +040069 policy:
Kirill Bespalovd9d59542017-06-30 00:10:33 +030070 'context_is_admin': 'role:admin or role:administrator'
Dmitry Ukov3562a082017-05-04 00:00:48 +040071 'compute:create': 'rule:admin_or_owner'
72 'compute:create:attach_network':
Vasyl Saienko29656ce2018-03-03 05:27:59 +020073apache:
74 server:
75 enabled: true
76 default_mpm: event
77 mpm:
78 prefork:
79 enabled: true
80 servers:
81 start: 5
82 spare:
83 min: 2
84 max: 10
85 max_requests: 0
86 max_clients: 20
87 limit: 20