Comment 2 for bug 1202687

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

Reviewed: https://review.openstack.org/39017
Committed: http://github.com/openstack/neutron/commit/08112f087ffb221513db2872b6db0726d0c30702
Submitter: Jenkins
Branch: master

commit 08112f087ffb221513db2872b6db0726d0c30702
Author: HenryGessau <email address hidden>
Date: Mon Jul 29 00:08:50 2013 -0400

    Cisco plugin db code cleanup, part II

    Remove an unused table.
    Prefix Cisco tablenames with cisco_.
    Make full use of neutron model base class.
    DRY out the nexusport binding queries.
    Follow coding guidelines for imports.
    Improve cisco/db/network_db_v2.py test coverage.
    Improve cisco/db/nexus_db_v2.py test coverage.

    Change-Id: I8ea110de37552176f2d9bcbff4ca3e0b65dfacdc
    Closes-bug: #1202687
    Partial-bug: #1190619