Currently etc/barbican/barbican.conf is maintained by hand and can not be regenerated based on the config settings defined in the code. A common pattern for OpenStack projects is to use oslo-config-generator for that task. Co-Authored-By: Randall Burt <randall.burt@rackspace.com> Depends-On: I90870dcb49cd96f6bf0fe353fa6e779ffd87a5af Closes-Bug: #1584789 Change-Id: I5f3dcd2fc982f1178ef7dd662c24d3166f91b266
5 lines
132 B
Plaintext
5 lines
132 B
Plaintext
To generate the sample barbican.conf file, run the following
|
|
command from the top level of the barbican directory:
|
|
|
|
tox -egenconfig
|