Added note for the connection paremeter placement in neutron.conf

As per #1608742, the connection option is misplaced in the neutron.conf file.
Added a note for placing the above option in [database] section removing
the quotes from the value.

Change-Id: If11a065df84ed75e2cb8ff9b087971aa849f55ef
Closes-Bug: #1694755
This commit is contained in:
Mohammad Rizwan 2017-08-05 13:04:16 +05:30 committed by Alexandra Settle
parent b05716bc8c
commit 7354a43a16
1 changed files with 6 additions and 0 deletions

View File

@ -307,6 +307,12 @@ Finalize installation
Database population occurs later for Networking because the script
requires complete server and plug-in configuration files.
If you receive the following Python exception,
``Could not parse rfc1738 URL from string``,
move the `connection` option from the ``[default]`` section to the
``[database]`` section. Then, remove the single quotes from the
value in the ``neutron.conf`` file.
#. Restart the Compute API service:
.. code-block:: console