Ondrej Smola | 7eaa9b2 | 2016-12-16 12:03:42 +0100 | [diff] [blame] | 1 | parameters: |
| 2 | cinder: |
| 3 | volume: |
| 4 | default_volume_type: hitachi_vsp |
| 5 | enabled: True |
| 6 | backend: |
| 7 | hitachi_vsp: |
| 8 | backend: hitachi_vsp |
| 9 | type_name: hitachi_vsp |
| 10 | engine: hitachi_vsp |
| 11 | version: 1.3 |
| 12 | user: ${_param:cinder_storage_user} |
| 13 | password: ${_param:cinder_storage_password} |
| 14 | storage_id: ${_param:cinder_storage_id} |
| 15 | thin_pool_id: ${_param:cinder_thin_pool_id} |
| 16 | pool_id: ${_param:cinder_pool_id} |
| 17 | target_ports: ${_param:cinder_target_ports} |
| 18 | compute_target_ports: ${_param:cinder_target_compute_ports} |