Marius,
"Strange, can you run cat cloud.key.pub and ssh-keygen -l -f
cloud.key.pub and provide the output on a paste service such as
http://paste.openstack.org/ ?"
Okay! Here's the output.
http://paste.openstack.org/show/483458/
...John
On Monday, January 11, 2016 5:17 AM, Marius Cornea <marius(a)remote-lab.net>
wrote:
Strange, can you run cat cloud.key.pub and ssh-keygen -l -f
cloud.key.pub and provide the output on a paste service such as
http://paste.openstack.org/ ?
On Mon, Jan 11, 2016 at 4:50 AM, Thales <thaleslv(a)yahoo.com> wrote:
Thanks, Marius!
I get the same error.
"Error (BadRequest): Keypair data is invalid: failed to generate fingerprint
(HTTP p 400) (Requested ID: ...)"
I'm just staring out with OpenStack here, trying to get through my first
tutorial, so I'm fumbling around.
...John
On Sunday, January 10, 2016 10:03 AM, Marius Cornea <marius(a)remote-lab.net>
wrote:
Hi,
You could try adding it via the CLI:
# generate the keypair; cloud.key is the private key; cloud.key.pub is
the public key
ssh-keygen -t rsa -f cloud.key -N ''
# load the keystone credentials
source keystonerc_admin
# import the public key
nova keypair-add --pub_key cloud.key.pub cloudkey