Commit Graph

7084 Commits

Author SHA1 Message Date
Matthew Hooker af8fa95cc2 Merge pull request #4297 from gtirloni/docs-tmpdir
Add comment about TMPDIR environment variable
2016-12-20 16:41:47 -08:00
Zanetti, David ae5730c5a5 Querying EC2 security groups should report unexpected errors
As noted in #4277, we don't report any errors from the loop waiting for
a security group to exist. Instead, we should accept 'errors' which result
from the group not yet existing, and report errors which are actual issues
the user needs to resolve (eg, IAM permissions are incorrect).

Closes #4277
2016-12-21 11:45:12 +13:00
Matthew Hooker 9016cb2f99
update changelog 2016-12-20 10:11:15 -08:00
Matthew Hooker 071d09c3c2 Merge pull request #4301 from mitchellh/fix4299
builders/openstack: fix for finding resource by ID.
2016-12-20 10:09:35 -08:00
Rickard von Essen bf93ed6dc7 Merge pull request #4302 from thomaslorentsen/patch-1
Use the latest Centos 6 release for Qemu builder example
2016-12-20 14:10:22 +01:00
Tom 5927cdf063 Use the latest Centos 6 release 2016-12-20 12:56:25 +00:00
Matthew Hooker f1dd0811d8
builders/openstack: fix for finding resource by ID.
Pass server serviceClient to create params so it can look up resources by ID.
Resolves #4299
2016-12-19 13:47:09 -08:00
Matthew Hooker 221a74cedc
update changelog 2016-12-19 11:42:26 -08:00
Matthew Hooker 9801e67fdc Merge pull request #4293 from mitchellh/usedefaultdisplay
builder/qemu: add use_default_display option for osx compatibility
2016-12-19 11:41:36 -08:00
Rickard von Essen 3e827bc11a Merge pull request #4298 from taylorb-microsoft/master
Fixing Hyper-V branding in docs
2016-12-19 18:05:40 +01:00
Taylor Brown cac861db99 Update hyperv.html.md
Fixing Hyper-V Branding
2016-12-19 08:51:27 -08:00
Taylor Brown b8076f830f Update docs.erb
Correcting Hyper-V branding
2016-12-19 08:49:37 -08:00
Taylor Brown e5e1f70e75 Update hyperv-iso.html.md
Correcting Hyper-V Branding
2016-12-19 08:47:21 -08:00
Giovanni Tirloni ed50bd5192 Add comment about TMPDIR environment variable 2016-12-19 13:54:54 -02:00
Matthew Hooker e4f6eaae9b Merge pull request #4231 from artburkart/force-delete-snapshot-patch
Fixes acceptance test for PR #4223
2016-12-17 11:43:26 -08:00
Rickard von Essen bbe3f26ed2 Merge pull request #4292 from legal90/prl-fix-style
Parallels: Fix style warnings
2016-12-17 19:50:23 +01:00
Mikhail Zholobov 57d07f227a
Add "iso_target_extension" option for all local *-iso builders
This option allows to set the extension of the ISO file after download.
Defaults to "iso". It makes sense for building Mac OS X guests, where the
bootable image is actually a DMG, not an ISO.
In particular, it is important for "parallels-iso" builder to set the right extension.
2016-12-17 12:50:30 +02:00
Matthew Hooker 0339fcc442
builder/qemu: add use_default_display option
If set, won't set `-display dsl` as a default argument. Useful for osx
compatibility.
2016-12-16 17:44:54 -08:00
Mikhail Zholobov aa623e22a3
golint: Add comments for exported methods 2016-12-17 00:37:04 +02:00
Mikhail Zholobov 73d87b07de
golint: Fix lint offences 2016-12-17 00:37:03 +02:00
Mikhail Zholobov 00a90e622b
Remove unused constant "KeyLeftShift" 2016-12-17 00:37:03 +02:00
Mikhail Zholobov 1ca841b499
Fix shadowed declarations
Performed by "go vet" tool
2016-12-17 00:37:03 +02:00
Mikhail Zholobov dde445bd0d
Fix style: Organize imports in groups
Performed by "goimports" tool
Style conventions: https://github.com/golang/go/wiki/CodeReviewComments#imports
2016-12-17 00:37:03 +02:00
Mikhail Zholobov 319b85cb7a
Fix style: Use a consistent case for initialisms
https://github.com/golang/go/wiki/CodeReviewComments#initialisms
2016-12-17 00:36:56 +02:00
Rickard von Essen a2d196ee9b Corrected version and date 2016-12-16 07:28:39 +01:00
Matthew Hooker 936c64a49d
missing change in changelog 2016-12-15 17:45:19 -08:00
Matthew Hooker c9f9c59765
sort changelog 2016-12-15 17:39:29 -08:00
Matthew Hooker 5a7c68def0
fix background image url 2016-12-15 16:49:12 -08:00
Matthew Hooker 40ec40410f
add new builders to layout 2016-12-15 14:23:16 -08:00
Matthew Hooker ce0e77bf53
prep for next version 2016-12-15 13:37:05 -08:00
Matthew Hooker d1ca98472c
Cut version 0.12.1 2016-12-15 13:29:57 -08:00
Matthew Hooker 48955dddf4
Prep for release 0.12.1 2016-12-15 13:25:32 -08:00
Matthew Hooker 372e0d2283
update changelog 2016-12-15 12:08:11 -08:00
Matthew Hooker c61c7765ec Merge pull request #4288 from troytoman/gce-network-uri
enable support for Google Compute XPN
2016-12-15 12:03:46 -08:00
Matthew Hooker 9d513a23e2
update changelog 2016-12-14 16:18:38 -08:00
Matthew Hooker 88841cb0e4 Merge pull request #4283 from mitchellh/openstackhacks
builder/openstack: Add image visibility & members
2016-12-14 16:13:21 -08:00
Matthew Hooker 754ed931e9
be nice if user gets the image visibility case wrong 2016-12-14 16:08:36 -08:00
Matthew Hooker 9c863cb081
update docs 2016-12-14 16:00:29 -08:00
Rickard von Essen 70970812c0 Update CHANGELOG.md 2016-12-14 22:17:45 +01:00
Rickard von Essen a7993adc6b Merge pull request #4285 from rickard-von-essen/aws-shutdown_behavior
builder/amazon: Change shutdown_behaviour to shutdown_behavior
2016-12-14 22:15:31 +01:00
Rickard von Essen d3c2239b9e
builder/amazon: Change shutdown_behaviour to shutdown_behavior 2016-12-14 21:59:16 +01:00
Rickard von Essen 2f8bc086b0 Updated CHANGELOG.md 2016-12-14 10:58:55 +01:00
Rickard von Essen 11c42e6aa8 Merge pull request #4284 from rickard-von-essen/aws-london-region
builder/amazon: Added new region London - eu-west-2
2016-12-14 10:57:30 +01:00
Rickard von Essen c24b4423b2 builder/amazon: Added new region London - eu-west-2 2016-12-14 10:55:19 +01:00
Matthew Hooker 1408c3fde8
bugfix 2016-12-14 01:01:57 -08:00
Matthew Hooker 00e4585ce5
first pass at adding new members 2016-12-13 16:32:30 -08:00
Matthew Hooker cbe7e9113a
return early if no set visibility 2016-12-13 16:32:15 -08:00
Matthew Hooker 99667df17e
update image visibility own step 2016-12-13 16:28:54 -08:00
Matthew Hooker 9d7df95cdf
correctly vendor gophercloud dep 2016-12-13 15:23:30 -08:00
Matthew Hooker 7bd211cf61
first attempt at modifying visibility 2016-12-13 15:21:20 -08:00