Jiri Broulik | 6f11fab | 2017-05-13 18:03:08 +0200 | [diff] [blame] | 1 | classes: |
2 | - service.cinder.volume.local | ||||
3 | parameters: | ||||
4 | cinder: | ||||
5 | volume: | ||||
6 | enabled: True | ||||
7 | database: | ||||
8 | host: ${_param:single_address} | ||||
9 | glance: | ||||
10 | host: ${_param:single_address} | ||||
11 | message_queue: | ||||
12 | host: ${_param:single_address} | ||||
13 | identity: | ||||
14 | host: ${_param:single_address} | ||||
Vasyl Saienko | d5ea19a | 2018-07-02 17:01:51 +0300 | [diff] [blame] | 15 | region: ${_param:openstack_region} |