Skip to content

Commit

Permalink
Configure nova-network database access on debian/ubuntu
Browse files Browse the repository at this point in the history
The database configuration disappeared from the debian/ubuntu
installation guide. Add the configuration bits in nova.conf, as done for
other distributions.

Change-Id: I7f7c754c7ff8d6898149507b49efd5a9d51e7ef0
Closes-Bug: #1244216
Backport: havana
  • Loading branch information
Gauvain Pocentek committed Nov 11, 2013
1 parent 9990235 commit c308a59
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions doc/install-guide/section_nova-network.xml
Expand Up @@ -68,6 +68,14 @@ flat_network_bridge=br100
flat_interface=eth1
public_interface=eth1
rabbit_host=<replaceable>controller</replaceable></programlisting>
</step>
<step os="ubuntu;debian">
<para>In the multi-host scenario, you also need to configure the database
access. Edit <filename>/etc/nova/nova.conf</filename> and set the
<code>connection</code> variable in the <literal>[database]</literal>
section.</para>
<programlisting language="ini">[database]
connection = mysql://nova:<replaceable>NOVA_DBPASS</replaceable>@<replaceable>controller</replaceable>/nova</programlisting>
</step>
<step os="fedora;rhel;centos">
<para>Provide a local metadata service that is reachable from
Expand Down

0 comments on commit c308a59

Please sign in to comment.