Comment 2 for bug 917263

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

Reviewed: https://review.openstack.org/3070
Committed: http://github.com/openstack/horizon/commit/a77ed5e534e9ccb9f31baa20480b62fdc8f2430b
Submitter: Jenkins
Branch: master

commit a77ed5e534e9ccb9f31baa20480b62fdc8f2430b
Author: Gabriel Hurley <email address hidden>
Date: Mon Jan 16 10:05:11 2012 -0800

    Moved authorized_tenants retrieval to middleware.

    Fixes bug 917263. By moving the tenant API call from the context
    processor to the middleware the API call is no longer made
    multiple times per request/response cycle.

    Additionally, there are various PEP8 fixes included, with the
    addition of one "ignore" flag to the PEP8 runner (related to
    github issue #34 for pep8.py).

    Change-Id: I5c755dfe381b1c38dbeeb99eb2b7ed9172d16f86