From 92bdace019e7f13c33e9eb1b70da68205c024b3a Mon Sep 17 00:00:00 2001 From: Chuck Carmack Date: Thu, 15 Oct 2015 19:31:42 +0000 Subject: [PATCH] Document the os-attach-interfaces compute APIs in v2.1 The documentation exists in the v2 extension page: http://developer.openstack.org/api-ref-compute-v2-ext.html#os-interface but not in the V2.1 docs: http://developer.openstack.org/api-ref-compute-v2.1.html It looks like the wadl file is there, but its not linked from the chapter. Closes-Bug: #1506545 Change-Id: I8fc867843bbcd07012eff928c952003684ecc84e --- api-ref/src/docbkx/ch_compute-v2.1.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/api-ref/src/docbkx/ch_compute-v2.1.xml b/api-ref/src/docbkx/ch_compute-v2.1.xml index 5e656b995..e09163418 100644 --- a/api-ref/src/docbkx/ch_compute-v2.1.xml +++ b/api-ref/src/docbkx/ch_compute-v2.1.xml @@ -455,6 +455,15 @@ href="../wadls/compute-api/src/v2.1/wadl/os-assisted-volume-snapshots-v2.1.wadl" xmlns:wadl="http://wadl.dev.java.net/2009/02"/> +
+ Attach Interfaces (os-attach-interfaces) + + Creates, lists, gets details for, and deletes port interfaces. + + +
Availability zones (os-availability-zone)