- 01 Jul, 2014 2 commits
-
-
Ross Smith II authored
Replace ListServers hack with update ServerById
-
Ian Delahorne authored
[gophercloud#168](https://github.com/rackspace/gophercloud/issues/168) has been patched to not panic on non-existing server id's. If an error is returned, check if the error is a 404 first before bailing.
-
- 30 Jun, 2014 7 commits
-
-
Ross Smith II authored
builder/openstack: Workaround for gophercloud.ServerById crashing [GH-1257]
-
Ross Smith II authored
Fix openstack ServerById crash
-
Ross Smith II authored
builder/amazon-common: Sort AMI strings before outputting [GH-1305]
-
Ross Smith II authored
Sort AMI names in Artifact.String - fixes random test failures
-
Ian Delahorne authored
With go tip, the output from Artifact.String will sometimes be output in a different order than the tests. Sort the AMI strings before outputting. See https://travis-ci.org/mitchellh/packer/jobs/28748467 for an example of this failure.
-
Ian Delahorne authored
-
Ian Delahorne authored
gophercloud.ServerById is broken in v0.1.0 - it will crash if you feed it a non-existing server ID (see [rackspace/gophercloud #168](https://github.com/rackspace/gophercloud/issues/168)) Instead, list all servers and iterate over them. If the server id isn't found, return "DELETED" as a state. Not perfect but it works until next version of gophercloud is released.
-
- 28 Jun, 2014 3 commits
-
-
Ross Smith II authored
Images link is 404, now must use API
-
Neil Edwards authored
-
Neil Edwards authored
-
- 26 Jun, 2014 2 commits
-
-
Rickard von Essen authored
Add gox installation instructions to Contributing
-
Carlos Sanchez authored
-
- 25 Jun, 2014 2 commits
-
-
Ross Smith II authored
Resolves #1256, add warning mesasge to VMware ESXi driver
-
Yuya Kusakabe authored
-
- 23 Jun, 2014 2 commits
-
-
Ross Smith II authored
Update the qemu example
-
Rickard von Essen authored
-
- 22 Jun, 2014 4 commits
-
-
Rickard von Essen authored
builder/parallels: Fixed problems with character when typing boot command
-
Rickard von Essen authored
[feature] Support boot command for pvm builder
-
Rickard von Essen authored
Parallels-iso errors while removing floppy drive GH-1226
-
Rickard von Essen authored
Parallels errors while creating floppy disk GH-1225
-
- 20 Jun, 2014 5 commits
-
-
Ross Smith II authored
Properly escape security_group_id to avoid markdown interpretation of the '_'
-
Andreas Kohn authored
-
Andreas Kohn authored
Instead of pointing at a specific (in this case actually non-working!) revision, point to the github UI for the head revision. The user is expected to find the 'raw' link there, but the page allows to also quickly look at changes etc, which might be helpful for people unfamiliar with kickstart files.
-
Andreas Kohn authored
Use a single command line, avoid the graphical installer, and use {{ .HTTPIP }} rather than the actual IP. Also wait a bit before entering the commands to increase the chance of actually being in the boot menu.
-
Andreas Kohn authored
-
- 19 Jun, 2014 3 commits
-
-
Ross Smith II authored
-
Ross Smith II authored
increase VMware cleanup timeout to 120 seconds
-
StefanScherer authored
-
- 17 Jun, 2014 2 commits
-
-
Ross Smith II authored
-
Ross Smith II authored
Add ability to configure networks for openstack
-
- 16 Jun, 2014 2 commits
-
-
Mitchell Hashimoto authored
website: Don't use a real domain in examples.
-
Thordur Bjornsson authored
Use example.com instead.
-
- 15 Jun, 2014 5 commits
-
-
Ian Delahorne authored
-
Ross Smith II authored
-
Ross Smith II authored
Force IPv4 addresses from address pools in Openstack. Fixes #1258
-
Ian Delahorne authored
Add configuration option `networks`, a list of network UUIDs, to attach to the source instance. In some openstack installs, no default network will be attached or the network with the ability to attach a public floating IP will need to be specified.
-
Ian Delahorne authored
Rackspace defaults to a public IPv4 and IPv6 address. These are returned in random order, with the sprintf further on generating an incorrect connection string if on IPv6. Force IPv4 until support for correct connection strings and a configuration flag for logging in over IPv6 is added.
-
- 13 Jun, 2014 1 commit
-
-
Ross Smith II authored
vmware-vmx clarify VMware Fusion support
-