From f4674e04a3646770733cacadc6d5defc901d4f10 Mon Sep 17 00:00:00 2001 From: Matt Fischer Date: Thu, 8 Jan 2015 20:18:31 -0700 Subject: [PATCH] Improve documentation for glance_stores The documentation for glance_stores was missing any mention of the stores option which is required to make a default_store work if it's non-default. Closes-Bug: #1406182 Change-Id: I89e8fe2d8b31cd66609fd4132cb263eecb3db4c3 --- doc/source/configuring.rst | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/doc/source/configuring.rst b/doc/source/configuring.rst index 10755a0b84..1f4dea4dc1 100644 --- a/doc/source/configuring.rst +++ b/doc/source/configuring.rst @@ -374,7 +374,17 @@ Can only be specified in configuration files. Sets the storage backend to use by default when storing images in Glance. Available options for this option are (``file``, ``swift``, ``s3``, ``rbd``, ``sheepdog``, -``cinder`` or ``vsphere``). +``cinder`` or ``vsphere``). In order to select a default store it must also +be listed in the ``stores`` list described below. + +* ``stores=STORES`` + +Optional. Default: ``glance.store.filesystem.Store, glance.store.http.Store`` + +A comma separated list of enabled glance stores. Options are specified +in the format of glance.store.OPTION.Store. Some available options for this +option are (``filesystem``, ``http``, ``rbd``, ``s3``, ``swift``, ``sheepdog``, +``cinder``, ``gridfs``, ``vmware_datastore``) Configuring Glance Image Size Limit -----------------------------------