Comment 2 for bug 1478939

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

Reviewed: https://review.openstack.org/206524
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=ce65691bfc876400025eb8ba2ae18f8ff96e18f6
Submitter: Jenkins
Branch: master

commit ce65691bfc876400025eb8ba2ae18f8ff96e18f6
Author: Masco Kaliyamoorthy <email address hidden>
Date: Tue Jul 28 18:13:33 2015 +0530

    exclude subnets without gateway in create interface

    In create interface form, if we select the subnet which
    don't have gateway ip, the create will fail.

    we can remove the subnets which don't have gateway ip
    from the sebnet options to prevent the unnecessary
    server call.

    Change-Id: I75cec674516b07e141d74729b545e3d2cadee82d
    Closes-Bug: #1478939