Comment 9 for bug 1396932

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

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

commit fd162a82776d64af9abc5595d1b8d2473dfce8f2
Author: Ihar Hrachyshka <email address hidden>
Date: Mon Mar 30 14:35:15 2015 +0200

    Kill hostname validation for subnet:dns_nameservers

    DNS servers that are hostnames seem like a bad idea. They are also not
    supported by base_db_plugin_v2 [1] anyway, so there is no big reason to
    pass them thru API validation only to receive InvalidInput later inside
    plugin code.

    [1]: http://git.openstack.org/cgit/openstack/neutron/tree/neutron/db/db_base_plugin_v2.py#n1049

    Change-Id: I2db00fe266fe0748d0e6327fbad22fa16b751da8
    Related-Bug: #1396932