Skip to content

Commit

Permalink
Fix bug 1076826
Browse files Browse the repository at this point in the history
Wrong field in the Configuration of Postgres as backend of nova

Change-Id: Ifdb66a07b1ca85a8b64f8c4a8ae7caf116b2f8c1
  • Loading branch information
patrocinio authored and annegentle committed Nov 13, 2012
1 parent a48c054 commit 301e24c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ postgres> exit</screen></para>

<para>Configure the <filename>/etc/nova/nova.conf</filename> file, to ensure it knows to use the PostgreSQL database:</para>

<literallayout class="monospaced">connection = postgres://novadbadmin:[<replaceable>[YOUR_NOVADB_PASSWORD]</replaceable>]@127.0.0.1/nova</literallayout>
<literallayout class="monospaced">sql_connection = postgres://novadbadmin:[<replaceable>[YOUR_NOVADB_PASSWORD]</replaceable>]@127.0.0.1/nova</literallayout>
<para>The command to populate the database is described later in the
documentation, in the section entitled <link
linkend="compute-db-sync">Configuring the Database for Compute</link>.
Expand Down

0 comments on commit 301e24c

Please sign in to comment.