Comment 7 for bug 1238910

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

Reviewed: https://review.openstack.org/136477
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=f58e1fd6c701132297c01af4eb239284ef4c2e7d
Submitter: Jenkins
Branch: master

commit f58e1fd6c701132297c01af4eb239284ef4c2e7d
Author: Chet Burgess <email address hidden>
Date: Fri Nov 21 10:02:53 2014 -0800

    Fix long hostname in dnsmasq

    dnsmasq only supports 63 character hostnames. Longer names cause
    dnsmasq to ignore the entry and not hand out a DHCP address.

    Trunacte hostnames longer then 63 characters in order to make
    DHCP work.

    Closes-Bug: #1238910
    Change-Id: Ie1697577bc14038faccd50caf2fea20cac342388