mirror of
https://github.com/apache/jclouds.git
synced 2025-02-06 01:59:19 +00:00
a7e342422c
Added the new ElasticHosts regions. Updated the ElasticStack api to get the list of standard drives using an API call. All providers except ServerLove support the new API call, so the old logic in the ElasticStack api has been moved to that provider. The rest of providers will now extract all the OperatingSystem information by parsing the name of the StandardDrive. A unit test has been added to the ElasticStack api with all the images that were hardcoded, to make sure all names are still parsed as expected and all information in the existing providers is kept. Modified the default template for all ElasticHosts providers to match newer Ubuntu images and updated the Template*Live tests accordingly. Also refactored the WellKnownImage map to a supplier to lazy load it when needed and avoid unexpected errors when building the Guice injector if there are authentication errors or similar.
7 lines
190 B
Plaintext
7 lines
190 B
Plaintext
#
|
|
# The jclouds provider for ElasticHosts' Amsterdam ElasticStack (http://www.elastichosts.com/).
|
|
#
|
|
# Expects the jclouds elasticstack API to be present on your application's classpath.
|
|
#
|
|
|