Comment 5 for bug 1498573

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to trove (master)

Reviewed: https://review.openstack.org/278074
Committed: https://git.openstack.org/cgit/openstack/trove/commit/?id=7a99a124b4cc756cac5e124490a3f57f4582fa83
Submitter: Jenkins
Branch: master

commit 7a99a124b4cc756cac5e124490a3f57f4582fa83
Author: Petr Malik <email address hidden>
Date: Wed Sep 30 14:19:25 2015 -0400

    Cleanup guestagent models

    Cleaned up the guestagent database/user __init__()
    methods by moving the deserialization and
    error-checking code to the base.

    * Also had to update CouchDB service to use
    the new model's serialization/deserialization
    calls (tested with int-tests).

    Make use of the models in the Postgres manager

    The guestagent should make use of these new classes internally.
    Currently it creates serialized versions of those objects 'manually'
    using Python dicts.

    Change-Id: I8b1ae9207948f211de8fcc2a0d3097bd37e06d78
    Related-Bug: 1498573
    Closes-Bug: 1543739