Thanks for the pointers. But I'm kind of confused here. Does this mean that
I can't specify a 'host' name when I build a Template using
TemplateBuilder?

From what I can see, you can indeed match on the "image name" [1] when selecting the template to use for your new VM. But I guess that's different from the name that is actually *assigned* to your VM instance when it's created, which is specified not in the TemplateBuilder, but in the call to create the server [2].

As far as I understand, at least ;-)

ap

[1] https://github.com/jclouds/jclouds/blob/master/compute/src/main/java/org/jclouds/compute/domain/TemplateBuilder.java#L150 [2] https://github.com/jclouds/jclouds/blob/master/apis/openstack-nova/src/main/java/org/jclouds/openstack/nova/v2_0/features/ServerApi.java#L85

Reply via email to