anvil/conf/components/nova-client.yaml
Joshua Harlow 245f32f480 Temporarily patch around lp:1090592
Conflicts:
	conf/components/glance.yaml
	conf/components/keystone-client.yaml
2013-01-02 11:18:06 -08:00

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"
...