19 lines
485 B
YAML
19 lines
485 B
YAML
# Settings for component glance-client
|
|
---
|
|
|
|
# Where we download this from...
|
|
get_from: "git://github.com/openstack/python-glanceclient.git?branch=master"
|
|
|
|
exclude_tests:
|
|
- "test_ssl_cert_mismatch"
|
|
- "test_ssl_cert_subject_alt_name"
|
|
|
|
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/glance-client/fix-tag-version.patch"
|
|
|
|
...
|