7940 Commits

Author SHA1 Message Date
Adrian Cole
d801fcc157 Merge pull request #1016 from jclouds/flex-base64
Flex base64
2012-12-01 12:12:05 -08:00
Adrian Cole
39bf8f9897 Merge pull request #1014 from ahgittin/fix/cloudstack-niggles
fix cloudstack network NPE, and 2 logging cleanups
2012-12-01 11:12:17 -08:00
Adrian Cole
60dca0a6ce removed unnecessary line wrapping in base64 for fgcp 2012-12-01 11:07:31 -08:00
Adrian Cole
6a20e00102 changed to use FlexBase64 from Jason Greene 2012-12-01 10:19:15 -08:00
Alex Heneveld
b7b3a4c333 log debug info at debug, not info 2012-12-01 09:54:19 -08:00
Alex Heneveld
29cd4efab3 no warning needed if it's admin or domain_admin rather than normal user 2012-12-01 09:54:19 -08:00
Alex Heneveld
95b220f26f the associatedNetwork is @Nullable so guard against (a fatal) NPE 2012-12-01 09:54:19 -08:00
Adrian Cole
e66219c16e normalized to CryptoStreams 2012-11-30 17:33:53 -08:00
Adrian Cole
74c77cacc6 Merge pull request #1013 from jclouds/fix-ebs-refs
fix issue #917: incorrect require in security_group2.clj and elastic_ip2.clj
2012-11-30 17:26:20 -08:00
Leander Bessa Beernaert
38be08eb6b Extends JClouds' OpenStack Nova API with the Diagnostics command
The diagnostics command returns a collection of system information
for the a given server. At the moment, there is no formal
specification for this command. Therefore, it is returned as
a Map of hypervisor specific entries and corresponding values.
More information about the command can be viewed here [1]
in the section "Server Diagnostics".

[1] http://api.openstack.org/api-ref.html
2012-11-30 17:40:12 +00:00
Adrian Cole
2674c6d133 fix issue #917: incorrect require in security_group2.clj and elastic_ip2.clj 2012-11-30 09:21:57 -05:00
Adrian Cole
ed471a2eba Merge pull request #1012 from anshul1886/AccessModifiersChangeforParsers
changed the access modifiers for constructors of some Response Parsers
2012-11-29 07:57:58 -08:00
Anshul Gangwar
9acf58986c changed the access modifiers for constructors of DescribeInstancesResponseHandler and RunInstancesResponseHandler classes 2012-11-29 10:59:32 +05:30
Adrian Cole
f2fb2f76fa Merge pull request #1011 from jonmort/patch-1
Serverlove api version should be 2.0
2012-11-28 06:45:23 -08:00
Adrian Cole
166aef8245 Merge pull request #1001 from andreaturli/cloudstack
fixed registerISO and its tests
2012-11-28 06:41:55 -08:00
Jon Mort
cd0af4a1ea Serverlove api version should be 2.0
Server love has updated the ElasticStack api to 2.0. 
This needs to be reflected in the medatdata otherwise api calls 
use vnc:ip=auto instead of vnc=auto
2012-11-28 10:33:01 +00:00
Andrea Turli
84fc1a75e0 fixed registerISO and its tests
adrian`s comments
RegisterISOexpectedTest added
removed ExceptionParser from registerISO test
2012-11-28 08:42:26 +01:00
Adrian Cole
3e25a47ca9 Merge pull request #1003 from digitalsanctum/issue-1114
fixed vcloud-director vm and vapp reboot bug
2012-11-27 21:14:31 -08:00
Adrian Cole
9b8b849170 Merge pull request #1009 from jclouds/fix-testChecksSocketsConcurrently
Refactoring ConcurrentOpenSocketFinderTest.testChecksSocketsConcurrently
2012-11-27 21:12:32 -08:00
digitalsanctum
4953d6c8e2 another simplification 2012-11-27 21:29:31 -05:00
Andrew Phillips
19952dec47 Refactoring ConcurrentOpenSocketFinderTest.testChecksSocketsConcurrently to try to prevent timeouts 2012-11-27 21:06:23 -05:00
Adrian Cole
e5a4dd4e76 Merge pull request #1008 from jclouds/utc-is-gmt
ensure UTC can be used where GMT is
2012-11-27 13:20:00 -08:00
Adrian Cole
9e836b12e8 Merge pull request #1007 from jclouds/cloudstack-iso-fix
Fix CloudStack ISOClient.get and list ISOs based
2012-11-27 11:40:37 -08:00
Adrian Cole
1b1bb39deb ensure UTC can be used where GMT is 2012-11-27 11:22:28 -08:00
Adrian Cole
c644b74c4c Fix CloudStack ISOClient.get and list ISOs based on test data from http://bugs.cloudstack.org/browse/CS-15572; refactored related tests to expect format 2012-11-27 10:57:13 -08:00
Adrian Cole
fcde81ea7c Merge pull request #992 from andreisavu/issue-773-only-s3-api
Issue 773. Support S3 Multi-Object Delete (API)
2012-11-26 08:38:39 -08:00
Andrei Savu
9a085e51a0 Issue 773. Support S3 Multi-Object Delete (API) 2012-11-26 16:11:55 +02:00
digitalsanctum
2b56393f0a issue 1114 fix for vm and vapp reboot 2012-11-25 07:44:48 -05:00
Adrian Cole
3bf95a2f3f Merge pull request #1004 from ahgittin/master
use absolute link for Apache License
2012-11-24 14:19:30 -08:00
Alex Heneveld
4d978e45bd use absolute link for license so it renders correctly in reports (e.g. mvn project-info-reports:dependencies) 2012-11-24 21:31:36 +00:00
Adrian Cole
2a20ac4b31 Merge pull request #1000 from phillipkroll/patch-1
Update scriptbuilder/src/main/java/org/jclouds/scriptbuilder/domain/Unzi...
2012-11-24 10:13:22 -08:00
Phillip Kroll
818db2cfc1 Update scriptbuilder/src/test/java/org/jclouds/scriptbuilder/domain/UnzipHttpResponseIntoDirectoryToTest.java
Fixed unit test accordingly #2
2012-11-24 10:33:39 +01:00
Phillip Kroll
6a2a3c365f Update scriptbuilder/src/main/java/org/jclouds/scriptbuilder/domain/UnzipHttpResponseIntoDirectory.java
The CURL option "-L" should be used here in order to allow CURL to follow HTTP redirects. Without this option, this statement will not allow to download an archive from e.g. sourceforge.org. The class "SaveHttpResponseTo" uses the "-L" option as well.
2012-11-22 18:38:39 +01:00
Adrian Cole
9f95ff1476 Merge pull request #996 from jclouds/undo-serializable
undid Serializable and added checkstyle
2012-11-19 17:45:04 -08:00
Adrian Cole
aad61bcf44 Merge pull request #997 from gkorland/master
Add missing argument
2012-11-19 07:55:16 -08:00
Guy Korland
0c38cd584a Avoid NPE in case value is null but contains return true. 2012-11-19 17:35:41 +02:00
Guy Korland
405ca5648a Add missing argumnet in Exception 2012-11-19 17:13:49 +02:00
Adrian Cole
878ec1bcab undid Serializable and added checkstyle InterfaceIsType:allowMarkerInterfaces=false 2012-11-18 09:23:44 -08:00
Andrew Gaul
32fc497b6d Merge pull request #994 from andrewgaul/checkstyle-star-import
Enforce no use of star imports via Checkstyle
2012-11-13 21:30:23 -08:00
Andrew Gaul
b9e4543cdb Enforce no use of star imports via Checkstyle 2012-11-13 20:51:59 -08:00
Adrian Cole
7d6b268b7f added test for assigning cloudstack vm into an account 2012-11-13 18:57:33 -08:00
Andrew Bayer
06ff68706e Adding assignVirtualMachine command 2012-11-13 18:39:23 -08:00
Andrew Bayer
bdb7b7b2c5 Adding ability to specify account and domain when creating CloudStack instances 2012-11-13 18:38:46 -08:00
Adrian Cole
f4edcff226 Merge pull request #990 from rackspace/mv-cinder-and-cbs-out-of-labs
Moved openstack-cinder and rackspace-cloudblockstorage-us/uk out of labs.
2012-11-13 17:46:08 -08:00
Everett Toews
c6aabb1a31 Moved openstack-cinder and rackspace-cloudblockstorage-us/uk out of labs.
Updated pom.xml files for the move.
2012-11-13 18:48:30 -06:00
Adrian Cole
59db77b7b1 Merge pull request #991 from rackspace/vol-snap-predicates-improvements
Added awaitDeleted() to VolumePredicates and SnapshotPredicates.
2012-11-13 16:36:16 -08:00
Everett Toews
db4c5fc0f9 Added awaitDeleted() to VolumePredicates and SnapshotPredicates. Improved Volume.forId(). 2012-11-13 18:18:32 -06:00
Adrian Cole
b49484be05 Merge pull request #943 from andrewgaul/honor-request-timeout
Honor PROPERTY_REQUEST_TIMEOUT in clearContainer
2012-11-13 15:34:49 -08:00
Andrew Gaul
b16ca139a4 Honor PROPERTY_REQUEST_TIMEOUT in clearContainer 2012-11-13 13:27:18 -08:00
Adrian Cole
34d9d05eca Merge pull request #988 from jclouds/dont-generate-when-user-supplies-groupnames
Issue 1121: Don't generate SecurityGroup when user specifies securityGroupNames
2012-11-13 10:11:04 -08:00