anvil/conf/components/keystone-client.yaml
Vasyl Khomenko 318b7fe34f Skipping broken/env-incompatible tests.
Change-Id: Icb30d6b1ac7010db8d57773fd292747b1b0ba94d
2013-04-30 19:27:22 +04:00

21 lines
520 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
exclude_tests:
- test_not_use_cache_from_env
patches:
# After check-out/download time patches
download:
# Temporarily fixes https://bugs.launchpad.net/python-glanceclient/+bug/1090592
# which appears in all clients
- "conf/patches/keystone-client/fix-tag-version.patch"
...