mirror of https://github.com/apache/jclouds.git
Merge branch 'master' of github.com:jclouds/jclouds
This commit is contained in:
commit
9eb73a8544
|
@ -60,7 +60,7 @@ public class RunningInstanceToNodeMetadata implements Function<RunningInstance,
|
||||||
|
|
||||||
// canonical/alestic images use the ubuntu user to login
|
// canonical/alestic images use the ubuntu user to login
|
||||||
// TODO: add this as a property of image
|
// TODO: add this as a property of image
|
||||||
if (credentials != null && image.getImageOwnerId().equals("063491364108"))
|
if (credentials != null && image.getImageOwnerId().matches("063491364108|099720109477"))
|
||||||
credentials = new Credentials("ubuntu", credentials.key);
|
credentials = new Credentials("ubuntu", credentials.key);
|
||||||
|
|
||||||
String locationId = from.getAvailabilityZone().toString();
|
String locationId = from.getAvailabilityZone().toString();
|
||||||
|
|
Loading…
Reference in New Issue