]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Do not schedule network when creating reserved DHCP port
authorItsuro Oda <oda@valinux.co.jp>
Thu, 5 Jun 2014 05:32:13 +0000 (14:32 +0900)
committerItsuro Oda <oda@valinux.co.jp>
Tue, 29 Jul 2014 22:42:20 +0000 (07:42 +0900)
commit56c84cd95ff23043101dde3c26c10f9fff5729b5
treefaec8a2fad0c1eed4d9a1f5165e7bb9b0cb6d897
parenta2fff6ee728db57f0e862548aac9296899ef0fc7
Do not schedule network when creating reserved DHCP port

If device_id is DEVICE_ID_RESERVED_DHCP_PORT, do not schedule
network nor notify to dhcp-agent.

Closes-Bug: #1327000
Change-Id: Idf88767596bf0fc31bf856a423d35cb1575b57f3
neutron/api/rpc/agentnotifiers/dhcp_rpc_agent_api.py
neutron/tests/unit/api/rpc/agentnotifiers/test_dhcp_rpc_agent_api.py
neutron/tests/unit/openvswitch/test_agent_scheduler.py