Comment 4 for bug 1545153

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

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

commit 7e79d83641545e8134a2a142ade8a2fc0b96eade
Author: Matthew Treinish <email address hidden>
Date: Fri Feb 12 16:21:37 2016 -0500

    Reorder name normalization for DNS

    Having the truncation step as the last one meant we could truncate to
    a trailing hyphen. This could potential cause a failure for an invalid
    name. This commit reorders the normalization to put the truncation as
    the first step which should avoid that problem.

    Change-Id: I2219f6c73d882efc787127f02fda937f3e3b44eb
    Closes-Bug: #1545153