[Openstack] Nova Gerrit Move

2011-09-23 Thread Vishvananda Ishaya
Hey Everyone, Now that we've cut the Diablo release, we are moving Nova code hosting over to Github and reviews to Gerrit. Gerrit is new for those of you who haven't been contributing to the other projects that have already moved. You can find a set of instructions for getting up and running

[Openstack] Unexpected error: 'Token' object has no attribute 'serviceCatalog' when log in dashbaord

2011-09-23 Thread l jv
hi everyone: Version: 2011.3-0ubuntu2~ppa1~natty1 i make a dashboard as here( http://docs.openstack.org/diablo/openstack-compute/admin/content/about-the-dashboard.html ) but when i want to log in use admin ,the error is happend: DEBUG:django_openstack.api:auth_api connection created using

Re: [Openstack] Current rev of lp:nova

2011-09-23 Thread Salvatore Orlando
This appears to have been fixed now. It was probably me trying to branch while the move to github was in progress. Apologies for the spam, Salvatore From: openstack-bounces+salvatore.orlando=eu.citrix@lists.launchpad.net

[Openstack] Users resource via openstack or core?

2011-09-23 Thread Luis Gervaso
Hi, I'm trying to access the REST API to manage users / projects I can do with projects using openstackx extensions http://10.6.0.50:8774/v1.1/extensions/admin/projects but i'm unable to list or create users, i have checked the source code and it seems i have to use:

[Openstack] [openstack]diablo release dashboard error[Could not import dashboard.views. Error was: No module named kombu.connection]

2011-09-23 Thread darkfower
Hi, my open dasboard url ,error : ViewDoesNotExist at / Could not import dashboard.views. Error was: No module named kombu.connection Request Method: GET Request URL: http://60.12.206.111:8000/ Django Version: 1.3 Exception Type: ViewDoesNotExist Exception Value: Could not import

Re: [Openstack] Introducing the OpenStack QA team and project

2011-09-23 Thread Thierry Carrez
Jay Pipes wrote: A group of contributors that share a common interest in quality assurance and testing of OpenStack projects have banded together and created the OpenStack QA project on Launchpad: https://launchpad.net/openstack-qa Great news ! Badly needed :) Does staying on top of the

Re: [Openstack] Nova Gerrit Move

2011-09-23 Thread Mark McLoughlin
On Thu, 2011-09-22 at 23:34 -0700, Vishvananda Ishaya wrote: Hey Everyone, Now that we've cut the Diablo release, we are moving Nova code hosting over to Github and reviews to Gerrit. Gerrit is new for those of you who haven't been contributing to the other projects that have already

Re: [Openstack] Nova Gerrit Move

2011-09-23 Thread Sandy Walsh
Thanks Mark, that's a great reference. I had two things really trip me up yesterday. All my own fault of course, but perhaps an area we can improve upon? 1. After making changes to my gerrit branch I fell back on old habits and did a 'git commit -a' vs. 'git commit -a --amend' which caused a

[Openstack] Diablo Ubuntu Packages

2011-09-23 Thread Rogério Vinhal Nunes
Now that Diablo is officially released, will we see an update on the Ubuntu packages at the http://ppa.launchpad.net/nova-core/release/ubunturepository? I really hope for some lucid packages. ___ Mailing list: https://launchpad.net/~openstack Post to

Re: [Openstack] Nova Gerrit Move

2011-09-23 Thread Vishvananda Ishaya
For working with git, you might want to add something like the following to your .bashrc : https://gist.github.com/1237345 This will display the branch you are working on at your prompt, and even change color based on whether the working tree is dirty. It helps in situations like you

[Openstack] Deadline for Session proposals for Design Summit - EOD Sep 27

2011-09-23 Thread Thierry Carrez
Hello everyone, With Diablo behind us it is time to focus on the Essex Design Summit, starting in a bit more than a week now. Since your proposals are what the agenda is made up, we need your session proposals in ASAP. Only confirmed attendees can propose sessions, and the registration is now

Re: [Openstack] Current rev of lp:nova

2011-09-23 Thread Johannes Erdfelt
On Fri, Sep 23, 2011, Salvatore Orlando salvatore.orla...@eu.citrix.com wrote: This appears to have been fixed now. It's been mostly fixed. However, it appears that the last commit to lp:nova (which was a branch of mine) has been lost in the move to github. It's not in the git tree and it's not

Re: [Openstack] Glance formats supported?

2011-09-23 Thread Jay Pipes
On Wed, Sep 21, 2011 at 4:02 PM, Joshua Harlow harlo...@yahoo-inc.com wrote: It would be really cool if there were openstack examples for each container/image format. Agreed. This is something we can work on better in the Essex release series indeed. I don’t currently understand how the

Re: [Openstack] Introducing the OpenStack QA team and project

2011-09-23 Thread Jay Pipes
On Fri, Sep 23, 2011 at 7:41 AM, Thierry Carrez thie...@openstack.org wrote: Jay Pipes wrote: A group of contributors that share a common interest in quality assurance and testing of OpenStack projects have banded together and created the OpenStack QA project on Launchpad:

Re: [Openstack] Glance formats supported?

2011-09-23 Thread Chris Behrens
There's currently no parsing of manifest.ovf in an .ova. nova assumes that an 'image.vhd' exists within the .ova archive if disk_format is vhd.. - Chris On Sep 23, 2011, at 9:49 AM, Jay Pipes wrote: On Wed, Sep 21, 2011 at 4:02 PM, Joshua Harlow harlo...@yahoo-inc.com wrote: It would be

[Openstack] Nova Notification System Configuration?

2011-09-23 Thread David Matteson
Hi, I've looked pretty exhaustively but not yet found any documentation about configuring the Nova Notification System. Did I just miss something or is it just too new to have any documentation yet? Is there any quick Here's how you point it at your PSHB or tell it to output to

Re: [Openstack] Review Spam

2011-09-23 Thread Mark McLoughlin
Hi Vish, On Fri, 2011-09-23 at 10:04 -0700, Vishvananda Ishaya wrote: 2) Sorry about the review spam earlier. I was trying to bring in an old branch and keep the commit history. It seems that in the new world of gerrit, we're going to end up squashing everything in to one commit anyway so

Re: [Openstack] Glance client release?

2011-09-23 Thread Devin Carlen
Awesome, thanks! Any plans to have the client available on PyPI? Makes testing a lot easier. Best, Devin On Sep 23, 2011, at 11:44 AM, Jay Pipes wrote: Hey Devin, There is actually already a python-glance package that is intended to be only the client (glance.client), but the

Re: [Openstack] volume_allocate_iscsi_target in db/sqlalchemy/api.py hits ResourceClosedError

2011-09-23 Thread Vladimir Popovski
Alex et al, I’ve succeeded to reproduce this problem by issuing multiple concurrent euca-allocate-address euca-release-address calls. Here is one of traces from nova-api.log: 2011-09-23 22:07:24,355 ERROR nova.api [3a5ae61d-4e6a-4701-9180-ef6c49a76c61 diego nubeblog] Unexpected error

[Openstack] Identical Timestamps

2011-09-23 Thread Caitlin Bestler
Examining the Proxy and Object Server code I believe there is a problem when two Proxies attempt to update the same object at the same exact time (i.e. the two proxies have identical timestamps for the transaction). For PUT, POST and DELETE the Object Server will rename the temporary file to

[Openstack] What's up Doc?

2011-09-23 Thread Anne Gentle
Hi all - I wanted to take a breath after the Diablo release to send you a note about the state of the docs and the upcoming Design Summit. Doc Blitz! We had over 100 comments on the docs.openstack.org/docblitz pages, way to go! In the afternoon session we had a comment a minute. My inbox was

Re: [Openstack] What's up Doc?

2011-09-23 Thread Jay Pipes
Awesome news, and awesome work, Anne and all the doc contributors! :) On Fri, Sep 23, 2011 at 4:36 PM, Anne Gentle a...@openstack.org wrote: Hi all - I wanted to take a breath after the Diablo release to send you a note about the state of the docs and the upcoming Design Summit. Doc Blitz!

[Openstack] Database replacement?

2011-09-23 Thread Joshua Harlow
Howdy all, congrats on the diablo release! Has there been any thought on having a nova-db service that responds to requests for information from the db (or something like a db). This could be useful for companies that don't necessarily want to have a limiting factor being a database. Since

Re: [Openstack] Database replacement?

2011-09-23 Thread Debo Dutta (dedutta)
This is a good idea. Actually it might be a very good idea to think of scalable/distributed nosql engines to interface with nova and other Openstack projects. Regards debo From: openstack-bounces+dedutta=cisco@lists.launchpad.net

Re: [Openstack] Nova Gerrit Move

2011-09-23 Thread Lijo Antony
Just to add, you might want to check this project https://github.com/swaroopch/dotbash and a related blog post http://www.swaroopch.com/blog/bash-vim-setup/ -lijo On Fri, Sep 23, 2011 at 5:42 PM, Vishvananda Ishaya vishvana...@gmail.comwrote: For working with git, you might want to add

Re: [Openstack] Diablo Ubuntu Packages

2011-09-23 Thread Rogério Vinhal Nunes
OK, thx, a lot. I've got that repository from the script from the scripted installation in Administrator's Manual. Maybe it need to be updated (if it wasn't already in Diablo's version). 2011/9/23 Thierry Carrez thie...@openstack.org Rogério Vinhal Nunes wrote: Now that Diablo is officially

Re: [Openstack] Database replacement?

2011-09-23 Thread Debo Dutta (dedutta)
Actually I see people have done django and Cassandra already so it might be doable without a huge churn http://stackoverflow.com/questions/2369793/how-to-use-cassandra-in-djang o-framework debo From: Joshua Harlow [mailto:harlo...@yahoo-inc.com] Sent: Friday, September 23, 2011 3:32 PM

Re: [Openstack] Community metrics, developers' engagement

2011-09-23 Thread Stefano Maffulli
2011/9/8 Stefano Maffulli smaffu...@gmail.com: in the next weeks I would like to start collecting some relevant data about the OpenStack community. One of the reasons for this effort is to understand it and communicate it to the outsiders better. I've spent a few cycles putting together some

Re: [Openstack] Database replacement?

2011-09-23 Thread Cole
I know from talking to datastax and 10gen both that there is interest in doing this. On Sep 23, 2011 3:40 PM, Debo Dutta (dedutta) dedu...@cisco.com wrote: This is a good idea. Actually it might be a very good idea to think of scalable/distributed nosql engines to interface with nova and other

[Openstack-poc] PROPOSAL: Incubation/approval of APIs separate from implementations of an API

2011-09-23 Thread Jay Pipes
Hi PPB, So, recently, we've had discussions about who is responsible for a project's API and some discussions around coordination of APIs across OpenStack projects and general guidelines about APIs. All good stuff. However, I'd like to broach a subject that recently I've been thinking quite a