blob: 41a952695664db5c1c5c23a8e3a4359d941b1e74 [file] [log] [blame]
Vasyl Saienkoae9441c2018-03-02 12:08:54 +02001manila:
2 common:
3 identity:
4 engine: keystone
5 host: 127.0.0.1
6 port: 35357
7 tenant: service
8 user: manila
9 password: misterio
10 endpoint_type: internalURL
11 database:
12 engine: mysql
13 host: 127.0.0.1
14 port: 3306
15 name: manila
16 user: manila
17 password: misterio
18 message_queue:
19 engine: rabbitmq
20 host: '127.0.0.1'
21 port: 5672
22 user: openstack
23 password: workshop
24 virtual_host: '/openstack'
25 share:
26 version: pike
27 enabled: true
28 enabled_share_backends:
29 glusterfs:
30 name: glusterfs
31 type: glusterfs
32 enabled: true
33 share_driver: manila.share.drivers.glusterfs_native.GlusterfsNativeShareDriver
34 dhss: false
35 glusterfs_ganesha_server_ip: 1.2.3.4
36 glusterfs_ganesha_server_password: secretpassword
37 glusterfs_ganesha_server_username: nonexistent
38 glusterfs_mount_point_base: state_path/mnt
39 glusterfs_server_password: secretpassword
40 glusterfs_path_to_private_key: /path/to/key
41 glusterfs_nfs_server_type: glusterfs
42 glusterfs_share_layout: share_layout
43 glusterfs_target: remove:target
44 glusterfs_servers:
45 - server1
46 - server2
47 glusterfs_volume_pattern: manila-share-volume-d+$
48apache:
49 server:
50 enabled: true
51 default_mpm: event
52 mpm:
53 prefork:
54 enabled: true
55 servers:
56 start: 5
57 spare:
58 min: 2
59 max: 10
60 max_requests: 0
61 max_clients: 20
62 limit: 20
63 site:
64 manila:
65 enabled: false
66 available: true
67 type: wsgi
68 name: manila
69 host:
70 name: manila.ci.local
71 address: 127.0.0.1
72 port: 8041
73 log:
74 custom:
75 format: >-
76 %v:%p %{X-Forwarded-For}i %h %l %u %t \"%r\" %>s %D %O \"%{Referer}i\" \"%{User-Agent}i\"
77 wsgi:
78 daemon_process: manila-api
79 processes: 2
80 threads: 10
81 user: manila
82 group: manila
83 display_name: '%{GROUP}'
84 script_alias: '/ /usr/bin/manila-api'
85 application_group: '%{GLOBAL}'
86 authorization: 'On'