Maximum number of ports exceeded log

Bug #1478938 reported by huangpengtaohw
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Compute (nova)
Opinion
Undecided
Unassigned

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.

affects: neutron → nova
Matt Riedemann (mriedem)
Changed in nova:
status: New → Opinion
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.