Re: [Openstack] Question for Quantum V2 subnet

2012-08-14 Thread Takaaki Suzuki
Hi Thank you for your comment. I see. dual stack network need ipv4 and bunch of ipv6 prefix (link-local, global, temporary global..) on one network. The reason for this is because you can have multiple subnets on the same L2 bcast domain. You can use ip aliasing in order to use multiple

Re: [Openstack] Cannot associate/dissociate an floating IP to an instance from API

2012-08-14 Thread Vishvananda Ishaya
it is an action on a server so you want: v2/{tenant_id}/servers/{server_id}/action { addFloatingIp: {address: 10.100.20.7} } Python-novaclient is very helpfel for this kind of thing try nova --debug add-flaoting-ip server address: … REQ: curl -i

[Openstack] Not able to get compute host details with vmwareapi

2012-08-14 Thread Guduru Sirisha
Hi All, I've been working on Nova (stable/essex) with VMWare ESXi as the Hypervisor. Everything working fine except nova-manage service describe_resource function. Following snip shows the error: root@openstack-secondary:~# nova-manage service describe_resource openstack-secondary Command

[Openstack] Devstack multinode Installation network configuration help and bridging explanation

2012-08-14 Thread Kurt Scholtens
I am looking for guidance on my current deployment. Let me start by saying, it works. That being said, I want to ensure what I am doing makes sense because I'm slightly confused by the networking. Specifically, the bridging doesn't make sense at all. If you look at my bridging below, it

[Openstack] Red Hat Announces Preview Version of Enterprise-Ready OpenStack Distribution

2012-08-14 Thread Razique Mahroua
For those who missed the news : https://www.redhat.com/about/news/press-archive/2012/8/red-hat-announces-preview-version-of-enterprise-ready-openstack-distribution Razique Nuage Co - Razique Mahroua razique.mahr...@gmail.com ___ Mailing list:

Re: [Openstack] Common openstack client library

2012-08-14 Thread Alessio Ababilov
Yes, my library can be safely moved into python-keystoneclient and it will be quite logical. However, python-keystoneclient contains plenty of keystone-specific code that's not used by, e.g., novaclient, so it's better to keep python-keystoneclient and python-openstackclient-base separated. On

Re: [Openstack] Folsom branch download

2012-08-14 Thread Thierry Carrez
balaji patnala wrote: Can we download Folsom branch codebase for understanding Quantum and other changes in Folsom release? You definitely can. On Thursday we'll have our last development milestone (folsom-3) which should contain almost all the features of the upcoming release, so it's a great

Re: [Openstack] [Quantum] Removing quantum-rootwrap

2012-08-14 Thread Thierry Carrez
Dan Wendlandt wrote: On Mon, Aug 13, 2012 at 12:51 PM, Vishvananda Ishaya vishvana...@gmail.com mailto:vishvana...@gmail.com wrote: This is up to dan, I suppose, but the rootwrap stuff seems like something worth granting a ffe to… I wasn't going to mention it, as the urgency of

[Openstack] [Dashboard] Multi-region support in Horizon?

2012-08-14 Thread Yufang Zhang
Hi all, I'd like to use horizon to manage clusters in multiple data centers(regions). Currently, horizon supports multi-region by means of deploying one keystone service for each region. Thus we have to manage multiple keystone services for all the regions(creating users or projects, etc.),

[Openstack] Hyper-V meeting agenda

2012-08-14 Thread Peter Pouliot
Hello Everyone, Today's Hyper-v meeting will discuss the following: * Status of Code Submission: We submitted yesterday and have passed through the Jenkins and Smokestack gates. * Status of CI infrastructure. * Documentation needs ___

Re: [Openstack] [Keystone] Quotas: LDAP Help

2012-08-14 Thread Ionut Artarisi
On 07/25/2012 05:32 PM, Adam Young wrote: On 07/25/2012 10:19 AM, Ionuț Arțăriși wrote: Hi, I just wanted to add a bit to this thread. We're currently working on a hybrid backend between LDAP and SQL. I have a working version for a specific setup in which the user accounts are stored in

Re: [Openstack] Setting Expectations

2012-08-14 Thread Thierry Carrez
Andrew Clay Shafer wrote: What is OpenStack? Clearly, OpenStack is many things to many people and organizations. What does it mean to contribute to OpenStack? What does it mean to deploy OpenStack? What does it mean to operate OpenStack? What do we mean when we say compatible?

[Openstack] Best practices for non persistent vm management

2012-08-14 Thread Romain Vrignaud
Hello everybody, I'm currently trying to find a more robust way to manage the virtualization in my company than using directly libvirt and kvm. I'm following with great interest the Openstack development but there is still a point that is very scary to me : the non persistency of VM. I

[Openstack] (no subject)

2012-08-14 Thread Alessio Ababilov
Hi! I would like to discuss https://bugs.launchpad.net/nova/+bug/1036672 - Unable to spawn instance after I delete and create same network Steps to reproduce: 1. Create project and network 2. Spawn instance 3. Delete instance 4. Delete project and network 5. Create same network 6. Create

Re: [Openstack] OpenStack Summit Tracks Topics

2012-08-14 Thread Thierry Carrez
Lauren Sell wrote: Speaking submissions for the conference-style content are live http://www.openstack.org/summit/san-diego-2012/call-for-speakers/ (basically everything except the Design Summit working sessions which will open for submissions in the next few weeks), and the deadline is

Re: [Openstack] OpenStack Summit Tracks Topics

2012-08-14 Thread Sandy Walsh
Perhaps off topic, but ... One of the things I've noticed at the last couple of summits are the number of new attendees that could really use an OpenStack 101 session. Many of them are on fact-finding missions and their understanding of the architecture is 10,000'+. Usually when conf's get

Re: [Openstack] OpenStack Summit Tracks Topics

2012-08-14 Thread Huang Zhiteng
On Tue, Aug 14, 2012 at 11:29 PM, Sandy Walsh sandy.wa...@rackspace.com wrote: Perhaps off topic, but ... One of the things I've noticed at the last couple of summits are the number of new attendees that could really use an OpenStack 101 session. Many of them are on fact-finding missions

[Openstack] Hyper-V meeting minutes

2012-08-14 Thread Peter Pouliot
Hi All, Here are the minutes from today's meeting. Please take questions to #openstack-hyper-v. Meeting ended Tue Aug 14 15:52:35 2012 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) Minutes:

Re: [Openstack] [openstack-dev] [nova] Disk attachment consistency

2012-08-14 Thread Scott Moser
On Mon, 13 Aug 2012, Vishvananda Ishaya wrote: Hey Everyone, Resulting Issues a) The device name only makes sense for linux. FreeBSD will select different device names, and windows doesn't even use device names. In addition xen uses /dev/xvda and kvm uses /dev/vda b)

Re: [Openstack] OpenStack Summit Tracks Topics

2012-08-14 Thread Thierry Carrez
Sandy Walsh wrote: Perhaps off topic, but ... One of the things I've noticed at the last couple of summits are the number of new attendees that could really use an OpenStack 101 session. Many of them are on fact-finding missions and their understanding of the architecture is 10,000'+.

Re: [Openstack] [Nova] How common is user_data for instances?

2012-08-14 Thread Jay Pipes
On 08/13/2012 07:38 PM, Michael Still wrote: On 14/08/12 08:54, Jay Pipes wrote: I was *going* to create a random-data table with the same average row size as the instances table in Nova to see how long the migration would take, and then I realized something... The user_data column is

[Openstack] [Swift] Where do we go from here?

2012-08-14 Thread John Dickinson
Swift has many exciting features coming in the OpenStack Folsom Release this fall, but where do we go from here? What's next for Swift in grizzly? I've got some ideas. I'd like to mention them and see where you the community will take them. I've written up most of them into quick one- line

Re: [Openstack] [OSSA 2012-011] Compute node filesystem injection/corruption (CVE-2012-3447)

2012-08-14 Thread Richard W.M. Jones
On Wed, Aug 08, 2012 at 11:08:48AM +0100, Daniel P. Berrange wrote: Also note that current work is being done to make libguestfs use libvirt to launch its appliance VMs, at which point libguestfs VMs will be strongly confined by sVirt (SELinux/AppArmour), and also able to run as a separate

Re: [Openstack] Setting Expectations

2012-08-14 Thread Andrew Clay Shafer
These are important and difficult questions. As you say, OpenStack is many different things to different people. So far we survived while avoiding to answer clearly, mostly because we had no good way of coming up with answers. That ultimately creates tension between participants in our

Re: [Openstack] [OSSA 2012-011] Compute node filesystem injection/corruption (CVE-2012-3447)

2012-08-14 Thread Matt Joyce
I have to ask. Wasn't FUSE designed to do alot of this stuff? It is userspace and it doesn't do nasty stuff to file systems. Why aren't we going that route? -Matt On Tue, Aug 14, 2012 at 11:05 AM, Richard W.M. Jones r...@annexia.orgwrote: On Wed, Aug 08, 2012 at 11:08:48AM +0100, Daniel P.

Re: [Openstack] OpenStack Summit Tracks Topics

2012-08-14 Thread Jacob Walcik
I would be happy to work with Sandy (or anyone else who might be interested) on an intro session (or two) for Nova. -- Jacob Walcik Enterprise Architect Rackspace Cloud Builders Direct: 512-539-1051 Toll Free: 800-961-4454x5061051 On 8/14/12 12:05 PM, John Dickinson m...@not.mn wrote:

[Openstack] RedHAt * OPenSTack

2012-08-14 Thread Frans Thamura
hi all Redhat just post in his wall openstack.. http://www.redhat.com/openstack/?sc_cid=7016000TmB8AAK -- Frans Thamura (曽志胜) Shadow Master and Lead Investor Meruvian. Integrated Hypermedia Java Solution Provider. Mobile: +628557888699 Blog: http://blogs.mervpolis.com/roller/flatburger

Re: [Openstack] [OSSA 2012-011] Compute node filesystem injection/corruption (CVE-2012-3447)

2012-08-14 Thread Eric Windisch
On Tuesday, August 14, 2012 at 14:30 PM, Matt Joyce wrote: I have to ask. Wasn't FUSE designed to do alot of this stuff? It is userspace and it doesn't do nasty stuff to file systems. Why aren't we going that route? Fuse was really designed for the opposite scenario. Fuse modules run as

Re: [Openstack] RedHAt * OPenSTack

2012-08-14 Thread Joshua Harlow
Are signups taking a while?? Anyone else got the email yet, I think they lost mine, sad++ On 8/14/12 11:57 AM, Frans Thamura fr...@meruvian.org wrote: hi all Redhat just post in his wall openstack.. http://www.redhat.com/openstack/?sc_cid=7016000TmB8AAK -- Frans Thamura (曽志胜) Shadow

Re: [Openstack] [Dashboard] Multi-region support in Horizon?

2012-08-14 Thread Matt Joyce
In the short term you might be able to setup something with a horizon customization module... http://docs.openstack.org/developer/horizon/topics/customizing.html In the long term I think federation should be a concern for grizzly planning in horizon. But maybe I am just being a little too

Re: [Openstack] RedHAt * OPenSTack

2012-08-14 Thread Andrew Clay Shafer
First you fill out that form, then you have to have a Redhat login, so either make one or login, then you have to fill out another form, then you get on a wait list, then you get an email that the subscription is active. I received that email. You can't do anything unless you have running Redhat

Re: [Openstack] [Dashboard] Multi-region support in Horizon?

2012-08-14 Thread Gabriel Hurley
More than happy to discuss it! If we can do things to support it that don't rely on other projects (e.g. Keystone) all the better. Otherwise we should discuss it as a community and work together towards a federated federation solution. ;-) - Gabriel From:

Re: [Openstack] [openstack] [horizon] Adding quota information to horizon.usage.base ?

2012-08-14 Thread Gabriel Hurley
Go for it. I assume this is related to https://bugs.launchpad.net/horizon/+bug/1018560 ? If you need to add stuff feel free. Were you thinking the end result would be to display those bars on the overview screen for the project? - Gabriel From:

Re: [Openstack] Setting Expectations

2012-08-14 Thread Dean Troyer
On Tue, Aug 14, 2012 at 1:06 PM, Andrew Clay Shafer a...@parvuscaptus.com wrote: You say OpenStack has survived, but I believe we may have compounded and multiplied the challenges OpenStack faces by collectively neglecting to resolve this. Without going into all the technical necessity and

[Openstack] Installed OpenStack on Ubuntu but don't know how to incorporate XenServer

2012-08-14 Thread Landon Stewart
Hello, I installed OpenStack using the guide at http://stackgeek.com/guides/gettingstarted.html. I'm stumped now though because I can't figure out how to get it to connect to XenServer and setup VMs. I have a small test pool of two XenServers with shared NFS storage (it is the default SR).

Re: [Openstack] Devstack multinode Installation network configuration help and bridging explanation

2012-08-14 Thread Kurt Scholtens
Any takers? I am looking for guidance on my current deployment. Let me start by saying, it works. That being said, I want to ensure what I am doing makes sense because I'm slightly confused by the networking. Specifically, the bridging doesn't make sense at all. If you look at my bridging

[Openstack] * Review required * general-bare-metal-provisioning-framework

2012-08-14 Thread Mikyung Kang
Hi All, [REMINDER] Please review *general-bare-metal-provisioning-framework* (Folsom Release). - REVIEW SYSTEM (w/ dependencies among patch sets) (1) Added separate bare-metal MySQL DB: https://review.openstack.org/10726 (2) Added bare-metal documents: https://review.openstack.org/11088

Re: [Openstack] [OSSA 2012-011] Compute node filesystem injection/corruption (CVE-2012-3447)

2012-08-14 Thread Matt Joyce
I get what you are saying. And for the sake of compatibility with other clouds and their images obviously that's the way to go, but my inner nerd is screaming Well, about that... and wanting me to rally people to the idea of putting the logic inside the images rather than inside of the cloud.

Re: [Openstack] Setting Expectations

2012-08-14 Thread Matt Joyce
+1 to everything dean said. On Tue, Aug 14, 2012 at 12:58 PM, Dean Troyer dtro...@gmail.com wrote: On Tue, Aug 14, 2012 at 1:06 PM, Andrew Clay Shafer a...@parvuscaptus.com wrote: You say OpenStack has survived, but I believe we may have compounded and multiplied the challenges OpenStack

Re: [Openstack] [OSSA 2012-011] Compute node filesystem injection/corruption (CVE-2012-3447)

2012-08-14 Thread Daniel P. Berrange
On Tue, Aug 14, 2012 at 11:30:29AM -0700, Matt Joyce wrote: I have to ask. Wasn't FUSE designed to do alot of this stuff? It is userspace and it doesn't do nasty stuff to file systems. Why aren't we going that route? If you read earlier in this thread, you'll see that FUSE is what Nova

Re: [Openstack] [openstack] [horizon] Adding quota information to horizon.usage.base ?

2012-08-14 Thread Matt Joyce
Yeah I was going to grab the code from the instance launch helper template and just fill in the variables from usage.base rather than usages. I think that's quick and easy. I just a quick test, and I think it should work fine. -Matt On Tue, Aug 14, 2012 at 12:52 PM, Gabriel Hurley

Re: [Openstack] [OSSA 2012-011] Compute node filesystem injection/corruption (CVE-2012-3447)

2012-08-14 Thread Eric Windisch
On Tuesday, August 14, 2012 at 16:41 PM, Matt Joyce wrote: I get what you are saying. And for the sake of compatibility with other clouds and their images obviously that's the way to go, but my inner nerd is screaming Well, about that... and wanting me to rally people to the idea of

Re: [Openstack] [OSSA 2012-011] Compute node filesystem injection/corruption (CVE-2012-3447)

2012-08-14 Thread Richard W.M. Jones
On Tue, Aug 14, 2012 at 11:30:29AM -0700, Matt Joyce wrote: I have to ask. Wasn't FUSE designed to do alot of this stuff? It is userspace and it doesn't do nasty stuff to file systems. Why aren't we going that route? FUSE is not really related to this issue. It's just the API. You can use

Re: [Openstack] [Quantum] Removing quantum-rootwrap

2012-08-14 Thread Dan Wendlandt
On Tue, Aug 14, 2012 at 1:54 AM, Thierry Carrez thie...@openstack.orgwrote: Dan Wendlandt wrote: On Mon, Aug 13, 2012 at 12:51 PM, Vishvananda Ishaya vishvana...@gmail.com mailto:vishvana...@gmail.com wrote: This is up to dan, I suppose, but the rootwrap stuff seems like

Re: [Openstack] [Quantum] Removing quantum-rootwrap

2012-08-14 Thread jrd
From: Dan Wendlandt d...@nicira.com Date: Tue, 14 Aug 2012 15:22:31 -0700 On Tue, Aug 14, 2012 at 1:54 AM, Thierry Carrez thie...@openstack.org wrote: Dan Wendlandt wrote: On Mon, Aug 13, 2012 at 12:51 PM, Vishvananda Ishaya vishvana...@gmail.com

Re: [Openstack] multi_host sample nova.conf files?

2012-08-14 Thread Lorin Hochstein
On Jul 6, 2012, at 6:46 AM, Marnus van Niekerk m...@mjvn.net wrote: Hi, is anybody prepared to share a set of working nova.conf files for a multi_host installation? For both the controller node and a compute node. And please tell me what services you are running on the compute node. I

Re: [Openstack] multi_host sample nova.conf files?

2012-08-14 Thread Shake Chen
http://www.chenshake.com/wp-content/uploads/2012/07/openstack_config.zip it is my config. hope can help you. mutilhost=true flatdhcp On Fri, Jul 6, 2012 at 6:46 PM, Marnus van Niekerk m...@mjvn.net wrote: Hi, is anybody prepared to share a set of working nova.conf files for a multi_host

Re: [Openstack] inter-tenant and VM-to-bare-metal communication policies/restrictions.

2012-08-14 Thread Lorin Hochstein
On Jul 5, 2012, at 11:47 AM, Christian Parpart tra...@gmail.com wrote: Hi all, I am running multiple compute nodes and a single nova-network node, that is to act as a central gateway for the tenant's VMs. However, since this nova-network node (of course) knows all routes, every VM of

Re: [Openstack] [Swift] Where do we go from here?

2012-08-14 Thread 朱荣泽
It is cool! 2012/8/15 John Dickinson m...@not.mn Swift has many exciting features coming in the OpenStack Folsom Release this fall, but where do we go from here? What's next for Swift in grizzly? I've got some ideas. I'd like to mention them and see where you the community will take them.

Re: [Openstack] [nova] Disk attachment consistency

2012-08-14 Thread Wangpan
How about using the pci address as the UUID of target devices in one VM? the pci address is generated by libvirt and we can see it in VM by cmd ls -la /sys/block/, and it has no dependency with the kernel version, I can see it in 2.6.32* when an user attached a disk to VM, we find a free target

Re: [Openstack] Devstack multinode Installation network configuration help and bridging explanation

2012-08-14 Thread Vishvananda Ishaya
On Aug 14, 2012, at 1:24 PM, Kurt Scholtens burnbrigh...@hotmail.com wrote: Any takers? I am looking for guidance on my current deployment. Let me start by saying, it works. That being said, I want to ensure what I am doing makes sense because I'm slightly confused by the networking.

Re: [Openstack] [nova] Disk attachment consistency

2012-08-14 Thread Vishvananda Ishaya
On Aug 14, 2012, at 7:55 PM, Wangpanhzwang...@corp.netease.com wrote: How about using the pci address as the UUID of target devices in one VM? the pci address is generated by libvirt and we can see it in VM by cmd ls -la /sys/block/, and it has no dependency with the kernel version, I can

Re: [Openstack] [nova] Disk attachment consistency

2012-08-14 Thread Wangpan
This is definitely another solution, although it seems less usable than the device serial number which can be an arbitrary string. If this works for xen though, that would be a plus. Vish I don't have a Xen hypervisor in hand, so anybody else can try it on Xen ?

Re: [Openstack] [openstack-dev] [nova] Disk attachment consistency

2012-08-14 Thread Chuck Thier
Hey Vish, First, thanks for bringing this up for discussion. Coincidentally a similar discussion had come up with our teams, but I had pushed it aside at the time due to time constraints. It is a tricky problem to solve generally for all hypervisors. See my comments inline: On Mon, Aug 13,

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_essex_horizon_stable #18

2012-08-14 Thread openstack-testing-bot
Title: precise_essex_horizon_stable General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_essex_horizon_stable/18/Project:precise_essex_horizon_stableDate of build:Tue, 14 Aug 2012 04:01:59 -0400Build duration:2 min 32 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: quantal_folsom_nova_trunk #383

2012-08-14 Thread openstack-testing-bot
Title: quantal_folsom_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/quantal_folsom_nova_trunk/383/Project:quantal_folsom_nova_trunkDate of build:Tue, 14 Aug 2012 04:01:59 -0400Build duration:6 min 54 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_essex_horizon_stable #19

2012-08-14 Thread openstack-testing-bot
Title: precise_essex_horizon_stable General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_essex_horizon_stable/19/Project:precise_essex_horizon_stableDate of build:Tue, 14 Aug 2012 04:31:53 -0400Build duration:3 min 27 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Failure: quantal_folsom_quantum_trunk #99

2012-08-14 Thread openstack-testing-bot
Title: quantal_folsom_quantum_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/quantal_folsom_quantum_trunk/99/Project:quantal_folsom_quantum_trunkDate of build:Tue, 14 Aug 2012 08:31:53 -0400Build duration:3 min 22 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: quantal_folsom_cinder_trunk #42

2012-08-14 Thread openstack-testing-bot
Title: quantal_folsom_cinder_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/quantal_folsom_cinder_trunk/42/Project:quantal_folsom_cinder_trunkDate of build:Tue, 14 Aug 2012 09:31:53 -0400Build duration:2 min 55 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: quantal_folsom_nova_trunk #384

2012-08-14 Thread openstack-testing-bot
Title: quantal_folsom_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/quantal_folsom_nova_trunk/384/Project:quantal_folsom_nova_trunkDate of build:Tue, 14 Aug 2012 10:01:55 -0400Build duration:6 min 27 secBuild cause:Started by an SCM changeBuilt

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

2012-08-14 Thread openstack-testing-bot
at 20120814

[Openstack-ubuntu-testing-notifications] Build Fixed: quantal_folsom_quantum_trunk #100

2012-08-14 Thread openstack-testing-bot
Title: quantal_folsom_quantum_trunk General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/quantal_folsom_quantum_trunk/100/Project:quantal_folsom_quantum_trunkDate of build:Tue, 14 Aug 2012 12:01:53 -0400Build duration:3 min 58 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: quantal_folsom_nova_trunk #385

2012-08-14 Thread openstack-testing-bot
Title: quantal_folsom_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/quantal_folsom_nova_trunk/385/Project:quantal_folsom_nova_trunkDate of build:Tue, 14 Aug 2012 12:05:14 -0400Build duration:10 minBuild cause:Started by an SCM changeBuilt

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

2012-08-14 Thread openstack-testing-bot
at 20120814-1217Build needed 00:01:55, 63416k disc spaceERROR:root:Error occurred during package creation/build: Command

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_folsom_cinder_trunk #41

2012-08-14 Thread openstack-testing-bot
at 20120814-1238Build needed 00:02:04, 10752k disc spaceERROR:root:Error occurred during package creation/build: Command

[Openstack-ubuntu-testing-notifications] Build Still Failing: quantal_folsom_cinder_trunk #43

2012-08-14 Thread openstack-testing-bot
Title: quantal_folsom_cinder_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/quantal_folsom_cinder_trunk/43/Project:quantal_folsom_cinder_trunkDate of build:Tue, 14 Aug 2012 12:36:33 -0400Build duration:2 min 18 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: quantal_folsom_nova_trunk #386

2012-08-14 Thread openstack-testing-bot
Title: quantal_folsom_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/quantal_folsom_nova_trunk/386/Project:quantal_folsom_nova_trunkDate of build:Tue, 14 Aug 2012 13:02:13 -0400Build duration:10 minBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: quantal_folsom_cinder_trunk #44

2012-08-14 Thread openstack-testing-bot
Title: quantal_folsom_cinder_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/quantal_folsom_cinder_trunk/44/Project:quantal_folsom_cinder_trunkDate of build:Tue, 14 Aug 2012 13:32:02 -0400Build duration:3 min 49 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_folsom_cinder_trunk #42

2012-08-14 Thread openstack-testing-bot
at 20120814

[Openstack-ubuntu-testing-notifications] Build Still Failing: quantal_folsom_cinder_trunk #45

2012-08-14 Thread openstack-testing-bot
at 20120814-1402Build needed 00:01:07, 18068k

[Openstack-ubuntu-testing-notifications] Build Fixed: quantal_folsom_cinder_trunk #46

2012-08-14 Thread openstack-testing-bot
Title: quantal_folsom_cinder_trunk General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/quantal_folsom_cinder_trunk/46/Project:quantal_folsom_cinder_trunkDate of build:Tue, 14 Aug 2012 14:17:20 -0400Build duration:5 min 14 secBuild cause:Started by user zulBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: quantal_folsom_nova_trunk #389

2012-08-14 Thread openstack-testing-bot
Title: quantal_folsom_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/quantal_folsom_nova_trunk/389/Project:quantal_folsom_nova_trunkDate of build:Tue, 14 Aug 2012 16:01:55 -0400Build duration:7 min 43 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_folsom_cinder_trunk #43

2012-08-14 Thread openstack-testing-bot
at 20120814

[Openstack-ubuntu-testing-notifications] Build Still Failing: quantal_folsom_nova_trunk #390

2012-08-14 Thread openstack-testing-bot
Title: quantal_folsom_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/quantal_folsom_nova_trunk/390/Project:quantal_folsom_nova_trunkDate of build:Tue, 14 Aug 2012 17:01:59 -0400Build duration:11 minBuild cause:Started by an SCM changeBuilt

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

2012-08-14 Thread openstack-testing-bot
at 20120814-1717Build needed 00:03:29, 63428k disc spaceERROR:root:Error occurred during package creation/build: Command

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_folsom_glance_trunk #107

2012-08-14 Thread openstack-testing-bot
at 20120814

[Openstack-ubuntu-testing-notifications] Build Still Failing: quantal_folsom_nova_trunk #391

2012-08-14 Thread openstack-testing-bot
Title: quantal_folsom_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/quantal_folsom_nova_trunk/391/Project:quantal_folsom_nova_trunkDate of build:Tue, 14 Aug 2012 19:01:56 -0400Build duration:8 min 19 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Failure: quantal_folsom_nova_trunk #393

2012-08-14 Thread openstack-testing-bot
Title: quantal_folsom_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/quantal_folsom_nova_trunk/393/Project:quantal_folsom_nova_trunkDate of build:Tue, 14 Aug 2012 21:32:00 -0400Build duration:10 minBuild cause:Started by an SCM changeBuilt

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

2012-08-14 Thread openstack-testing-bot
at 20120814