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 |
sgarbuz | e8677fc | 2018-05-15 16:37:17 +0300 | [diff] [blame^] | 38 | logging: |
| 39 | log_appender: false |
| 40 | log_handlers: |
| 41 | watchedfile: |
| 42 | enabled: true |
| 43 | fluentd: |
| 44 | enabled: false |
| 45 | ossyslog: |
| 46 | enabled: false |
Vasyl Saienko | bf5c120 | 2018-03-01 22:24:14 +0200 | [diff] [blame] | 47 | apache: |
| 48 | server: |
| 49 | enabled: true |
| 50 | default_mpm: event |
| 51 | mpm: |
| 52 | prefork: |
| 53 | enabled: true |
| 54 | servers: |
| 55 | start: 5 |
| 56 | spare: |
| 57 | min: 2 |
| 58 | max: 10 |
| 59 | max_requests: 0 |
| 60 | max_clients: 20 |
| 61 | limit: 20 |
| 62 | site: |
| 63 | manila: |
| 64 | enabled: false |
| 65 | available: true |
| 66 | type: wsgi |
| 67 | name: manila |
| 68 | host: |
| 69 | name: manila.ci.local |
| 70 | address: 127.0.0.1 |
| 71 | port: 8041 |
| 72 | log: |
| 73 | custom: |
| 74 | format: >- |
| 75 | %v:%p %{X-Forwarded-For}i %h %l %u %t \"%r\" %>s %D %O \"%{Referer}i\" \"%{User-Agent}i\" |
| 76 | wsgi: |
| 77 | daemon_process: manila-api |
| 78 | processes: 2 |
| 79 | threads: 10 |
| 80 | user: manila |
| 81 | group: manila |
| 82 | display_name: '%{GROUP}' |
| 83 | script_alias: '/ /usr/bin/manila-api' |
| 84 | application_group: '%{GLOBAL}' |
| 85 | authorization: 'On' |