Edited configuring cells content in the Configuration Reference Guide
Updated content with settings to enable cells. backport: juno Closes-Bug: #1401772 Change-Id: Id5f6d6d204d72aeb2ebd326aedcbd974d073ca94
This commit is contained in:
@@ -110,31 +110,28 @@
|
|||||||
</section>
|
</section>
|
||||||
<section xml:id="config-API-cell">
|
<section xml:id="config-API-cell">
|
||||||
<title>Configure the API (top-level) cell</title>
|
<title>Configure the API (top-level) cell</title>
|
||||||
<para>The compute API class must be changed in the API cell so
|
<para>The cell type must be changed in the API cell so
|
||||||
that requests can be proxied through nova-cells down to
|
that requests can be proxied through nova-cells down to
|
||||||
the correct cell properly. Add the following line to
|
the correct cell properly. Edit the <filename>nova.conf</filename>
|
||||||
<filename>nova.conf</filename> in the API
|
file in the API cell, and specify <literal>api</literal>
|
||||||
cell:<programlisting language="ini">[DEFAULT]
|
in the <option>cell_type</option> key:<programlisting language="ini">[DEFAULT]
|
||||||
compute_api_class=nova.compute.cells_api.ComputeCellsAPI
|
compute_api_class=nova.compute.cells_api.ComputeCellsAPI
|
||||||
...
|
...
|
||||||
|
|
||||||
[cells]
|
[cells]
|
||||||
enable=True
|
cell_type= api</programlisting>
|
||||||
name=api</programlisting></para>
|
</para>
|
||||||
</section>
|
</section>
|
||||||
<section xml:id="config-child-cell">
|
<section xml:id="config-child-cell">
|
||||||
<title>Configure the child cells</title>
|
<title>Configure the child cells</title>
|
||||||
<para>Add the following lines to
|
<para>Edit the <filename>nova.conf</filename> file in the child
|
||||||
<filename>nova.conf</filename> in the child cells,
|
cells, and specify <literal>compute</literal> in the
|
||||||
replacing <replaceable>cell1</replaceable> with the name
|
<option>cell_type</option> key:<programlisting language="ini">[DEFAULT]
|
||||||
of each
|
|
||||||
cell:<programlisting language="ini">[DEFAULT]
|
|
||||||
# Disable quota checking in child cells. Let API cell do it exclusively.
|
# Disable quota checking in child cells. Let API cell do it exclusively.
|
||||||
quota_driver=nova.quota.NoopQuotaDriver
|
quota_driver=nova.quota.NoopQuotaDriver
|
||||||
|
|
||||||
[cells]
|
[cells]
|
||||||
enable=True
|
cell_type = compute</programlisting></para>
|
||||||
name=<replaceable>cell1</replaceable></programlisting></para>
|
|
||||||
</section>
|
</section>
|
||||||
<section xml:id="config-cell-db">
|
<section xml:id="config-cell-db">
|
||||||
<title>Configure the database in each cell</title>
|
<title>Configure the database in each cell</title>
|
||||||
|
Reference in New Issue
Block a user