Ioannis Canellos
cf94e70a95
Improved discovery of api metadata inside OSGi.
2012-06-13 13:05:43 +03:00
Ioannis Canellos
4704e29941
Fixed openstack and openstack-keystone OSGi headers.
2012-06-13 13:05:42 +03:00
Adrian Cole
64069236ef
Issue 972: add greenqloud-storage as org.jclouds.labs/greenqloud-storage
2012-06-12 23:09:48 -07:00
Adrian Cole
46edf40d40
Issue 972:add greenqloud-compute as org.jclouds.labs/greenqloud-compute
2012-06-12 23:09:11 -07:00
Adrian Cole
73ddd9095c
runscript data incorrectly in main source tree
2012-06-12 19:11:15 -07:00
Adrian Cole
4dd8fdd0e2
Issue 964:change script builder variable case format from lowerCamel to UPPER_UNDERSCORE
2012-06-12 19:11:09 -07:00
David Ribeiro Alves
022ca3bfd8
filtering out nodes that do not apply to the pool
2012-06-12 11:17:17 -07:00
Adrian Cole
cea605b2b0
Merge pull request #671 from aledsage/Fix-TemplateBuilder-javadoc
...
Fixes TemplateBuilder.from(...) javadoc
2012-06-12 09:51:59 -07:00
Adrian Cole
bfaa921804
Merge pull request #670 from aledsage/FixRackspaceUk-Endpoint
...
Sets endpoint for cloudservers-uk
2012-06-12 09:40:17 -07:00
Aled Sage
899cd6ebd1
Fixes TemplateBuilder.from(...) javadoc
2012-06-12 17:39:29 +01:00
Aled Sage
9b4c3cb25d
Sets endpoint for cloudservers-uk
...
Previously was inheriting default, which was the US endpoint.
2012-06-12 17:37:25 +01:00
Adrian Cole
9daee06e13
usage example
2012-06-12 09:09:44 -07:00
Adrian Cole
6bd8f154fc
Issue 942: NPE + Missing data when calling getVAppExtendedInfo on Terremark eCloud
2012-06-11 16:57:05 -07:00
Aled Sage
c50edefef6
Remove deprecated code
...
Removes PopulateDefaultLoginCredentialsForImageStrategy.execute().
The javadoc said it would be removed in jclouds 1.4.
Adds javadoc to ExecResponse.getExitCode, saying to be deleted in 1.6.
It was deprecated in 1.4 release (so 1.6 would be two releases time).
2012-06-11 15:03:31 -07:00
Ioannis Canellos
6ffe7085bc
Improved the discovery of providers inside OSGi
2012-06-12 00:38:01 +03:00
Ioannis Canellos
5e69df71d1
Fixed the activator declaration in scriptbuilder
2012-06-10 16:11:22 +03:00
Adrian Cole
67d375dbd1
Issue 966: retry when exitstatus shows process is still running
2012-06-08 21:44:43 -07:00
Adrian Cole
dcad558752
Issue 966: removed pid bracketing
2012-06-08 17:44:16 -07:00
Adrian Cole
8d700e4e11
renamed rackspace providers
2012-06-08 15:43:23 -07:00
Adrian Cole
73e026b314
functionloader cleanup
2012-06-08 13:00:38 -07:00
Ioannis Canellos
5627ceb2b9
Added a FunctionLoader interfaces for loading functions and also added a basic implementation and an OSGi implementation.
2012-06-08 11:12:14 -07:00
Adrian Cole
1fdfe5761f
attempting to operate against or retrieve pieces of a resource that doesn't exist should result in a ResourceNotFoundException, not null
2012-06-08 11:05:52 -07:00
Adrian Cole
70fa2b6c6d
style
2012-06-08 11:05:09 -07:00
Andrei Savu
16afe38477
Fix guice cache binding issue for live tests
2012-06-08 10:56:20 -07:00
Adrian Cole
72493161ab
Issue 965:transition openstack-nova from v1_1 package to v2_0
2012-06-08 10:35:58 -07:00
Adrian Cole
0808aef764
Merge pull request #666 from aplowe/openstack-nova2
...
Openstack keystone: removing extra methods from ServiceClient and treating {"values":[x,y,z]} as [x,y,z] when expecting any Set
2012-06-08 08:50:34 -07:00
Adam Lowe
18faff54b3
openstack-keystone: adding TypeAdaptorFactory to take care of unwrapping objects containing an array of "values" in place of a normal json array
2012-06-08 11:23:41 +01:00
Adam Lowe
9718634570
openstack-keystone: reducing ServiceClient to simply listTenants()
2012-06-08 10:30:35 +01:00
Adrian Cole
46b4a6c8da
Issue 963:add transitional api for keystone-authenticated swift
2012-06-07 22:06:18 -07:00
Adrian Cole
f3950d6ae7
Merge branch 'cloudstack-qa' of https://github.com/andreisavu/jclouds
...
* 'cloudstack-qa' of https://github.com/andreisavu/jclouds :
Fixed typo DELETEING to DELETING
A few more skips & small fixes
I think I got AdvancedNetworkOptionsConverter figured out.
A bunch of work to get things actually working with CS3.x api.
Skip a few more tests & accept accounts with no keys attached
Fixed template status, network selection and domain live tests
Reduced the number of failing tests from 48 to 23
2012-06-07 17:34:11 -07:00
Adrian Cole
9cff013bb8
Merge pull request #665 from grkvlt/ec2-get-console-output
...
Issue 960: Add EC2 GetConsoleOutput API call
2012-06-07 17:26:53 -07:00
Andrei Savu
9b644fcceb
Fixed typo DELETEING to DELETING
2012-06-07 23:47:29 +03:00
Andrei Savu
1a9ea265cd
Merge branch 'master' of github.com:jclouds/jclouds into cloudstack-qa
2012-06-07 22:55:00 +03:00
Andrei Savu
bc22b99dee
A few more skips & small fixes
2012-06-07 22:54:19 +03:00
Adrian Cole
12e57eec53
made admin features optional and url based on adminURL for identity service in catalog
2012-06-07 10:24:58 -07:00
Andrew Bayer
1261a4c9b0
I think I got AdvancedNetworkOptionsConverter figured out.
...
Also made sure not to try to remove FirewallRules unless there's a
public IP in the first place.
2012-06-07 12:46:01 +03:00
Andrew Bayer
e6eaa2e192
A bunch of work to get things actually working with CS3.x api.
...
Note that AdvancedNetworkOptionsConverter is still...strange. I'm
really not sure what it should be doing.
2012-06-07 12:45:08 +03:00
Andrei Savu
2be3fa34be
Skip a few more tests & accept accounts with no keys attached
2012-06-07 12:44:18 +03:00
Andrei Savu
a83aa71087
Merge branch 'master' of github.com:jclouds/jclouds into cloudstack-qa
2012-06-07 11:25:44 +03:00
Adrian Cole
ee64660f45
changed default login to root
2012-06-07 00:36:00 -07:00
Adrian Cole
d7cbb2da8d
attempt to clear fuzz from cloudservers
2012-06-07 00:14:48 -07:00
Adrian Cole
5c56e0b9c8
Issue 961:add cloudservers-nova-us
2012-06-06 23:39:09 -07:00
Adrian Cole
8f84608fe7
regression
2012-06-06 23:33:38 -07:00
Adrian Cole
d00e360d65
Issue 815: refactored the 3 major features of keystone into separate clients. removed cyclic dependency needed to support keystone controlling keystones in other regions
2012-06-06 23:14:23 -07:00
Andrew Donald Kennedy
7fd1c65575
Issue 960: Add EC2 GetConsoleOutput API call
2012-06-07 03:45:44 +01:00
Adrian Cole
a8b5c713a1
Issue 962:slf4j initializing loggers to null
2012-06-06 16:35:48 -07:00
Adrian Cole
6cfa5877f3
incorrectly added file
2012-06-06 16:35:34 -07:00
Adrian Cole
8684e59025
fixed hpcloud-objectstorage blob signing
2012-06-06 16:04:06 -07:00
Adrian Cole
b58060599b
Issue 815: repackaged keystone classes into their own api
2012-06-06 14:57:50 -07:00
Andrei Savu
134797844a
Fixed template status, network selection and domain live tests
2012-06-06 23:37:05 +03:00