From a35de0cd7b8ad3fb79e07282e40fcfc11a6b409a Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Wed, 7 Dec 2016 14:36:24 -0500 Subject: [PATCH] api-ref: note that os-virtual-interfaces is nova-network only Let's avoid confusion over errors from the os-virtual-interfaces exception when using Neutron and make a note that it's only implemented for nova-network. Change-Id: I7a136eecbeb5f89dfe98f51abf1188213bdca9fd Closes-Bug: #1648047 --- api-ref/source/os-virtual-interfaces.inc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/api-ref/source/os-virtual-interfaces.inc b/api-ref/source/os-virtual-interfaces.inc index 10bb6927f9e3..44c95b6f1dcf 100644 --- a/api-ref/source/os-virtual-interfaces.inc +++ b/api-ref/source/os-virtual-interfaces.inc @@ -6,6 +6,13 @@ Lists virtual interfaces for a server instance. +.. note:: + This API is only implemented for the nova-network service and will result + in a 400 error response if the cloud is using the Neutron networking + service. Use the Neutron ``ports`` API to list ports for a given server by + filtering ports based on the port ``device_id`` which is the + ``{server_id}``. + List Virtual Interfaces =======================