Commit Graph

75 Commits

Author SHA1 Message Date
Adrian Cole a9bceb9027 removed unnecessary bind statement 2012-03-16 02:45:51 -07:00
Adrian Cole a845331eba implemented optional extension lookup per region 2012-03-16 02:33:09 -07:00
Adrian Cole 1bef09ab91 format and imports 2012-03-15 21:52:23 -07:00
Adrian Cole da8ebc0c26 Merge github.com:jdaggett/jclouds
* github.com:jdaggett/jclouds:
  adding more tests for security group async client including for security group rules, and fixing a bug found in the delete methods
  making security groups and keypairs extensions optional
  adding more security group async client tests
  optimizing imports
2012-03-15 09:56:21 -07:00
Adrian Cole 5eba65ecfa extension util 2012-03-15 09:42:00 -07:00
Mike Arnold 39180e0cc9 adding more tests for security group async client including for security group rules, and fixing a bug found in the delete methods 2012-03-15 11:04:49 -05:00
Mike Arnold 40395d1723 making security groups and keypairs extensions optional 2012-03-15 11:02:39 -05:00
Mike Arnold d3f0e64de1 merge with upstream master, resolving conflicts in SecurityGroupClientExpectTest 2012-03-15 09:06:28 -05:00
Adrian Cole e9f29883d9 added new Extension annotation for determining if clients are available or not 2012-03-14 18:25:04 -07:00
Mike Arnold 0f3f576c8f adding more security group async client tests 2012-03-14 20:12:21 -05:00
Mike Arnold 48430ba9ea optimizing imports 2012-03-14 19:48:10 -05:00
Mike Arnold aea2fe73ba Removing cruft 2012-03-14 19:42:05 -05:00
Mike Arnold e6c91de7df fixing typo to get test passing 2012-03-14 19:40:29 -05:00
Mike Arnold d3da56a06c fixing typo to get test passing 2012-03-14 19:39:02 -05:00
Mike Arnold d06f4a74cb fixing a bug -- ensure setting rules in constructor 2012-03-14 18:14:16 -05:00
Mike Arnold 14f2aa4e56 adding security group async client tests 2012-03-14 17:44:25 -05:00
Matt Stephenson 4054eaee4f Add metadata to nova compute service 2012-03-13 14:50:46 -07:00
Matt Stephenson 0f0209e3c4 Removing vestigial code 2012-03-13 14:36:21 -07:00
Mike Arnold f8d2b34e96 adding expect-style tests for image client 2012-03-13 10:12:27 -05:00
Mike Arnold 11ae8ee7cc adding tests to image client live test 2012-03-13 10:04:09 -05:00
Mike Arnold 6cee8b9581 fixed json select for getImage 2012-03-13 10:02:57 -05:00
Mike Arnold 712ed44a17 adding image client tests for openstack-nova 2012-03-13 09:42:18 -05:00
Adrian Cole ee4f00b645 added extension api to nova 2012-03-12 21:42:49 -07:00
Mike Arnold 822bdfc240 moving a couple more tests after upstream merge 2012-03-12 16:43:54 -05:00
Mike Arnold 80604e98e6 fixing and moving tests after upstream merge 2012-03-12 16:42:01 -05:00
Mike Arnold 60528df8c6 Merge remote-tracking branch 'upstream/master' 2012-03-12 16:23:28 -05:00
Mike Arnold 6db648740b adding more key pair client expect-style tests 2012-03-12 16:22:54 -05:00
Adrian Cole a5bcf3c823 moved openstack extensions into package marked as such 2012-03-12 12:25:20 -07:00
Adrian Cole 73f0b01778 fixed logback config that was creating neverending lines 2012-03-12 12:25:20 -07:00
Mike Arnold 49532fde7d adding live test for SecurityGroupClient 2012-03-12 12:56:13 -05:00
Adrian Cole 4fbbe5fe68 Merge pull request #417 from jdaggett/master
openstack-nova changes and tests
2012-03-09 20:01:03 -08:00
Adrian Cole 4581b924cf added missing provider id field, default location to hardware/image, fixed packages 2012-03-09 19:56:22 -08:00
Mike Arnold b322e265a5 adding KeyPairClient tests 2012-03-09 21:47:51 -06:00
Mike Arnold ce9cb23a2e merge from upstream 2012-03-09 20:01:22 -06:00
Adrian Cole e389ce0f2d format and imports 2012-03-09 15:53:29 -08:00
Mike Arnold e22206ae43 Merge remote-tracking branch 'origin/develop' 2012-03-09 15:45:25 -06:00
Matt Stephenson cc4b0cac82 Add compute service support to openstack-labs nova client 2012-03-09 13:33:30 -08:00
Mike Arnold 940dc4c29b adding more tests and fixing others 2012-03-09 14:45:45 -06:00
Mike Arnold ec2a83197d updating live test to work with other nova installations 2012-03-09 14:19:01 -06:00
Adrian Cole 6df17b858d Merge pull request #413 from jdaggett/develop
openstack-nova changes
2012-03-09 11:40:39 -08:00
Mike Arnold b6df1a5833 cleaning up with the power of guava 2012-03-09 13:20:59 -06:00
Mike Arnold e7744784f2 adding Expect-style tests for FloatingIPClient 2012-03-09 10:10:11 -06:00
Mike Arnold 967926dc28 handling cases where Nova returns all addresses as private rather than private and public 2012-03-08 17:13:54 -06:00
Mike Arnold 0613f3390c adding live tests for floating ip client 2012-03-08 10:39:59 -06:00
Mike Arnold 654d58fada fixing async client so it returns extension async clients 2012-03-08 10:39:13 -06:00
Mike Arnold 98a3bf8084 ensuring getters for public and private addresses return a set even if underlying addresses collection is null 2012-03-07 09:24:19 -06:00
Adrian Cole d78cf5aa27 Merge branch 'develop' of github.com:jdaggett/jclouds
* 'develop' of github.com:jdaggett/jclouds:
  adding create and delete of security groups and security group rules
  fixing payload definitions to add and remove floating ips
2012-03-06 08:46:57 -08:00
Mike Arnold 5e6f84ec25 adding create and delete of security groups and security group rules 2012-03-05 16:32:12 -06:00
Mike Arnold 2c2c901773 fixing payload definitions to add and remove floating ips 2012-03-05 16:30:43 -06:00
Adrian Cole d1305f3034 Merge branch 'develop' of github.com:jdaggett/jclouds
* 'develop' of github.com:jdaggett/jclouds:
  Improved parsing tests
  Nova client changes for delegate APIs & misc cleanup
  FloatingIP and KeyPair additions
  SecurityGroup support
  Incremental support for Image, Flavor and Floating IPs
  Floating IP support
2012-02-29 17:36:03 +02:00