← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1541191] Re: Limit to create only one external network

 

Multiple external networks are supported.

** Changed in: neutron
       Status: New => Invalid

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

Title:
  Limit to create only one external network

Status in neutron:
  Invalid

Bug description:
  Since L3 agent support only one external network, 
  https://github.com/openstack/neutron/blob/master/neutron/db/external_net_db.py#L149

  But now, we can create any number of external network that will cause to raise TooManyExternalNetworks exception in agent rpc get_external_network_id().  
  We should modify create_network api  to limit only one external_network could be create.

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


References