blob: 97e8e43b6188295b80203af77f972068bf77938b [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
Oleksandr Bryndzii687b6542019-02-20 15:51:15 +020035 service_user:
36 enabled: True
37 user_domain_id: default
38 project_domain_id: default
39 project_name: service
40 username: nova
41 password: pswd
42
vgusevddf130b2018-02-16 16:43:30 +040043 logging:
44 log_appender: false
45 log_handlers:
46 watchedfile:
47 enabled: true
48 fluentd:
49 enabled: false
50 ossyslog:
51 enabled: false
Ales Komarek880f02f2016-01-25 13:19:23 +010052 message_queue:
53 engine: rabbitmq
Jiri Konecnye31f2c52016-04-14 17:16:02 +020054 members:
55 - host: 127.0.0.1
56 - host: 127.0.1.1
57 - host: 127.0.2.1
Ales Komarek880f02f2016-01-25 13:19:23 +010058 user: openstack
59 password: password
60 virtual_host: '/openstack'
Ales Komarek880f02f2016-01-25 13:19:23 +010061 glance:
Kirill Bespalovd9d59542017-06-30 00:10:33 +030062 host:
Ales Komarek880f02f2016-01-25 13:19:23 +010063 port: 9292
64 network:
65 engine: neutron
Jakub Pavlik79021262016-03-09 14:53:53 +010066 region: RegionOne
Ales Komarek880f02f2016-01-25 13:19:23 +010067 host: 127.0.0.1
68 port: 9696
69 mtu: 1500
Petr Michalec5f41e6e2017-04-10 10:18:12 +020070 user: nova
71 password: password
72 tenant: service
Ales Komarek880f02f2016-01-25 13:19:23 +010073 metadata:
74 password: metadata
Petr Michalecaa23dc02016-11-29 16:30:25 +010075 audit:
76 filter_factory: 'keystonemiddleware.audit:filter_factory'
77 map_file: '/etc/pycadf/nova_api_audit_map.conf'
Dmitry Ukov3562a082017-05-04 00:00:48 +040078 policy:
Kirill Bespalovd9d59542017-06-30 00:10:33 +030079 'context_is_admin': 'role:admin or role:administrator'
Dmitry Ukov3562a082017-05-04 00:00:48 +040080 'compute:create': 'rule:admin_or_owner'
81 'compute:create:attach_network':
Dmitry Stremkovskiy91f45852017-07-18 16:22:31 +030082 upgrade_levels:
83 compute: liberty
Oleg Iurchenko370c10d2017-10-19 14:03:37 +030084 barbican:
85 enabled: true
sgarbuzcc02c7f2018-10-25 14:29:30 +030086 consoleauth:
87 token_ttl: 600
Machi Hoshinoe2b3cb32018-12-12 10:14:23 +080088 reclaim_instance_interval: 60
Vasyl Saienko29656ce2018-03-03 05:27:59 +020089apache:
90 server:
91 enabled: true
92 default_mpm: event
93 mpm:
94 prefork:
95 enabled: true
96 servers:
97 start: 5
98 spare:
99 min: 2
100 max: 10
101 max_requests: 0
102 max_clients: 20
103 limit: 20
104 site:
105 nova_placement:
106 enabled: false
107 available: true
108 type: wsgi
109 name: nova_placement
110 wsgi:
111 daemon_process: nova-placement
112 processes: 5
113 threads: 1
114 user: nova
115 group: nova
116 display_name: '%{GROUP}'
117 script_alias: '/ /usr/bin/nova-placement-api'
118 application_group: '%{GLOBAL}'
119 authorization: 'On'
120 limits:
121 request_body: 114688
122 host:
123 address: 127.0.0.1
124 name: 127.0.0.1
125 port: 8778