<div dir="ltr">I'm a little confused about Glance's capabilities when used with S3 as the backend.<div><br></div><div style>In the newly written Operations Guide, it states (under Cloud Controller Design):</div><div style>
<p style="font-size:13px;line-height:18px;margin:1em 0px;padding:0px;color:rgb(68,68,68);font-family:Arial,Helvetica,sans-serif">The <code>glance-api</code> part is an abstraction layer that allows a choice of backend. Currently, it supports:</p>
<ul style="color:rgb(68,68,68);font-family:Arial,Helvetica,sans-serif;font-size:12px"><li>OpenStack Object Storage, which allows the storage of images as objects.</li><li>File System, which uses any traditional file system for storing the images as files.</li>
<li>S3, which allows the fetching of images from Amazon S3 (no images can be written using this mode).</li><li>HTTP, which allows the fetching of images from a web server (no images can be written using this mode).</li></ul>
<div><font color="#444444" face="Arial, Helvetica, sans-serif"><span style="font-size:12px"><br></span></font></div>It says that "no images can be written" using S3.</div><div style>However in glance-api.conf it says:</div>
<div style><pre style="margin-top:0px;margin-bottom:0px;padding:0px;border:0px;font-size:12px;font-family:Consolas,'Liberation Mono',Courier,monospace;color:rgb(51,51,51);line-height:16px"><div class="" id="LC294" style="margin:0px;padding:0px 0px 0px 10px;border:0px">
When sending images to S3, the data will first be written to a temporary buffer on disk.</div><div class="" id="LC294" style="margin:0px;padding:0px 0px 0px 10px;border:0px"><br></div><div class="" id="LC294" style="margin:0px;padding:0px 0px 0px 10px;border:0px">
Which is it? Can Glance use S3 as a full backend to write snapshots, upload images, etc..?</div><div class="" id="LC294" style="margin:0px;padding:0px 0px 0px 10px;border:0px"><br></div><div class="" id="LC294" style="margin:0px;padding:0px 0px 0px 10px;border:0px">
<br></div><div class="" id="LC294" style="margin:0px;padding:0px 0px 0px 10px;border:0px"><br></div><div class="" id="LC294" style="margin:0px;padding:0px 0px 0px 10px;border:0px">PS: I know the goal of the Operations Guide was to finish it in 5 days, but there are a lot of typos and grammatical errors...maybe 7 days next time?</div>
</pre></div></div>