Comment 2 for bug 1733047

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

Reviewed: https://review.openstack.org/521238
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=de9f03c9ab3d95ce2e21a22822f0f3902f489760
Submitter: Zuul
Branch: master

commit de9f03c9ab3d95ce2e21a22822f0f3902f489760
Author: wei.ying <email address hidden>
Date: Sat Nov 18 15:40:41 2017 +0800

    Unable to create router when the external network is specified

    In project create router form, when creating router with the external
    network, there is no need to determine "ext_gw_mode_supported" since
    the "ext_gw-mode" has been checked when the form is initialized.
    So, we need to delete it since it's also undefined.

    Change-Id: I6dc221638ccda2a8819776679735685cb3c61d56
    Closes-Bug:#1733047