Comment 5 for bug 1371559

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

Reviewed: https://review.openstack.org/123739
Committed: https://git.openstack.org/cgit/openstack/python-glanceclient/commit/?id=2b567cf9176ef7b9d34d9dbe49ab1820576c8b82
Submitter: Jenkins
Branch: master

commit 2b567cf9176ef7b9d34d9dbe49ab1820576c8b82
Author: Kamil Rykowski <email address hidden>
Date: Wed Sep 24 14:25:26 2014 +0200

    Skip non-base properties in patch method

    It's currently impossible to update properties which are defined in
    image schema and which are not a base image property. Proposed fix skips
    every non-base property when building a json patch, that is used to
    update image properties through glance API.

    Change-Id: I3b35cef379fcf437715e2966f9a0d25c1b4e4016
    Closes-Bug: #1371559