Comment 2 for bug 1325664

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

Reviewed: https://review.openstack.org/102295
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=8f3301cb2792cf05dd29a79506719b0141bf029f
Submitter: Jenkins
Branch: master

commit 8f3301cb2792cf05dd29a79506719b0141bf029f
Author: Manish Godara <email address hidden>
Date: Tue Jun 24 10:23:59 2014 -0700

    validate flat networks physical name

    Modified flat driver to validate the physical network
    name - we make sure that empty names are deducted.

    unit test changes:
    - added two tests to make sure that we detect empty
      physnet names
    - fix bug in existing unit-tests
    -- flat_networks should be a list of string and not string
    - use conf to setup flat_network

    Change-Id: Ib7cfbd3c97d2e95c82044a2cba683c917ea54a84
    Partial-bug: #1325664