From 131dc4db640a1a5a6e4819a89e85c6e38e9616c3 Mon Sep 17 00:00:00 2001 From: Joshua Harlow Date: Wed, 29 Feb 2012 16:58:46 -0800 Subject: [PATCH] Fixing rhel6 pkgs. --- conf/pips/quantum.json | 3 +++ conf/pkgs/quantum-openvswitch.json | 7 ------- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/conf/pips/quantum.json b/conf/pips/quantum.json index 59f4e762..cfe660a9 100644 --- a/conf/pips/quantum.json +++ b/conf/pips/quantum.json @@ -10,6 +10,9 @@ "sqlalchemy-migrate": { "version": "0.7.2" }, + "SQLAlchemy": { + "version": "0.7.5" + }, #the newest we can get is 1.3.3 from epel/rhel #this causes issues like the following #https://answers.launchpad.net/nova/+question/174160 diff --git a/conf/pkgs/quantum-openvswitch.json b/conf/pkgs/quantum-openvswitch.json index f9088f8d..a0ba09f1 100644 --- a/conf/pkgs/quantum-openvswitch.json +++ b/conf/pkgs/quantum-openvswitch.json @@ -24,13 +24,6 @@ } }, "rhel-6": { - "MySQL-python": { - "version": "1.2*", - "removable": true - }, - "SQLAlchemy": { - "version": "0.7.5" - } }, "fedora-16": { # Seems needed for ovs_quantum_agent.py