4bf749510c
![Ryan Rossiter](/assets/img/avatar_default.png)
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
oslo.versionedobjects
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.
- Free software: Apache license
- Documentation: http://docs.openstack.org/developer/oslo.versionedobjects
- Source: http://git.openstack.org/cgit/openstack/oslo.versionedobjects
- Bugs: http://bugs.launchpad.net/oslo.versionedobjects
Description
Languages
Python
100%