From 5189109d60e8b16608b981ff550ff51af5ac9fc4 Mon Sep 17 00:00:00 2001 From: Diane Fleming Date: Fri, 22 Feb 2013 13:05:02 -0600 Subject: [PATCH] Corrected virtual_interfaces to os-virtual-interfaces bug: 1114311 Change-Id: I527358b58b0d37e5055730cc233e3c3cc50f956f author: Diane Fleming --- api-ref/src/docbkx/api-ref.xml | 8 +++---- .../os-virtual-interfaces/vifs-list-resp.xml | 3 ++- .../src/ext/os-virtual-interfaces.wadl | 23 +++++++++++++++---- 3 files changed, 24 insertions(+), 10 deletions(-) mode change 100755 => 100644 api-ref/src/docbkx/api-ref.xml diff --git a/api-ref/src/docbkx/api-ref.xml b/api-ref/src/docbkx/api-ref.xml old mode 100755 new mode 100644 index aba2ba81a..ef5a736ac --- a/api-ref/src/docbkx/api-ref.xml +++ b/api-ref/src/docbkx/api-ref.xml @@ -136,9 +136,8 @@
Extended Instance Status - Shows extended attributes, vm_state, task_state, and - power_state, for a specific server instance or in the detailed - response for all servers. + Adds vm_state, task_state, and power_state to detailed + server responses. @@ -303,7 +302,8 @@
Virtual Interfaces - Lists the virtual interfaces for running instances. + Lists the virtual interfaces for a specified server + instance. diff --git a/api-ref/src/wadls/compute-api/src/api_samples/os-virtual-interfaces/vifs-list-resp.xml b/api-ref/src/wadls/compute-api/src/api_samples/os-virtual-interfaces/vifs-list-resp.xml index 73aafe09b..f9c0602a9 100644 --- a/api-ref/src/wadls/compute-api/src/api_samples/os-virtual-interfaces/vifs-list-resp.xml +++ b/api-ref/src/wadls/compute-api/src/api_samples/os-virtual-interfaces/vifs-list-resp.xml @@ -1,4 +1,5 @@ - + \ No newline at end of file diff --git a/api-ref/src/wadls/compute-api/src/ext/os-virtual-interfaces.wadl b/api-ref/src/wadls/compute-api/src/ext/os-virtual-interfaces.wadl index 0c04e73d3..c2ee98ff3 100644 --- a/api-ref/src/wadls/compute-api/src/ext/os-virtual-interfaces.wadl +++ b/api-ref/src/wadls/compute-api/src/ext/os-virtual-interfaces.wadl @@ -3,8 +3,16 @@ + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xmlns:xsd="http://www.w3.org/2001/XMLSchema" + xmlns:db="http://docbook.org/ns/docbook" + xmlns:csapi="http://docs.openstack.org/compute/api/v2" + xmlns:xsdxt="http://docs.rackspacecloud.com/xsd-ext/v1.0" + xmlns:common="http://docs.openstack.org/common/api/v1.0" + xmlns:wadl="http://wadl.dev.java.net/2009/02" + xmlns:atom="http://www.w3.org/2005/Atom" + xsi:schemaLocation="http://docs.openstack.org/compute/api/v2/xsd/api.xsd + http://docs.openstack.org/common/api/v1.0/xsd/api-common.xsd"> @@ -23,7 +31,7 @@

- + @@ -34,12 +42,17 @@ -

View the virtual interfaces used in an instance.

+

Lists the virtual interfaces for a specified instance.

- + + + + + +