
1. Added new config options for vnf packages. 2. This will generate a new sample config each time build sphinx is run. This is then used on a new docs page where you can either view the file in its entirety, or download the file. Partial-Implements: blueprint tosca-csar-mgmt-driver Co-Author: Bhagyashri Shewale <bhagyashri.shewale@nttdata.com> Co-Author: Neha Alhat <neha.alhat@nttdata.com> Change-Id: I900af00af7f939e6069411104caa714f396dc509
1.9 KiB
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 theapi-paste.ini
file.Config Reference <config>
: A complete reference of all configuration options available in thetacker.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