Skip to content

Commit

Permalink
Merge pull request #150 from NiteshKant/master
Browse files Browse the repository at this point in the history
Enabling registration for non-amazon datacenters on server startup.
  • Loading branch information
NiteshKant committed Jul 22, 2014
2 parents 619e57d + e38a56a commit 27af44d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -707,7 +707,7 @@ public boolean isRegisterable(InstanceInfo instanceInfo) {
return true;
}
}
return false;
return true; // Everything non-amazon is registrable.
}

/**
Expand Down

0 comments on commit 27af44d

Please sign in to comment.