Files
oslo.versionedobjects/README.rst
Takashi Kajinami de5676cf1d Remove reference to tag framework
... because the framework was removed[1].

[1] https://governance.openstack.org/tc/reference/tags/index.html

Change-Id: Ia68c31363de452e12f8b1510ee9a480838baff62
Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
2025-11-21 22:10:40 +09:00

1.1 KiB

oslo.versionedobjects

image

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.