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: A complete reference of api-paste.ini available in the
api-paste.ini
file.Config Reference: A complete reference of all configuration options available in the
tacker.conf
file.Sample Config File: 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: A complete reference of all policy points in tacker and what they impact.
Sample Policy File: A sample tacker policy file with inline documentation.