Re: [Openstack] need help on swift and python

2012-06-26 Thread Christophe Le Guern
Hi Yogesh, Here is an example using swauth middleware and swift: ** from cloudfiles.connection import Connection conn = Connection(account:user, password, authurl=https://SWIFT-URL/auth/v1.0;) container = conn.create_container(mycontainer) obj =

Re: [Openstack] big problem with boot from iso

2012-06-26 Thread Christian Parpart
On Tue, Jun 26, 2012 at 2:30 AM, William Herry william.herry.ch...@gmail.com wrote: Hi I use boot from iso to install a centos instance, it can't recognize the disk, I create a flavor with 300G ephemeral and 300G disk, it says no valid disk found, but when I create a flavor with 30 swap,

Re: [Openstack] big problem with boot from iso

2012-06-26 Thread William Herry
Thanks for you reply I guess that's not the reason, I noticed that instances's xml file, and I find: disk type=file device=cdrom driver type=qcow2 cache=none/ source file=/var/lib/nova/instances/instance-0011/disk/ target bus=ide dev=vda/ /disk disk type=file

[Openstack] [nova] How nova deals with the attached volumes after the server being resized?

2012-06-26 Thread 王盼|2076
Hi All, I saw that nova doesn't do anything with the attached volumes on the server in the essex version, and when I tried to resize a server with a volume attached on the server's /dev/vdc device, this volume disappeared after resizing(by virsh dumpxml), but I can get the volume is in-use by

Re: [Openstack] HVM + Xen Hypervisor via libvirt possible?

2012-06-26 Thread Mike McClurg
On Fri, Jun 22, 2012 at 2:37 PM, Thomas Goirand tho...@goirand.fr wrote: On 06/22/2012 02:04 PM, Li Wang wrote: We use CentOS in production environment. There is the Zeus project, right? I'll do some research on it Well, if you use CentOS, then why not using XCP, the open source appliance,

[Openstack] nova boot --hint same_host=[UUID] fails with InstanceNotFound: Instance [ could not be found. ?

2012-06-26 Thread Christian Parpart
Hey all, while strictly following the guidelines [1] on how to spawn an instance on the same host as another instance, I run into the error, that it cannot find some instanced called: [, which - of course - is not the UUID I specified. I tried dropping the [ ] and just passed the UUID right away,

Re: [Openstack] [OpenStack][Nova] Multi-host ip mix up.

2012-06-26 Thread Leander Bessa Beernaert
I've tried again this morning: The ip adress assigned to the vm in the dashboard is 10.0.9.3, however the instances only responds to pings on the compute node where it was launched and with the ip address 10.0.9.7. Here's the vm's log: http://paste.openstack.org/show/18796/ and the ip is assigned

[Openstack] Bug #1011636

2012-06-26 Thread Igor Karpov
Hi! I am new to this list so I am not sure how things are done around here. Recently we have met an issue described in this big report ( https://bugs.launchpad.net/swift/+bug/1011636). So I've found that the three weeks old bug is still neither assigned or evaluated. How long it usually takes? I

[Openstack] Reminder: Project release status meeting - 21:00 UTC

2012-06-26 Thread Thierry Carrez
On the Project release status meeting on today: *One week left* before Folsom-2 milestone-proposed branch is cut ! Expect final adjustments to the F-2 plans and last-minute priorities to be set during the meeting... Feel free to add extra topics to the agenda: [1]

[Openstack] About floating ip interface config

2012-06-26 Thread David
Hi all Can floating IP interface also use br100 ? I mean flag --public_interface=br100 , and if use flat dhcp mode . And the openstack environment is multi-host : Three host , one controller , two compute node . Best Regards David(李跃洲) ___

Re: [Openstack] New mailing list server [status update]

2012-06-26 Thread Daniel P. Berrange
On Mon, Jun 25, 2012 at 04:39:58PM -0700, Stefano Maffulli wrote: Hello folks, we're getting closer to being able to have a new mailing list manager. Duncan and the infra team have a new machine running, with mailman installed. We tested also the migration of the archives, successfully.

Re: [Openstack] [OpenStack][Nova] No tests available in custom branch

2012-06-26 Thread Leander Bessa Beernaert
I'v tried doing those modifications directly on the master branch, just to see if the tests would run. Sadly, i get the same output. Am i supposed to change something when adding new files before running the tests? On Tue, Jun 26, 2012 at 9:36 AM, Leander Bessa Beernaert leande...@gmail.com

[Openstack] [Continuous-Integration] What else is running on the Jenkins slaves?

2012-06-26 Thread Eoghan Glynn
Folks, A question for the CI side-of-the-house ... What else is running on the Jenkins slaves, concurrently with the gating CI tests? The background is the intermittent glance service launch failure - the recently added strace-on-failure logic reveals the issue to be an EADDRINUSE when the

Re: [Openstack] [Continuous-Integration] What else is running on the Jenkins slaves?

2012-06-26 Thread Andrew Hutchings
Hi Eoghan, On 26/06/12 12:30, Eoghan Glynn wrote: A question for the CI side-of-the-house ... What else is running on the Jenkins slaves, concurrently with the gating CI tests? Very basic things, not much other than the Jenkins Slave service and SSH. Nothing that should cause conflicts

[Openstack] About cannot ping from compute-node

2012-06-26 Thread David
Hi all Is it a problem : I cannot ping from compute-node to vm with a fixed IP . The nova-network service only install on controller . I can ping from controller to vm with fixed IP . Best Regards David(李跃洲) ___ Mailing list:

[Openstack] Adding docs gating jobs?

2012-06-26 Thread Monty Taylor
Hey guys! We have all of the projects properly and consistently building and uploading sphinx docs from in tree. This is pretty exciting, because it means one more resource we can expect to work. So related to that, we were talking about putting in a gating job for each project to prevent

Re: [Openstack] [OpenStack][Nova] No tests available in custom branch

2012-06-26 Thread Kevin L. Mitchell
On Tue, 2012-06-26 at 09:36 +0100, Leander Bessa Beernaert wrote: Any ideas? My gut instinct is that you have a syntax error as well, somewhere in diagnostics.py. Try running the python interpreter and manually trying that import; if it fails, you should have an error message that will help

Re: [Openstack] [OpenStack][Nova] No tests available in custom branch

2012-06-26 Thread Leander Bessa Beernaert
I've successfully imported the diagnostics.py in the interpreter, so that can't be the problem. On Tue, Jun 26, 2012 at 3:40 PM, Kevin L. Mitchell kevin.mitch...@rackspace.com wrote: On Tue, 2012-06-26 at 09:36 +0100, Leander Bessa Beernaert wrote: Any ideas? My gut instinct is that you

Re: [Openstack] [OpenStack][Nova] No tests available in custom branch

2012-06-26 Thread Kevin L. Mitchell
On Tue, 2012-06-26 at 15:50 +0100, Leander Bessa Beernaert wrote: I've successfully imported the diagnostics.py in the interpreter, so that can't be the problem. Then try importing the other file you modified. If that still doesn't help you find the problem, then I'm all out of ideas… --

Re: [Openstack] [OpenStack][Nova] No tests available in custom branch

2012-06-26 Thread Leander Bessa Beernaert
You sir are my hero! File stdin, line 1, in module File connection.py, line 73, in module from nova.virt.libvirt import diagnostics ImportError: cannot import name diagnostics The file, is right there in the same directory. I have double checked the names but it still keeps failing

Re: [Openstack] [nova] How nova deals with the attached volumes after the server being resized?

2012-06-26 Thread Vishvananda Ishaya
Yes, you will have to manually detach and reattach volumes before using a resize in essex. Vish On Jun 26, 2012, at 12:46 AM, 王盼|2076 wrote: Hi All, I saw that nova doesn't do anything with the attached volumes on the server in the essex version, and when I tried to resize a server with

Re: [Openstack] [OpenStack][Nova] Multi-host ip mix up.

2012-06-26 Thread Vishvananda Ishaya
It is pretty clear that the vm is not getting an ip address. DHCP is clearly failing. I'm guessing 10.0.9.7 is the ip address that nova has assigned to one of the hosts in your system, perhaps the compute host where the vm is running. You have to find out what is happening to the dhcp request

Re: [Openstack] [OpenStack][Nova] No tests available in custom branch

2012-06-26 Thread Kevin L. Mitchell
On Tue, 2012-06-26 at 16:05 +0100, Leander Bessa Beernaert wrote: The file, is right there in the same directory. I have double checked the names but it still keeps failing :s The first thing I'd try is clearing out all your *.pyc files. (run_tests.sh should do this for you, so I don't expect

Re: [Openstack] [Openstack-operators] New mailing list server [status update]

2012-06-26 Thread Stefano Maffulli
On 06/25/2012 11:30 PM, ronald munjoma wrote: http://stagelists.openstack.org/cgi-bin/mailman/listinfo/foundation qoute (/The subscribers list is only available to the list members./) /quote is it not better to make the subscribers list only available to the list admins? Good catch. Yes,

Re: [Openstack] [OpenStack][Nova] No tests available in custom branch

2012-06-26 Thread Leander Bessa Beernaert
It works from the top level, but fails if i try to import it directly from the same dir (nova/virt/libvirt). The other files there import just fine :/ On Tue, Jun 26, 2012 at 4:17 PM, Kevin L. Mitchell kevin.mitch...@rackspace.com wrote: On Tue, 2012-06-26 at 16:05 +0100, Leander Bessa

Re: [Openstack] New mailing list server [status update]

2012-06-26 Thread Stefano Maffulli
On 06/26/2012 02:49 AM, Daniel P. Berrange wrote: I think the site is looking pretty good - like the styling you managed to inflict on Mailman ! Thanks. I like how libvirt hammered on the listinfo page too! To change that page needs heavy changes to the mailman code, I'm not sure it's worth

Re: [Openstack] [OpenStack][Nova] No tests available in custom branch

2012-06-26 Thread Kevin L. Mitchell
On Tue, 2012-06-26 at 16:21 +0100, Leander Bessa Beernaert wrote: It works from the top level, but fails if i try to import it directly from the same dir (nova/virt/libvirt). The other files there import just fine :/ Relative imports are iffy at best; imports should ideally always be absolute.

Re: [Openstack] [Continuous-Integration] What else is running on the Jenkins slaves?

2012-06-26 Thread Eoghan Glynn
Thanks for the quick response ... Very basic things, not much other than the Jenkins Slave service and SSH. Nothing that should cause conflicts that you are seeing. We also intentionally only run one test run per slave at a time. Interesting, seems the alternate explanation of a

Re: [Openstack] [OpenStack][Nova] No tests available in custom branch

2012-06-26 Thread Leander Bessa Beernaert
I'm not calling run_tests.sh from the nova subdirectory. I'm saying that from the location where nova_tests.sh is located, i can import connection.py. However, when i try to import connection.py from with cd=nova/virt/libvirt, it fails. The funny thing is i can import all the modules int that

Re: [Openstack] [OpenStack][Nova] No tests available in custom branch

2012-06-26 Thread Kevin L. Mitchell
On Tue, 2012-06-26 at 16:33 +0100, Leander Bessa Beernaert wrote: I'm not calling run_tests.sh from the nova subdirectory. I'm saying that from the location where nova_tests.sh is located, i can import connection.py. However, when i try to import connection.py from with cd=nova/virt/libvirt,

Re: [Openstack] [OpenStack][Nova] No tests available in custom branch

2012-06-26 Thread Leander Bessa Beernaert
I've managed to fix it by removing the import libvirt from diagnostics.py. I've got the answer to this through sdague in the openstack-dev irc channel. I'ts now running :) On Tue, Jun 26, 2012 at 4:44 PM, Kevin L. Mitchell kevin.mitch...@rackspace.com wrote: On Tue, 2012-06-26 at 16:33 +0100,

Re: [Openstack] nova boot --hint same_host=[UUID] fails with InstanceNotFound: Instance [ could not be found. ?

2012-06-26 Thread Jay Pipes
On 06/26/2012 04:31 AM, Christian Parpart wrote: Hey all, while strictly following the guidelines [1] on how to spawn an instance on the same host as another instance, I don't see any link for [1] above? I run into the error, that it cannot find some instanced called: [, which - of course -

Re: [Openstack] Adding docs gating jobs?

2012-06-26 Thread Jay Pipes
++ -jay On 06/26/2012 10:02 AM, Monty Taylor wrote: Hey guys! We have all of the projects properly and consistently building and uploading sphinx docs from in tree. This is pretty exciting, because it means one more resource we can expect to work. So related to that, we were talking about

Re: [Openstack] nova boot --hint same_host=[UUID] fails with InstanceNotFound: Instance [ could not be found. ?

2012-06-26 Thread Vishvananda Ishaya
Filed a bug here: https://bugs.launchpad.net/nova/+bug/1017988 Fix for nova to allow hints that are not lists: https://review.openstack.org/9002 fix for novaclient to turn multiple hints into a list: https://review.openstack.org/9006 Vish On Jun 26, 2012, at 1:31 AM, Christian Parpart

Re: [Openstack] About floating ip interface config

2012-06-26 Thread Vishvananda Ishaya
Yes, this can work. This is the default setup in devstack. Generally for production you would want to split to separate interfaces or vlans for security reasons, but it does work to put everything on one interface like that. Vish On Jun 26, 2012, at 2:43 AM, David wrote: Hi all Can

Re: [Openstack] Nova doesn't release ips when terminating instances

2012-06-26 Thread Lars Kellogg-Stedman
force_dhcp_release=true should cause the ip to be released immediately, assuming the relevant optional binary from dnsmasq is installed (it is in the package dnsmasq-utils in ubuntu). The dhcp_release command does not appear to be packaged with Fedora. If it is set to false then the ips

Re: [Openstack] About cannot ping from compute-node

2012-06-26 Thread Vishvananda Ishaya
This is expected. The compute host doesn't have an ip on the vm network unless you are in multi_host mode and you are running nova-network on the compute host as well. Vish On Jun 26, 2012, at 6:49 AM, David wrote: Hi all Is it a problem : I cannot ping from compute-node to vm with a

[Openstack] A collection of utilities for cleaning up the database

2012-06-26 Thread Lars Kellogg-Stedman
Since I've been regularly breaking things over the past few weeks I've gotten tired of manually clearing things out of the Nova database. I've written a small collection of tools to make this task easier: https://code.seas.harvard.edu/openstack/stackutil This is Python code which you should be

Re: [Openstack] Adding docs gating jobs?

2012-06-26 Thread Joseph Heck
I'm for it. On Jun 26, 2012, at 9:17 AM, Jay Pipes wrote: ++ -jay On 06/26/2012 10:02 AM, Monty Taylor wrote: Hey guys! We have all of the projects properly and consistently building and uploading sphinx docs from in tree. This is pretty exciting, because it means one more resource

Re: [Openstack] Adding docs gating jobs?

2012-06-26 Thread Dan Wendlandt
great. On Tue, Jun 26, 2012 at 5:17 PM, Jay Pipes jaypi...@gmail.com wrote: ++ -jay On 06/26/2012 10:02 AM, Monty Taylor wrote: Hey guys! We have all of the projects properly and consistently building and uploading sphinx docs from in tree. This is pretty exciting, because it means

Re: [Openstack] Nova doesn't release ips when terminating instances

2012-06-26 Thread Pádraig Brady
On 06/26/2012 05:55 PM, Lars Kellogg-Stedman wrote: force_dhcp_release=true should cause the ip to be released immediately, assuming the relevant optional binary from dnsmasq is installed (it is in the package dnsmasq-utils in ubuntu). The dhcp_release command does not appear to be packaged

Re: [Openstack] Nova doesn't release ips when terminating instances

2012-06-26 Thread Vishvananda Ishaya
On Jun 26, 2012, at 9:55 AM, Lars Kellogg-Stedman wrote: It does not appear that ips are ever properly reclaimed. They will hang around with allocated=0 and instance_id != NULL forever, until I manually correct the database. I just turned off force_dhcp_release on my install and it

Re: [Openstack] Nova doesn't release ips when terminating instances

2012-06-26 Thread Alan Pevec
On Tue, Jun 26, 2012 at 6:55 PM, Lars Kellogg-Stedman l...@seas.harvard.edu wrote: force_dhcp_release=true should cause the ip to be released immediately, assuming the relevant optional binary from dnsmasq is installed (it is in the package dnsmasq-utils in ubuntu). The dhcp_release command

Re: [Openstack] Nova image-list error

2012-06-26 Thread xavier.limo...@xavier-office.net
Le Tuesday 26 Jun 2012 à 15:24:18 (+0530), Trinath Somanchi a écrit : Hi- I have uploaded an image using glance.  $ glance index  command has given the output. But nova image-list is giving me error. root@OpenstackController:~# glance add name=Ubuntu_1204_Server

Re: [Openstack] Nova doesn't release ips when terminating instances

2012-06-26 Thread Lars Kellogg-Stedman
Do you see something like the following every sixty seconds in your network.log? 2012-06-26 17:52:38 DEBUG nova.manager [-] Running periodic task FlatDHCPManager._disassociate_stale_fixed_ips from (pid=20993) periodic_tasks /opt/stack/nova/nova/manager.py:164 I do see these messages in

Re: [Openstack] Nova doesn't release ips when terminating instances

2012-06-26 Thread Lars Kellogg-Stedman
A rebuild of this would probably work: http://ftp.redhat.com/pub/redhat/linux/enterprise/6Workstation/en/os/SRPMS/dnsmasq-2.48-6.el6.src.rpm Thanks for the pointer! I'll drop that into our build system and see what comes out. -- Lars Kellogg-Stedman l...@seas.harvard.edu | Senior

Re: [Openstack] Adding docs gating jobs?

2012-06-26 Thread Anne Gentle
Sounds good to me. Mo working doc builds, mo betta. Anne Gentle Content Stacker a...@openstack.org On Tue, Jun 26, 2012 at 9:02 AM, Monty Taylor mord...@inaugust.com wrote: Hey guys! We have all of the projects properly and consistently building and uploading sphinx docs from in tree. This

[Openstack] horizon install from devstack fails to find glanceclient/versioninfo

2012-06-26 Thread Doug Hellmann
I'm having trouble running devstack today. I'm getting the following error during the horizon installation. Does anyone have any idea what would be causing that? Doug Downloading/unpacking python-glanceclient (from -r horizon.egg-info/requires.txt (line 7)) Running setup.py egg_info for

Re: [Openstack] horizon install from devstack fails to find glanceclient/versioninfo

2012-06-26 Thread Gabriel Hurley
I'm seeing a lot of that on the CI gate jobs today, too. Seems to be an problem installing dependencies with pip. Usually I blame this on transient network problems, unless somebody's been mucking with the clients themselves... - Gabriel From:

Re: [Openstack] horizon install from devstack fails to find glanceclient/versioninfo

2012-06-26 Thread Brian Waldon
We did land a change to python-glanceclient earlier this morning that caused this, but I didn't really understand the explanation given to me by Monty. We've got a patch in review that should help alleviate the problem for now: https://review.openstack.org/#/c/9018/1 Brain On Jun 26, 2012,

Re: [Openstack] Nova doesn't release ips when terminating instances

2012-06-26 Thread Vishvananda Ishaya
Found the issue. Fix here: https://review.openstack.org/9026 On Jun 26, 2012, at 12:13 PM, Lars Kellogg-Stedman wrote: A rebuild of this would probably work: http://ftp.redhat.com/pub/redhat/linux/enterprise/6Workstation/en/os/SRPMS/dnsmasq-2.48-6.el6.src.rpm Thanks for the pointer! I'll

Re: [Openstack] horizon install from devstack fails to find glanceclient/versioninfo

2012-06-26 Thread Doug Hellmann
It sounds like maybe a new file created by the updated setup.py isn't included in the package, so when setup.py tries to read the file during installation it can't. Thanks for the pointer to the devstack change. I +1ed, but don't have commit review access there to do any more than that. On Tue,

Re: [Openstack] Nova doesn't release ips when terminating instances

2012-06-26 Thread Lars Kellogg-Stedman
Fix here: https://review.openstack.org/9026 That changes appears to be against nova/network/quantum/nova_ipam_lib.py. Is that also in the code path for non-Quantum users (specifically, people using the FlatDHCP model)? -- Lars Kellogg-Stedman l...@seas.harvard.edu | Senior Technologist

Re: [Openstack] Swift Probetests

2012-06-26 Thread Maru Newby
Have I missed a response in the past week? On 2012-06-19, at 12:14 PM, Jay Pipes wrote: On 06/19/2012 11:10 AM, Maru Newby wrote: The swift probetests are broken: https://bugs.launchpad.net/swift/+bug/1014931 Does the swift team intend to maintain probetests going forward? Given how

Re: [Openstack] Nova doesn't release ips when terminating instances

2012-06-26 Thread Vishvananda Ishaya
Yessir. The issue (which was very annoying to track down) is the nova_ipam_lib is loaded by default, and it trickily was unsetting the timeout_fixed_ips setting of FlatDHCPManager with the (seemingly innocuous): self.net_manager.timeout_fixed_ips = not self.net_manager.DHCP Vish On

Re: [Openstack] Swift Probetests

2012-06-26 Thread Jay Pipes
Not that I know of. Best, -jay On 06/26/2012 04:54 PM, Maru Newby wrote: Have I missed a response in the past week? On 2012-06-19, at 12:14 PM, Jay Pipes wrote: On 06/19/2012 11:10 AM, Maru Newby wrote: The swift probetests are broken: https://bugs.launchpad.net/swift/+bug/1014931 Does

Re: [Openstack] Swift Probetests

2012-06-26 Thread John Dickinson
The probe tests are internal whole-system type of tests that test functionality never exposed through normal integration testing. They exist at the level between unit tests and functional tests. For example, one of the probetests makes sure that asynchronous container updates actually happen.

Re: [Openstack] [Nova] How to improve our bug triaging ?

2012-06-26 Thread Vishvananda Ishaya
On Jun 21, 2012, at 7:29 AM, Thierry Carrez wrote: snip * Run BugTriage days more often ? We could have regular (monthly?) Nova Bugtriage days to get rid of what accumulated in the mean time. But I fear that urgent bugs might not get the attention they deserve, and that over time less and

Re: [Openstack] horizon install from devstack fails to find glanceclient/versioninfo

2012-06-26 Thread Dean Troyer
On Tue, Jun 26, 2012 at 3:43 PM, Doug Hellmann doug.hellm...@dreamhost.com wrote: Thanks for the pointer to the devstack change. I +1ed, but don't have commit review access there to do any more than that. It just merged...I've requeued a couple of reviews that failed earlier due to this

Re: [Openstack] [keystone] proposing adding Adam Young (ayoung) to keystone-core

2012-06-26 Thread Gabriel Hurley
I can get behind that. Despite some vigorous debates he and I have had, I can stand behind his overall knowledge, contributions and quality standards. ;-) +1. - Gabriel -Original Message- From: openstack-bounces+gabriel.hurley=nebula@lists.launchpad.net [mailto:openstack-

Re: [Openstack] [keystone] proposing adding Adam Young (ayoung) to keystone-core

2012-06-26 Thread Dolph Mathews
Easy +1 -Dolph Mathews On Jun 26, 2012, at 4:06 PM, Joseph Heck he...@mac.com wrote: Given his work in Keystone since the redux, I would like propose Adam Young (ayoung) be added to the group keystone-core. For a process in doing this, I thought we'd generally follow Nova's

Re: [Openstack] horizon install from devstack fails to find glanceclient/versioninfo

2012-06-26 Thread Doug Hellmann
OK, I got past that part but now I'm seeing an error about a missing volume group stack-volumes. Is that related to enabling cinder? The only settings I have in my localrc file are passwords. Is there something else I need to do to ensure cinder is on? On Tue, Jun 26, 2012 at 5:47 PM, Dean Troyer

Re: [Openstack] horizon install from devstack fails to find glanceclient/versioninfo

2012-06-26 Thread Dean Troyer
On Tue, Jun 26, 2012 at 6:37 PM, Doug Hellmann doug.hellm...@dreamhost.com wrote: OK, I got past that part but now I'm seeing an error about a missing volume group stack-volumes. Is that related to enabling cinder? The only settings I have in my localrc file are passwords. Is there something

Re: [Openstack] Nova doesn't release ips when terminating instances

2012-06-26 Thread Lars Kellogg-Stedman
The issue (which was very annoying to track down) is the nova_ipam_lib is loaded by default, and it trickily was unsetting the timeout_fixed_ips setting of FlatDHCPManager with the (seemingly innocuous): self.net_manager.timeout_fixed_ips = not self.net_manager.DHCP Got it. I can

Re: [Openstack] About floating ip interface config

2012-06-26 Thread Sheng Bo Hou
Hi David, Are you using devstack? Would you please explain me more details about your issue? I have the similar kind of questions before, but I am not sure we met the same. Firstly, how many NICs are you using for OpenStack? If you are using flat dhcp mode, no matter you set br100 or other

Re: [Openstack] Nova image-list error

2012-06-26 Thread Vaze, Mandar
Try nova --debug image-list - It should give you more information/stack trace. -Mandar From: openstack-bounces+mandar.vaze=nttdata@lists.launchpad.net [mailto:openstack-bounces+mandar.vaze=nttdata@lists.launchpad.net] On Behalf Of Trinath Somanchi Sent: Tuesday, June 26, 2012 3:24 PM

Re: [Openstack-poc] [OpenStack Foundation] Technical Committee: reserved seats for PTLs (or not)

2012-06-26 Thread Thierry Carrez
Jim Jagielski wrote: Why not STV? Many many many other FOSS orgs use it; it's well known and really does the job. Many many FOSS orgs also use Schulze [1]... That said I would agree that while Schulze is great to pick a single winner, it's lacking a bit when the vote is about picking multiple

[Openstack-ubuntu-testing-notifications] Build Failure: precise-openstack-essex-test #572

2012-06-26 Thread openstack-testing-bot
Title: precise-openstack-essex-test General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise-openstack-essex-test/572/Project:precise-openstack-essex-testDate of build:Tue, 26 Jun 2012 12:39:22 -0400Build duration:1 min 20 secBuild cause:Started by command lineBuilt

[Openstack-ubuntu-testing-notifications] Build Failure: quantal_folsom_python-novaclient_trunk #4

2012-06-26 Thread openstack-testing-bot
Title: quantal_folsom_python-novaclient_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/quantal_folsom_python-novaclient_trunk/4/Project:quantal_folsom_python-novaclient_trunkDate of build:Tue, 26 Jun 2012 13:01:53 -0400Build duration:1 min 57 secBuild

[Openstack-ubuntu-testing-notifications] Build Failure: precise_folsom_python-novaclient_trunk #6

2012-06-26 Thread openstack-testing-bot
Title: precise_folsom_python-novaclient_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_folsom_python-novaclient_trunk/6/Project:precise_folsom_python-novaclient_trunkDate of build:Tue, 26 Jun 2012 13:01:54 -0400Build duration:2 min 3 secBuild

[Openstack-ubuntu-testing-notifications] Build Failure: precise_folsom_python-glanceclient_trunk #4

2012-06-26 Thread openstack-testing-bot
Title: precise_folsom_python-glanceclient_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_folsom_python-glanceclient_trunk/4/Project:precise_folsom_python-glanceclient_trunkDate of build:Tue, 26 Jun 2012 13:01:53 -0400Build duration:2 min 17 secBuild

[Openstack-ubuntu-testing-notifications] Build Failure: precise_essex_deploy_proposed #22

2012-06-26 Thread openstack-testing-bot
Title: precise_essex_deploy_proposed General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_essex_deploy_proposed/22/Project:precise_essex_deploy_proposedDate of build:Tue, 26 Jun 2012 16:52:04 -0400Build duration:8 min 28 secBuild cause:Started by user adamBuilt

[Openstack-ubuntu-testing-notifications] Build Failure: precise_folsom_nova_trunk #31

2012-06-26 Thread openstack-testing-bot
Title: precise_folsom_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_folsom_nova_trunk/31/Project:precise_folsom_nova_trunkDate of build:Tue, 26 Jun 2012 18:01:53 -0400Build duration:7 min 47 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Fixed: precise_essex_deploy_proposed #24

2012-06-26 Thread openstack-testing-bot
Title: precise_essex_deploy_proposed General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/precise_essex_deploy_proposed/24/Project:precise_essex_deploy_proposedDate of build:Tue, 26 Jun 2012 18:05:37 -0400Build duration:14 minBuild cause:Started by user adamBuilt

[Openstack-ubuntu-testing-notifications] Build Failure: precise_essex_deploy_proposed #25

2012-06-26 Thread openstack-testing-bot
Title: precise_essex_deploy_proposed General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_essex_deploy_proposed/25/Project:precise_essex_deploy_proposedDate of build:Tue, 26 Jun 2012 18:32:07 -0400Build duration:39 secBuild cause:Started by user adamBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_folsom_nova_trunk #32

2012-06-26 Thread openstack-testing-bot
Title: precise_folsom_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_folsom_nova_trunk/32/Project:precise_folsom_nova_trunkDate of build:Tue, 26 Jun 2012 18:31:54 -0400Build duration:7 min 43 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_essex_deploy_proposed #26

2012-06-26 Thread openstack-testing-bot
Title: precise_essex_deploy_proposed General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_essex_deploy_proposed/26/Project:precise_essex_deploy_proposedDate of build:Tue, 26 Jun 2012 18:42:31 -0400Build duration:3 min 57 secBuild cause:Started by user adamBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_essex_deploy_proposed #27

2012-06-26 Thread openstack-testing-bot
Title: precise_essex_deploy_proposed General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_essex_deploy_proposed/27/Project:precise_essex_deploy_proposedDate of build:Tue, 26 Jun 2012 18:57:52 -0400Build duration:32 secBuild cause:Started by user adamBuilt

[Openstack-ubuntu-testing-notifications] Build Fixed: precise_essex_deploy_proposed #28

2012-06-26 Thread openstack-testing-bot
Title: precise_essex_deploy_proposed General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/precise_essex_deploy_proposed/28/Project:precise_essex_deploy_proposedDate of build:Tue, 26 Jun 2012 19:16:34 -0400Build duration:13 minBuild cause:Started by user adamBuilt