Comment 14 for bug 1178273

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

Reviewed: https://review.openstack.org/39266
Committed: http://github.com/openstack/neutron/commit/e4f150d2a2f95db797f6540e5676d477f2d4e780
Submitter: Jenkins
Branch: stable/grizzly

commit e4f150d2a2f95db797f6540e5676d477f2d4e780
Author: armando-migliaccio <email address hidden>
Date: Tue Jul 9 19:08:49 2013 -0700

    Allow gateway address to be unset for an existing subnet

    Validation of the gateway IP address was taken place even
    if the gateway IP was set to None; this was causing an
    AddrFormatError exception to be raised by method
    '_validate_gw_out_of_pools'. With this change we skip
    the validation in case the gateway is set to None.

    Fixes bug #1178273

    Change-Id: Ib84378a4fd2cefdbbcacce695abbfaf82c647dd3
    (cherry picked from commit 40a5853970cdd1555dfb5ebce81c6babf2e445da)