From 3da04fa5a83089dfedad281da94817b30535a139 Mon Sep 17 00:00:00 2001 From: "zhu.rong" Date: Fri, 21 Aug 2015 23:05:07 +0800 Subject: [PATCH] Fix the wrong config file for glance metadata The glance metadata config file is /etc/glance/glance-api.conf, not /etc/glance/glance.conf Change-Id: I1bbb9f7cd00bca9e5a7f9c0d1c39b5a06decb59a --- doc/common-rst/cli_manage_images.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/common-rst/cli_manage_images.rst b/doc/common-rst/cli_manage_images.rst index d9a6407654..4cda8742fd 100644 --- a/doc/common-rst/cli_manage_images.rst +++ b/doc/common-rst/cli_manage_images.rst @@ -88,7 +88,7 @@ list, as follows:: .. note:: - To store location metadata for images, which enables direct file access for a client, update the ``/etc/glance/glance.conf`` file with the following statements: + To store location metadata for images, which enables direct file access for a client, update the ``/etc/glance/glance-api.conf`` file with the following statements: - ``show_multiple_locations = True``