Andrew Donald Kennedy
680a202b20
Issue 830: Tidy up client imports and javadoc
2012-03-27 13:48:07 +01:00
Andrew Donald Kennedy
8443bbe8f2
Issue 830: Tidy up domain object imports and remove unnecessary annotations
2012-03-27 13:48:07 +01:00
Andrew Donald Kennedy
9e860a2328
Issue 830: Use XmlElementWrapper annotation where possible
2012-03-27 13:48:06 +01:00
Andrew Donald Kennedy
d4713572e4
Issue 830: Update API listener - Log timestamp, test name - Get test duration from framework - Uses test description paramater for operation request details - Updated live client tests to use description instead of testName
2012-03-27 13:39:38 +01:00
Roman Bogorodskiy
ef549235fe
Issue 882: Make aws-s3 provider respect PROPERTY_S3_VIRTUAL_HOST_BUCKETS.
2012-03-27 13:46:43 +04:00
Adrian Cole
ff2982c747
Merge pull request #518 from richardcloudsoft/issue-886-ec2-windows-image-parsing
...
Issue 886 - update regexps of EC2 AMIs to match newest Windows AMIs
2012-03-25 10:04:05 -07:00
Richard Downer
5d1c5aec9e
Add regexp that matches style of Windows AMI names in EC2 starting March 2012. Add a unit test.
2012-03-25 10:52:44 +02:00
Adrian Cole
ed1864e810
toString tidies
2012-03-23 13:09:13 -07:00
Adrian Cole
cb370ab26d
Merge pull request #516 from grkvlt/vcloud
...
Issue 830: Add new entity operation to QueryClient
2012-03-23 12:07:06 -07:00
Andrew Donald Kennedy
c7381501f0
Issue 830: Change fenceMode to ISOLATED
2012-03-23 16:48:24 +00:00
Andrew Donald Kennedy
0534821234
Issue 830: Fix for modifyLeaseSettingsSection
2012-03-23 16:09:58 +00:00
Andrew Donald Kennedy
7998e1b012
Issue 830: Added entity media type
2012-03-23 16:09:58 +00:00
Andrew Donald Kennedy
1ccd5f806a
Issue 830: Added entity operation to query client
2012-03-23 16:09:58 +00:00
Andrew Donald Kennedy
c71ff11fc5
Issue 830: Tidy up reference predicates
2012-03-23 16:09:58 +00:00
Adrian Cole
c76ad955ed
Merge pull request #517 from danikov/vcloud-director-bugfix
...
Issue 830: vCloud director Non-client Ops
2012-03-23 09:00:06 -07:00
danikov
d91a8efe70
remove not-needed properties + vars
2012-03-23 15:31:51 +00:00
danikov
7d4f81a46c
non-client operation tests (legacy login + get schema)
2012-03-23 14:01:01 +00:00
Adrian Cole
5dced71f42
moved cdn extension to an Optional
2012-03-23 00:38:52 -07:00
Adrian Cole
000ed4a393
removed broken hpcloud-objectstorage-lvs
2012-03-23 00:38:15 -07:00
Adrian Cole
91ccba370b
cleaned up error handler in swift
2012-03-23 00:37:33 -07:00
Adrian Cole
a6ff7579f5
Issue 885:add TryStack provider
2012-03-22 21:50:27 -07:00
Adrian Cole
305b0b8972
Issue 864:create hpcloud-compute provider
2012-03-22 21:48:11 -07:00
Adrian Cole
33fa1ec555
Issue 879:keystone v2 hpcloud-objectstorage provider
2012-03-22 21:45:25 -07:00
Adrian Cole
c3dd362b4b
Issue 814:recreate nova api as openstack-nova
2012-03-22 21:42:22 -07:00
Adrian Cole
f3aaa62779
Issue 885:add TryStack provider
2012-03-22 21:37:45 -07:00
Adrian Cole
91661f4759
Issue 814: changes needed to be compatible with trystack
2012-03-22 21:37:21 -07:00
Adrian Cole
4ccd20e660
incorrect tags
2012-03-22 21:36:07 -07:00
Adrian Cole
2cd11f6b18
silently parse mildly incorrect dates
2012-03-22 21:34:59 -07:00
Adrian Cole
296462ecb5
fromTemplate() doesn't ensure descriptions are equal
2012-03-22 21:34:06 -07:00
Adrian Cole
5f6815904b
added base test for openstack-nova
2012-03-22 17:15:49 -07:00
Adrian Cole
2a1b423f2b
removed excess logic since floating ips are already present in server list
2012-03-22 16:28:41 -07:00
Adrian Cole
f9694ad56c
re-added mike's fix for ips
2012-03-22 16:17:34 -07:00
Adrian Cole
9e21b48bd3
Merge pull request #515 from jdaggett/master
...
hpcloud-objectstore provider bug fix
2012-03-22 14:48:25 -07:00
Adrian Cole
59f1d0b316
rename vbox live test
2012-03-22 14:46:03 -07:00
Adrian Cole
73865f6dd8
tidy + make sure we use private key and not password for auth when keypair option set
2012-03-22 13:47:48 -07:00
Adrian Cole
e5d3408d27
more details when ip addresses come out unexpected
2012-03-22 13:47:48 -07:00
Adrian Cole
e1f64356d9
switch bad identity to AuthorizationException as it helps ensure we don't retry
2012-03-22 13:47:48 -07:00
Mike Arnold
541fe98391
fixing injection error in async client due to inheritence chain
2012-03-22 15:26:08 -05:00
Adrian Cole
2a4bcf83b0
Merge pull request #510 from andrewgaul/close-streams
...
Close streams on error paths
2012-03-22 13:07:44 -07:00
Adrian Cole
2ae849dd94
Issue 883:Allow login credentials by osfamily to be specified per-provider
2012-03-22 12:39:48 -07:00
Adrian Cole
774c4412aa
start call can take a very long time to complete
2012-03-22 12:39:48 -07:00
Adrian Cole
f27ece1b45
Merge pull request #514 from andrewgaul/handle-timeout-exception
...
Propagate InterruptedException & TimeoutException
2012-03-22 11:59:43 -07:00
Adrian Cole
49c873d17a
Merge pull request #513 from dralves/jclouds-vbox
...
final functionality-oriented commit on jclouds vbox
2012-03-22 11:52:44 -07:00
Andrew Gaul
cc590fbffd
Propagate InterruptedException & TimeoutException
...
Previously we passed these exceptions to handler, which wrapped them
in a RuntimeException. Instead propagate the actual cause so callers
can handle these properly.
2012-03-22 11:51:50 -07:00
David Ribeiro Alves
893d2d9e55
removed lock printous
2012-03-22 17:58:58 +00:00
David Ribeiro Alves
1f31e96a9f
fixed locking transient bug
2012-03-22 17:49:04 +00:00
Adrian Cole
ff0cc154d3
Merge pull request #512 from grkvlt/tests
...
Issue 830: Make live test before methods always run
2012-03-22 08:54:40 -07:00
Adrian Cole
c04080c32d
Merge pull request #511 from danikov/vcloud-director-bugfix
...
Issue 830: vCloud director Bugfix
2012-03-22 08:36:06 -07:00
David Ribeiro Alves
28bd62edfc
added a unit test for guest additions installer. installguestadditions is now able to mount the pre-downloaded iso
2012-03-22 15:16:19 +00:00
danikov
9ff1a792af
fix adminOrg testName annotations
2012-03-22 13:48:49 +00:00