Comment 12 for bug 1480338

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

Reviewed: https://review.openstack.org/217037
Committed: https://git.openstack.org/cgit/openstack/neutron-fwaas/commit/?id=9e9aa46d67d22792c778958b40f49147168d1d89
Submitter: Jenkins
Branch: master

commit 9e9aa46d67d22792c778958b40f49147168d1d89
Author: Nick <email address hidden>
Date: Fri Aug 21 19:24:05 2015 +0800

    py34 support for fwaas

    Add py34 support to the modules listed below:
    test_firewall_db
    test_firewall
    test_vyatta_utils
    test_vyatta_fwaas
    test_csr_firewall_svc_helper
    test_fwaas_plugin

    Most work is done by introducing python-six
    to bridge the gap between py27 and py34.

    At this stage, py34 support is finished for fwaas.

    Change-Id: Ifa3716b159a210957d60f8581fc54f67c61eb332
    Closes-Bug: #1480338