Comment 3 for bug 1306727

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

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

commit aee892e7af2dbe5a600945f98be8f1915e8ac654
Author: Dan Prince <email address hidden>
Date: Fri Apr 11 14:07:31 2014 -0400

    versions API: ignore request with a body

    Update the OS API versions controller so it ignores requests
    with a body. Previously an incoming (unauthenticated)
    request to the versions API would log a TypeError trace
    in the nova-api.log file with the following message:

    TypeError: index() got an unexpected keyword argument 'body'

    Change-Id: Icc3ccfc537b13627b8d5ba43ae3ba91e34e08c9e
    Closes-bug: #1306727