Comment 1 for bug 844905

Revision history for this message
Openstack Gerrit (openstack-gerrit) wrote : A change has been merged to openstack/nova

Reviewed: https://review.openstack.org/656
Committed: http://github.com/openstack/nova/commit/6e5f2d88e630540b0ab121cd9949289d2fc0cd67
Submitter: Jenkins
Branch: master

 status fixcommitted
 done

commit 6e5f2d88e630540b0ab121cd9949289d2fc0cd67
Author: Johannes Erdfelt <email address hidden>
Date: Sun Sep 25 22:51:55 2011 +0000

    Add support for header version parameter to specify API version.

    bug 844905

    The 1.1 API specifies that the API version can be determined by URL path
    (eg /v1.1/tenant/servers/detail), Content-Type header
    (eg application/json;version=1.1) or Accept header
    (eg application/json;q=0.8;version=1.1, application/xml;q=0.2;version=1.1).

    Change-Id: I01220cf1eebc0f759d66563ec67ef2f697c6d310