OpenStack versioned objects library
Go to file
Tovin Seven 5c68eec80c Migrate to zuulv3 - move legacy jobs to project
This patch do step 1 in the docs: Move Legacy Jobs to Projects.

Change-Id: I22b4422104131f7e475c1c8ba1e7d69ec4f278b1
Needed-By: Ia59004029a44ad5109b15186b9cfa131ff519026
Needed-By: I87b55c19eae06553b21c89c06614dda341680248
2017-10-16 08:40:11 +07:00
doc/source Update URLs in documents according to document migration 2017-07-13 10:00:49 +08:00
oslo_versionedobjects Imported Translations from Zanata 2017-10-08 06:51:01 +00:00
playbooks/legacy/oslo.versionedobjects-src-grenade-devstack-multinode Migrate to zuulv3 - move legacy jobs to project 2017-10-16 08:40:11 +07:00
releasenotes Update reno for stable/pike 2017-07-28 21:05:45 +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
.zuul.yaml Migrate to zuulv3 - move legacy jobs to project 2017-10-16 08:40:11 +07:00
CONTRIBUTING.rst rearrange existing documentation to fit the new standard layout 2017-07-01 21:02:49 +09:00
HACKING.rst Update URLs in documents according to document migration 2017-07-13 10:00:49 +08:00
LICENSE apply oslo-cookiecutter template 2015-02-02 15:08:43 -05:00
README.rst Update URLs in documents according to document migration 2017-07-13 10:00:49 +08:00
babel.cfg apply oslo-cookiecutter template 2015-02-02 15:08:43 -05:00
requirements.txt Updated from global requirements 2017-09-11 21:47:32 +00:00
setup.cfg Updated from global requirements 2017-08-18 11:40:30 +00:00
setup.py Updated from global requirements 2017-03-03 00:03:27 +00:00
test-requirements.txt Updated from global requirements 2017-09-20 16:23:29 +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.