glance/doc/source
Liu Yuan 1757e7e0ae Add Sheepdog store
Sheepdog is a distributed block storage. This patch enables Sheepdog cluster
as a backend store for glance.

Test:

You can set up a simulated 3 node cluster on the local machine with
following script:

 $ sudo apt-get install liburcu-dev
 $ git clone git://github.com/collie/sheepdog.git
 $ cd sheepdog
 $ ./autogen.sh; ./configure --disable-corosync
 $ make; sudo make install
 $ for i in 0 1 2; do sheep /tmp/store$i -n -c local -z $i -p 700$i;done
 $ collie cluster format

Then change the default store in glance-api.conf as sheepdog

blueprint: add-sheepdog-support

Change-Id: I99907bbfc2e131146de9dd1a39f94a73cd2585e9
2013-07-04 12:41:05 +08:00
..
_static Making docs pretty! 2012-07-11 15:27:26 -07:00
_templates Documentation cleanup. Splits out index.rst into multiple section docs. 2010-12-22 12:38:54 -05:00
_theme Making docs pretty! 2012-07-11 15:27:26 -07:00
man Remove glance-cache-queue-image 2012-03-15 14:26:59 -07:00
authentication.rst Small change to 'is_public' documentation 2013-05-08 15:25:25 +00:00
cache.rst Updates OpenStack LLC with OpenStack Foundation 2013-02-17 19:19:43 -08:00
common-image-properties.rst Removed controversial common image property 'os_libosinfo_shortid' 2013-02-26 20:55:58 +00:00
conf.py Convert scripts to entry points 2013-04-29 14:08:29 -10:00
configuring.rst Add Sheepdog store 2013-07-04 12:41:05 +08:00
controllingservers.rst Updates OpenStack LLC with OpenStack Foundation 2013-02-17 19:19:43 -08:00
db.rst Updates OpenStack LLC with OpenStack Foundation 2013-02-17 19:19:43 -08:00
formats.rst Updates OpenStack LLC with OpenStack Foundation 2013-02-17 19:19:43 -08:00
glanceapi.rst Add documentation on reserving a Glance image 2013-05-28 13:38:09 +00:00
glanceclient.rst Updates OpenStack LLC with OpenStack Foundation 2013-02-17 19:19:43 -08:00
identifiers.rst Updates OpenStack LLC with OpenStack Foundation 2013-02-17 19:19:43 -08:00
index.rst Adding new common image properties 2013-02-20 17:36:34 +00:00
installing.rst Patch changes Fedora 16 to 18 on install page. 2013-06-06 20:28:54 -05:00
notifications.rst Updated documentation to include notifications introduced in Grizzly. 2013-06-21 14:20:29 +00:00
policies.rst Add a policy layer for membership APIs 2013-05-30 21:08:18 +00:00
statuses.rst Updates OpenStack LLC with OpenStack Foundation 2013-02-17 19:19:43 -08:00