diff options
| author | Mihai Prica <prica.mihai@gmail.com> | 2013-06-11 14:53:44 +0300 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-08-28 18:41:56 -0400 |
| commit | de39adcdbeaa8ed8376ca602bd7a2630de3a5ddf (patch) | |
| tree | 7b32823f85daa1f6d1c90027508266a1584bc868 /meta-openstack/recipes-devtools/python/python-quantum/fix-amqlib-version.patch | |
| parent | 836997160799682eb16c4410952148b888cc8661 (diff) | |
| download | meta-cloud-services-de39adcdbeaa8ed8376ca602bd7a2630de3a5ddf.tar.gz | |
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 <prica.mihai@gmail.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.patch | 13 |
1 files changed, 13 insertions, 0 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 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 @@ | |||
| 1 | Index: 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 | ||
