Bug fix for tacker installation 39/53939/1
authorYifei Xue <xueyifei@huawei.com>
Fri, 16 Mar 2018 06:31:22 +0000 (14:31 +0800)
committerYifei Xue <xueyifei@huawei.com>
Fri, 16 Mar 2018 06:31:22 +0000 (14:31 +0800)
JIRA: -

By default, os_tacker will use "{{ tacker_bin | dirname }}/etc/tacker"
as tacker_etc_dir. This will cause a failure when keystone creates
fernet key for VIM in tacker due to keystone uses "/etc/tacker" by
default. So this patch is proposed to set tacker_etc_dir to
"/etc/tacker".

Change-Id: Icbffaeb1376f83b4c9904b0258139ce1518ac9f8
Signed-off-by: Yifei Xue <xueyifei@huawei.com>
deploy/adapters/ansible/roles/config-osa/templates/user_variables.yml.j2