OpenStack versioned objects library
Go to file
Ronald Bradford 9393cd451c Fix coverage configuration and execution
A number of configuration errors prevent the successful creation of code
coverage. This corrects the .coveragerc source/omit setup and the tox
package name generation.

Change-Id: Ie55159304b8633acd6b06ba94d0cb8507a337504
2015-10-01 19:54:59 +00:00
doc/source make configuration options discoverable 2015-09-24 20:07:03 +00:00
oslo_versionedobjects make configuration options discoverable 2015-09-24 20:07:03 +00:00
oslo.versionedobjects/locale Imported Translations from Zanata 2015-09-26 06:10:47 +00:00
.coveragerc Fix coverage configuration and execution 2015-10-01 19:54:59 +00:00
.gitignore Fix coverage configuration and execution 2015-10-01 19:54:59 +00: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
babel.cfg 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
MANIFEST.in apply oslo-cookiecutter template 2015-02-02 15:08:43 -05:00
README.rst Add shields.io version/downloads links/badges into README.rst 2015-09-24 13:02:17 -07:00
requirements.txt Updated from global requirements 2015-08-27 04:18:24 +00:00
setup.cfg make configuration options discoverable 2015-09-24 20:07:03 +00:00
setup.py Updated from global requirements 2015-09-17 12:16:17 +00:00
test-requirements.txt Fix coverage configuration and execution 2015-10-01 19:54:59 +00:00
tox.ini Fix coverage configuration and execution 2015-10-01 19:54:59 +00:00

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.