Comment 5 for bug 1384577

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to neutron (master)

Reviewed: https://review.openstack.org/130498
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=434665eb785a3abec654b6dd0b57ac2c78b0ced8
Submitter: Jenkins
Branch: master

commit 434665eb785a3abec654b6dd0b57ac2c78b0ced8
Author: Tan Lin <email address hidden>
Date: Thu Oct 23 19:00:22 2014 +0800

    Enable adding new tag with options

    It is useful to add a new tag when update the options
    with dnsmasq.
    We have a use case in Ironic to support ipxe with dnsmasq.
    It looks like this:
    dhcp_opts.append({'opt_name': 'tag:!ipxe,bootfile-name',
                      'opt_value': CONF.pxe.pxe_bootfile_name})

    Change-Id: Idfaae9e8f8b7582f988e9da8707ef7d4823c6ff4
    Closes-Bug: #1384577