Merge "Unify value of "xsd:boolean" in Clustering API"
This commit is contained in:
commit
e2ead2a127
@ -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>
|
||||
|
@ -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"
|
||||
}
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user