From fbd2a007f12f7d9ea21523bddb235df813ec7386 Mon Sep 17 00:00:00 2001 From: Lyubov Kolesnikova Date: Tue, 10 Nov 2015 20:47:11 +0000 Subject: [PATCH] Fix typos in configuring.rst Fix several typos. Change-Id: Id6f610974f4b68e4786b0241478c5b7b7c622eac --- doc/source/configuring.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/source/configuring.rst b/doc/source/configuring.rst index cd723c999f..15cb5e432c 100644 --- a/doc/source/configuring.rst +++ b/doc/source/configuring.rst @@ -627,7 +627,7 @@ will use multiple containers to store images, and this value will determine how many characters from an image UUID are checked when determining what container to place the image in. The maximum number of containers that will be created is approximately equal to 16^N. This setting is used only when -swift_store_multi_tentant is disabled. +swift_store_multi_tenant is disabled. Example: if this config option is set to 3 and swift_store_container = 'glance', then an image with UUID @@ -1157,7 +1157,7 @@ Optional. Default: ``None`` Can only be specified in configuration files. -Location of ca certicates file to use for cinder client requests. +Location of ca certificates file to use for cinder client requests. * ``cinder_http_retries=TIMES`` @@ -1369,7 +1369,7 @@ Required when image cache middleware is enabled. Default: ``/var/lib/glance/image-cache`` This is the base directory the image cache can write files to. -Make sure the directory is writeable by the user running the +Make sure the directory is writable by the user running the ``glance-api`` server * ``image_cache_driver=DRIVER``