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
|
@Singleton
|
||||||
public class EC2PopulateDefaultLoginCredentialsForImageStrategy extends ReturnCredentialsBoundToImage {
|
public class EC2PopulateDefaultLoginCredentialsForImageStrategy extends ReturnCredentialsBoundToImage {
|
||||||
|
public EC2PopulateDefaultLoginCredentialsForImageStrategy() {
|
||||||
|
this(null);
|
||||||
|
}
|
||||||
|
|
||||||
@Inject
|
@Inject
|
||||||
public EC2PopulateDefaultLoginCredentialsForImageStrategy(@Nullable @Named("image") Credentials creds) {
|
public EC2PopulateDefaultLoginCredentialsForImageStrategy(@Nullable @Named("image") Credentials creds) {
|
||||||
super(creds);
|
super(creds);
|
||||||
|
|
Loading…
Reference in New Issue