Merge "Unify value of "xsd:boolean" in Clustering API"

This commit is contained in:
Jenkins 2016-04-12 16:13:02 +00:00 committed by Gerrit Code Review
commit e2ead2a127
3 changed files with 5 additions and 5 deletions

View File

@ -9,8 +9,8 @@
</para>
<para>
If you are an administrative user and you set this value to
<code>True</code>, the call returns all objects from all projects.
Default is <code>False</code>, which returns only objects in the
<code>true</code>, the call returns all objects from all projects.
Default is <code>false</code>, which returns only objects in the
current project.
</para>
</wadl:doc>

View File

@ -21,7 +21,7 @@
},
"destroy_after_deletion": {
"default": true,
"description": "Whether a node should be completely destroyed after deletion. Default to True",
"description": "Whether a node should be completely destroyed after deletion. Default to true",
"required": false,
"type": "Boolean"
},
@ -33,7 +33,7 @@
},
"reduce_desired_capacity": {
"default": false,
"description": "Whether the desired capacity of the cluster should be reduced along the deletion. Default to False.",
"description": "Whether the desired capacity of the cluster should be reduced along the deletion. Default to false.",
"required": false,
"type": "Boolean"
}

View File

@ -1145,7 +1145,7 @@
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN">
<para>
Indicates whether the node details are returned.
Default is <code>False</code>.
Default is <code>false</code>.
</para>
</wadl:doc>
</param>