Merge "Revise clustering service API"

This commit is contained in:
Jenkins
2016-01-19 17:54:32 +00:00
committed by Gerrit Code Review
39 changed files with 580 additions and 643 deletions

View File

@@ -6,9 +6,9 @@
xmlns:xref="http://www.w3.org/1999/xref"
xmlns:wadl="http://wadl.dev.java.net/2009/02"
version="5.0-extension RackBook-2.0"
xml:id="api.openstack.org-clustering" status="CURRENT">
<info xreflabel="api-ref-clustering.html">
<title>OpenStack Clustering API v1</title>
xml:id="api.openstack.org-clustering-v1" status="CURRENT">
<info xreflabel="api-ref-clustering-v1.html">
<title>OpenStack Clustering API v1 (CURRENT)</title>
<copyright>
<year>2015</year>
</copyright>

View File

@@ -103,7 +103,7 @@
<title>Nodes</title>
<para>
Lists all nodes, and creates, shows information for, updates,
deletes, and triggers an action on a node.
deletes a node.
</para>
<wadl:resources xmlns:wadl="http://wadl.dev.java.net/2009/02">
<wadl:resource href="../wadls/clustering-api/src/v1/wadl/clustering-api.wadl#nodes">
@@ -115,9 +115,6 @@
<wadl:method href="#updateNode"/>
<wadl:method href="#deleteNode"/>
</wadl:resource>
<wadl:resource href="../wadls/clustering-api/src/v1/wadl/clustering-api.wadl#node_actions">
<wadl:method href="#node_action"/>
</wadl:resource>
</wadl:resources>
</section>
<section xml:id="policies">