← Back to team overview

yahoo-eng-team team mailing list archive

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

 

** Changed in: nova/icehouse
       Status: Fix Committed => Fix Released

-- 
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):
  Fix Released
Status in OpenStack Compute (nova) icehouse series:
  Fix Released

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


References