]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Networks are not scheduled to DHCP agents for Cisco N1KV plugin
authorSourabh Patwardhan <sopatwar@cisco.com>
Thu, 14 Aug 2014 00:31:45 +0000 (17:31 -0700)
committerSourabh Patwardhan <sopatwar@cisco.com>
Tue, 26 Aug 2014 05:25:58 +0000 (22:25 -0700)
commit0fcedae747f257e2424b669ec65f32b76f12155a
treec0d2231faf3f7a5282b2bc20f8a19574148afbfa
parentebc3ccfdd070fb69274069057c7c1cd8f37b508a
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
neutron/plugins/cisco/n1kv/n1kv_neutron_plugin.py
neutron/tests/unit/cisco/n1kv/test_n1kv_plugin.py