OpenStack versioned objects library
Go to file
Doug Hellmann 13beac9cae import zuul job settings from project-config
This is a mechanically generated patch to complete step 1 of moving
the zuul job settings out of project-config and into each project
repository.

Because there will be a separate patch on each branch, the branch
specifiers for branch-specific jobs have been removed.

See the python3-first goal document for details:
https://governance.openstack.org/tc/goals/stein/python3-first.html

Change-Id: Ic90cb9af68b7152363150f6f3bae802ee2cd134f
Story: #2003250
2018-08-03 17:47:14 -04:00
doc delete unused '=' 2018-08-01 07:13:10 +00:00
oslo_versionedobjects Merge "Make the hash of a defaulted set field stable" 2018-06-20 03:39:38 +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/rocky 2018-07-26 12:40:48 +00:00
.coveragerc Fix coverage configuration and execution 2015-10-01 19:54:59 +00:00
.gitignore Switch to stestr 2018-07-04 08:12:19 +07: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
.stestr.conf Switch to stestr 2018-07-04 08:12:19 +07:00
.zuul.yaml import zuul job settings from project-config 2018-08-03 17:47:14 -04:00
babel.cfg apply oslo-cookiecutter template 2015-02-02 15:08:43 -05:00
bindep.txt Add bindep.txt file to prevent fallback to generic list 2018-03-20 10:27:53 -05: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
lower-constraints.txt Switch to stestr 2018-07-04 08:12:19 +07:00
README.rst Add release notes link to README 2018-06-21 13:25:18 +08:00
requirements.txt Updated from global requirements 2018-03-26 08:22:22 +00:00
setup.cfg Treat doc warnings as errors 2018-01-08 11:59:49 -06:00
setup.py Updated from global requirements 2017-03-03 00:03:27 +00:00
test-requirements.txt Switch to stestr 2018-07-04 08:12:19 +07:00
tox.ini Switch to stestr 2018-07-04 08:12:19 +07:00

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.