7328ff55e3
Change-Id: I8be53fcc926f5b0ab425b31e74fefe2c247acbec
12 lines
245 B
YAML
12 lines
245 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"
|
|
|
|
...
|