1243b15fce
Fixes: bug #1208679 Change-Id: I90f5ec62bde4c1fd960e262f4f1556600273232d
14 lines
302 B
YAML
14 lines
302 B
YAML
# Settings for component cinder
|
|
---
|
|
|
|
# Host and ports for the different cinder services
|
|
api_host: "$(auto:ip)"
|
|
api_port: 8776
|
|
protocol: http
|
|
|
|
# Used for associating the client package with a human understandable
|
|
# name in its package description (not a code-name, like cinder).
|
|
api_name: "Volume"
|
|
|
|
...
|