blob: f11a94700f105cab364570353a21d9ca2e5a365d [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
Ales Komarek880f02f2016-01-25 13:19:23 +010015 bind:
16 private_address: 127.0.0.1
17 public_address: 127.0.0.1
18 public_name: 127.0.0.1
19 novncproxy_port: 6080
20 database:
21 engine: mysql
22 host: 127.0.0.1
23 port: 3306
24 name: nova
25 user: nova
26 password: password
27 identity:
28 engine: keystone
Jakub Pavlik79021262016-03-09 14:53:53 +010029 region: RegionOne
Ales Komarek880f02f2016-01-25 13:19:23 +010030 host: 127.0.0.1
31 port: 35357
32 user: nova
33 password: password
34 tenant: service
vgusevddf130b2018-02-16 16:43:30 +040035 logging:
36 log_appender: false
37 log_handlers:
38 watchedfile:
39 enabled: true
40 fluentd:
41 enabled: false
42 ossyslog:
43 enabled: false
Ales Komarek880f02f2016-01-25 13:19:23 +010044 message_queue:
45 engine: rabbitmq
Jiri Konecnye31f2c52016-04-14 17:16:02 +020046 members:
47 - host: 127.0.0.1
48 - host: 127.0.1.1
49 - host: 127.0.2.1
Ales Komarek880f02f2016-01-25 13:19:23 +010050 user: openstack
51 password: password
52 virtual_host: '/openstack'
Ales Komarek880f02f2016-01-25 13:19:23 +010053 glance:
Kirill Bespalovd9d59542017-06-30 00:10:33 +030054 host:
Ales Komarek880f02f2016-01-25 13:19:23 +010055 port: 9292
56 network:
57 engine: neutron
Jakub Pavlik79021262016-03-09 14:53:53 +010058 region: RegionOne
Ales Komarek880f02f2016-01-25 13:19:23 +010059 host: 127.0.0.1
60 port: 9696
61 mtu: 1500
Petr Michalec5f41e6e2017-04-10 10:18:12 +020062 user: nova
63 password: password
64 tenant: service
Ales Komarek880f02f2016-01-25 13:19:23 +010065 metadata:
66 password: metadata
Petr Michalecaa23dc02016-11-29 16:30:25 +010067 audit:
68 filter_factory: 'keystonemiddleware.audit:filter_factory'
69 map_file: '/etc/pycadf/nova_api_audit_map.conf'
Dmitry Ukov3562a082017-05-04 00:00:48 +040070 policy:
Kirill Bespalovd9d59542017-06-30 00:10:33 +030071 'context_is_admin': 'role:admin or role:administrator'
Dmitry Ukov3562a082017-05-04 00:00:48 +040072 'compute:create': 'rule:admin_or_owner'
73 'compute:create:attach_network':
Dmitry Stremkovskiy91f45852017-07-18 16:22:31 +030074 upgrade_levels:
75 compute: liberty
Oleg Iurchenko370c10d2017-10-19 14:03:37 +030076 barbican:
77 enabled: true
Vasyl Saienko29656ce2018-03-03 05:27:59 +020078apache:
79 server:
80 enabled: true
81 default_mpm: event
82 mpm:
83 prefork:
84 enabled: true
85 servers:
86 start: 5
87 spare:
88 min: 2
89 max: 10
90 max_requests: 0
91 max_clients: 20
92 limit: 20
93 site:
94 nova_placement:
95 enabled: false
96 available: true
97 type: wsgi
98 name: nova_placement
99 wsgi:
100 daemon_process: nova-placement
101 processes: 5
102 threads: 1
103 user: nova
104 group: nova
105 display_name: '%{GROUP}'
106 script_alias: '/ /usr/bin/nova-placement-api'
107 application_group: '%{GLOBAL}'
108 authorization: 'On'
109 limits:
110 request_body: 114688
111 host:
112 address: 127.0.0.1
113 name: 127.0.0.1
114 port: 8778