yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #01063
[Bug 1152504] [NEW] Wrong syntax for set:tag in dnsmasq startup options
You have been subscribed to a public bug:
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.
** Affects: nova
Importance: Undecided
Status: New
--
Wrong syntax for set:tag in dnsmasq startup options
https://bugs.launchpad.net/bugs/1152504
You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova).