Re: [Openstack] [Gerrit] Getting invalid author

2011-08-04 Thread Yuriy Taraday
Thanks to he fix, invalid author problem vanished. Now I'm getting missing Change-Id in commit message error. What is the best way to provide Change-Id to existing commits? Kind regards, Yuriy. On Wed, Aug 3, 2011 at 18:58, James E. Blair cor...@inaugust.com wrote: Yuriy Taraday

Re: [Openstack] some newbie questions

2011-08-04 Thread Aron Matskin
Ok, it worked: [QEMU (instance-0001)] Starting SeaBIOS... This kernel requires an x86-64 CPU, but only detected an i686 CPU. Unable to boot - please use a kernel appropriate to your CPU. --- It seems to me that it refers to my Ubuntu installation on the guest, I've used

Re: [Openstack] some newbie questions

2011-08-04 Thread Soren Hansen
2011/8/4 Aron Matskin aron.mats...@gmail.com: It seems to me that it refers to my Ubuntu installation on the guest, I've used ubuntu-10.10-desktop-i386.iso , I probably should have used ubuntu-10.10-desktop-amd64.iso . Can anybody confirm this before I spend half a day on re-installation? You

Re: [Openstack] [Gerrit] Getting invalid author

2011-08-04 Thread James E. Blair
Yuriy Taraday yorik@gmail.com writes: Thanks to he fix, invalid author problem vanished. Now I'm getting missing Change-Id in commit message error. What is the best way to provide Change-Id to existing commits? Kind regards, Yuriy. We've seen two ways of getting commits without

Re: [Openstack] [Gerrit] Getting invalid author

2011-08-04 Thread James E. Blair
cor...@inaugust.com (James E. Blair) writes: I'll work on updating our import script to fix the rest of the accounts and send out another email to this list when that is complete. Monty has fixed the Launchpad sync script so that publicly available emails should correctly show up in Gerrit

Re: [Openstack] [Gerrit] Getting invalid author

2011-08-04 Thread Brad Hall
If your commit doesn't have a change-id message you can add one by amending the commit (git commit --amend) as long as you have the commit-msg hook in place and executable. (See here for more details: http://wiki.openstack.org/GerritWorkflow) This page doesn't mention it but you need to chmod +x

Re: [Openstack] [Gerrit] Getting invalid author

2011-08-04 Thread Trey Morris
I had to register my git email with gerrit as well, no problems after. If you do a git commit --amend will the hook add the change-id after you edit the commit message? I ask because it didn't when doing an interactive rebase. I did it this morning but I pasted the change-id in myself. -trey On

Re: [Openstack] some newbie questions

2011-08-04 Thread Ewan Mellor
-Original Message- From: openstack-bounces+ewan.mellor=citrix@lists.launchpad.net [mailto:openstack-bounces+ewan.mellor=citrix@lists.launchpad.net] On Behalf Of Soren Hansen Sent: 04 August 2011 03:45 To: Aron Matskin Cc: Mark Gius; openstack@lists.launchpad.net Subject:

Re: [Openstack] [Gerrit] Getting invalid author

2011-08-04 Thread Brad Hall
I'm not sure about during an interactive rebase .. I've always just done the amend before or after the rebase and the changeid will get added if it isn't already there. Thanks, Brad On Thu, Aug 4, 2011 at 9:16 AM, Trey Morris trey.mor...@rackspace.com wrote: I had to register my git email with

Re: [Openstack] Dashboard newbie question

2011-08-04 Thread Devin Carlen
Hi Joshua, Dashboard is currently in pretty good shape but the latest nova code in trunk has a few issues. I recommend using the Diablo-3 milestone release of Nova. You should have better luck with that. On Aug 4, 2011, at 10:23 AM, Joshua Harlow wrote: Hi all, I was just wondering if

Re: [Openstack] [Gerrit] Getting invalid author

2011-08-04 Thread Yuriy Taraday
I have series of commits that can be applied separately and can be treated as separate improvements in my branch. That commits were there before I knew that I should install Gerrit hook. Now I have bunch of commits without Change-Id while commit --amend works only with the last one. How can I edit

Re: [Openstack] [Gerrit] Getting invalid author

2011-08-04 Thread James E. Blair
Yuriy Taraday yorik@gmail.com writes: I have series of commits that can be applied separately and can be treated as separate improvements in my branch. That commits were there before I knew that I should install Gerrit hook. Now I have bunch of commits without Change-Id while commit

Re: [Openstack] Dashboard newbie question

2011-08-04 Thread Jesse Andrews
I highly advise running using mod_wsgi, gunicorn or other techniques that allow you to run multiple application servers since the API calls dashboard makes to nova/keystone/... are synchronous. Jesse On Aug 4, 2011, at 2:02 PM, Joshua Harlow wrote: Thanks that seemed to work. I think the

Re: [Openstack] Dashboard newbie question

2011-08-04 Thread Joshua Harlow
Thanks that seemed to work. I think the dashboard doesn't seem to be working though if I try to use VNC. It seemed to freeze it up (no other requests worked, restarted then its ok). Is that known? *This is not using apache* On 8/4/11 10:54 AM, Devin Carlen devin.car...@gmail.com wrote: Hi

Re: [Openstack] Dashboard newbie question

2011-08-04 Thread Joshua Harlow
Sounds good I will try that. For the dashboard users, is there a way to get there EC2_SECRET_KEY's out, I guess this isn't possible from the dashboard? Is it possible from the commandline, u can assume I've just ran the default users (admin...). I see there is sudo nova-manage project zipfile

Re: [Openstack] Dashboard newbie question

2011-08-04 Thread Rafael Durán Castañeda
On dashboard you can get your credentials too clicking a bottom near your project name (I don't use dashboard since long time ago, so it might be changed). About your comment: It seemed to freeze it up (no other requests worked, restarted then its ok). Is that known? Are you running