Merge "[install-guide] Specify lock_path option"

This commit is contained in:
Jenkins 2015-04-25 03:32:37 +00:00 committed by Gerrit Code Review
commit 2dd540e688
4 changed files with 28 additions and 0 deletions

View File

@ -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,

View File

@ -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,

View File

@ -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,

View File

@ -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,