From d29aef5eb99c2ee807855177ed9ecee7eef37532 Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=C3=A9bastien=20Han?= Date: Sun, 18 Jan 2015 22:55:57 +0100 Subject: [PATCH] doc: Fix OpenStack Glance configuration MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 --- doc/rbd/rbd-openstack.rst | 6 ++++++ 1 file changed, 6 insertions(+) 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 ~~~~~~~~~~~~~~~~~~~~~ -- 2.47.3