245f32f480
Conflicts: conf/components/glance.yaml conf/components/keystone-client.yaml
15 lines
393 B
YAML
15 lines
393 B
YAML
# Settings for component nova-client
|
|
---
|
|
|
|
# Where we download this from...
|
|
get_from: "git://github.com/openstack/python-novaclient.git?branch=master"
|
|
|
|
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/nova-client/fix-tag-version.patch"
|
|
|
|
...
|