yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #02115
[Bug 1152504] Re: Wrong syntax for set:tag in dnsmasq startup options
** Changed in: nova/folsom
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/1152504
Title:
Wrong syntax for set:tag in dnsmasq startup options
Status in OpenStack Compute (Nova):
Fix Released
Status in OpenStack Compute (nova) folsom series:
Fix Released
Bug description:
Openstack Folsom
Nova-network
Multihost Vlan configuration and use of dnsmasq_config_file to pass
options per vlans (such as external gateway).
The syntax in dnsmasq call is wrong, the vlan tag is between quote
--dhcp-range=set:'1274',172.16.88.3,static,120s
The call is made in linux_net.py, in Folsom, line 843.
'--dhcp-range=set:\'%s\',%s,static,%ss' %
(network_ref['label'],
network_ref['dhcp_start'],
CONF.dhcp_lease_time),
Removing quotes resolves the issue and dnsmasq is working well with
per network options.
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1152504/+subscriptions