yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #35902
[Bug 1478938] [NEW] Maximum number of ports exceeded log
Public bug reported:
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.
** Affects: neutron
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1478938
Title:
Maximum number of ports exceeded log
Status in neutron:
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/neutron/+bug/1478938/+subscriptions
Follow ups