blob: 24fc414586fad0428a08863b09ce8928a81e0503 [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
Gleb Galkin32a54092018-10-02 17:16:40 +030014 consoleauth_token_ttl: 600
Jiri Konecnyb5a80e42016-03-22 11:51:01 +010015 workers: 8
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: 127.0.0.1
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
Jiri Konecnye31f2c52016-04-14 17:16:02 +020047 members:
48 - host: 127.0.0.1
49 - host: 127.0.1.1
50 - host: 127.0.2.1
Ales Komarek880f02f2016-01-25 13:19:23 +010051 user: openstack
52 password: password
53 virtual_host: '/openstack'
Ales Komarek880f02f2016-01-25 13:19:23 +010054 glance:
Kirill Bespalovd9d59542017-06-30 00:10:33 +030055 host:
Ales Komarek880f02f2016-01-25 13:19:23 +010056 port: 9292
57 network:
58 engine: neutron
Jakub Pavlik79021262016-03-09 14:53:53 +010059 region: RegionOne
Ales Komarek880f02f2016-01-25 13:19:23 +010060 host: 127.0.0.1
61 port: 9696
62 mtu: 1500
Petr Michalec5f41e6e2017-04-10 10:18:12 +020063 user: nova
64 password: password
65 tenant: service
Ales Komarek880f02f2016-01-25 13:19:23 +010066 metadata:
67 password: metadata
Petr Michalecaa23dc02016-11-29 16:30:25 +010068 audit:
69 filter_factory: 'keystonemiddleware.audit:filter_factory'
70 map_file: '/etc/pycadf/nova_api_audit_map.conf'
Dmitry Ukov3562a082017-05-04 00:00:48 +040071 policy:
Kirill Bespalovd9d59542017-06-30 00:10:33 +030072 'context_is_admin': 'role:admin or role:administrator'
Dmitry Ukov3562a082017-05-04 00:00:48 +040073 'compute:create': 'rule:admin_or_owner'
74 'compute:create:attach_network':
Dmitry Stremkovskiy91f45852017-07-18 16:22:31 +030075 upgrade_levels:
76 compute: liberty
Oleg Iurchenko370c10d2017-10-19 14:03:37 +030077 barbican:
78 enabled: true
Vasyl Saienko29656ce2018-03-03 05:27:59 +020079apache:
80 server:
81 enabled: true
82 default_mpm: event
83 mpm:
84 prefork:
85 enabled: true
86 servers:
87 start: 5
88 spare:
89 min: 2
90 max: 10
91 max_requests: 0
92 max_clients: 20
93 limit: 20
94 site:
95 nova_placement:
96 enabled: false
97 available: true
98 type: wsgi
99 name: nova_placement
100 wsgi:
101 daemon_process: nova-placement
102 processes: 5
103 threads: 1
104 user: nova
105 group: nova
106 display_name: '%{GROUP}'
107 script_alias: '/ /usr/bin/nova-placement-api'
108 application_group: '%{GLOBAL}'
109 authorization: 'On'
110 limits:
111 request_body: 114688
112 host:
113 address: 127.0.0.1
114 name: 127.0.0.1
115 port: 8778