From 64672bdeb13097285af8dec16b6cacbef4495bab Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Thu, 3 Jan 2013 11:08:15 -0500 Subject: [PATCH] Upgrade WebOb to 1.2.3 The version of WebOb being used in OpenStack was more than 1 year old. This change updates to the latest stable release. Upgrading WebOb resolves a version conflict between OpenStack and Pecan, the web framework used by the Ceilometer team for version 2 of the ceilometer API. Refer to http://docs.webob.org/en/latest/news.html for the list of changes between 1.0.8 and 1.2.3. bug 1092227 Change-Id: If68866122e6c492b03887af5953ab7cad01787ba Signed-off-by: Doug Hellmann --- tools/pip-requires | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/pip-requires b/tools/pip-requires index c7540a1df9..de4a1b9ba9 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -1,6 +1,6 @@ # keystone dependencies pam==0.1.4 -WebOb==1.0.8 +WebOb==1.2.3 eventlet greenlet PasteDeploy @@ -11,4 +11,4 @@ sqlalchemy-migrate>=0.7.2 passlib lxml iso8601>=0.1.4 -python-keystoneclient>=0.2,<0.3 \ No newline at end of file +python-keystoneclient>=0.2,<0.3