From 3a6b65f95fc0fda453d850a4dedf4c28fd1dda8f Mon Sep 17 00:00:00 2001 From: Hui Kang Date: Wed, 13 Apr 2016 20:53:36 -0400 Subject: [PATCH] Remove node_templates_directory in ansbile variable file This variable is not used anymore. TrivialFix Change-Id: I1293d75a250370a80d1ac77f754858891cbeef5a --- ansible/group_vars/all.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/ansible/group_vars/all.yml b/ansible/group_vars/all.yml index 3f4fc4a108..7ba03dd3b1 100644 --- a/ansible/group_vars/all.yml +++ b/ansible/group_vars/all.yml @@ -4,7 +4,6 @@ # The "temp" files that are created before merge need to stay persistent due # to the fact that ansible will register a "change" if it has to create them # again. Persistent files allow for idempotency -node_templates_directory: "/usr/share/kolla/templates" container_config_directory: "/var/lib/kolla/config_files" # The directory to store the config files on the destination node