← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1443970] [NEW] nova-manage create networks with wrong dhcp_server in DB(nova)

 

Public bug reported:

Using nova network and creating new network 'dhcp_server' values are
wrong.

command (example)
/usr/bin/nova-manage network create novanetwork 10.0.0.0/16 3 8 --vlan_start 103 --dns1 8.8.8.8 --dns2 8.8.4.4

This happens because in file nova/network/manager.py in method
_do_create_networks() the variable 'enable_dhcp' is incorrectly used in
loop.

** Affects: nova
     Importance: Undecided
     Assignee: Pavel Kholkin (pkholkin)
         Status: In Progress

** Changed in: nova
     Assignee: (unassigned) => Pavel Kholkin (pkholkin)

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1443970

Title:
  nova-manage create networks with wrong dhcp_server in DB(nova)

Status in OpenStack Compute (Nova):
  In Progress

Bug description:
  Using nova network and creating new network 'dhcp_server' values are
  wrong.

  command (example)
  /usr/bin/nova-manage network create novanetwork 10.0.0.0/16 3 8 --vlan_start 103 --dns1 8.8.8.8 --dns2 8.8.4.4

  This happens because in file nova/network/manager.py in method
  _do_create_networks() the variable 'enable_dhcp' is incorrectly used
  in loop.

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


Follow ups

References