Contents
- Overview of nova.conf
- Configure logging
- Configure authentication and authorization
- Configure resize
- Database configuration
- Configure the Oslo RPC messaging system
- Configure the Compute API
- Configure the EC2 API
- Fibre Channel support in Compute
- Hypervisors
- Scheduling
- Cells
- Conductor
- Example
nova.conf
configuration files - Compute log files
- Compute sample configuration files
The OpenStack 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 OpenStack Compute configuration options.
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.