Comment 2 for bug 1522291

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

Reviewed: https://review.openstack.org/252787
Committed: https://git.openstack.org/cgit/openstack/senlin/commit/?id=5add0fd2767d54ecd7d495277cb70590c111c424
Submitter: Jenkins
Branch: master

commit 5add0fd2767d54ecd7d495277cb70590c111c424
Author: Haiwei Xu <email address hidden>
Date: Thu Dec 3 16:13:02 2015 +0900

    Remove HTTPAccept exception from node update API

    Node update API returns 202 to client now, so HTTPAccept exception
    should be removed.
    Due to api-wg UPDATE method should return a response body,
    add TODO for it.

    Change-Id: I910fd3813a4a0542075766e560112a44cdaaca03
    Closes-bug: #1522291
    partial-blueprint: http-response-modification