
For PDFLaTeX, remove the irrelevant parts (contributing, search) and those that break (full config examples). Additionally, this replaces fancy quotes as they don't work in PDFLaTeX either (it handles regular quotes internally). Change-Id: I60459407e49a88c2231217152fc078346e5f4b4f Co-Authored-By: Radosław Piliszek <radoslaw.piliszek@gmail.com>
1.2 KiB
1.2 KiB
Configuration Guide
The configuration for masakari lies in below described files.
Configuration
Masakari has two main config files: masakari.conf
and
recovery_workflow_sample_config.conf
.
Config Reference <config>
: A complete reference of all config points in masakari and what they impact.
html
Sample Config File <sample_config>
: A sample config file with inline documentation.
Recovery Config Reference <recovery_config>
: A complete reference of all config points in masakari and what they impact.
html
Sample recovery workflow File <recovery_workflow_sample_config>
: A complete reference of defining the monitoring processes.
Policy
Masakari, like most OpenStack projects, uses a policy language to restrict permissions on REST API actions.
Policy Reference <policy>
: A complete reference of all policy points in masakari and what they impact.Sample policy File <sample_policy>
: A sample policy file with inline documentation.
API configuration settings
API configuration <api-paste.ini>
: A complete reference of API configuration settings.