Vasyl Saienko | bf5c120 | 2018-03-01 22:24:14 +0200 | [diff] [blame^] | 1 | manila: |
| 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 | nexenta: |
| 30 | name: nexenta |
| 31 | type: nexenta |
| 32 | enabled: true |
| 33 | dhss: false |
| 34 | nexenta_host: 1.2.3.4 |
| 35 | nexenta_password: secretpassword |
| 36 | nexenta_user: nonexistent |
| 37 | nexenta_volume: volume1 |
| 38 | apache: |
| 39 | server: |
| 40 | enabled: true |
| 41 | default_mpm: event |
| 42 | mpm: |
| 43 | prefork: |
| 44 | enabled: true |
| 45 | servers: |
| 46 | start: 5 |
| 47 | spare: |
| 48 | min: 2 |
| 49 | max: 10 |
| 50 | max_requests: 0 |
| 51 | max_clients: 20 |
| 52 | limit: 20 |
| 53 | site: |
| 54 | manila: |
| 55 | enabled: false |
| 56 | available: true |
| 57 | type: wsgi |
| 58 | name: manila |
| 59 | host: |
| 60 | name: manila.ci.local |
| 61 | address: 127.0.0.1 |
| 62 | port: 8041 |
| 63 | log: |
| 64 | custom: |
| 65 | format: >- |
| 66 | %v:%p %{X-Forwarded-For}i %h %l %u %t \"%r\" %>s %D %O \"%{Referer}i\" \"%{User-Agent}i\" |
| 67 | wsgi: |
| 68 | daemon_process: manila-api |
| 69 | processes: 2 |
| 70 | threads: 10 |
| 71 | user: manila |
| 72 | group: manila |
| 73 | display_name: '%{GROUP}' |
| 74 | script_alias: '/ /usr/bin/manila-api' |
| 75 | application_group: '%{GLOBAL}' |
| 76 | authorization: 'On' |