Commit Graph

5012 Commits

Author SHA1 Message Date
Adrian Cole 68e657fb4e fixed typo 2012-02-04 10:40:50 -08:00
Adrian Cole db53c00748 Merge pull request #349 from andreisavu/windows-passwords
Support retrieving and decrypting the Administrator password of EC2 Windows instances
2012-02-04 10:24:16 -08:00
Andrei Savu 4ed8f8f85e Renamed getPasswordData to getPasswordDataInRegion & fixed broken unit tests 2012-02-04 20:18:50 +02:00
Richard Downer 27aaafe139 Test to demonstrate getting the Windows Administrator password 2012-02-04 19:46:53 +02:00
Richard Downer c665eb6a6b Add a function that decrypts the Windows Administrator password generated by Amazon and returns a LoginCredentials instance. 2012-02-04 19:46:53 +02:00
Richard Downer 3a53a4e5fa Add support for getting ciphers through the Crypto interface 2012-02-04 19:46:52 +02:00
Richard Downer a50c092836 Add the EC2 API call "GetPasswordData" to retrieve the encrypted Windows Administrator password. 2012-02-04 19:46:52 +02:00
Richard Downer 7c9fb31d0f EC2ImageParser was not setting the name 2012-02-04 19:46:52 +02:00
Adrian Cole 223b5b6316 Merge pull request #348 from aledsage/Issue-445-DestroyingNodes-And-CleanUpIncidentalResources
Issue 445: cleaning up incidental resources
2012-02-04 09:09:11 -08:00
Aled Sage ef8a2cc01d Issue #445: testing is fixed as side-effect of #364 and #365 work 2012-02-04 15:53:29 +00:00
Aled Sage ab568f0a09 Issues 364 and #365: destroyNode cleans up incidental resources 2012-02-04 15:40:31 +00:00
Adrian Cole ae1effd748 made openstack multi-region, and now select correct endpoint via apiversion property 2012-02-04 00:51:44 -08:00
Adrian Cole 61314015dc Merge pull request #347 from andrewgaul/remove-create-http-module
Remove AWSS3ClientLiveTest.createHttpModule
2012-02-03 16:29:57 -08:00
Andrew Gaul 2eb0b76092 Remove AWSS3ClientLiveTest.createHttpModule
This yields confusing hangs with tests that have multiple outstanding
operations.
2012-02-03 16:09:19 -08:00
Adrian Cole c388fc41b4 Issue 826: removed eager supplier of @Provider endpoint 2012-02-03 13:51:26 -08:00
Jason King fbb48454fb Merge pull request #346 from andrewgaul/fix-javadoc-warnings
Fix JavaDoc warnings in AWS provider
2012-02-03 13:34:31 -08:00
Andrew Gaul 3f102fcbb2 Fix JavaDoc warnings in AWS provider 2012-02-03 11:06:06 -08:00
Adrian Cole 3a9d660b8e refactored ec2 options test, especially to use known image id (it was selecting centos since we changed the location id) 2012-02-03 00:29:42 -08:00
Adrian Cole 80a965d3fb softlayer has been slow responding lately 2012-02-03 00:29:42 -08:00
Adrian Cole 4837cf92c5 set a sane tty for ssh connections 2012-02-03 00:29:41 -08:00
Adrian Cole 3e9c566edc aws related changes for issue 826 2012-02-03 00:29:41 -08:00
Adrian Cole 1756ff0358 atmos related changes for Issue 826 2012-02-03 00:29:39 -08:00
Adrian Cole 65b75ecb64 filesystem related changes for Issue 826 2012-02-03 00:29:39 -08:00
Adrian Cole d8c2575e62 deltacloud related changes for Issue 826 2012-02-03 00:29:38 -08:00
Adrian Cole d4dc44dbaf cloudstack related changes for Issue 826 2012-02-03 00:29:38 -08:00
Adrian Cole 38fd18e8f0 cloudsigma related changes for Issue 826 2012-02-03 00:29:37 -08:00
Adrian Cole 61854bf51c elasticstack related changes for Issue 826 2012-02-03 00:29:37 -08:00
Adrian Cole 3c8e613464 azure related changes for Issue 826 2012-02-03 00:29:36 -08:00
Adrian Cole 32f0de7997 softlayer related changes for Issue 826 2012-02-03 00:29:36 -08:00
Adrian Cole d225df57e4 virtualbox related changes for Issue 826 2012-02-03 00:29:35 -08:00
Adrian Cole c32d72084e gogrid related changes for Issue 826 2012-02-03 00:29:34 -08:00
Adrian Cole 6dfe726dfa savvis related changes for Issue 826 2012-02-03 00:29:33 -08:00
Adrian Cole 44329eceaf slicehost related changes for Issue 826 2012-02-03 00:29:32 -08:00
Adrian Cole e45aaa8a3c rimu related changes for Issue 826 2012-02-03 00:29:32 -08:00
Adrian Cole dc78a443de vcloud related changes for Issue 826 2012-02-03 00:29:31 -08:00
Adrian Cole 65336339e5 terremark related changes for Issue 826 2012-02-03 00:29:30 -08:00
Adrian Cole 9bcbb87604 glesys related changes for Issue 826 2012-02-03 00:29:28 -08:00
Adrian Cole e759c6a450 openstack and rackspace related changes for Issue 826 2012-02-03 00:29:27 -08:00
Adrian Cole bdd739ad04 Issue 826:support api-generated location metadata across service types, note this ensures authenticationexceptions propagate even after context creation 2012-02-03 00:27:29 -08:00
Jeremy Daggett d57fb93211 Merge remote-tracking branch 'keg/master'
Conflicts:
	common/openstack/src/main/java/org/jclouds/openstack/keystone/v1_1/config/AuthenticationServiceModule.java
	common/openstack/src/test/java/org/jclouds/openstack/keystone/v2_0/internal/BaseKeystoneRestClientExpectTest.java
2012-02-02 15:06:39 -08:00
Jeremy Daggett 50cf37f722 Merged latest jclouds master branch 2012-02-02 13:25:17 -08:00
Adrian Cole d4fb6bb802 Merge pull request #345 from andreisavu/less-regions
Changed testTemplateBuilderWithLessRegions to query eu-west-1
2012-02-02 08:25:53 -08:00
Andrei Savu 2b7bb53d20 Changed testTemplateBuilderWithLessRegions to query eu-west-1 2012-02-02 17:41:17 +02:00
Andrei Savu 8ce2fdaafb Assert template size is >0 in CloudStack 2012-02-02 16:02:13 +02:00
Jeremy Daggett 7073d85c75 Missed HP Cloud RestClientodule 2012-02-01 22:44:37 -08:00
Jeremy Daggett fa51a2734c Fixed rename of files 2012-02-01 22:42:09 -08:00
Jeremy Daggett e4c32bc00b Fixed files before merge 2012-02-01 22:39:29 -08:00
Adrian Cole e6c06e0cd0 removed cycle in cloudstack binding 2012-02-01 09:52:14 -08:00
Adrian Cole ec6796883d Merge pull request #342 from aplowe/master
GleSYS provider: updates to match GleSYS API Beta v0.1.7
2012-02-01 09:18:11 -08:00
Adrian Cole c25c04289d Merge pull request #343 from andreisavu/login-api
Retrieve API keys using user + password authentication
2012-02-01 09:16:52 -08:00