Files
nova/doc/source/configuration/index.rst
Luong Anh Tuan 5d2c8fa9e1 Fix the format file name
The file name should be marked follow [1]
as consistent with their semantic meaning.

[1] https://docs.openstack.org/doc-contrib-guide/rst-conv/inline-markups.html#file-name-and-path

Change-Id: Ic18d0563412650d3b42c2ed5c07e69f309877cb9
2017-11-27 11:43:41 +07:00

1.1 KiB

Configuration Guide

The static configuration for nova lives in two main files: nova.conf and policy.json. These are described below. For a bigger picture view on configuring nova to solve specific problems, refer to the Nova Admin Guide </admin/index>.

Configuration

  • Configuration Guide </admin/configuration/index>: Detailed configuration guides for various parts of you Nova system. Helpful reference for setting up specific hypervisor backends.
  • Config Reference </configuration/config>: A complete reference of all configuration options available in the nova.conf file.
  • Sample Config File </configuration/sample-config>: A sample config file with inline documentation.

Policy

Nova, like most OpenStack projects, uses a policy language to restrict permissions on REST API actions.

  • Policy Reference </configuration/policy>: A complete reference of all policy points in nova and what they impact.
  • Sample Policy File </configuration/sample-policy>: A sample policy file with inline documentation.