Comment 1 for bug 1467500

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

Reviewed: https://review.openstack.org/194130
Committed: https://git.openstack.org/cgit/openstack/trove/commit/?id=1cff63bd1620bb50869ac6170224a9b4d44abca7
Submitter: Jenkins
Branch: master

commit 1cff63bd1620bb50869ac6170224a9b4d44abca7
Author: Sushil Kumar <email address hidden>
Date: Mon Jun 22 12:48:18 2015 +0000

    Adds the PATCH method to extensions

    The URLs registered in extensions support methods like
    POST, PUT, GET, DELETE but do not support PATCH method.

    Added the PATCH method extensions to the supported
    method by via "edit" action.

    Change-Id: I7f2386010ab01309cf04084a1f9930fcac478d07
    Closes-Bug: #1467500