diff options
author | Doug Hellmann <doug.hellmann@dreamhost.com> | 2013-01-03 11:06:35 -0500 |
---|---|---|
committer | Doug Hellmann <doug.hellmann@dreamhost.com> | 2013-01-07 10:47:39 -0500 |
commit | 4ff4edd600a0680ef6255ff7679f03ef96bc370f (patch) | |
tree | d188752d2b350126a3f031ecd2f9bf89162123a8 | |
parent | 64bf6192daf6fa558c92bbde633dd5d16121bf75 (diff) | |
download | nova-4ff4edd600a0680ef6255ff7679f03ef96bc370f.tar.gz nova-4ff4edd600a0680ef6255ff7679f03ef96bc370f.tar.xz nova-4ff4edd600a0680ef6255ff7679f03ef96bc370f.zip |
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: Ib5a005665a5b11198006ce2aa2432399a41fc3d9
Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
-rw-r--r-- | tools/pip-requires | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/pip-requires b/tools/pip-requires index 1eb09ff65..1845ba7dd 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -8,7 +8,7 @@ eventlet>=0.9.17 kombu>=1.0.4 lxml>=2.3 routes==1.12.3 -WebOb>=1.0.8 +WebOb==1.2.3 greenlet>=0.3.1 PasteDeploy==1.5.0 paste |