nova-ec2 was removed from nova for mitaka, remove the file ec2-api now. A previous change already removed nova-ec2 table. File compute/nova-logs was renamed to compute/logs, but was referenced by other files. Add label so that reference works. Replace internal references to non-existing documents in admin-guide-cloud with external links. Note: We hit these bugs in local tests depending on python package versions, the packages in the gate ignore the error. Change-Id: Idece9d7186321b8b40b3020f701531908f88b6a5
1.1 KiB
Compute
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/nova-conf-samples.rst compute/logs.rst compute/config-samples.rst tables/conf-changes/nova.rst
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.