marco | daa52fa | 2016-01-25 23:49:50 +0100 | [diff] [blame] | 1 | cinder: |
| 2 | volume: |
| 3 | enabled: true |
| 4 | version: liberty |
| 5 | backend: |
| 6 | solidfire: |
| 7 | type_name: normal-storage |
| 8 | engine: solidfire |
| 9 | san_ip: 127.0.0.1 |
| 10 | san_login: username |
| 11 | san_password: password |
| 12 | clustername: cluster1 |
| 13 | sf_emulate_512: false |
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 | glance: |
| 25 | host: 127.0.0.1 |
| 26 | port: 9292 |
| 27 | default_volume_type: 7k2SaS |
| 28 | message_queue: |
| 29 | engine: rabbitmq |
| 30 | host: 127.0.0.1 |
| 31 | port: 5672 |
| 32 | user: openstack |
| 33 | password: pwd |
| 34 | virtual_host: '/openstack' |
| 35 | database: |
| 36 | engine: mysql |
| 37 | host: 127.0.0.1 |
| 38 | port: 3306 |
| 39 | name: cinder |
| 40 | user: cinder |
| 41 | password: pwd |
marco | daa52fa | 2016-01-25 23:49:50 +0100 | [diff] [blame] | 42 | controller: |
| 43 | enabled: true |
| 44 | version: liberty |
| 45 | backend: |
| 46 | solidfire: |
| 47 | type_name: normal-storage |
| 48 | engine: solidfire |
| 49 | san_ip: 127.0.0.1 |
| 50 | san_login: username |
| 51 | san_password: password |
| 52 | clustername: cluster1 |
Martin819 | 2ce29c3 | 2017-03-23 22:31:45 +0100 | [diff] [blame] | 53 | sf_emulate_512: false |
| 54 | identity: |
| 55 | engine: keystone |
| 56 | host: 127.0.0.1 |
| 57 | port: 35357 |
| 58 | tenant: service |
| 59 | user: cinder |
| 60 | password: pwd |
| 61 | region: regionOne |
| 62 | osapi: |
| 63 | host: 127.0.0.1 |
| 64 | osapi_max_limit: 500 |
| 65 | glance: |
| 66 | host: 127.0.0.1 |
| 67 | port: 9292 |
| 68 | default_volume_type: 7k2SaS |
| 69 | message_queue: |
| 70 | engine: rabbitmq |
| 71 | host: 127.0.0.1 |
| 72 | port: 5672 |
| 73 | user: openstack |
| 74 | password: pwd |
| 75 | virtual_host: '/openstack' |
| 76 | database: |
| 77 | engine: mysql |
| 78 | host: 127.0.0.1 |
| 79 | port: 3306 |
| 80 | name: cinder |
| 81 | user: cinder |
| 82 | password: pwd |