$Subject? I can't see any relevant operation in NovaTemplateOptions, is there some other way?
Looking at ServerApi.create [1], it looks like you can indeed only set the *name*; the *ID* is something returned from that call [2].
ap[1] https://github.com/jclouds/jclouds/blob/master/apis/openstack-nova/src/main/java/org/jclouds/openstack/nova/v2_0/features/ServerApi.java#L85 [2] https://github.com/jclouds/jclouds/blob/master/apis/openstack-nova/src/main/java/org/jclouds/openstack/nova/v2_0/domain/ServerCreated.java
