Comment 3 for bug 1197858

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

Reviewed: https://review.openstack.org/35680
Committed: http://github.com/openstack/nova/commit/707a7964f417e0df45223ccc2b40d42f944a947c
Submitter: Jenkins
Branch: master

commit 707a7964f417e0df45223ccc2b40d42f944a947c
Author: John Garbutt <email address hidden>
Date: Thu Jul 4 16:56:43 2013 +0100

    Ensure flake8 tests run on all api code

    We need to exclude the plugins/xenserver directory
    because the python2.4 code can't use as in except clauses.
    The existing exclude directory accidentally included some
    code in nova/api/openstack/compute/plugins and the related
    tests. This code is now included in the flake8 tests,
    and the current violations have been fixed up.

    Fixes bug 1197858

    Change-Id: Ib5f1b65d5d793f0f5854e898ca3ce751e43ef233