Public bug reported:

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.).

** Affects: neutron
     Importance: Undecided
         Status: New

-- 
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):
  New

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

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to     : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to