From 8cdaf01c0a7a215c80a64cdcbe8b523b5c7d59dd Mon Sep 17 00:00:00 2001 From: Sam Yaple Date: Wed, 16 Sep 2015 10:02:40 +0000 Subject: [PATCH] Remove ansible_ssh_user from Kolla configs The option is not for Kolla to be managing, this is all on the operator to handle the ssh communication to the other hosts. Additionally, setting it like this will break delegate_to Change-Id: Ib9caa7014049f87f3ece525a32f7587e33840ea9 Closes-Bug: #1496331 --- ansible/group_vars/all.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/ansible/group_vars/all.yml b/ansible/group_vars/all.yml index 9ced61ee95..6df5c7ba96 100644 --- a/ansible/group_vars/all.yml +++ b/ansible/group_vars/all.yml @@ -13,9 +13,6 @@ node_templates_directory: "/usr/share/kolla/templates" # The directory to store the config files on the destination node node_config_directory: "/etc/kolla" -# The user Ansible uses to ssh to target nodes -ansible_ssh_user: "kolla" - ################### # Kolla options