← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1333315] [NEW] Nova boot fails with quota activated in neutron but not on ports

 

Public bug reported:

When nova is deployed with neutron, nova boot fails if quota are
activated but not for ports


"Failing" usecase:
In neutron.conf
[quotas]
quota_items = network,subnet,router,floatingip


neutron quota-show
+---------------------+-------+
| Field               | Value |
+---------------------+-------+
| floatingip          | 2     |
| network             | 5     |
| router              | 1     |
| security_group      | 10    |
| security_group_rule | 100   |
| subnet              | 4     |
+---------------------+-------+


nova boot fails because neutronv2 api expect neutron.show_quota(tenant_id=context.project_id)['quota'].get('port') to return an int but instead None is returned

** Affects: nova
     Importance: Undecided
     Assignee: Cedric Brandily (cbrandily)
         Status: In Progress


** Tags: icehouse-backport-potential

** Changed in: nova
     Assignee: (unassigned) => Cedric Brandily (cbrandily)

** Changed in: nova
       Status: New => In Progress

** Tags added: icehouse-backport-potential

-- 
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/1333315

Title:
  Nova boot fails with quota activated in neutron but not on ports

Status in OpenStack Compute (Nova):
  In Progress

Bug description:
  When nova is deployed with neutron, nova boot fails if quota are
  activated but not for ports


  
  "Failing" usecase:
  In neutron.conf
  [quotas]
  quota_items = network,subnet,router,floatingip

  
  neutron quota-show
  +---------------------+-------+
  | Field               | Value |
  +---------------------+-------+
  | floatingip          | 2     |
  | network             | 5     |
  | router              | 1     |
  | security_group      | 10    |
  | security_group_rule | 100   |
  | subnet              | 4     |
  +---------------------+-------+

  
  nova boot fails because neutronv2 api expect neutron.show_quota(tenant_id=context.project_id)['quota'].get('port') to return an int but instead None is returned

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


Follow ups

References