anvil/conf/components/swift-client.yaml
Joshua Harlow b3ba2f1b5d Reworking password lookup and config lookup
1. Removing anvil.ini and replacing with component configuration files
2. Merging those component configuration files into the component options
3. Reworking all uses of the previous configuration to use this new config
4. Removing the environment variable searching (for now) and the env writing (for now)
2012-08-20 20:08:17 -07:00

7 lines
124 B
YAML

# Settings for component swift-client
---
get_from: "git://github.com/openstack/python-swiftclient.git?branch=master"
...