marco | daa52fa | 2016-01-25 23:49:50 +0100 | [diff] [blame] | 1 | cinder: |
| 2 | controller: |
| 3 | enabled: true |
| 4 | version: liberty |
| 5 | backend: |
| 6 | ceph_backend: |
| 7 | type_name: standard-iops |
| 8 | backend: ceph_backend |
| 9 | pool: volumes |
| 10 | engine: ceph |
| 11 | user: cinder |
| 12 | secret_uuid: password |
| 13 | client_cinder_key: password |
Martin819 | 2ce29c3 | 2017-03-23 22:31:45 +0100 | [diff] [blame] | 14 | identity: |
| 15 | engine: keystone |
| 16 | host: 127.0.0.1 |
| 17 | port: 35357 |
| 18 | tenant: service |
| 19 | user: cinder |
| 20 | password: pwd |
| 21 | region: regionOne |
| 22 | osapi: |
| 23 | host: 127.0.0.1 |
| 24 | osapi_max_limit: 500 |
| 25 | glance: |
| 26 | host: 127.0.0.1 |
| 27 | port: 9292 |
| 28 | default_volume_type: 7k2SaS |
| 29 | message_queue: |
| 30 | engine: rabbitmq |
| 31 | host: 127.0.0.1 |
| 32 | port: 5672 |
| 33 | user: openstack |
| 34 | password: pwd |
| 35 | virtual_host: '/openstack' |
| 36 | database: |
| 37 | engine: mysql |
| 38 | host: 127.0.0.1 |
| 39 | port: 3306 |
| 40 | name: cinder |
| 41 | user: cinder |
| 42 | password: pwd |
Dmitry Ukov | 56c2907 | 2017-05-04 16:48:29 +0400 | [diff] [blame^] | 43 | policy: |
| 44 | 'volume:delete': 'rule:admin_or_owner' |
| 45 | 'volume:extend': |
marco | daa52fa | 2016-01-25 23:49:50 +0100 | [diff] [blame] | 46 | volume: |
| 47 | enabled: true |
| 48 | version: liberty |
| 49 | backend: |
| 50 | ceph_backend: |
| 51 | type_name: standard-iops |
| 52 | backend: ceph_backend |
| 53 | pool: volumes |
| 54 | engine: ceph |
| 55 | user: cinder |
| 56 | secret_uuid: password |
Martin819 | 2ce29c3 | 2017-03-23 22:31:45 +0100 | [diff] [blame] | 57 | client_cinder_key: password |
| 58 | identity: |
| 59 | engine: keystone |
| 60 | host: 127.0.0.1 |
| 61 | port: 35357 |
| 62 | tenant: service |
| 63 | user: cinder |
| 64 | password: pwd |
| 65 | region: regionOne |
| 66 | osapi: |
| 67 | host: 127.0.0.1 |
| 68 | glance: |
| 69 | host: 127.0.0.1 |
| 70 | port: 9292 |
| 71 | default_volume_type: 7k2SaS |
| 72 | message_queue: |
| 73 | engine: rabbitmq |
| 74 | host: 127.0.0.1 |
| 75 | port: 5672 |
| 76 | user: openstack |
| 77 | password: pwd |
| 78 | virtual_host: '/openstack' |
| 79 | database: |
| 80 | engine: mysql |
| 81 | host: 127.0.0.1 |
| 82 | port: 3306 |
| 83 | name: cinder |
| 84 | user: cinder |
| 85 | password: pwd |