← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1478938] Re: Maximum number of ports exceeded log

 

** Project changed: neutron => nova

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1478938

Title:
  Maximum number of ports exceeded log

Status in OpenStack Compute (nova):
  New

Bug description:
  below
  network\neutronv2\pi.py

   _create_port
          except neutron_client_exc.OverQuotaClient:
              LOG.warning(_LW(
                  'Neutron error: Port quota exceeded in tenant: %s'),
                  port_req_body['port']['tenant_id'], instance=instance)
              raise exception.PortLimitExceeded()
  			
  raise "Maximum number of ports exceeded" is not better than "Port quota exceeded in tenant"
  "Port quota exceeded in tenant" will be more understanded.

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


References