Skip to content
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.

Commit

Permalink
proive ssh key path
Browse files Browse the repository at this point in the history
  • Loading branch information
Renat Nurgaliyev committed Aug 1, 2018
1 parent 2223efd commit 684b57e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions packer/keystone-db.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"security_groups": "testinfra-ssh_only",
"ssh_username": "ubuntu",
"ssh_keypair_name": "testinfra-cikey",
"ssh_private_key_file": "~/.ssh/id_rsa",
"reuse_ips": true,
"networks": [
"5d58c0ce-0a53-4452-96d7-1713560b4cde"
Expand Down
1 change: 1 addition & 0 deletions packer/keystone.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"security_groups": "testinfra-ssh_only",
"ssh_username": "ubuntu",
"ssh_keypair_name": "testinfra-cikey",
"ssh_private_key_file": "~/.ssh/id_rsa",
"reuse_ips": true,
"networks": [
"5d58c0ce-0a53-4452-96d7-1713560b4cde"
Expand Down
1 change: 1 addition & 0 deletions packer/loadbalancer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"floating_ip_pool": "ext-net",
"security_groups": "testinfra-ssh_only",
"ssh_keypair_name": "testinfra-cikey",
"ssh_private_key_file": "~/.ssh/id_rsa",
"ssh_username": "ubuntu",
"reuse_ips": true,
"networks": [
Expand Down

0 comments on commit 684b57e

Please sign in to comment.