Simple user can disable compute
Bug #1742102 reported by
Kevin Tibi
This bug affects 3 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Compute (nova) |
In Progress
|
High
|
Unassigned | ||
Pike |
New
|
Undecided
|
Unassigned | ||
Queens |
New
|
Undecided
|
Unassigned | ||
OpenStack Security Advisory |
Won't Fix
|
Undecided
|
Unassigned |
Bug Description
Hi,
When I tested a fresh deploy of Pike, I created a private network with a little subnet like /28. If you try to create a lot of new instances, nova failed because which doesn't have free IP for the creation of new instances.
The fail trace is https:/
So after that, the trigger consecutive_
Changed in nova: | |
assignee: | nobody → jichenjc (jichenjc) |
Changed in nova: | |
importance: | Undecided → High |
information type: | Public → Public Security |
Changed in nova: | |
assignee: | Matt Riedemann (mriedem) → nobody |
To post a comment you must log in.
We discussed this a bit in IRC, and this is a failure after we've created the port and when we go to plug the VIF for the instance, that fails. Neutron doesn't send any information with the network-vif-plugged event, just that it failed.
Are you able to trace the vif plug operation on the neutron side and see what specific error resulted in the vif plug failing?
On the nova side, you should see something in the logs about a network-vif-plugged event for instance 80e4fb95- da3a-4725- 9bb4-9cbb514ebc b1 and you should be able to see the request ID in the request from neutron, and trace that back to the failure on the neutron side that generated the call to nova.