Keypair creation is failing
As per the openstack deployment guide, i followed the below instructions to create keypair but it is failing.
$ ssh-keygen
$ cd .ssh
$ nova keypair-add --pub_key id_rsa.pub mykey
As i am running the last command to add keypair, it is failing with below error :
ERROR: Keypair data is invalid: failed to generate fingerprint (HTTP 400) (Request-ID: req-8926bb92-34f0-47b7-9f3a-b2012796383b)
How can i resolve the issue?
Any help will be appreciated. Thanks in advance.