Comment 4 for bug 1467732

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-openstacksdk (master)

Reviewed: https://review.openstack.org/242694
Committed: https://git.openstack.org/cgit/openstack/python-openstacksdk/commit/?id=5f69213a78cb3732c29b5959659f60ff775c8794
Submitter: Jenkins
Branch: master

commit 5f69213a78cb3732c29b5959659f60ff775c8794
Author: Brian Curtin <email address hidden>
Date: Fri Nov 6 18:15:56 2015 -0600

    Better support for metadata in Compute service

    Metadata for both Servers and Images as seen from the Compute
    service is less than optimal. This approach uses a mixin class
    and allows both the Server and Image resources to leverage the
    same code, as they both work with metadata in the same way.

    Change-Id: I1d6b1f4c840d1127257244472243e4fa170baa8d
    Closes-Bug: #1467732