summaryrefslogtreecommitdiff
path: root/nova/api/openstack/compute/attach_interfaces.py
diff options
context:
space:
mode:
Diffstat (limited to 'nova/api/openstack/compute/attach_interfaces.py')
-rw-r--r--nova/api/openstack/compute/attach_interfaces.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/nova/api/openstack/compute/attach_interfaces.py b/nova/api/openstack/compute/attach_interfaces.py
index 6a24a60959..34edf30cb6 100644
--- a/nova/api/openstack/compute/attach_interfaces.py
+++ b/nova/api/openstack/compute/attach_interfaces.py
@@ -178,6 +178,7 @@ class InterfaceAttachmentController(wsgi.Controller):
exception.InterfaceAttachPciClaimFailed,
exception.InterfaceAttachResourceAllocationFailed,
exception.ForbiddenPortsWithAccelerator,
+ exception.ForbiddenWithRemoteManagedPorts,
exception.ExtendedResourceRequestOldCompute,
) as e:
raise exc.HTTPBadRequest(explanation=e.format_message())