anvil/conf/components/keystone-client.yaml
2012-11-19 15:33:22 -08:00

11 lines
228 B
YAML

# Settings for component keystone-client
---
# Where we download this from...
get_from: "git://github.com/openstack/python-keystoneclient.git?branch=master"
# This code is out of compliance, so skip it...
use_pep8: False
...