summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-quantum/fix-amqlib-version.patch
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2013-10-31 00:22:52 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2013-11-25 15:25:34 -0500
commita5a59d040b5db77a06346a516d30566a21d41586 (patch)
tree4de8d0e5f26396e1a66f668eec38d7b3bbb1465f /meta-openstack/recipes-devtools/python/python-quantum/fix-amqlib-version.patch
parent0a962a285a529def3d3649544214bc36c9292d18 (diff)
downloadmeta-cloud-services-a5a59d040b5db77a06346a516d30566a21d41586.tar.gz
python-quantum/python-neutron: update to havana version
Updating the OpenStack networking component to the havana release version. As part of this switch, we rename the components from quantum to neutron and switch to a git based build for the client and servers. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-quantum/fix-amqlib-version.patch')
-rw-r--r--meta-openstack/recipes-devtools/python/python-quantum/fix-amqlib-version.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-quantum/fix-amqlib-version.patch b/meta-openstack/recipes-devtools/python/python-quantum/fix-amqlib-version.patch
deleted file mode 100644
index 72aff5e..0000000
--- a/meta-openstack/recipes-devtools/python/python-quantum/fix-amqlib-version.patch
+++ /dev/null
@@ -1,13 +0,0 @@
1Index: quantum-2013.1.1/tools/pip-requires
2===================================================================
3--- quantum-2013.1.1.orig/tools/pip-requires
4+++ quantum-2013.1.1/tools/pip-requires
5@@ -1,7 +1,7 @@
6 Paste
7 PasteDeploy>=1.5.0
8 Routes>=1.12.3
9-amqplib==0.6.1
10+amqplib>=0.6.1
11 anyjson>=0.2.4
12 argparse
13 eventlet>=0.9.17