Temporarily patch around lp:1090592

Conflicts:
	conf/components/glance.yaml
	conf/components/keystone-client.yaml
This commit is contained in:
Joshua Harlow
2013-01-02 11:11:29 -08:00
parent ddab77c1b8
commit 245f32f480
9 changed files with 80 additions and 2 deletions

View File

@@ -4,4 +4,11 @@
# Where we download this from...
get_from: git://github.com/openstack/python-glanceclient.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/glance-client/fix-tag-version.patch"
...