Fix Docker file reference
As reported by Ming Fang, the Configuration Reference section on docker was instructing users to update the wrong configuration file. This patch fixes it to the correct one Closes-Bug: 1241915 Change-Id: Ib425e7a1c0886fcef9373de0953a66dbded0cd6d Backport: stable/havana
This commit is contained in:
parent
0643f7fb25
commit
4d97bf90bd
@ -31,7 +31,7 @@ xml:id="docker">
|
|||||||
hypervisor support matrix</link> for details.
|
hypervisor support matrix</link> for details.
|
||||||
</para></note>
|
</para></note>
|
||||||
<para>To enable Docker, ensure the following options are set in
|
<para>To enable Docker, ensure the following options are set in
|
||||||
<filename>/etc/nova/nova.conf</filename> on all hosts running the
|
<filename>/etc/nova/nova-compute.conf</filename> on all hosts running the
|
||||||
<systemitem class="service">nova-compute</systemitem> service.
|
<systemitem class="service">nova-compute</systemitem> service.
|
||||||
<programlisting language="ini">compute_driver=docker.DockerDriver</programlisting></para>
|
<programlisting language="ini">compute_driver=docker.DockerDriver</programlisting></para>
|
||||||
<para>Glance also needs to be configured to support the Docker container format, in
|
<para>Glance also needs to be configured to support the Docker container format, in
|
||||||
|
Loading…
Reference in New Issue
Block a user