mirror of https://github.com/apache/jclouds.git
add reminder to add exception to this method, so that we can cleanup stale resources
This commit is contained in:
parent
bc172850c1
commit
7e32b0624d
|
@ -58,7 +58,7 @@ public interface ComputeServiceAdapter<N, H, I, L> {
|
|||
* includes {@code imageId}, {@code locationId}, and
|
||||
* {@code hardwareId} used to resume the instance.
|
||||
* @return library-native representation of a node.
|
||||
*
|
||||
* TODO: return typed exception on createNodeFailure
|
||||
* @see ComputeService#createNodesInGroup(String, int, Template)
|
||||
*/
|
||||
NodeAndInitialCredentials<N> createNodeWithGroupEncodedIntoName(String tag, String name, Template template);
|
||||
|
|
Loading…
Reference in New Issue