Merge "[install-guide] Specify lock_path option"
This commit is contained in:
commit
2dd540e688
@ -223,6 +223,13 @@ password = <replaceable>CINDER_PASS</replaceable></programlisting>
|
||||
<programlisting language="ini">[DEFAULT]
|
||||
...
|
||||
my_ip = 10.0.0.11</programlisting>
|
||||
</step>
|
||||
<step>
|
||||
<para>In the <literal>[oslo_concurrency]</literal> section,
|
||||
configure the lock path:</para>
|
||||
<programlisting language="ini">[oslo_concurrency]
|
||||
...
|
||||
lock_path = /var/lock/cinder</programlisting>
|
||||
</step>
|
||||
<step>
|
||||
<para>(Optional) To assist with troubleshooting,
|
||||
|
@ -241,6 +241,13 @@ enabled_backends = lvm</programlisting>
|
||||
<programlisting language="ini">[DEFAULT]
|
||||
...
|
||||
glance_host = <replaceable>controller</replaceable></programlisting>
|
||||
</step>
|
||||
<step>
|
||||
<para>In the <literal>[oslo_concurrency]</literal> section,
|
||||
configure the lock path:</para>
|
||||
<programlisting language="ini">[oslo_concurrency]
|
||||
...
|
||||
lock_path = /var/lock/cinder</programlisting>
|
||||
</step>
|
||||
<step>
|
||||
<para>(Optional) To assist with troubleshooting,
|
||||
|
@ -145,6 +145,13 @@ novncproxy_base_url = http://<replaceable>controller</replaceable>:6080/vnc_auto
|
||||
<programlisting language="ini">[glance]
|
||||
...
|
||||
host = <replaceable>controller</replaceable></programlisting>
|
||||
</step>
|
||||
<step>
|
||||
<para>In the <literal>[oslo_concurrency]</literal> section,
|
||||
configure the lock path:</para>
|
||||
<programlisting language="ini">[oslo_concurrency]
|
||||
...
|
||||
lock_path = /var/lock/nova</programlisting>
|
||||
</step>
|
||||
<step>
|
||||
<para>(Optional) To assist with troubleshooting,
|
||||
|
@ -211,6 +211,13 @@ vncserver_proxyclient_address = 10.0.0.11</programlisting>
|
||||
<programlisting language="ini">[glance]
|
||||
...
|
||||
host = <replaceable>controller</replaceable></programlisting>
|
||||
</step>
|
||||
<step>
|
||||
<para>In the <literal>[oslo_concurrency]</literal> section,
|
||||
configure the lock path:</para>
|
||||
<programlisting language="ini">[oslo_concurrency]
|
||||
...
|
||||
lock_path = /var/lock/nova</programlisting>
|
||||
</step>
|
||||
<step>
|
||||
<para>(Optional) To assist with troubleshooting,
|
||||
|
Loading…
Reference in New Issue
Block a user