
As discussed in the mailing list [1] since cells v1 has been deprecated since Pike and the biggest user of it (CERN as far as we know) moved to cells v2 in Queens, we can start rolling back the cells v1 specific documentation to avoid confusing people new to nova about what cells is and making them understand there was an optional v1. There are still a few mentions of cells v1 left in here for things like adding a new cell which need to be re-written and for that I've left a todo. Users can still get at cells v1 specific docs from published stable branches and/or rebuilding the docs from before this change. [1] http://lists.openstack.org/pipermail/openstack-discuss/2019-February/002569.html Change-Id: Idaa04a88b6883254cad9a8c6665e1c63a67e88d3
30 lines
842 B
ReStructuredText
30 lines
842 B
ReStructuredText
===============
|
|
Configuration
|
|
===============
|
|
|
|
To configure your Compute installation, you must define configuration options
|
|
in these files:
|
|
|
|
* ``nova.conf`` contains most of the Compute configuration options and resides
|
|
in the ``/etc/nova`` directory.
|
|
|
|
* ``api-paste.ini`` defines Compute limits and resides in the ``/etc/nova``
|
|
directory.
|
|
|
|
* Configuration files for related services, such as the Image and Identity
|
|
services.
|
|
|
|
A list of config options based on different topics can be found below:
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
/admin/configuration/api.rst
|
|
/admin/configuration/resize.rst
|
|
/admin/configuration/fibre-channel.rst
|
|
/admin/configuration/iscsi-offload.rst
|
|
/admin/configuration/hypervisors.rst
|
|
/admin/configuration/schedulers.rst
|
|
/admin/configuration/logs.rst
|
|
/admin/configuration/samples/index.rst
|