I'm able to create an ec2 node without an issue, except for the fact that when I pass in a name doing something like this:
_Conn.create_node(name="foobar", image=use_image, size=use_size, ex_keyname="ec2-a") the name seems to be completely ignored. Is this the excepted behavior, or am I doing something wrong? This is libcloud 0.4.2 under Python 2.6 using Ubuntu 10.10 (called as a library through Fabric). Thanks!
