anvil/conf/components/quantum-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

14 lines
369 B
YAML

# Settings for component quantum-client
---
get_from: "git://github.com/openstack/python-quantumclient.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/quantum-client/fix-tag-version.patch"
...