← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1649750] Re: Cannot create a provider net without segment_id if only config a physical net name

 

Reviewed:  https://review.openstack.org/410107
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=1376df7873c2ac77c256ab2fed928de41a2c1d58
Submitter: Jenkins
Branch:    master

commit 1376df7873c2ac77c256ab2fed928de41a2c1d58
Author: ZhaoBo <zhaobo6@xxxxxxxxxx>
Date:   Tue Dec 13 16:39:34 2016 +0800

    Raise InvalidInput exception on provider-net creation without seg_id
    
    This patch raises InvalidInput to users when they create provider net
    without seg_id if ml2_vlan_ranges just sets the physical net name. This
    must be more friendly.
    
    Closes-Bug: #1649750
    Change-Id: I9831d1a5b5764dcb8ee94641a3afc3991e56f8c2


** Changed in: neutron
       Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1649750

Title:
  Cannot create a provider net without segment_id if only config a
  physical net name

Status in neutron:
  Fix Released

Bug description:
  Can not create a provider network if just config ml2_vlan_range like
  "vlan_net".

  cmd1: openstack network segment create net-name --physical-network vlan_net --network f5cfe320-f5bb-41b1-b39f-ee5c32f8f356 --network-type vlan
  cmd2: neutron net-create --provider:physical_network vlan_net --provider:network_type vlan net-name

  All cmds return exception NoNetworkAvailable, this is not frendly, we
  should tell users how to use the configured physical network, what
  they can do in the next.

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1649750/+subscriptions


References