Comment 7 for bug 1689019

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

Reviewed: https://review.openstack.org/474261
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=258dc0281bef87d14ab4976eaf99269c58939a64
Submitter: Jenkins
Branch: stable/ocata

commit 258dc0281bef87d14ab4976eaf99269c58939a64
Author: YAMAMOTO Takashi <email address hidden>
Date: Mon May 8 13:58:48 2017 +0900

    test_dhcp: Use a safer host name

    We use "foo_host" as a hostname in a test.
    Usually "_" is not allowed in a hostname. (See RFC 952 etc)
    Oslo.config (correctly) complains on that.

    Closes-Bug: #1689019
    Change-Id: Ife817d4f9f904ab1cecb1d8501b94069d5468bdf
    (cherry picked from commit 26920b8712859ab3c44641ff33ca7f0ecfc45bc2)