← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1152504] Re: Wrong syntax for set:tag in dnsmasq startup options

 

** Changed in: nova
       Status: Fix Committed => Fix Released

** Changed in: nova
    Milestone: None => grizzly-rc1

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

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