Skip to content
Snippets Groups Projects
Commit 8cdaf01c authored by Sam Yaple's avatar Sam Yaple
Browse files

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
parent f1abd866
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment