marco | daa52fa | 2016-01-25 23:49:50 +0100 | [diff] [blame] | 1 | cinder: |
2 | volume: | ||||
3 | enabled: true | ||||
4 | version: liberty | ||||
5 | osapi: | ||||
6 | host: 127.0.0.1 | ||||
7 | database: | ||||
8 | engine: mysql | ||||
9 | host: 127.0.0.1 | ||||
10 | port: 3306 | ||||
11 | name: cinder | ||||
12 | user: cinder | ||||
13 | password: password | ||||
14 | identity: | ||||
15 | engine: keystone | ||||
16 | host: 127.0.0.1 | ||||
17 | port: 35357 | ||||
18 | tenant: service | ||||
19 | user: cinder | ||||
20 | password: password | ||||
Jiri Broulik | 31abba2 | 2017-03-15 18:48:23 +0100 | [diff] [blame] | 21 | endpoint_type: internalURL |
marco | daa52fa | 2016-01-25 23:49:50 +0100 | [diff] [blame] | 22 | glance: |
23 | host: 127.0.0.1 | ||||
24 | port: 9292 | ||||
25 | message_queue: | ||||
26 | engine: rabbitmq | ||||
27 | host: 127.0.0.1 | ||||
28 | port: 5672 | ||||
29 | user: openstack | ||||
30 | password: password | ||||
31 | virtual_host: '/openstack' |