c7ff6a07cc1f5ff26823836debc66fa965912ff4
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
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.
- Free software: Apache license
- Documentation: http://docs.openstack.org/developer/oslo.versionedobjects
- Source: http://git.openstack.org/cgit/openstack/oslo.versionedobjects
- Bugs: http://bugs.launchpad.net/oslo.versionedobjects
Description