7257 Commits

Author SHA1 Message Date
Andrew Gaul
130921fc29 Reduce HP Cloud authentication token timeout
I see a 12 hour expiry when requesting a new authentication token.
Reducing this timeout should not hurt in any case.
2012-08-15 17:46:52 -07:00
Adrian Cole
e2b1ae38b9 [maven-release-plugin] prepare for next development iteration 2012-08-13 21:05:07 -07:00
Adrian Cole
fa63b7a4db [maven-release-plugin] prepare release jclouds-1.5.0-beta.10 jclouds-1.5.0-beta.10 2012-08-13 21:05:00 -07:00
Adrian Cole
81d5f31359 Merge branch 'master' of github.com:jclouds/jclouds into 1.5.x
* 'master' of github.com:jclouds/jclouds: (30 commits)
  Merge Keystone optional admin API provider with optional extension provider
  Added binding for optional extensions
  Make the OpenStack extension lists accessible for all APIs. Copied the Nova extension related code to the shared keystone package and added providers for extensions and aliases to all modules
  added statement to rebase dist packages
  added VAppNetworksLiveTest
  Further OpenStack extensibility changes. Fixing constructors in RestContext classes
  Fixed a possible NPE when ServiceFunctionLoader finds no OSGi service for a function.
  fixed broken test
  threading issue in test
  openstack-quantum extensibility
  openstack-swift extensibility
  openstack-glance extensibility
  openstack-nova extensibility
  openstack-keystone extensibility
  add FirstNetwork, in line with FirstRegion, etc., for use in FGCP provider
  missing class
  refactoring of smartos-ssh
  Extend the VmSpecification to allow for all the extra memory settings.
  Issue 1067:update to guava 13
  removed invalid @Nullable usage and also usage of javax package usage
  ...
2012-08-13 20:29:15 -07:00
Adrian Cole
e0ecf3aea1 Merge pull request #782 from grkvlt/openstack
Further OpenStack extensibility changes
2012-08-13 20:14:28 -07:00
Andrew Donald Kennedy
2debb53e83 Merge Keystone optional admin API provider with optional extension provider 2012-08-14 03:27:34 +01:00
Andrew Donald Kennedy
8ae33f2315 Added binding for optional extensions 2012-08-14 02:23:54 +01:00
Adrian Cole
960d3580d9 Merge pull request #783 from andreaturli/vcloud-director
added VAppNetworksLiveTest
2012-08-13 16:05:16 -07:00
Andrew Donald Kennedy
0da2616737 Make the OpenStack extension lists accessible for all APIs. Copied the Nova extension related code to the shared keystone package and added providers for extensions and aliases to all modules 2012-08-13 22:22:04 +01:00
Adrian Cole
cd98f16408 added statement to rebase dist packages 2012-08-13 14:20:27 -07:00
Andrea Turli
e92b370d51 added VAppNetworksLiveTest 2012-08-13 23:12:59 +02:00
Andrew Donald Kennedy
f9a550529d Further OpenStack extensibility changes. Fixing constructors in RestContext classes 2012-08-13 16:18:43 +01:00
Ioannis Canellos
758e01a4d2 Fixed a possible NPE when ServiceFunctionLoader finds no OSGi service for a function. 2012-08-12 21:01:13 +03:00
Adrian Cole
0666a6fbde fixed broken test 2012-08-12 10:00:17 -07:00
Adrian Cole
0f0bc429c1 threading issue in test 2012-08-12 09:31:18 -07:00
Adrian Cole
b055fb1233 Merge pull request #780 from grkvlt/openstack
Openstack Extensibility
2012-08-12 09:29:51 -07:00
Andrew Donald Kennedy
2bfa9e0b23 openstack-quantum extensibility 2012-08-12 12:46:25 +01:00
Andrew Donald Kennedy
70fc6f5c52 openstack-swift extensibility 2012-08-12 12:43:55 +01:00
Andrew Donald Kennedy
b3121b7889 openstack-glance extensibility 2012-08-12 12:42:22 +01:00
Andrew Donald Kennedy
9acfa880d4 openstack-nova extensibility 2012-08-12 12:29:36 +01:00
Andrew Donald Kennedy
6c9524dabc openstack-keystone extensibility 2012-08-12 12:04:54 +01:00
Dies Koper
f9e51c37d5 add FirstNetwork, in line with FirstRegion, etc., for use in FGCP provider 2012-08-11 23:22:41 -07:00
Adrian Cole
52e61b7024 missing class 2012-08-11 22:41:12 -07:00
Adrian Cole
1dfd7e2b23 refactoring of smartos-ssh 2012-08-11 22:40:53 -07:00
Nigel Magnay
0bde836ed5 Extend the VmSpecification to allow for all the extra memory settings.
Correct the ComputeServiceAdapter to use information from the template
hardware provider ID to match the correct VmSpecification.

Provide some additional nice default templates.

Signed-off-by: Nigel Magnay <nigel.magnay@gmail.com>
2012-08-11 21:05:45 -07:00
Adrian Cole
5851233603 Issue 1067:update to guava 13 2012-08-11 20:59:27 -07:00
Adrian Cole
c7f35d3bb1 removed invalid @Nullable usage and also usage of javax package usage 2012-08-11 20:59:16 -07:00
Adam Lowe
4fad770eaf openstack-nova: allowing extension of the standard extensions by providers 2012-08-12 02:48:24 +01:00
Adrian Cole
9981eee038 Merge pull request #778 from everett-toews/issue-1063
Fixed Issue 1063.
2012-08-10 15:25:52 -07:00
Everett Toews
b16a0667a4 Fixed Issue 1063. See http://code.google.com/p/jclouds/issues/detail?id=1063
Old code was using flavorId in the request body when what is required is flavorRef. See http://docs.openstack.org/api/openstack-compute/2/content/Resize_Server-d1e3707.html
2012-08-10 14:14:42 -05:00
Adrian Cole
faa3f7ff45 added epel repo dep to git install 2012-08-09 17:53:30 -07:00
Adrian Cole
d2d476e912 Merge pull request #776 from andreaturli/vcloud-director
added compose and recompose vapp live test
2012-08-09 11:36:04 -07:00
Andrea Turli
14ab852907 adrian`s comments addressed 2012-08-09 19:41:30 +02:00
Adrian Cole
03cb53eaf4 Merge pull request #777 from grkvlt/openstack-extensibility
Making more OpenStack Nova APIs extensible using generic return values
2012-08-09 10:20:20 -07:00
Andrew Donald Kennedy
8c544ddef0 Making more OpenStack Nova APIs extensible using generic return values 2012-08-09 17:02:23 +01:00
Andrea Turli
efbaa257e5 added compose and recompose vapp live test 2012-08-09 17:35:18 +02:00
Adrian Cole
c679e73ce1 Merge pull request #775 from aplowe/openstack-nova2
openstack-nova: binding missing fields to CreateVolume requests
2012-08-08 07:32:14 -07:00
Adam Lowe
082ec6f008 openstack-nova: binding missing fields to CreateVolume requests 2012-08-08 10:11:56 +01:00
Adrian Cole
0e7c963b05 Merge pull request #774 from andreaturli/vcloud-director
issue 830: fixing vAppTemplateApi*Test, vAppApiLiveTest and vmApiLiveTest
2012-08-06 13:34:26 -07:00
Andrea Turli
9454aeb257 issue 830: fixing vAppTemplateApi*Test, vAppApiLiveTest and vmApiLiveTest 2012-08-06 19:41:30 +02:00
Adrian Cole
4d4c22cff9 Merge pull request #773 from grkvlt/openstack-extensions-server
Updating Nova to allow easier definition of OpenStack API providers with extensions
2012-08-06 10:20:45 -07:00
Andrew Donald Kennedy
ec184ce4d2 Updating Nova to allow easier definition of OpenStack API providers with extensions, initially only for ServerApi 2012-08-06 17:34:50 +01:00
Adrian Cole
d6aea87ab5 Merge pull request #771 from dkoper/master
the change I meant to pull request earlier today: used in FGCP's DefaultNetwork
2012-08-06 08:06:28 -07:00
Dies Koper
c684a59cb3 add predicates and template builder live tests for location scopes SYSTEM and NETWORK 2012-08-06 23:29:26 +10:00
Adrian Cole
a439c03efc [maven-release-plugin] prepare for next development iteration 2012-08-02 21:49:23 -07:00
Adrian Cole
1ece74b733 [maven-release-plugin] prepare release jclouds-1.5.0-beta.9 jclouds-1.5.0-beta.9 2012-08-02 21:49:21 -07:00
Adrian Cole
a898999355 merged master 2012-08-02 21:17:47 -07:00
Adrian Cole
486be5acc4 Issue 1056:create cloudstack-ec2 api 2012-08-02 17:43:38 -07:00
Adrian Cole
b416496698 disabled greenqloud compute tests until baseline stuff works 2012-08-02 17:08:11 -07:00
Adrian Cole
3ab960ce39 made ec2 tests a bit more portable 2012-08-02 17:08:10 -07:00