Comment 4 for bug 1076109

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

Reviewed: https://review.openstack.org/18988
Committed: http://github.com/openstack/nova/commit/c7221d046008f6bc980b6cb97f868e9ef8655070
Submitter: Jenkins
Branch: master

commit c7221d046008f6bc980b6cb97f868e9ef8655070
Author: Sean Dague <email address hidden>
Date: Fri Jan 4 13:01:06 2013 -0500

    update version urls to working v2 urls

    the GET /v2/ API call is documented to return urls to both
    wadl and pdf documents. However our call returned non working
    urls to 1.1 versions of those documents. Fix this.

    Also fix the unit tests to actually test the output of versions.
    Previously we were over stubbing the test_verions.py so it was
    testing only itself, and not the output you'd actually get from
    the real versions.py module.

    Renamed the variables used for the expected variables to reduce
    confusion about what is an expected variable vs. the variables
    coming from versions.py to try to ensure we don't have cicular
    always passing tests in the future.

    Fixes bug #1076109

    Change-Id: I1047b8c48ff053eed5ad4afa8eae5833f70d0893