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
danikov
e153b1ed22
formatting fix
2012-03-22 13:43:58 +00:00
danikov
98adf79f93
add login group to login session test class
2012-03-22 13:14:37 +00:00
Andrew Donald Kennedy
1d886305ba
Issue 830: Make live test before methods always run
2012-03-22 13:01:40 +00:00
danikov
d4b03f0119
minor bugfix + skeletal code for groups/LDAP
2012-03-22 11:48:49 +00:00
David Ribeiro Alves
582423bd2d
commented machine utils
2012-03-22 03:46:22 +00:00
David Ribeiro Alves
6b4a4c6054
consolidated locking machines as locking was crashing all over the place
2012-03-22 03:36:42 +00:00
David Ribeiro Alves
4a32b0107f
parsed names from vm so that nodemetadata has correct group and name (updated unit test), corrected transient bug obtaining locks for vms
2012-03-22 02:44:41 +00:00
Adrian Cole
18562f5dbb
switched hp default availablility zone to 2
2012-03-21 19:11:55 -07:00
Adrian Cole
09d97a2103
changed to not use # as a delimiter, and fixed keypair prefix logic
2012-03-21 19:11:55 -07:00
Adrian Cole
2373f89c78
cleaned up toString/equals/hashCode in base options objects
2012-03-21 19:11:49 -07:00
Andrew Gaul
1040a5c779
Close streams on error paths
2012-03-21 18:17:01 -07:00
Adrian Cole
6fda2580f5
Merge pull request #509 from grkvlt/vapp-updates
...
Issue 830: Misc updates
2012-03-21 17:28:36 -07:00
Andrew Donald Kennedy
704d0c00fb
Issue 830: Add logging output during cleanUp and fix VApp deletion
2012-03-21 23:59:35 +00:00
Andrew Donald Kennedy
35391b876b
Issue 830: Use XmlWrapper for collections in Vdc
2012-03-21 23:59:35 +00:00
Adrian Cole
c604b47f2d
Merge pull request #508 from dralves/jclouds-vbox
...
vbox - guests are now reachable through a non-nat ip
2012-03-21 16:42:46 -07:00
David Ribeiro Alves
aceaaf0eb0
updated readme
2012-03-21 22:36:14 +00:00
David Ribeiro Alves
5bca27923c
corrected IMachineToNodeMetadata to comply with the new non-natted ip
2012-03-21 22:19:03 +00:00
David Ribeiro Alves
92a940e95d
guests are now accessible because host-only ips are assigned in the same network as the default vbox host-only network (vboxnet0)
2012-03-21 22:04:05 +00:00
David Ribeiro Alves
68290ba2b2
added mock identity prop to prevent NPE in some cases
2012-03-21 22:04:05 +00:00
David Ribeiro Alves
d742d53f6b
reverted formatting changes
2012-03-21 22:03:48 +00:00
David Ribeiro Alves
f4d0e18320
prevented tests from failing due to missing property
...
!
2012-03-21 22:02:11 +00:00
Mike Arnold
b95e890f83
expecting provider specific client when creating provider-specific blobstore
2012-03-21 16:07:36 -05:00
Andrew Donald Kennedy
25fac3b36e
Issue 830: Add control access tests to Org
2012-03-21 21:01:41 +00:00
Adrian Cole
6918d1c448
Issue 767: change openstack-nova and downstream to logging module discovery
2012-03-21 13:05:03 -07:00