Comment 2 for bug 1279216

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

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

commit 60ad1946567136445e83446d3774726f161c813e
Author: jichenjc <email address hidden>
Date: Sun Mar 2 09:15:59 2014 +0800

    No longer any need to pass admin context to aggregate DB API methods

    No longer need to pass an elevated context because the check of
    admin has been removed in following patch:
    https://review.openstack.org/67026

    This patch removes the admin context elevated
    method in nova/scheduler sub-folder since it's not required any more.

    Change-Id: Ib768c97c9e84a9db44d866fa5fbfc4665ad7c73e
    Partial-Bug: #1279216