mirror of https://github.com/apache/jclouds.git
added constructor so that whirr can use it
This commit is contained in:
parent
359f5d318b
commit
fa4e7da19d
|
@ -34,6 +34,10 @@ import org.jclouds.javax.annotation.Nullable;
|
|||
*/
|
||||
@Singleton
|
||||
public class EC2PopulateDefaultLoginCredentialsForImageStrategy extends ReturnCredentialsBoundToImage {
|
||||
public EC2PopulateDefaultLoginCredentialsForImageStrategy() {
|
||||
this(null);
|
||||
}
|
||||
|
||||
@Inject
|
||||
public EC2PopulateDefaultLoginCredentialsForImageStrategy(@Nullable @Named("image") Credentials creds) {
|
||||
super(creds);
|
||||
|
|
Loading…
Reference in New Issue