← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1327000] Re: Should not schedule dhcp-agent when dhcp port creation

 

** Changed in: neutron
       Status: Fix Committed => Fix Released

** Changed in: neutron
    Milestone: None => juno-3

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1327000

Title:
  Should not schedule dhcp-agent when dhcp port creation

Status in OpenStack Neutron (virtual network service):
  Fix Released

Bug description:
  Intended operation:
  ---
  1. create network and subnet 
    neutron net-create net
    neutron subnet-create --name sub net 20.0.0.0/24
  2. create port for dhcp server. It is intended to assign specific ip address.
   neutron port-create --name dhcp --device-id reserved_dhcp_port --fixed-ip ip_address=20.0.0.10,subnet_id=sub net -- --device_owner network:dhcp
  3. then schedule dhcp-agent manually 
   neutron dhcp-agent-network-add 275f7a3f-0251-485c-aea1-9913e173dd1e net
  ---

  But now force scheduling occurs at port creation (2.). So it is not
  available to schedule manually (3.).

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1327000/+subscriptions


References