7328ff55e3
Change-Id: I8be53fcc926f5b0ab425b31e74fefe2c247acbec
14 lines
252 B
YAML
14 lines
252 B
YAML
# Settings for component cinder-client
|
|
---
|
|
|
|
# Where we download this from...
|
|
get_from: "git://github.com/openstack/cinder.git?branch=master"
|
|
|
|
# Host and ports for the different cinder services
|
|
api_host: "$(auto:ip)"
|
|
api_port: 8776
|
|
protocol: http
|
|
|
|
|
|
...
|