anvil/conf/components/cinder.yaml
Ivan A. Melnikov 12a3e9b736 Add ceilometer-client and heat-client components
These client modules are required by recent Horizon.

Change-Id: Ifc7e650875dd2330c0e208bef8b15f8d5e584add
2013-09-30 13:27:03 +03:00

14 lines
245 B
YAML

# Settings for component cinder
---
# 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
...