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:
parent
18779ed05f
commit
03831dafe6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user