Nova boot fails with quota activated in neutron but not on ports
Bug #1333315 reported by
Cedric Brandily
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Compute (nova) |
Fix Released
|
Undecided
|
Cedric Brandily | ||
Icehouse |
Fix Released
|
Undecided
|
Unassigned |
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,
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.
Changed in nova: | |
assignee: | nobody → Cedric Brandily (cbrandily) |
status: | New → In Progress |
tags: | added: icehouse-backport-potential |
Changed in nova: | |
milestone: | none → juno-2 |
status: | Fix Committed → Fix Released |
tags: | removed: icehouse-backport-potential |
Changed in nova: | |
milestone: | juno-2 → 2014.2 |
To post a comment you must log in.
Fix proposed to branch: master /review. openstack. org/101948
Review: https:/