anvil/conf/components/cinder.yaml
Joshua Harlow be56600904 Update quantum+cinder branches to master.
Change-Id: Ie812328c37ec50bee2b9e336ac4e3659b0b873a4
2013-05-31 18:47:44 -07:00

14 lines
252 B
YAML
Executable File

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