4263 Commits

Author SHA1 Message Date
Richard Downer
5ce18320eb Cloudstack convention is to capitalize abbreviations, so change Iso to ISO 2011-11-10 17:28:39 +02:00
Jason King
508973b7ab Issue 695: Override methods in builders, equals, hashcode and toString methods. Fix test 2011-11-10 15:19:41 +00:00
Richard Downer
e0b468b0a6 Fix broken reference after refactor that moved ExtractMode enum 2011-11-10 17:10:44 +02:00
Richard Downer
6482e6f90e Implement the Cloudstack 'ISO' API 2011-11-10 16:05:23 +02:00
Adrian Cole
304dda4823 Merge pull request #133 from vijaykiran/limit-client
Limit#listResourceLimits implementation
2011-11-10 03:42:01 -08:00
Adrian Cole
975033bb72 fixed cloudstack tests 2011-11-10 13:37:06 +02:00
vijaykiran
d08be84fbc Limit#listResourceLimits implementation 2011-11-10 12:26:38 +01:00
Jason King
9e9fface25 Issue 695: Added licence header 2011-11-10 10:42:18 +00:00
danikov
3b4d173ddf corrected copy/paste error 2011-11-10 09:53:49 +00:00
Adrian Cole
1cf2be9b09 Merge pull request #127 from jsonking/master
Issue 695: Updated test url and refactored credentials code into singe location.
2011-11-10 00:52:53 -08:00
Adrian Cole
1455c4fb71 Merge pull request #126 from richardcloudsoft/cloudstack-snapshot
Cloudstack 'snapshot' API
2011-11-10 00:51:43 -08:00
Adrian Cole
19c2d380f3 Merge pull request #125 from richardcloudsoft/cloudstack-template
Complete the Cloudstack "template" API
2011-11-10 00:50:13 -08:00
Adrian Cole
48f2c9c5ec Merge pull request #124 from vijaykiran/master
Events#listEventTypes
2011-11-10 00:47:23 -08:00
Adrian Cole
e157a54421 Merge pull request #128 from andrewgaul/filesystem-putblob-closeoutputstream
Close OutputStream during filesystem putBlob
2011-11-10 00:43:33 -08:00
Adrian Cole
cb77fe63b7 Merge pull request #130 from andrewgaul/restcontextimpl-typo
Fix typo in RestContextImpl.close
2011-11-10 00:21:09 -08:00
Adrian Cole
32a968e263 Merge pull request #131 from andrewgaul/propagate-exceptions
Propagate exceptions
2011-11-10 00:17:23 -08:00
Andrew Phillips
d3d361c4eb Removed duplicate dependencies com.jamesmurty.utils:java-xmlbuilder and org.jclouds:jclouds-core from vCloud 2011-11-10 01:53:32 -05:00
danikov
d260ce4cc5 added uk cloudloadbalancer provider 2011-11-10 06:32:19 +00:00
danikov
adc95d19c0 refactored out rackspace cloudloadblancers api from us provider specifics 2011-11-10 06:32:19 +00:00
Andrew Gaul
665d5df938 Propagate exceptions
Caught TransientAsyncBlobStore errors by visual inspection, the rest
with grep.
2011-11-09 18:21:00 -08:00
Andrew Gaul
95ff254882 Fix typo in RestContextImpl.close 2011-11-09 18:20:32 -08:00
Adrian Cole
281c92a581 roughed in cloudstack compute service adapter 2011-11-10 02:11:10 +01:00
Matt Stephenson
882ae7fc41 Support new nova api 1.1 image and flavor entities on the server entity. As of openstack Diablo, imageref and flavorref no longer exist in the api. 2011-11-09 14:52:54 -06:00
Matt Stephenson
6f97696283 Add server uuid verification to existing unit tests. 2011-11-09 14:52:54 -06:00
Matt Stephenson
ae287a97e8 Add ability to use uuid to delete servers using the nova client 2011-11-09 14:52:54 -06:00
Matt Stephenson
393c99561d Fix bug with nova client and Diablo where client sends Accept header that Diablo rejects as unparseable 2011-11-09 14:52:54 -06:00
Matt Stephenson
a25c2616cc Add uuid to the nova Server domain object. 2011-11-09 14:52:54 -06:00
Matt Stephenson
3c803b3d8a Add Nova client get requests by uuid for retreiving Server, Flavor, and Image details. 2011-11-09 14:52:54 -06:00
Matt Stephenson
dd5f343954 Add retrieving the self uri and make getURI more flexible so as to work with Openstack Diablo 2011-11-09 14:52:54 -06:00
Andrew Gaul
322d37897e Close OutputStream during filesystem putBlob 2011-11-09 10:20:51 -08:00
Richard Downer
b69f27a9b8 Move static methods out of SnapshotPolicySchedule into new class util.SnapshotPolicySchedules (and fix the FIXMEs and a missing license header at the same time) 2011-11-09 18:18:34 +02:00
Richard Downer
1ba06c8973 Some renaming in Cloudstack Snapshot API impl to remove unnecessary words 2011-11-09 18:06:32 +02:00
Richard Downer
61d9d1e5e6 Implement create/list/deleteSnapshotPolicy in the Cloudstack API 2011-11-09 17:28:51 +02:00
Richard Downer
48f05f3aed Add SnapshotClient.getSnapshot(long id) et al to Cloudstack 2011-11-09 17:28:51 +02:00
Richard Downer
16771961e1 Implement create/list/deleteSnapshot in the Cloudstack API 2011-11-09 17:28:50 +02:00
Jason King
6d46ba7fb5 Issue 695: Changed terremark endpoint to beta site. Re-used BaseVersionedServiceLiveTest from previous commit 2011-11-09 15:27:46 +00:00
Jason King
98e7c6047c Refactored frequently repeated service config (provider,credential etc) into new class BaseVersionedServiceLiveTest and used it in BaseCompute, BaseTerremarkClient and BaseVCloudClient live tests 2011-11-09 15:27:46 +00:00
vijaykiran
5034ec0bbf Update API Link in Javadoc 2011-11-09 16:17:28 +01:00
vijaykiran
30caf6ef8f Merge branch 'master' of https://github.com/jclouds/jclouds 2011-11-09 16:16:13 +01:00
vijaykiran
e89baba4ef Updated listEventTypes implementation
- Changed listEventTypes from Set<EventType> to Set<String>
- Created new parser for EventTypes.
2011-11-09 12:27:05 +01:00
vijaykiran
1c23700b76 Fix API URL in javadoc. 2011-11-09 12:27:05 +01:00
vijaykiran
7cb088cdf4 Fix API URL in javadoc. 2011-11-09 12:27:04 +01:00
vijaykiran
359faa7a11 Event#listEventTypes implementation. 2011-11-09 12:27:04 +01:00
Adrian Cole
602df8a1b1 Issue 747:add new us-west-2 region 2011-11-09 12:26:53 +01:00
Adrian Cole
c11d650f26 Issue 695: initial import for new terremark api 2011-11-09 12:26:53 +01:00
Richard Downer
5791eaad8b Implement changes to Cloudstack template API suggested in review 2011-11-09 13:05:01 +02:00
Adrian Cole
e9cff5e17c Issue 747:add new us-west-2 region 2011-11-09 11:19:40 +01:00
Adrian Cole
6d453aa8d8 Issue 695: initial import for new terremark api 2011-11-08 21:08:05 +02:00
Richard Downer
233cc822c0 Complete the Cloudstack "template" API 2011-11-08 13:28:28 +02:00
vijaykiran
10f6cbcf7b Fix API URL in javadoc. 2011-11-07 23:52:20 +01:00