← Back to team overview

cssoss team mailing list archive

[Merge] lp:~lorinh/openstackbook/more-glance-backends into lp:openstackbook

 

Lorin Hochstein has proposed merging lp:~lorinh/openstackbook/more-glance-backends into lp:openstackbook.

Requested reviews:
  CSS OSS Team (cssoss)

For more details, see:
https://code.launchpad.net/~lorinh/openstackbook/more-glance-backends/+merge/83311

Described additional backends supported by Glance to make docs more consistent with http://docs.openstack.org/diablo/openstack-image-service/admin/content/glance-api-server.html
-- 
https://code.launchpad.net/~lorinh/openstackbook/more-glance-backends/+merge/83311
Your team CSS OSS Team is requested to review the proposed merge of lp:~lorinh/openstackbook/more-glance-backends into lp:openstackbook.
=== modified file 'Introduction.xml'
--- Introduction.xml	2011-10-19 14:27:25 +0000
+++ Introduction.xml	2011-11-24 15:32:23 +0000
@@ -146,11 +146,22 @@
 	</section>
     <section xml:id="OpenStack_Imaging_Service_Glance_-d1e329">
 		<title>OpenStack Imaging Service ( Glance )</title>
-		<para>OpenStack Imaging Service is a lookup and retrieval system for virtual machine images. It can be configured to use any one of the following 3 storage backends:</para>
+		<para>OpenStack Imaging Service is a lookup and retrieval system for virtual machine images. It
+				can be configured to use any one of the following storage backends:</para>
 		<itemizedlist>
-			<listitem><para>OpenStack Object Store to store images</para></listitem>
+			<listitem>
+					<para>Local filesystem (default)</para>
+				</listitem>
+				<listitem>
+					<para>OpenStack Object Store to store images</para>
+				</listitem>
 			<listitem><para>S3 storage directly</para></listitem>
-			<listitem><para>S3 storage with Object Store as the intermediate for S3 access.</para></listitem>
+			<listitem>
+					<para>S3 storage with Object Store as the intermediate for S3 access.</para>
+				</listitem>
+				<listitem>
+					<para>HTTP (read-only)</para>
+				</listitem>
 		</itemizedlist>
         <section xml:id="Functions_and_Features_Glance_-d1e352">
         <title>Functions and Features ( Glance )</title>


Follow ups