anvil/conf/components/cinder.yaml
Joshua Harlow 1243b15fce Remove hard-coding of package/component names
Fixes: bug #1208679

Change-Id: I90f5ec62bde4c1fd960e262f4f1556600273232d
2014-01-31 15:03:05 +04:00

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"
...