Merge "Unify value of "xsd:boolean" in Image API"
This commit is contained in:
commit
307da65837
@ -250,15 +250,15 @@
|
||||
<para><programlisting>X-Image-Meta-Checksum → 8a40c862b5735975d82605c1dd395796
|
||||
X-Image-Meta-Container_format → aki
|
||||
X-Image-Meta-Created_at → 2016-01-06T03:22:20.000000
|
||||
X-Image-Meta-Deleted → False
|
||||
X-Image-Meta-Deleted → false
|
||||
X-Image-Meta-Disk_format → aki
|
||||
X-Image-Meta-Id → 03bc0a8b-659c-4de9-b6bd-13c6e86e6455
|
||||
X-Image-Meta-Is_public → True
|
||||
X-Image-Meta-Is_public → true
|
||||
X-Image-Meta-Min_disk → 0
|
||||
X-Image-Meta-Min_ram → 0
|
||||
X-Image-Meta-Name → cirros-0.3.4-x86_64-uec-kernel
|
||||
X-Image-Meta-Owner → 13cc6052265b41529e2fd0fc461fa8ef
|
||||
X-Image-Meta-Protected → False
|
||||
X-Image-Meta-Protected → false
|
||||
X-Image-Meta-Size → 4979632
|
||||
X-Image-Meta-Status → deactivated
|
||||
X-Image-Meta-Updated_at → 2016-02-25T03:02:05.000000
|
||||
|
@ -1229,7 +1229,7 @@
|
||||
<para>
|
||||
The URL to access the image file kept in external store. It
|
||||
appears when you set the <code>show_image_direct_url</code> option
|
||||
to <code>True</code> in the Image service's configuration
|
||||
to <code>true</code> in the Image service's configuration
|
||||
file.
|
||||
</para>
|
||||
</wadl:doc>
|
||||
@ -1365,7 +1365,7 @@
|
||||
<para>
|
||||
A list of URLs to access the image file in external store. This list
|
||||
appears if the <code>show_multiple_locations</code> option is set to
|
||||
<code>True</code> in the Image service's configuration file.
|
||||
<code>true</code> in the Image service's configuration file.
|
||||
</para>
|
||||
</wadl:doc>
|
||||
</param>'>
|
||||
@ -1661,8 +1661,8 @@
|
||||
<wadl:doc xmlns="http://docbook.org/ns/docbook"
|
||||
xmlns:wadl="http://wadl.dev.java.net/2009/02" xml:lang="EN">
|
||||
<para>
|
||||
Image protection for deletion. A valid value is <code>True</code> or
|
||||
<code>False</code>. Default is <code>False</code>.
|
||||
Image protection for deletion. A valid value is <code>true</code> or
|
||||
<code>false</code>. Default is <code>false</code>.
|
||||
</para>
|
||||
</wadl:doc>
|
||||
</param>'>
|
||||
@ -1672,8 +1672,8 @@
|
||||
<wadl:doc xmlns="http://docbook.org/ns/docbook"
|
||||
xmlns:wadl="http://wadl.dev.java.net/2009/02" xml:lang="EN">
|
||||
<para>
|
||||
Namespace protection for deletion. A valid value is <code>True</code> or
|
||||
<code>False</code>. Default is <code>False</code>.
|
||||
Namespace protection for deletion. A valid value is <code>true</code> or
|
||||
<code>false</code>. Default is <code>false</code>.
|
||||
</para>
|
||||
</wadl:doc>
|
||||
</param>'>
|
||||
|
Loading…
Reference in New Issue
Block a user