blob: e3bf6631a2340b9b03dcbda90dba2c1a26f0c438 [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
sgarbuzcc02c7f2018-10-25 14:29:30 +030078 consoleauth:
79 token_ttl: 600
Machi Hoshinoe2b3cb32018-12-12 10:14:23 +080080 reclaim_instance_interval: 60
Vasyl Saienko29656ce2018-03-03 05:27:59 +020081apache:
82 server:
83 enabled: true
84 default_mpm: event
85 mpm:
86 prefork:
87 enabled: true
88 servers:
89 start: 5
90 spare:
91 min: 2
92 max: 10
93 max_requests: 0
94 max_clients: 20
95 limit: 20
96 site:
97 nova_placement:
98 enabled: false
99 available: true
100 type: wsgi
101 name: nova_placement
102 wsgi:
103 daemon_process: nova-placement
104 processes: 5
105 threads: 1
106 user: nova
107 group: nova
108 display_name: '%{GROUP}'
109 script_alias: '/ /usr/bin/nova-placement-api'
110 application_group: '%{GLOBAL}'
111 authorization: 'On'
112 limits:
113 request_body: 114688
114 host:
115 address: 127.0.0.1
116 name: 127.0.0.1
117 port: 8778