318b7fe34f
Change-Id: Icb30d6b1ac7010db8d57773fd292747b1b0ba94d
21 lines
520 B
YAML
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"
|
|
|
|
...
|