Comment 2 for bug 1050545

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

Reviewed: https://review.openstack.org/13059
Committed: http://github.com/openstack/quantum/commit/aa5ef1d44f9b5438f0b5b15814c2644690635ee0
Submitter: Jenkins
Branch: master

commit aa5ef1d44f9b5438f0b5b15814c2644690635ee0
Author: Sumit Naiksatam <email address hidden>
Date: Fri Sep 14 17:50:54 2012 -0700

    Fix for failing network operations in Cisco plugin

    Bug #1050545

    This fixes the exceptions occurring in the virtual switch mode of the
    Cisco plugin for create/delete/update network operations. The exceptions
    were occurring on account of the recent changes in the OVS module to the
    get_vlan and get_vlans methods, which were still being invoked here.
    Test configuration has been changed to increase the code coverage to
    catch such issues in the future. All changes are limited to the Cisco
    plugin and related tests.

    Change-Id: Id18473f7a9a2a22217a59b4f8b1541b4918e07e7