Merge pull request #2516 from patricklucas/document_gce_use_internal_ip

builder/googlecompute: Document use_internal_ip
This commit is contained in:
Chris Bednarski 2015-07-28 14:53:14 -07:00
commit b61f86fbae
1 changed files with 3 additions and 0 deletions

View File

@ -129,6 +129,9 @@ can be configured for this builder.
* `tags` (array of strings)
* `use_internal_ip` (boolean) - If true, use the instance's internal IP instead
of its external IP during building.
## Gotchas
Centos images have root ssh access disabled by default. Set `ssh_username` to any user, which will be created by packer with sudo access.