From 5acfb0cb69d4ce9db4f0207c114262ea40cc374c Mon Sep 17 00:00:00 2001 From: Brian Waldon Date: Fri, 16 Nov 2012 10:39:03 -0800 Subject: [PATCH] Add note about urlencoding the sql_connection config opt Fixes bug 1075676. Change-Id: Ib4149277b6ec060350a3a01496e3b01c26c19181 --- doc/source/configuring.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/configuring.rst b/doc/source/configuring.rst index 682c6ef021..801f4014ee 100644 --- a/doc/source/configuring.rst +++ b/doc/source/configuring.rst @@ -711,7 +711,7 @@ command-line for the ``glance-manage`` program. Sets the SQLAlchemy connection string to use when connecting to the registry database. Please see the documentation for `SQLAlchemy connection strings `_ -online. +online. You must urlencode any special characters in CONNECTION_STRING. * ``sql_timeout=SECONDS`` on command line)