5998 Commits

Author SHA1 Message Date
Adam Lowe
ffeaa2feb8 Ensuring annotation processor finds the correct async client method 2012-04-10 08:06:55 +01:00
Adrian Cole
fc782dd7ee Merge pull request #547 from mattstep/master
Fix to support creating new compute nodes using Essex OpenStack through the compute service
2012-04-09 16:22:17 -07:00
Matt Stephenson
344099b0f4 Construct a fully populated Server object before returning it back from the NovaComputeServiceAdapter in Openstack-nova 2012-04-09 14:25:27 -07:00
Adrian Cole
049688efcd Merge pull request #546 from dhogan/extensions-alias
add aliases for extension namespaces
2012-04-09 09:54:45 -07:00
Adrian Cole
d09ad94ffa Merge pull request #545 from danikov/vcloud-director-admin-enabled-tests
Issue 830: vCloud director Bugfix
2012-04-09 09:30:21 -07:00
danikov
facc48f2a6 eliminate/reduce need for vcloud properties 2012-04-09 16:57:56 +01:00
Dirk Hogan
411b14eddc add aliases for extension namespaces 2012-04-09 08:44:22 -07:00
Adrian Cole
19a4d4f8cf Merge pull request #544 from grkvlt/vcloud-updates
Issue 830: Minor updates
2012-04-09 06:12:33 -07:00
Andrew Donald Kennedy
6128947c7e Issue 830: Minor updates 2012-04-09 11:46:48 +01:00
Adrian Cole
8425716eb4 Merge pull request #543 from andrewgaul/builder
Use inference to elide duplicated type parameters
2012-04-08 22:42:35 -07:00
Andrew Gaul
b47860afc1 Use inference to elide duplicated type parameters
Found with:
grep 'Builder.*<.*>.*Immutable.*<.*>.*builder();'
2012-04-08 22:32:04 -07:00
Adrian Cole
b19d86b7e0 [maven-release-plugin] prepare for next development iteration 2012-04-08 22:58:46 -06:00
Adrian Cole
e2bd8ac6c2 [maven-release-plugin] prepare release jclouds-1.5.0-alpha.3 jclouds-1.5.0-alpha.3 2012-04-08 22:58:41 -06:00
Adrian Cole
e686d26ada Merge branch 'master' of github.com:jclouds/jclouds into 1.5.x
* 'master' of github.com:jclouds/jclouds: (34 commits)
  Issue 899:NPE on cleanUpIncidentalResourcesOfDeadNodes
  openstack-nova-ec2 errors on authorizing security group to itself, and also needs to auto-allocate elastic ips
  updated error parser to work with Nova EC2 error message
  moved cacheloaders to the correct package
  default to allocate elastic ips on openstack-nova-ec
  more details when image doesn't match
  PresentWhenExtensionAnnotationNamespaceEqualsAnyNamespaceInExtensionsSetTest
  fix Accept header in delete
  fix (unused) createImage http body in 404 test.
  add tests for createImage, switch argument order.
  remove unused import statements.
  create an image from a nova vm instance.
  Issue 891: update to support lucid
  added openstack-nova-ec2 to allcompute
  Updated PlatformServices attribute name for RUN@cloud's TweetStore version
  Updated PlatformServices attribute name for OpenShift's TweetStore version
  ensure tests are tidy, consistent, and clean up after themselves
  refactor out test session to exist on the suite scope
  make adminContext more robust
  refactor out admin tests
  ...
2012-04-08 22:39:13 -06:00
Adrian Cole
daedd6e6b7 Issue 899:NPE on cleanUpIncidentalResourcesOfDeadNodes 2012-04-08 22:27:07 -06:00
Adrian Cole
915b548d04 Issue 899:NPE on cleanUpIncidentalResourcesOfDeadNodes 2012-04-08 22:23:28 -06:00
Adrian Cole
c1dd80f9b3 openstack-nova-ec2 errors on authorizing security group to itself, and also needs to auto-allocate elastic ips 2012-04-05 18:15:39 -07:00
Adrian Cole
dca3631aad updated error parser to work with Nova EC2 error message 2012-04-05 17:42:26 -07:00
Adrian Cole
00c7179f72 moved cacheloaders to the correct package 2012-04-05 17:42:06 -07:00
Adrian Cole
bae742befe default to allocate elastic ips on openstack-nova-ec 2012-04-05 16:56:15 -07:00
Adrian Cole
a1913431c4 more details when image doesn't match 2012-04-05 16:55:32 -07:00
Adrian Cole
03028338df PresentWhenExtensionAnnotationNamespaceEqualsAnyNamespaceInExtensionsSetTest 2012-04-05 14:15:34 -07:00
Adrian Cole
94edcbf00d Merge pull request #541 from dhogan/security-group-delete
fix Accept header in delete
2012-04-04 22:39:45 -07:00
Adrian Cole
deb8ac326a Merge pull request #540 from echohead/openstack_nova_create_image
Openstack nova create image
2012-04-04 22:38:46 -07:00
Dirk Hogan
12e8a366fc fix Accept header in delete 2012-04-04 16:44:06 -07:00
Tim Miller
59aa198fa7 fix (unused) createImage http body in 404 test. 2012-04-04 16:27:22 -07:00
Tim Miller
c8939ac0da add tests for createImage, switch argument order. 2012-04-04 16:09:34 -07:00
Tim Miller
3cab636f29 remove unused import statements. 2012-04-04 11:48:05 -07:00
Tim Miller
4771fafe48 create an image from a nova vm instance. 2012-04-04 11:42:39 -07:00
Adrian Cole
95b33d335a Issue 891: update to support lucid 2012-04-03 16:22:02 -07:00
Adrian Cole
21525f08ab added openstack-nova-ec2 to allcompute 2012-04-03 10:49:49 -07:00
Andrew Phillips
cdaa86f0fb Updated PlatformServices attribute name for RUN@cloud's TweetStore version 2012-04-03 11:47:59 -04:00
Andrew Phillips
a22a08a1ff Updated PlatformServices attribute name for OpenShift's TweetStore version 2012-04-03 11:47:58 -04:00
Adrian Cole
83b72d483a Merge pull request #539 from danikov/vcloud-director-admin-refactor3
Issue 830: vCloud director Admin Refactor
2012-04-03 07:15:40 -07:00
Adrian Cole
dfedfa0ebe Merge pull request #538 from grkvlt/vcloud-updates
Issue 830: Updates and improvements for domain objects
2012-04-03 07:14:41 -07:00
danikov
1b9f29a706 ensure tests are tidy, consistent, and clean up after themselves 2012-04-03 15:01:38 +01:00
danikov
19cd7b4aa3 refactor out test session to exist on the suite scope 2012-04-03 15:01:38 +01:00
danikov
f20b7a902a make adminContext more robust 2012-04-03 11:23:04 +01:00
danikov
075dc00a13 refactor out admin tests 2012-04-03 11:23:03 +01:00
Andrew Donald Kennedy
c4cc8821d6 Issue 830: Updates and improvements for domain objects 2012-04-03 11:21:21 +01:00
Adrian Cole
6f6b958aad Issue 888, 895: temporary workaround to stop openstack-nova-ec2 from using # characters 2012-04-03 00:34:58 -07:00
Adrian Cole
f70ef81828 Issue 895:add openstack-nova-ec2 api 2012-04-03 00:06:24 -07:00
Adrian Cole
128a906104 Issue 895:add openstack-nova-ec2 api 2012-04-03 00:06:00 -07:00
Adrian Cole
3923e78b9a Issue 896:ec2 doesn't pay attention to api version property 2012-04-02 22:24:59 -07:00
Adrian Cole
d1fdc504c0 don't consider field equivalence when using ofApi 2012-04-02 13:30:23 -07:00
Adrian Cole
af3a226b3d Issue 894:update to guava 12 2012-04-02 11:44:10 -07:00
Adrian Cole
8a3712fb2f fixed tests to not taint static credential cache 2012-04-02 11:43:55 -07:00
Adrian Cole
8cf71adedf Merge pull request #537 from dralves/vbox-linux
oneiric update and a few other goodies
2012-04-02 07:28:28 -07:00
Adrian Cole
764e0907f7 Issue 657:ApiMetadata 2012-04-01 18:43:31 -07:00
David Ribeiro Alves
17c1abdb71 updated readme to include paswwordless ssh requirement 2012-04-02 01:15:08 +01:00