summaryrefslogtreecommitdiff
path: root/api-ref/source/os-virtual-interfaces.inc
diff options
context:
space:
mode:
authorSean Dague <sean@dague.net>2016-06-02 08:50:03 -0400
committerSean Dague <sean@dague.net>2016-06-03 08:47:33 -0400
commitc9f5ad3bcf06d22661fd73dc8f98bf752784abff (patch)
tree12886a94ebe3ed56663740e1683f8551459722a9 /api-ref/source/os-virtual-interfaces.inc
parentcfd64c976b8aaacaf09fd2a6303877674fcfada0 (diff)
downloadnova-c9f5ad3bcf06d22661fd73dc8f98bf752784abff.tar.gz
remove /v2.1/{tenant_id} from all urls
As discussed at summit, the version part of the URL is not really relevant, or a thing a user should be filling out themselves, this should instead be set by the service catalog and extracted from the token. This removes it's reference in all documented REST urls, and adds a new section describing how one gets the base URL for all calls. Change-Id: I4306b8c3de0225e54f3909dd8a1fb293c4e5944c
Diffstat (limited to 'api-ref/source/os-virtual-interfaces.inc')
-rw-r--r--api-ref/source/os-virtual-interfaces.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/api-ref/source/os-virtual-interfaces.inc b/api-ref/source/os-virtual-interfaces.inc
index 3c8130f23e..bfdf33a0bc 100644
--- a/api-ref/source/os-virtual-interfaces.inc
+++ b/api-ref/source/os-virtual-interfaces.inc
@@ -12,7 +12,7 @@ Lists virtual interfaces for a server instance.
List Virtual Interfaces
=======================
-.. rest_method:: GET /v2.1/{tenant_id}/servers/{server_id}/os-virtual-interfaces
+.. rest_method:: GET /servers/{server_id}/os-virtual-interfaces
Lists the virtual interfaces for an instance.
@@ -27,7 +27,7 @@ Request
.. rest_parameters:: parameters.yaml
- - tenant_id: tenant_id
+
- server_id: server_id
Response