Reviewed: https://review.openstack.org/25581 Committed: http://github.com/openstack/nova/commit/34a321fc2e23186510a8850a7cbe3ece635856c8 Submitter: Jenkins Branch: milestone-proposed
commit 34a321fc2e23186510a8850a7cbe3ece635856c8 Author: David Hill <[email protected]> Date: Mon Mar 25 16:27:25 2013 -0400 Adding netmask to dnsmasq argument --dhcp-range By default, dnsmasq will try to guess the proper subnet size but sometimes it will fail. This patch provides the network netmask to dnsmasq via the --dhcp-range argument. Fixes: bug #1154929 Change-Id: I74d62c837b5310004b9151851697e3ea3b475f92 (cherry picked from commit fb151b5e3704c9a293f10ba89abc14f83d803c24) ** Changed in: nova Status: Fix Committed => Fix Released -- 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/1154929 Title: A default /24 netmask is used by dnsmasq instead of the configured netmasks (in netmasks table) Status in OpenStack Compute (Nova): Fix Released Status in OpenStack Compute (nova) folsom series: In Progress Bug description: When dnsmasq is leasing an IP, it does so with a hardcoded /24 netmask instead of the one configured in the netmasks table. Windows 2008r2 seems a bit unpleased by this situation so here's a patch ... To manage notifications about this bug go to: https://bugs.launchpad.net/nova/+bug/1154929/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

