should "view console" use ssh keys?
Im not sure if openstack is supposed to work like this. I create an instance, assign a keypair, then hit view console, but it never uses the keypair, it asks for user/pass.
If I do it the long way and download the public key, then ssh -i key ubuntu@10.0.0.2 from the openstack server I can get in, but that is not very end user friendly when they create servers, which is what we are trying to achieve by using openstack.
Thanks.