tacker/doc/source/configuration/index.rst

1.9 KiB

Tacker Configuration Guide

The static configuration for tacker lives in three main files: api-paste.ini, tacker.conf and policy.json. These are described below. For a bigger picture view on configuring tacker to solve specific problems.

Configuration

  • API Paste ini <api-paste.ini>: A complete reference of api-paste.ini available in the api-paste.ini file.
  • Config Reference <config>: A complete reference of all configuration options available in the tacker.conf file.
  • Sample Config File <sample_config>: A sample config file with inline documentation.

Policy

Tacker, 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 tacker and what they impact.
  • Sample Policy File <sample_policy>: A sample tacker policy file with inline documentation.

api-paste.ini policy sample_policy config sample_config