Ryan Rossiter 4bf749510c Fixed nondeterministicness of extra_data test
I guess I reused classes a little too much when testing the fingerprint
generation, because the fingerprint being generated out of the used
class was nondeterministic because something else was changing on the
class before/during the fingerprint generation. So now there is a class
created only for the test, and the fingerprint is generated on that
object (with only extra data to correctly isolate what's being tested).

Change-Id: I6ba68fa0a03546b93f0f983f86fde886976b7569
2015-12-15 19:38:10 +00:00
2015-02-02 15:08:43 -05:00
2015-02-02 15:08:43 -05:00
2015-02-02 15:08:43 -05:00
2015-02-02 15:08:43 -05:00
2015-02-02 15:08:43 -05:00
2015-02-02 15:08:43 -05:00
2015-09-17 12:16:17 +00:00
2015-12-09 17:59:31 +08: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.

Description
OpenStack versioned objects library
Readme 7 MiB
Languages
Python 100%