Go to file
Thomas Goirand c870984724 Adds missing WebOb in requirements.txt
Unit tests are failing without it, and the file
oslo_versionedobjects/exception.py has:
import webob.exc

So it's looking like webob is missing from requirements.txt.
This patch fixes that. Note that this should be fixed in
the kilo branch later on.

Change-Id: Ib0ac48aeea4f8413740af89340e3b094312fa6b4
(cherry picked from commit c7ff6a07cc)
2015-05-11 10:33:05 +02:00
2015-02-10 12:32:13 -08:00
2015-02-02 15:08:43 -05:00
2015-02-02 15:08:43 -05:00
2015-04-06 14:51:34 +00:00
2015-02-02 15:08:43 -05:00
2015-02-02 15:08:43 -05:00
2015-02-02 15:08:43 -05:00
2015-02-02 15:08:43 -05:00
2015-02-02 15:08:43 -05:00
2015-02-02 15:08:43 -05:00
2015-02-25 16:25:30 +01:00
2015-02-02 15:08:43 -05:00
2015-02-02 15:08:43 -05:00
2015-02-18 14:25:03 -05:00

oslo.versionedobjects

oslo.versionedobjects library deals with DB schema being at different versions than the code expects, allowing services to be operated safely during upgrades. It enables DB independent schema by providing an abstraction layer, which allows us to support SQL and NoSQL Databases. oslo.versionedobjects is also used in RPC APIs, to ensure upgrades happen without spreading version dependent code across different services and projects.

Description
OpenStack versioned objects library
Readme 7.6 MiB
Languages
Python 100%