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

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to     : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to