Comment 5 for bug 1306727

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

Reviewed: https://review.openstack.org/92379
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=c5450756b6f8a1cae307171c28e99bf15c93b265
Submitter: Jenkins
Branch: stable/icehouse

commit c5450756b6f8a1cae307171c28e99bf15c93b265
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