From de39adcdbeaa8ed8376ca602bd7a2630de3a5ddf Mon Sep 17 00:00:00 2001 From: Mihai Prica Date: Tue, 11 Jun 2013 14:53:44 +0300 Subject: python-quantum: added 2013.1 -Modified the sample configuration files with necessary credentials. -Created initscript for the quantum server. -Configured the openvswitch and linuxbridge plugin agents. Signed-off-by: Mihai Prica --- .../python/python-quantum/fix-amqlib-version.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-quantum/fix-amqlib-version.patch (limited to 'meta-openstack/recipes-devtools/python/python-quantum/fix-amqlib-version.patch') 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 new file mode 100644 index 0000000..72aff5e --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-quantum/fix-amqlib-version.patch @@ -0,0 +1,13 @@ +Index: quantum-2013.1.1/tools/pip-requires +=================================================================== +--- quantum-2013.1.1.orig/tools/pip-requires ++++ quantum-2013.1.1/tools/pip-requires +@@ -1,7 +1,7 @@ + Paste + PasteDeploy>=1.5.0 + Routes>=1.12.3 +-amqplib==0.6.1 ++amqplib>=0.6.1 + anyjson>=0.2.4 + argparse + eventlet>=0.9.17 -- cgit v1.2.3-54-g00ecf