anvil/conf/components/oslo-config.yaml
Joshua Harlow 2973959aea Add the needed oslo.config + oslo.incubator yaml settings.
Keystone, glance and others now dependent on oslo.config as
a pip requirement so we need to make sure we download and
setup that component as well so that it can be located when
installing components that depend on it.

Change-Id: Iab2ee40e18e356daca5590a12c426c536e571508
2013-03-26 12:34:56 -07:00

7 lines
116 B
YAML

# Settings for component oslo.config
---
get_from: "git://github.com/openstack/oslo.config.git?branch=master"
...