From: Sébastien Han Date: Sun, 18 Jan 2015 21:55:57 +0000 (+0100) Subject: doc: Fix OpenStack Glance configuration X-Git-Tag: v0.93~254^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=d29aef5eb99c2ee807855177ed9ecee7eef37532;p=ceph.git doc: Fix OpenStack Glance configuration Glance has not completely moved to 'store' yet so we need to configure the store in the DEFAULT section as well. Fixes: #10478 Signed-off-by: Sébastien Han --- diff --git a/doc/rbd/rbd-openstack.rst b/doc/rbd/rbd-openstack.rst index 43eafa399863..96e37ac58366 100644 --- a/doc/rbd/rbd-openstack.rst +++ b/doc/rbd/rbd-openstack.rst @@ -200,6 +200,10 @@ Juno Edit ``/etc/glance/glance-api.conf`` and add under the ``[glance_store]`` section:: + [DEFAULT] + ... + default_store = rbd + ... [glance_store] stores = rbd rbd_store_pool = images @@ -210,6 +214,8 @@ Edit ``/etc/glance/glance-api.conf`` and add under the ``[glance_store]`` sectio For more information about the configuration options available in Glance please see: http://docs.openstack.org/trunk/config-reference/content/section_glance-api.conf.html. +.. important:: Glance has not completely moved to 'store' yet. + So we still need to configure the store in the DEFAULT section. Any OpenStack version ~~~~~~~~~~~~~~~~~~~~~