Merge pull request #4967 from StackPointCloud/packer-builder-oneandone

Oneandone builder documentation update
This commit is contained in:
Matthew Hooker 2017-06-05 18:38:02 -07:00 committed by GitHub
commit 08faef41b3
1 changed files with 2 additions and 1 deletions

View File

@ -53,7 +53,8 @@ Here is a basic example:
"disk_size":"50",
"image_name":"test5",
"source_image_name":"ubuntu1604-64min",
"ssh_username" :"root"
"ssh_username" :"root",
"ssh_private_key_file" : "/path/to/private/ssh/key"
}
]
}