I'll do my best to recall.
My OS is CentOS 7, in VirtualBox 5.0. The host OS is WIndows 10. I have an 8 core
machine, with 16 gigabytes of ram, 10 of which are being used by the guest OS.
I set up a fixed IP, and used a "bridged adapter" in VirtualBox.
For installing RDO, I followed these instructions exactly:
https://www.rdoproject.org/install/quickstart/
I also disabled firewalld, and for SELinux executed "setenforce 0"
Here is the pastebin, basically a repeat of the "quickstart" website
http://paste.openstack.org/show/483685/
Looking at my Bash "history" command confirms those were the steps taken.
Thanks, Sasha!....John
On Tuesday, January 12, 2016 9:02 PM, Sasha Chuzhoy <sasha(a)redhat.com> wrote:
John,
Would it be possible for you to share all the commands you've ran (history) during the
installation + the OS version (maybe using
http://paste.openstack.org/)
Thanks.
Best regards,
Sasha Chuzhoy.
----- Original Message -----
From: "Thales" <thaleslv(a)yahoo.com>
To: "Sasha Chuzhoy" <sasha(a)redhat.com>
Cc: "Marius Cornea" <marius(a)remote-lab.net>, rdo-list(a)redhat.com
Sent: Tuesday, January 12, 2016 7:21:32 PM
Subject: Re: [Rdo-list] RDO, packstack, Keypair creation is failing
I'm still struggling with this one, so if anyone has any other ideas, I'm all
ears (or eyes!).
Regards,...John
On Tuesday, January 12, 2016 2:52 PM, Thales <thaleslv(a)yahoo.com> wrote:
Thanks! I'm just going through the beginning tutorials now, so I'm not
aware of those commands, nor do I know where to find them, however I ran
the first, and, unfortunately, I get the same error:[root@localhost
keystone(keystone_admin)]# nova keypair-add cloudkey > cloudkey.priv; chmod
600 cloudkey.priv
ERROR (BadRequest): Keypair data is invalid: failed to generate fingerprint
(HTTP 400) (Request-ID: req-e722e315-e701-40d8-9fd6-0b5e71df3de1)
Regards,...John
On Tuesday, January 12, 2016 2:21 PM, Sasha Chuzhoy <sasha(a)redhat.com>
wrote:
You need to source the file with the variables.
Run "source /root/keystonerc_admin" before attempting the "nova
keypair-add"
command.
Thanks.
Best regards,
Sasha Chuzhoy.
----- Original Message -----
> From: "Thales" <thaleslv(a)yahoo.com>
> To: "Sasha Chuzhoy" <sasha(a)redhat.com>
> Cc: "Marius Cornea" <marius(a)remote-lab.net>, rdo-list(a)redhat.com
> Sent: Tuesday, January 12, 2016 2:49:48 PM
> Subject: Re: [Rdo-list] RDO, packstack, Keypair creation is failing
>
> Hello Sasha,
> I tried your command, and got the following error:
> [john@localhost ~]$ nova keypair-add cloudkey > cloudkey.priv; chmod 600
> cloudkey.priv
> ERROR (CommandError): You must provide a username or user id via
> --os-username, --os-user-id, env[OS_USERNAME] or env[OS_USER_ID]
>
>
> ...John
>
>
> On Monday, January 11, 2016 6:28 PM, Sasha Chuzhoy <sasha(a)redhat.com>
> wrote:
>
>
> Hi John,
> Does this command work for you:
> nova keypair-add cloudkey >cloudkey.priv; chmod 600 cloudkey.priv
>
> If it works (nova keypair-list), you could ssh to the instance launched
> with
> the key using:
> ssh -i cloudkey.priv <user>@<IP>
>
> Best regards,
> Sasha Chuzhoy.
>
> ----- Original Message -----
> > From: "Thales" <thaleslv(a)yahoo.com>
> > To: "Marius Cornea" <marius(a)remote-lab.net>
> > Cc: rdo-list(a)redhat.com
> > Sent: Sunday, January 10, 2016 10:50:12 PM
> > Subject: Re: [Rdo-list] RDO, packstack, Keypair creation is failing
> >
> > 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
> >
>
>