RETIRED, further work has moved to Debian project infrastructure
Go to file
Takashi NATSUME f69bb43453 Fix string interpolation in ValueError
Fix string interpolation and misuse of
log marker function in ValueError.

Change-Id: Ief34fbf75a28c46b95c08a4d7ae2cb831607a05b
Closes-Bug: #1684771
2017-05-19 15:54:39 +09:00
doc/source Start adding some basic ovo examples (with an initial basic one) 2017-03-15 23:27:13 +08:00
oslo_versionedobjects Fix string interpolation in ValueError 2017-05-19 15:54:39 +09:00
releasenotes Update reno for stable/ocata 2017-01-20 19:16:03 +00:00
tools Add Constraints support 2016-12-13 15:40:09 +11:00
.coveragerc Fix coverage configuration and execution 2015-10-01 19:54:59 +00:00
.gitignore Add reno for release notes management 2016-11-03 14:43:46 +08:00
.gitreview apply oslo-cookiecutter template 2015-02-02 15:08:43 -05:00
.mailmap apply oslo-cookiecutter template 2015-02-02 15:08:43 -05:00
.testr.conf apply oslo-cookiecutter template 2015-02-02 15:08:43 -05:00
CONTRIBUTING.rst apply oslo-cookiecutter template 2015-02-02 15:08:43 -05:00
HACKING.rst apply oslo-cookiecutter template 2015-02-02 15:08:43 -05:00
LICENSE apply oslo-cookiecutter template 2015-02-02 15:08:43 -05:00
README.rst Show team and repo badges on README 2016-11-25 15:19:45 +01:00
babel.cfg apply oslo-cookiecutter template 2015-02-02 15:08:43 -05:00
requirements.txt Updated from global requirements 2017-04-01 15:32:02 +00:00
setup.cfg Remove support for py34 2017-02-08 17:37:05 +08:00
setup.py Updated from global requirements 2017-03-03 00:03:27 +00:00
test-requirements.txt Updated from global requirements 2017-05-15 00:53:17 +00:00
tox.ini Remove support for py34 2017-02-08 17:37:05 +08:00

README.rst

Team and repository tags

image

oslo.versionedobjects

Latest Version

Downloads

The oslo.versionedobjects library provides a generic versioned object model that is RPC-friendly, with inbuilt serialization, field typing, and remotable method calls. It can be used to define a data model within a project independent of external APIs or database schema for the purposes of providing upgrade compatibility across distributed services.