Add note about urlencoding the sql_connection config opt

Fixes bug 1075676.

Change-Id: Ib4149277b6ec060350a3a01496e3b01c26c19181
This commit is contained in:
Brian Waldon 2012-11-16 10:39:03 -08:00
parent 6d57df0eda
commit 5acfb0cb69

View File

@ -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 <http://www.sqlalchemy.org/docs/05/reference/sqlalchemy/connections.html>`_
online.
online. You must urlencode any special characters in CONNECTION_STRING.
* ``sql_timeout=SECONDS``
on command line)