mirror of
https://github.com/hashicorp/packer.git
synced 2026-02-23 01:40:26 -05:00
cloudstack: Added missing ssh_username to the example
This commit is contained in:
parent
ec01ffa91b
commit
e7320b526c
1 changed files with 2 additions and 0 deletions
|
|
@ -168,6 +168,8 @@ Here is a basic example.
|
|||
"source_iso": "CentOS-7.0-1406-x86_64-Minimal",
|
||||
"zone": "NL1",
|
||||
|
||||
"ssh_username": "root",
|
||||
|
||||
"template_name": "Centos7-x86_64-KVM-Packer",
|
||||
"template_display_text": "Centos7-x86_64 KVM Packer",
|
||||
"template_featured": true,
|
||||
|
|
|
|||
Loading…
Reference in a new issue