Comment 1 for bug 1591018

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

Reviewed: https://review.openstack.org/327670
Committed: https://git.openstack.org/cgit/openstack/magnum/commit/?id=ae0b77a55ae0a96ab1944c1a23df1bc31a4a021c
Submitter: Jenkins
Branch: master

commit ae0b77a55ae0a96ab1944c1a23df1bc31a4a021c
Author: PanFengyun <email address hidden>
Date: Tue Jul 5 14:35:55 2016 +0800

    Improve validation for the external network parameter

    1. Check the network name to see if there is duplicate name. If so,
       advise user to use network ID.
    2. External network cannot be private network, so filter the query
       for the external network with this attribute to validate.

    Change-Id: Ic02add0338cef344d02ef68c8372488fbe0b8fcd
    Closes-Bug: #1591018