Update os-attach-interfaces to os-interface

In api doc, the net interface is "os-attach-interfaces",
but the api interface "os-interface" is the actual interface.
so we should correct the doc.

Change-Id: I7007213f9bd61c9ec2427a76c0367d23fb84ec05
Closes-Bug: #1282535
This commit is contained in:
lizheming
2014-05-13 10:29:10 +08:00
parent f100eb53b1
commit 82adcbbf7f
2 changed files with 3 additions and 3 deletions

View File

@@ -134,12 +134,12 @@
href="../wadls/compute-api/src/v2/ext/os-aggregates.wadl"
xmlns:wadl="http://wadl.dev.java.net/2009/02"/>
</section>
<section xml:id="ext-os-attach-interfaces">
<title>Attach interfaces (os-attach-interfaces)</title>
<section xml:id="ext-os-interface">
<title>Attach interfaces (os-interface)</title>
<para>Create, list, and get details for port
interfaces.</para>
<wadl:resources
href="../wadls/compute-api/src/v2/ext/os-attach-interfaces.wadl"
href="../wadls/compute-api/src/v2/ext/os-interface.wadl"
xmlns:wadl="http://wadl.dev.java.net/2009/02"/>
</section>
<section xml:id="ext-os-certificates">