From b6b28d1ed45ea725f5d23c9a249a8ba32024cb4c Mon Sep 17 00:00:00 2001 From: Brian Waldon Date: Wed, 14 Mar 2012 10:07:34 -0700 Subject: [PATCH] Add note about cache config options The image cache configuration needs to be duplicated between glance-api.conf and glance-cache.conf. This adds a note in the documentation to help clarify that fact. Change-Id: I125a56fecadc89d127570581c3ddb5d3faa3475c --- doc/source/configuring.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/doc/source/configuring.rst b/doc/source/configuring.rst index c64f616da6..802174a739 100644 --- a/doc/source/configuring.rst +++ b/doc/source/configuring.rst @@ -597,7 +597,12 @@ image file would put the total cache size over this size. The ``glance-cache-pruner`` executable is what prunes the image cache to be equal to or less than this value. The ``glance-cache-pruner`` executable is designed to be run via cron on a regular basis. See more about this executable in -`Controlling the Growth of the Image Cache` +:doc:`Controlling the Growth of the Image Cache ` + +.. note:: + + These configuration options must be set in both the glance-cache + and glance-api configuration files. Configuring the Glance Registry -------------------------------