Comment 2 for bug 1360113

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

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

commit cad9e77091dfa896ad59233341e8947eca13f66b
Author: Ghanshyam <email address hidden>
Date: Fri Aug 22 18:05:05 2014 +0900

    Fix V2 unit tests to test hypervisor API as admin

    Hypervisors API are Admin API and unit tests should test those accordingly.
    But All the V2 hypervisors Unit tests tests those as a non Admin API

    This patch fix this issue and add more non-admin unit tests

    Change-Id: I5c29828d567e2044786d4bcbff4970219c6e8c5f
    Closes-Bug: #1360113