From 2de31449c367e4a857877657c3db689beb89b7a6 Mon Sep 17 00:00:00 2001 From: David Shrewsbury Date: Thu, 12 Mar 2015 21:24:45 +0000 Subject: [PATCH] Correct private key path --- inventory/group_vars/all.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inventory/group_vars/all.yaml b/inventory/group_vars/all.yaml index f53ccc3ec..e447bb591 100644 --- a/inventory/group_vars/all.yaml +++ b/inventory/group_vars/all.yaml @@ -32,4 +32,4 @@ dhcp_pool_end: 192.168.1.250 ssh_username: ironic ssh_port: 1024 ssh_address: 127.0.0.1 -ssh_private_key_path: /home/ironic/.ssh/ironic_key +ssh_private_key_path: /home/ironic/.ssh/id_rsa