[install-guide] Address nova lock_path issue

Use the upstream default value of /var/lib/nova/tmp for
the lock_path option in the nova.conf file on Ubuntu,
RHEL, CentOS, and Fedora.

Change-Id: I1d584ef326c42e237bb5d34e4058b30d60fdadcf
Closes-Bug: #1458275
Closes-Bug: #1457423
This commit is contained in:
Joseph Robinson
2015-05-26 13:39:15 +10:00
committed by Matthew Kassawara
parent 2ade32d11a
commit 1ec761d106
2 changed files with 4 additions and 4 deletions

View File

@@ -154,7 +154,7 @@ host = <replaceable>controller</replaceable></programlisting>
lock_path = /var/run/nova</programlisting>
<programlisting os="ubuntu;rhel;centos;fedora" language="ini">[oslo_concurrency]
...
lock_path = /var/lock/nova</programlisting>
lock_path = /var/lib/nova/tmp</programlisting>
</step>
<step>
<para>(Optional) To assist with troubleshooting,

View File

@@ -215,12 +215,12 @@ host = <replaceable>controller</replaceable></programlisting>
<step>
<para>In the <literal>[oslo_concurrency]</literal> section,
configure the lock path:</para>
<programlisting os="ubuntu;rhel;centos;fedora" language="ini">[oslo_concurrency]
...
lock_path = /var/lib/nova/tmp</programlisting>
<programlisting os="sles;opensuse" language="ini">[oslo_concurrency]
...
lock_path = /var/run/nova</programlisting>
<programlisting os="ubuntu;rhel;centos;fedora" language="ini">[oslo_concurrency]
...
lock_path = /var/lock/nova</programlisting>
</step>
<step>
<para>(Optional) To assist with troubleshooting,