Comment 2 for bug 1417305

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

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

commit 449aa1a48cc7260ffc3c78570334e9ee2fbc51cb
Author: Beth Elwell <email address hidden>
Date: Thu Jun 22 11:20:33 2017 +0100

    Removed default value for 'Physical Network'

    When creating a network there is currently a default value of 'default'
    which causes the network creation to fail. It is nonsensical to have
    a default value here as it will change depending on the provider
    network type and needs to be set according to custom settings if the
    user is not creating a simple local network which then does not require
    the physical network value at all.

    Change-Id: I448713d986f17ea1c00cd4dd22487291545cfe2a
    Closes-Bug: #1417305