Provide the correct directory to fetch the keys

Tacker is trying to fetch the keys from /etc/tacker/vim/fernet_keys, however
the correct directory is in the venv. We should provide that information in
tacker.conf otherwise it uses the default value which results in errors

Change-Id: I6bbdc4852df8c53dac73e3052af9c1046f216642
This commit is contained in:
Manuel Buil 2018-01-16 16:56:35 +01:00
parent 18779ed05f
commit 03831dafe6
1 changed files with 3 additions and 0 deletions

View File

@ -100,3 +100,6 @@ mgmt_driver = noop,openwrt
# Specify drivers for monitoring
monitor_driver = ping, http_ping
[vim_keys]
openstack = {{ tacker_etc_dir }}/vim/fernet_keys