From 1f55994a15d4e71eebf896d2489cdc2696f83b4a Mon Sep 17 00:00:00 2001 From: Joshua Harlow Date: Wed, 9 Jan 2013 11:13:54 -0800 Subject: [PATCH] Don't pull in the newest requests package --- conf/distros/rhel.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/distros/rhel.yaml b/conf/distros/rhel.yaml index ac6899f5..66e88a92 100644 --- a/conf/distros/rhel.yaml +++ b/conf/distros/rhel.yaml @@ -259,6 +259,7 @@ components: - "-U" removable: false - name: requests + version: '0.14.2' # 1.0 seemed to introduce new backwayd incompatible changes, not cool!! # Need this or nova pukes with 'Did not recognize type 'BIGINT' of column 'bw_in'' - name: sqlalchemy version: "0.7.9"