On Mon, Jan 11, 2016 at 4:50 AM, Thales <
thaleslv@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@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