Files
nova/doc/source/admin/configuration/index.rst
Stephen Finucane 289438b4c2 docs: Drop references to non-filter scheduler drivers
Take the opportunity to clean up the docs quite a bit, ultimately
combining two disparate guides on the scheduler into one.

Change-Id: Ia72d39b4774d93793b381359b554c717dc9a6994
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
2021-08-23 16:45:37 +01:00

30 lines
812 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
/admin/configuration/resize
/admin/configuration/cross-cell-resize
/admin/configuration/fibre-channel
/admin/configuration/iscsi-offload
/admin/configuration/hypervisors
/admin/configuration/logs
/admin/configuration/samples/index