[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:
committed by
Matthew Kassawara
parent
2ade32d11a
commit
1ec761d106
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user