Comment 2 for bug 1356609

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

Reviewed: https://review.openstack.org/114091
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=0fcedae747f257e2424b669ec65f32b76f12155a
Submitter: Jenkins
Branch: master

commit 0fcedae747f257e2424b669ec65f32b76f12155a
Author: Sourabh Patwardhan <email address hidden>
Date: Wed Aug 13 17:31:45 2014 -0700

    Networks are not scheduled to DHCP agents for Cisco N1KV plugin

    With the config option 'network_auto_schedule = False' in
    neutron.conf, networks do not get scheduled to available DHCP
    agents. The fix is to explicitly schedule the network as part
    of the subnet creation flow.

    Change-Id: Id1f94a5844111a916f984d6dd7bda2cb4e11e1ee
    Closes-Bug: #1356609