Comment 1 for bug 1254988

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

Reviewed: https://review.openstack.org/58456
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=3001bc67edacb89a852b06a7d840da41f42e0e5b
Submitter: Jenkins
Branch: master

commit 3001bc67edacb89a852b06a7d840da41f42e0e5b
Author: zhangyanzi <email address hidden>
Date: Tue Nov 26 15:40:29 2013 +0800

    Remove redundant body validation for createBackup

    The body validation is redundant for createBackup, should remove it. In
    fact that this extension is registered as WSGI action implies that the
    body must contain a key with the same name as action.

    Change-Id: I327688b2df50782bc38b97a4750f83a607623ce4
    Closes-Bug: #1254988