blob: 368c1993b91430e31885b388a1d8478407088436 [file] [log] [blame]
Vasyl Saienko7a4ae402018-01-30 16:37:14 +02001manila:
2 api:
3 region: RegionOne
4 enabled: true
5 version: pike
6 bind:
7 host: 127.0.0.1
8 port: 8977
9 identity:
10 engine: keystone
11 host: 127.0.0.1
12 port: 35357
13 tenant: service
14 user: manila
15 password: misterio
16 endpoint_type: internalURL
17 database:
18 engine: mysql
19 host: 127.0.0.1
20 port: 3306
21 name: manila
22 user: manila
23 password: misterio
24 cache:
25 engine: memcached
26 members:
27 - host: 127.0.0.1
28 - host: 127.0.0.1
29 - host: 127.0.0.1
30 message_queue:
31 engine: rabbitmq
32 host: '127.0.0.1'
33 port: 5672
34 user: openstack
35 password: workshop
36 virtual_host: '/openstack'
37apache:
38 server:
39 enabled: true
40 default_mpm: event
41 mpm:
42 prefork:
43 enabled: true
44 servers:
45 start: 5
46 spare:
47 min: 2
48 max: 10
49 max_requests: 0
50 max_clients: 20
51 limit: 20
52 site:
53 manila:
54 enabled: false
55 available: true
56 type: wsgi
57 name: manila
58 host:
59 name: manila.ci.local
60 address: 127.0.0.1
61 port: 8041
62 log:
63 custom:
64 format: >-
65 %v:%p %{X-Forwarded-For}i %h %l %u %t \"%r\" %>s %D %O \"%{Referer}i\" \"%{User-Agent}i\"
66 wsgi:
67 daemon_process: manila-api
68 processes: 2
69 threads: 10
70 user: manila
71 group: manila
72 display_name: '%{GROUP}'
73 script_alias: '/ /usr/bin/manila-api'
74 application_group: '%{GLOBAL}'
75 authorization: 'On'