os-attach-interface returns a 500 when neutron policy forbids port creation
Bug #1603592 reported by
Matt Riedemann
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Compute (nova) |
Fix Released
|
Medium
|
Liyingjun | ||
Mitaka |
Confirmed
|
Low
|
Unassigned |
Bug Description
From a test on our internal CI against mitaka:
root@uat-
13.0.0
The tempest test failure:
http://
The attach_interface operation is an RPC call from nova-api to nova-compute. In our case, neutron policy was such that port creation failed:
http://
The Forbidden from neutron isn't handled in nova-api so we get a 500 back instead of a 403.
This is somewhat related to bug 1571722 and patch https:/
Changed in nova: | |
status: | New → Confirmed |
importance: | Undecided → Medium |
Changed in nova: | |
assignee: | nobody → Liyingjun (liyingjun) |
To post a comment you must log in.
Fix proposed to branch: master /review. openstack. org/345223
Review: https:/