KATO Tomoyuki c980025806 [config-ref] reorganize sample configuration files
Change-Id: I958563c84bf04b22933b3238f093b9210ef0f90f
2016-07-15 06:03:46 +00:00

1.3 KiB

Compute service

compute/nova-conf.rst compute/logging.rst compute/authentication-authorization.rst compute/resize.rst compute/database-connections.rst compute/rpc.rst compute/api.rst compute/fibre-channel.rst compute/iscsi-offload.rst compute/hypervisors.rst compute/scheduler.rst compute/cells.rst compute/conductor.rst compute/config-options.rst compute/logs.rst compute/nova-conf-samples.rst compute/samples/index.rst tables/conf-changes/nova.rst

The Compute service is a cloud computing fabric controller, which is the main part of an IaaS system. You can use OpenStack Compute to host and manage cloud computing systems. This section describes the Compute service configuration options.

Note

The common configurations for shared service and libraries, such as database connections and RPC messaging, are described at common-configurations.

To configure your Compute installation, you must define configuration options in these files:

  • nova.conf. Contains most of the Compute configuration options. Resides in the /etc/nova directory.
  • api-paste.ini. Defines Compute limits. Resides in the /etc/nova directory.
  • Related Image service and Identity service management configuration files.