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 yorik@gmail.com writes:

  Hello.
 
  I'm trying to use Gerrit to propose changes to Keystone.
  I'm using instructions from http://wiki.openstack.org/GerritWorkflow to
 push
  my changes.
  I'm getting invalid author error but my settings/contacts page looks
 fine
  and the e-mail listed there and in the error message are the same.
  What could go wrong?

 Hi,

 I don't think you did anything wrong.  It looks like we made a mistake
 in importing account information from Launchpad.

 We try to import as much account information (name, ssh keys, email
 addresses, etc.) from Launchpad as possible.  It looks like the email
 address needs to be added to more than one location in the database.

 I believe I have fixed up your entry by hand (feel free to email me or
 find me on IRC (jeblair)) if you still have problems.  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.

 Thanks for helping us test this!

 -Jim

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


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 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?

Will be much obliged, -Aron

On Thu, Aug 4, 2011 at 2:11 AM, Nathanael Burton 
nathanael.i.bur...@gmail.com wrote:

 Actually the VNC display number varies based on how many instances may be
 running on the node. Login to the box and run virsh list to list the
 instances and get the domain id of the one in question. Then run virsh
 vncdisplay id and it will output the VNC display number.  :0 means 5900,
 :1 means 5901, etc...

 /nate
 On Aug 3, 2011 7:07 PM, Mark Gius m...@markgius.com wrote:
  Ugh this was a few months ago and I haven't done much with nova recently.
  IIRC, all you have to do is connect to the :1 vnc on the nova host. So if
  you have VNC and a GUI on your nova host, you can do that from the host
 with
  your favorite vncviewer (ubuntu comes with remote desktop viewer) and
  connect to :1. So the string you would type into the remote desktop
 viewer
  program would be
 
  localhost:1
 
  You can do this through ssh port forwarding as well.
 
  Hopefully the above is sensical.
 
  Mark
 
  On Wed, Aug 3, 2011 at 3:32 PM, Aron Matskin aron.mats...@gmail.com
 wrote:
 
  Mark,
 
  Thanks for the advice - I'll take a look at it tomorrow. Just to save me
  some time: where is the log or/and how do I display it?
 
  -AM
 
 
  On Thu, Aug 4, 2011 at 1:24 AM, Mark Gius m...@markgius.com wrote:
 
  A1: When I had the symptoms you are describing it was because the
 instance
  never managed to boot from the image, and was just spinning cpu cycles
  displaying a could not boot disk type message. I figured that out by
  connecting to the VNC console of the instance. IIRC, you can look
 through
  the nova logs to figure out what VNC address to hit for the instance.
 
  Mark
 
  On Wed, Aug 3, 2011 at 4:33 AM, Aron Matskin aron.mats...@gmail.com
 wrote:
 
  Hi all!
 
  Just joined the mailing list. I'd like to do some development on the
  project (probably Nova). Some questions regarding how to start:
 
  Q1. I'm trying to setup Nova in a virtual environment -
 
 http://uksysadmin.wordpress.com/2011/02/17/running-openstack-under-virtualbox-a-complete-guide/-
  on a Windows host. I've successfully started an instance and assigned
 it a
  network address:
 
  aron@cloud1:~/openstack/cloud/creds$ euca-describe-instances
  RESERVATION r-k6e14a5w myproject default
  INSTANCE i-0001 ami-0a892947 172.241.0.1 10.0.0.3 running
 openstack
  (myproject, cloud1) 0 m1.tiny 2011-08-02T20:28:46Z nova
 
  but I'm unable to connect to the address (neither from the guest nor
 from
  the host):
 
  From the guest:
 
  aron@cloud1:~/openstack/cloud/creds$ ping 172.241.0.1
  PING 172.241.0.1 (172.241.0.1) 56(84) bytes of data.
  From 172.241.0.1 icmp_seq=2 Destination Host Unreachable
 
  aron@cloud1:~/openstack/cloud/creds$ ping 10.0.0.3
  PING 10.0.0.3 (10.0.0.3) 56(84) bytes of data.
  From 10.0.0.1 icmp_seq=1 Destination Host Unreachable
 
  From the host:
 
  C:\ping 172.241.0.1
 
  Pinging 172.241.0.1 with 32 bytes of data:
  Reply from 172.241.0.1: Destination host unreachable.
 
  Pinging the guest from the host and vice versa is ok, e.g.:
 
  C:\ping 172.241.0.101
 
  Pinging 172.241.0.101 with 32 bytes of data:
  Reply from 172.241.0.101: bytes=32 time=1ms TTL=64
 
  What may be wrong?
 
  Q2. When I do succeed to setup the environment, can anybody to point
 me
  to documentation on how to write simple code for OpenStack? Something
 along
  the lines of Hello, world!, but using some features peculiar to
 cloud
  applications.
 
  Q3. I have no technical knowledge about the cloud at all. Can anybody
  suggest a learning path so that I quickly can gain the basic necessary
  general and specific knowledge to start coding (i.e. first read the
 code and
  know what's flying, then fix some bugs, etc.)?
 
  Thanks in advance, -Aron
 
 
 
 
 
 
  ___
  Mailing list: https://launchpad.net/~openstack
  Post to : openstack@lists.launchpad.net
  Unsubscribe : https://launchpad.net/~openstack
  More help : https://help.launchpad.net/ListHelp
 
 
 
 

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


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 don't *need* to run 64-bit Linux on the host, but if you're
running a 32-bit Linux kernel on the host, you'll be limited to 32-bit
guests as well (at least with KVM (for now), not sure about the
others).

-- 
Soren Hansen        | http://linux2go.dk/
Ubuntu Developer    | http://www.ubuntu.com/
OpenStack Developer | http://www.openstack.org/

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


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 Change-Ids from
repositories where the change-id hook _is_ installed:

1) Pulling from a remote repository creates a merge commit.  We want to
avoid this (merge commits can cause confusion and complicate the review
process).  If you look in your history and you see that you created a
merge commit, let me know the steps you took to cause that; we'd like to
document recommended practices that avoid it.

2) Squashing commits and erasing the existing commit message.  An
earlier version of our documentation on squashing commits before
submitting them didn't make it clear that when you're editing the commit
message of a commit you picked while squashing or rebasing, you should
leave the existing Change-Id from the original commit message alone (a
new one won't be created during a rebase command).  If this is what
happened, gerrit should be suggesting a Change-Id in the error message.
If you see that, just run 'git commit --amend' and add it to the bottom
of the commit message, then push to gerrit.

-Jim

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


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 now.

Note that if your email address on Launchpad is _not_ public, you will
need to register it with Gerrit the first time you log in.

-Jim

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


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 the hook if it isn't already.

Thanks,
Brad

On Thu, Aug 4, 2011 at 2:44 AM, Yuriy Taraday yorik@gmail.com wrote:
 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 yorik@gmail.com writes:

  Hello.
 
  I'm trying to use Gerrit to propose changes to Keystone.
  I'm using instructions from http://wiki.openstack.org/GerritWorkflow to
  push
  my changes.
  I'm getting invalid author error but my settings/contacts page looks
  fine
  and the e-mail listed there and in the error message are the same.
  What could go wrong?

 Hi,

 I don't think you did anything wrong.  It looks like we made a mistake
 in importing account information from Launchpad.

 We try to import as much account information (name, ssh keys, email
 addresses, etc.) from Launchpad as possible.  It looks like the email
 address needs to be added to more than one location in the database.

 I believe I have fixed up your entry by hand (feel free to email me or
 find me on IRC (jeblair)) if you still have problems.  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.

 Thanks for helping us test this!

 -Jim


 ___
 Mailing list: https://launchpad.net/~openstack
 Post to     : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp



___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


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 Thu, Aug 4, 2011 at 10:40 AM, Brad Hall b...@nicira.com wrote:

 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 the hook if it isn't already.

 Thanks,
 Brad

 On Thu, Aug 4, 2011 at 2:44 AM, Yuriy Taraday yorik@gmail.com wrote:
  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 yorik@gmail.com writes:
 
   Hello.
  
   I'm trying to use Gerrit to propose changes to Keystone.
   I'm using instructions from http://wiki.openstack.org/GerritWorkflowto
   push
   my changes.
   I'm getting invalid author error but my settings/contacts page looks
   fine
   and the e-mail listed there and in the error message are the same.
   What could go wrong?
 
  Hi,
 
  I don't think you did anything wrong.  It looks like we made a mistake
  in importing account information from Launchpad.
 
  We try to import as much account information (name, ssh keys, email
  addresses, etc.) from Launchpad as possible.  It looks like the email
  address needs to be added to more than one location in the database.
 
  I believe I have fixed up your entry by hand (feel free to email me or
  find me on IRC (jeblair)) if you still have problems.  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.
 
  Thanks for helping us test this!
 
  -Jim
 
 
  ___
  Mailing list: https://launchpad.net/~openstack
  Post to : openstack@lists.launchpad.net
  Unsubscribe : https://launchpad.net/~openstack
  More help   : https://help.launchpad.net/ListHelp
 
 

 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


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] some newbie questions
 
 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 don't *need* to run 64-bit Linux on the host, but if you're
 running a 32-bit Linux kernel on the host, you'll be limited to 32-bit
 guests as well (at least with KVM (for now), not sure about the
 others).

A similar thing is true of Xen too -- a 32-bit hypervisor limits you to 32-bit 
guests.  XenServer runs a 64-bit hypervisor and a 32-bit domain 0.

Ewan.

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


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 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 Thu, Aug 4, 2011 at 10:40 AM, Brad Hall b...@nicira.com wrote:

 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 the hook if it isn't already.

 Thanks,
 Brad

 On Thu, Aug 4, 2011 at 2:44 AM, Yuriy Taraday yorik@gmail.com wrote:
  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 yorik@gmail.com writes:
 
   Hello.
  
   I'm trying to use Gerrit to propose changes to Keystone.
   I'm using instructions from http://wiki.openstack.org/GerritWorkflow
   to
   push
   my changes.
   I'm getting invalid author error but my settings/contacts page
   looks
   fine
   and the e-mail listed there and in the error message are the same.
   What could go wrong?
 
  Hi,
 
  I don't think you did anything wrong.  It looks like we made a mistake
  in importing account information from Launchpad.
 
  We try to import as much account information (name, ssh keys, email
  addresses, etc.) from Launchpad as possible.  It looks like the email
  address needs to be added to more than one location in the database.
 
  I believe I have fixed up your entry by hand (feel free to email me or
  find me on IRC (jeblair)) if you still have problems.  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.
 
  Thanks for helping us test this!
 
  -Jim
 
 
  ___
  Mailing list: https://launchpad.net/~openstack
  Post to     : openstack@lists.launchpad.net
  Unsubscribe : https://launchpad.net/~openstack
  More help   : https://help.launchpad.net/ListHelp
 
 

 ___
 Mailing list: https://launchpad.net/~openstack
 Post to     : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp



___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


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 it is recommended or if anyone has been successful in 
 getting the openstack dashboard up and running with the lastest nova code.
 
 I seem to be encountering some 400 http responses when say deploying from the 
 dashboard.
 
 Is that just because the dashboard isn’t fully integrated yet?
 
 Thanks,
 
 Josh
 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


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 previous commits?

Kind regards, Yuriy.



On Thu, Aug 4, 2011 at 20:41, Brad Hall b...@nicira.com wrote:

 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 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 Thu, Aug 4, 2011 at 10:40 AM, Brad Hall b...@nicira.com wrote:
 
  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 the hook if it isn't already.
 
  Thanks,
  Brad
 
  On Thu, Aug 4, 2011 at 2:44 AM, Yuriy Taraday yorik@gmail.com
 wrote:
   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 yorik@gmail.com writes:
  
Hello.
   
I'm trying to use Gerrit to propose changes to Keystone.
I'm using instructions from
 http://wiki.openstack.org/GerritWorkflow
to
push
my changes.
I'm getting invalid author error but my settings/contacts page
looks
fine
and the e-mail listed there and in the error message are the same.
What could go wrong?
  
   Hi,
  
   I don't think you did anything wrong.  It looks like we made a
 mistake
   in importing account information from Launchpad.
  
   We try to import as much account information (name, ssh keys, email
   addresses, etc.) from Launchpad as possible.  It looks like the email
   address needs to be added to more than one location in the database.
  
   I believe I have fixed up your entry by hand (feel free to email me
 or
   find me on IRC (jeblair)) if you still have problems.  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.
  
   Thanks for helping us test this!
  
   -Jim
  
  
   ___
   Mailing list: https://launchpad.net/~openstack
   Post to : openstack@lists.launchpad.net
   Unsubscribe : https://launchpad.net/~openstack
   More help   : https://help.launchpad.net/ListHelp
  
  
 
  ___
  Mailing list: https://launchpad.net/~openstack
  Post to : openstack@lists.launchpad.net
  Unsubscribe : https://launchpad.net/~openstack
  More help   : https://help.launchpad.net/ListHelp
 
 

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


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 --amend works
 only with the last one. How can I edit previous commits?

One way to do that would be to make a new branch, and cherry-pick each
of the commits in order onto that branch, and after cherry-picking each,
run git commit --amend to cause the change-id hook to run.

If they are independent of each other, you might want to take the time
to rebase each one as you go.  If not, that's fine, Gerrit will wait
till they are all approved before applying them.

Something like:

  git checkout master
  git checkout -b temp
  git cherry-pick oldest sha1 of patch series
  git commit --amend
  git cherry-pick 2nd oldest sha1 of patch series
  git commit --amend
  ...
  git cherry-pick newest sha1 of patch series
  git commit --amend
  git review
  
However, we turned on the requirement to have Change-Ids to _prevent_
problems, not _cause_ them.  Since this isn't likely to happen again
(now that you have the change-id hook installed) feel free to find Monty
or I (mtaylor or jeblair) in IRC, and we can temporarily remove the
Change-Id requirement and then you can push your patches as they are.

-Jim

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


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 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 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:
 
 Dashboard newbie question 
 Hi all,
 
 I was just wondering if it is recommended or if anyone has been successful in 
 getting the openstack dashboard up and running with the lastest nova code.
 
 I seem to be encountering some 400 http responses when say deploying from the 
 dashboard.
 
 Is that just because the dashboard isn’t fully integrated yet?
 
 Thanks,
 
 Josh 
 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp
 
 
 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


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 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:

Dashboard newbie question
Hi all,

I was just wondering if it is recommended or if anyone has been successful in 
getting the openstack dashboard up and running with the lastest nova code.

I seem to be encountering some 400 http responses when say deploying from the 
dashboard.

Is that just because the dashboard isn't fully integrated yet?

Thanks,

Josh
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


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

But what projects do the dashboard users use?

On 8/4/11 2:29 PM, Jesse Andrews anotherje...@gmail.com wrote:

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:

Re: [Openstack] Dashboard newbie question
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 
x-msg://198/devin.car...@gmail.com  wrote:

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:

Dashboard newbie question
Hi all,

I was just wondering if it is recommended or if anyone has been successful in 
getting the openstack dashboard up and running with the lastest nova code.

I seem to be encountering some 400 http responses when say deploying from the 
dashboard.

Is that just because the dashboard isn't fully integrated yet?

Thanks,

Josh
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net 
x-msg://198/openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


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 nova-vncproxy?

On 04/08/11 23:34, Joshua Harlow wrote:

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

But what projects do the dashboard users use?

On 8/4/11 2:29 PM, Jesse Andrews anotherje...@gmail.com wrote:

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:

Re: [Openstack] Dashboard newbie question
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
x-msg://198/devin.car...@gmail.com  wrote:

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:

Dashboard newbie question
Hi all,

I was just wondering if it is recommended or if anyone
has been successful in getting the openstack dashboard
up and running with the lastest nova code.

I seem to be encountering some 400 http responses when
say deploying from the dashboard.

Is that just because the dashboard isn't fully
integrated yet?

Thanks,

Josh
___
Mailing list: https://launchpad.net/~openstack
https://launchpad.net/%7Eopenstack
Post to : openstack@lists.launchpad.net
x-msg://198/openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
https://launchpad.net/%7Eopenstack
More help   : https://help.launchpad.net/ListHelp



___
Mailing list: https://launchpad.net/~openstack
https://launchpad.net/%7Eopenstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
https://launchpad.net/%7Eopenstack
More help   : https://help.launchpad.net/ListHelp




___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp