Comment 5 for bug 1223847

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

Reviewed: https://review.openstack.org/60194
Committed: https://git.openstack.org/cgit/openstack/ironic/commit/?id=9576c3edda8a782cc1c8271e66d1e302c6ba3672
Submitter: Jenkins
Branch: master

commit 9576c3edda8a782cc1c8271e66d1e302c6ba3672
Author: Lucas Alvares Gomes <email address hidden>
Date: Thu Dec 5 10:04:07 2013 +0000

    Add JsonPatchType class

    This patch adds the JsonPatchType class for API parameter validation with
    WSME. This class will be used to replace some of the custom validation
    functions we have in the api/utils.py.

    Change-Id: I233cd273854eae5ed4d8856d4af3e2f8e2309dce
    Partial-Bug: #1223847