Comment 9 for bug 1246816

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

Reviewed: https://review.openstack.org/64837
Committed: https://git.openstack.org/cgit/openstack/ironic/commit/?id=5cf9aaa3ca3eb1e0b8f8a865907dae87be0986b1
Submitter: Jenkins
Branch: master

commit 5cf9aaa3ca3eb1e0b8f8a865907dae87be0986b1
Author: Lucas Alvares Gomes <email address hidden>
Date: Thu Jan 2 20:12:21 2014 +0000

    API to validate UUID parameters

    The patch uses the UuidType in the wsexpose decorator to make WSME
    validate whether UUIDs parameters are UUID-like strings. By doing that,
    it solves the problem of allowing ports to be accessed by its address,
    which is an inconsistence in our API.

    As our UuidType now differs from the UuidType of WSME the patch also
    removes the note to remove our custom type on the next WSME release.

    Change-Id: I023e8f31d94555577c4573b4a5cf0d649d33b4fa
    Closes-Bug: #1246816