2017-08-24 15:58:05 +01:00
|
|
|
===================
|
|
|
|
Configuration Guide
|
|
|
|
===================
|
|
|
|
|
2018-09-13 10:29:32 -06:00
|
|
|
The static configuration for Placement lives in two main files: ``placement.conf`` and
|
|
|
|
``policy.json``. These are described below.
|
2017-08-24 15:58:05 +01:00
|
|
|
|
|
|
|
Configuration
|
|
|
|
-------------
|
|
|
|
|
2018-09-13 10:29:32 -06:00
|
|
|
* :doc:`Config Reference <config>`: A complete reference of all
|
|
|
|
configuration options available in the ``placement.conf`` file.
|
|
|
|
|
|
|
|
* :doc:`Sample Config File <sample-config>`: A sample config
|
|
|
|
file with inline documentation.
|
|
|
|
|
|
|
|
.. TODO(efried):: Get this working
|
2018-09-05 17:06:07 -05:00
|
|
|
* :nova-doc:`Configuration Guide </admin/configuration/index>`: Detailed
|
|
|
|
configuration guides for various parts of you Nova system. Helpful reference
|
|
|
|
for setting up specific hypervisor backends.
|
2017-08-24 15:58:05 +01:00
|
|
|
|
2018-09-05 17:06:07 -05:00
|
|
|
Policy
|
|
|
|
------
|
2017-11-30 18:09:00 -05:00
|
|
|
|
|
|
|
Placement, like most OpenStack projects, uses a policy language to restrict
|
|
|
|
permissions on REST API actions.
|
|
|
|
|
2018-09-06 18:44:17 +00:00
|
|
|
* :doc:`Policy Reference <policy>`: A complete
|
2017-11-30 18:09:00 -05:00
|
|
|
reference of all policy points in placement and what they impact.
|
|
|
|
|
2018-09-06 18:44:17 +00:00
|
|
|
* :doc:`Sample Policy File <sample-policy>`: A sample
|
2017-11-30 18:09:00 -05:00
|
|
|
placement policy file with inline documentation.
|
2018-04-27 13:03:09 -04:00
|
|
|
|
|
|
|
|
|
|
|
.. # NOTE(mriedem): This is the section where we hide things that we don't
|
|
|
|
# actually want in the table of contents but sphinx build would fail if
|
|
|
|
# they aren't in the toctree somewhere.
|
|
|
|
.. toctree::
|
|
|
|
:hidden:
|
|
|
|
|
2018-09-06 18:44:17 +00:00
|
|
|
policy
|
|
|
|
sample-policy
|
2018-09-05 17:06:07 -05:00
|
|
|
config
|
|
|
|
sample-config
|