Re: [Openstack] About images list in dashboard

2012-07-18 Thread John Postlethwait
That's good to hear Sam! John Postlethwait Nebula, Inc. On Tuesday, July 17, 2012 at 4:24 PM, Sam Su wrote: I tried this backport in my mini environment, it looks like works fine. Thank you, Gabriel. Thanks, Sam On Sun, Jul 15, 2012 at 12:19 AM, Gabriel Hurley

Re: [Openstack] Identity API v3 - Why allow multi-tenant users?

2012-07-18 Thread Tim Bell
I thought that the v3 API supports domains as a group of tenants which would make the question rather different. Thus, I guess the question is A. Should there be users in multiple tenants in a single domain ? B. Should there be users in multiple domains ? There are clear

Re: [Openstack] Identity API v3 - Why allow multi-tenant users?

2012-07-18 Thread Matt Joyce
I could see service users and security / operations teams having a need to span many domains. -Matt On Tue, Jul 17, 2012 at 11:24 PM, Tim Bell tim.b...@cern.ch wrote: ** ** I thought that the v3 API supports domains as a group of tenants which would make the question rather different.

Re: [Openstack] [Swift] Lost of an object data file is not detected

2012-07-18 Thread Daniele Valeriani
Hi You, I think you probably want to follow this for future development: https://bugs.launchpad.net/swift/+bug/971914 Daniele On 25 June 2012 09:45, 山縣陽 bi.yamag...@gmail.com wrote: Hi mike, Thank you for your answer. I understand that swift can't detect missing object files. And I am

Re: [Openstack] [Quantum] Network, Subnet and Port names

2012-07-18 Thread Hua ZZ Zhang
All networks information of all tenants are stored in one table. If the name is defined unique, it implicates all tenants have to make sure the name of new network will not be conflict with others even they don't know each other. the system has to tell the tenant that the name has been used

Re: [Openstack] best practices for merging common into specific projects

2012-07-18 Thread Mark McLoughlin
(Sorry, was away for a couple of weeks) On Mon, 2012-07-02 at 15:26 -0400, Russell Bryant wrote: On 07/02/2012 03:16 PM, Andrew Bogott wrote: Background: The openstack-common project is subject to a standard code-review process (and, soon, will also have Jenkins testing gates.)

Re: [Openstack] best practices for merging common into specific projects

2012-07-18 Thread Mark McLoughlin
On Tue, 2012-07-03 at 18:59 +, Gabriel Hurley wrote: The notion that copying code is any protection against APIs that may change is a red herring. It's the exact same effect as pegging a version of a dependency (whether it's a commit hash or a real version number), except now you have code

Re: [Openstack] best practices for merging common into specific projects

2012-07-18 Thread Mark McLoughlin
On Tue, 2012-07-03 at 14:47 -0500, Andrew Bogott wrote: Like most people in this thread, I too long for an end to the weird double-commit process that we're using now. So I'm happy to set aside my original Best Practices proposal until there's some consensus regarding how much longer

Re: [Openstack] best practices for merging common into specific projects

2012-07-18 Thread Mark McLoughlin
On Wed, 2012-07-04 at 11:57 +0200, Thierry Carrez wrote: Monty Taylor wrote: However, with a versioned library model, the projects can consume things pinned to specific versions, and then they can submit a change that updates the version depend and the code which needs to be updated to

Re: [Openstack] Openstack JAVA SDK

2012-07-18 Thread Sheng Bo Hou
Hi Jyothsna, I think they are different java codes for the client sides. I was using java cloud-files for accessing the swift. Open-java-sdk can be used as the client side of nova. And I used the source code directly. Best wishes. Vincent Hou (侯胜博) Software Engineer, Standards Growth Team,

Re: [Openstack] Plan for adding RHEVm and vSphere support to Cloud-Init

2012-07-18 Thread Jan van Eldik
Hi Joe, This seems to be very much the right track for us, and the getting cloud-init in RHEL-proper would be great. We are working on making cloud-init work on RHEL5, and hope to have something later this week. cheers, Jan PS: naive question - could cloud-init be made to

[Openstack] nova-network and corosync

2012-07-18 Thread Alessandro Tagliapietra
Hello, i've 2 machines, running ubuntu 12.04, i've installed corosync + pacemaker and it was working fine. Corosync is using eth1 with 10.8.0.1 and 10.8.0.2 as ip of the hosts, i've got keystone, glance, nova api-cert-scheduler, mysql, rabbitmq working in HA with pacemaker. The problem comes

[Openstack] Nova + Quantum + OVS

2012-07-18 Thread Trinath Somanchi
Hi- I have set up a controller- node setup with openstack, quantum and OpenVswitch. I'm able to create the virtual machines in the node. The eth1 interface of controller and node are attached to the OVS br-int. In the node, 'ovs-vsctl show' show the port and interface binding of the newly

Re: [Openstack] Fw:Re: Questions about ceilometer

2012-07-18 Thread ??????
Hi,all Now,I modify the file named ceilometer/collector/manager.py as the previous mail send by John HTran.While, there is also errors in my environment. The follow is errors: Traceback (most recent call last): File /usr/lib/python2.6/site-packages/eventlet/hubs/poll.py, line 97, in

Re: [Openstack] [Quantum] Scalable agents

2012-07-18 Thread Gary Kotton
On 07/18/2012 04:23 AM, Dan Wendlandt wrote: On Mon, Jul 16, 2012 at 3:30 AM, Gary Kotton gkot...@redhat.com mailto:gkot...@redhat.com wrote: Hi, The patch https://review.openstack.org/#/c/9591/ contains the initial support for the scalable agents (this is currently

Re: [Openstack] Nova + Quantum + OVS

2012-07-18 Thread Nirbhay Tomar
Hi Trinath, Have you checked that your quantum is making related gw and tap interfaces when your vm goes up. When you create a network and create first vm associated with it, there should be a gw and tap interface created and first ip of your new network is assigned to that gw interface. if you

Re: [Openstack] Nova + Quantum + OVS

2012-07-18 Thread Trinath Somanchi
Hi- Thanks a lot for the reply.. Its working now... On Jul 18, 2012 6:35 PM, Nirbhay Tomar nirbhaysinghto...@gmail.com wrote: Hi Trinath, Have you checked that your quantum is making related gw and tap interfaces when your vm goes up. When you create a network and create first vm

Re: [Openstack] nova-network and corosync

2012-07-18 Thread Steven Dake
On 07/18/2012 03:50 AM, Alessandro Tagliapietra wrote: Hello, i've 2 machines, running ubuntu 12.04, i've installed corosync + pacemaker and it was working fine. Corosync is using eth1 with 10.8.0.1 and 10.8.0.2 as ip of the hosts, i've got keystone, glance, nova api-cert-scheduler,

Re: [Openstack] nova-network and corosync

2012-07-18 Thread Alessandro Tagliapietra
Hi Steve, the problem is not that it's not listening on the correct interface, as lsof shows corosync 1485 root9u IPv4 14890 0t0 UDP 226.94.1.1:5405 corosync 1485 root 10u IPv4 14891 0t0 UDP server1:5404 corosync 1485 root 11u IPv4

Re: [Openstack] What is the most commonly used Hypervisor and toolset combination?

2012-07-18 Thread John Garbutt
To my knowledge, if you want to use Xen, using XCP or XenServer (i.e. using XenAPI driver) is the way to go. If you look at the contributions to the drivers, you can have a good guess at who is using them. I know people are going into production on XenAPI, not heard about Xen+libvirt in

Re: [Openstack] How to use Cloudpipe

2012-07-18 Thread Razique Mahroua
Hi Kevin,just submitted a patch here for the dochttps://review.openstack.org/#/c/9965/1It explains how to create an image, the next update will present how to use it (retrieve the openvpn client, connecting to the instance, and so on) Nuage Co - Razique Mahrouarazique.mahr...@gmail.com Le 17

Re: [Openstack] Solaris Fails as Guest VM

2012-07-18 Thread Sean Dague
My experience is that solaris is incredibly fickle on kvm. I think one of the issues had to do with the boot screen and how it uses graphics and framebuffer. -Sean On 07/17/2012 08:55 PM, Narayan Desai wrote: I suspect that you need the right solaris (more likely illumos) bits to get

[Openstack] SNAT question

2012-07-18 Thread Boris-Michel Deschenes
Hi guys, I have a question regarding NAT in openstack I have an openstack cloud (FlatDHCP, multi_host=false) with one nova-network node doing the nating. I have noticed that when I ping an external machine from within a VM, on the receiving end I see the IP of the VM (so the outgoing SNAT

Re: [Openstack] Distributed quota manager concept

2012-07-18 Thread Jay Pipes
On 07/17/2012 06:08 PM, Everett Toews wrote: Setting aside any SQL/NoSQL religious debate or even the best tool for the job argument, I think you'd find this to be a hard sell to the operations crowd. Nobody is going to want to have all of their OpenStack data in an SQL DB (which they may have

Re: [Openstack] Identity API v3 - Why allow multi-tenant users?

2012-07-18 Thread Adam Young
The idea of a Domain is that it is a single administrative entity, such as a company. When a person joins a company, they get an email adddress. THat address does not change regardless of the position they hold. Tenants are administrative groupings below that. It is unfortunate that we

Re: [Openstack] Openstack JAVA SDK

2012-07-18 Thread Jyothsna Padavala
Thanks Vincent for your reply. I lean towards using java cloud-files too since my primary work would be involving swift. How did you build the java cloud-files code? My existing Java application is done on Netbeans IDE and i'm bound to use that. Do we need any extra build tool like Ant / Maven

Re: [Openstack] Distributed quota manager concept

2012-07-18 Thread Kevin L. Mitchell
On Tue, 2012-07-17 at 16:08 -0600, Everett Toews wrote: Were you envisioning Boson going through the incubation process and becoming a core project in OpenStack? Yes, I could envision that. If that were to happen, would Boson become a required dependency for all of the other OpenStack

Re: [Openstack] SNAT question

2012-07-18 Thread Vishvananda Ishaya
Hi Boris, There must be something misconfigured in your setup. Nova network shouldn't be snatting for other vms. Are your machines outside the cloud also in the 10/8 range? if so you should change the setting for fixed_range to something smaller so it doesn't snat for your other machines. For

Re: [Openstack] SNAT question

2012-07-18 Thread Kieron B
It sounds like you may be using overlapping IP space (in the 10.0.0.0/8network). The iptables rule you provided is meant to source-NAT outbound traffic from your VMs (it's a catch-all for VMs without a floating IP assigned). If you are using the 10.0.0.0/8 space outside of your Openstack

Re: [Openstack] SNAT question

2012-07-18 Thread Xiaolin Zhang
I have encountered exactly the same situation with our deployment with all outbound packets from vm tagged with server's ip as their SNAT. After doing some investigation, I found nova-network init itself, this filter rule will be populated; and I wounder maybe this is a aimed design feature - to

Re: [Openstack] Identity API v3 - Why allow multi-tenant users?

2012-07-18 Thread Tim Bell
Thanks.. My worry is the username. Currently, I have OS_USERNAME=timbell Not OS_USERNAME=timb...@cern.ch Does that mean in the future that my OS_USERNAME=timbell OS_DOMAINNAME=cern.ch I would like that I could still register as timbell in my domain even if someone else

Re: [Openstack] Openstack JAVA SDK

2012-07-18 Thread Frederik Van Hecke
Hi Jyothsna, You can use ant to compile a jar. More precisely running ant compile (cfr. readme on github) Then just import it as lib into your netbeans project. Kind regards, Frederik Van Hecke *T:* +32487733713 *E:* frede...@cluttr.be *W:* www.cluttr.be *This e-mail and any attachments

Re: [Openstack] SNAT question

2012-07-18 Thread Boris-Michel Deschenes
Thanks everybody, Vish, I think you've got it, but here are some more details about the setup just to be sure we're on the same level: my private network is defined as 172.0.0.0/21 my floating network is defined as 10.129.44.0/22 physical cloud machines (10.129.40.0/24) outside of the cloud,

Re: [Openstack] Openstack JAVA SDK

2012-07-18 Thread Monty Taylor
Hi! You probably want to check out jclouds as well. It's extremely mature, is in production all over the world and has support for openstack compute and storage. http://www.jclouds.org/ Monty On 07/18/2012 08:50 AM, Jyothsna Padavala wrote: Thanks Vincent for your reply. I lean towards

Re: [Openstack] Openstack JAVA SDK

2012-07-18 Thread Jyothsna Padavala
Thanks Monty, But how about keystone? All of these have to be authenticated using Keystone. Does jclouds has api bindings for keystone as well? Also, can you post a link for the jclouds binary? -Jyothsna - Original Message - From: Monty Taylor mord...@inaugust.com To: Jyothsna

Re: [Openstack] Solaris Fails as Guest VM

2012-07-18 Thread Joshua
I have tried console=text and still fail as well as safe boot. I even tried doing kvm-ubuntu + virtual box- solaris vm. But have had trouble pass VT-x to virualbox on kvm. Its strange to me that both qemu and kvm both fail. On Wed, Jul 18, 2012 at 8:26 AM, Sean Dague

Re: [Openstack] Openstack JAVA SDK

2012-07-18 Thread George Reese
If you want something that supports all of the various flavors of OpenStack out there plus will also run against other clouds, have a look at Dasein Cloud at on Source Forge: http://dasein-cloud.sf.net It's the abstraction layer enStratus happens to use for talking to clouds and it's open

Re: [Openstack] [Swift] LFS patch (Ia32c9c34)

2012-07-18 Thread Caitlin Bestler
Pete Zaitcev wrote: It sounds strange to make Swift aware of the specific LFS. One day I come up with ZaitcevFS and what happens then? Patching Swift again I presume. The intent of the patch is to allow any local file system to use the same polymorphic interface. Obviously we may be biased

Re: [Openstack] Identity API v3 - Why allow multi-tenant users?

2012-07-18 Thread Joseph Heck
Perhaps a poor analogy with email - The domain is an arbitrary string that's intended for tenant isolation in large openstack environments. It's a place to hang policy so that you can delegate things like password changing (where the keystone backend supports it) to someone other than the

Re: [Openstack] Identity API v3 - Why allow multi-tenant users?

2012-07-18 Thread Tim Bell
Joe, We find the domain approach very interesting for the private cloud scenario also. CERN has several large collaborations, each with multiple projects and independent quotas and roles. Using a 'default' domain, where OS_DOMAINNAME is not specified would be fine for our general use case.

[Openstack] Possible Glance Bug?

2012-07-18 Thread Daneyon Hansen
All, I'm questioning whether I have come across a bug in Glance. The image ending in 39d is a snapshot. It does not show-up under glance index or in the Horizon GUI, but appears in the database as active with the deleted bit set: mysql select id, name, status, deleted_at, deleted from images

Re: [Openstack] SNAT question

2012-07-18 Thread Vishvananda Ishaya
On Jul 18, 2012, at 9:44 AM, Boris-Michel Deschenes wrote: Thanks everybody, Vish, I think you’ve got it, but here are some more details about the setup just to be sure we’re on the same level: my private network is defined as 172.0.0.0/21 my floating network is defined as

Re: [Openstack] SNAT question

2012-07-18 Thread Boris-Michel Deschenes
Thanks again, Could you just tell me why this SNAT rule is there, is it so that VMs can contact other VMs by their floating IP? I know this SNAT rule is there to render something possible but I don't know what. Boris De : Vishvananda Ishaya [mailto:vishvana...@gmail.com] Envoyé : 18 juillet

Re: [Openstack] Possible Glance Bug?

2012-07-18 Thread Jay Pipes
Try: (old glance client) glance index deleted=True to see image records that are marked deleted. or: glance index deleted=None to see ALL image records. The new glance client -- python-glanceclient -- does not yet support filtering for deleted image records, but it should be able to do:

Re: [Openstack] [DELTACLOUD-INTERNAL] Plan for adding RHEVm and vSphere support to Cloud-Init

2012-07-18 Thread jrd
From: jvlcek jvl...@redhat.com Date: Wed, 18 Jul 2012 15:42:33 -0400 On 07/18/2012 03:00 PM, Itamar Heim wrote: On 07/18/2012 09:47 PM, jvlcek wrote: On 07/18/2012 01:47 PM, Itamar Heim wrote: On 07/17/2012 10:03 PM, jvlcek wrote: I just wanted to let

Re: [Openstack] Identity API v3 - Why allow multi-tenant users?

2012-07-18 Thread Matt Joyce
I personally want to see keystone be able to operate as a point of authentication on instances. I don't think everyone wants to see me succeed at that. There is one major impediment to doing that well. That's really providing an NSS style lookup service for verifying users exist in keystone.

Re: [Openstack] [Swift] LFS patch (Ia32c9c34)

2012-07-18 Thread John Dickinson
Nexenta's LFS patch (https://review.openstack.org/#/c/7524/) has languished for a while, and I'd like to address that. First, thank you for your patch submission. This patch adds new functionality that potentially can allow swift to be deployed in more places. The original version of the

Re: [Openstack] What is the most commonly used Hypervisor and toolset combination?

2012-07-18 Thread Jim Fehlig
John Garbutt wrote: To my knowledge, if you want to use Xen, using XCP or XenServer (i.e. using XenAPI driver) is the way to go. If you look at the contributions to the drivers, you can have a good guess at who is using them. I know people are going into production on XenAPI, not heard

[Openstack] Swift account listing

2012-07-18 Thread Pete Zaitcev
Guys, a simple question hopefuly: How do I list all Swift accounts? Specifically, I have a test installation that I used to experiemnt with various upgrades and migrations. I probably lost a few testing accounts in it. Now it sits there and uses up space. How do I find and eliminate orphan

Re: [Openstack] best practices for merging common into specific projects

2012-07-18 Thread Thierry Carrez
Mark McLoughlin wrote: Making our multiple projects converge onto consolidated and well-accepted APIs is a bit painful work, but it is a prerequisite to turning openstack-common into a proper library (or set of libraries). I'd say the whole thing suffers from not having a proper

[Openstack] [nova] Proposal to add Padraig Brady to nova-core

2012-07-18 Thread Vishvananda Ishaya
Hello Everyone! Padraig has been contributing a lot of code to all parts of nova, and has been contributing a lot to reviews[1]. I think he would make a great addition to nova-core. [1] https://review.openstack.org/#/dashboard/1812 Vish ___

[Openstack] [nova] Proposal to add Yun Mao to nova-core

2012-07-18 Thread Vishvananda Ishaya
Hello Everyone! Yun has been putting a lot of effort into cleaning up our state management, and has been contributing a lot to reviews[1]. I think he would make a great addition to nova-core. [1] https://review.openstack.org/#/dashboard/1711 Vish

[Openstack] [nova] Proposal to add Michael Still to nova-core

2012-07-18 Thread Vishvananda Ishaya
Hello Everyone! Michael wrote the image cache management code, did all of the remaining conversions of instance_id - instance_uuid, and has been contributing a lot to reviews[1]. I think he would make a great addition to nova-core. [1] https://review.openstack.org/#/dashboard/2271 Vish

Re: [Openstack] [nova] Proposal to add Padraig Brady to nova-core

2012-07-18 Thread John Postlethwait
+1 for more core contributors! John Postlethwait Nebula, Inc. 206-999-4492 On Wednesday, July 18, 2012 at 4:09 PM, Vishvananda Ishaya wrote: Hello Everyone! Padraig has been contributing a lot of code to all parts of nova, and has been contributing a lot to reviews[1]. I think he would

Re: [Openstack] [nova] Proposal to add Yun Mao to nova-core

2012-07-18 Thread Sandy Walsh
Ab-so-lutely! +1 From: openstack-bounces+sandy.walsh=rackspace@lists.launchpad.net [openstack-bounces+sandy.walsh=rackspace@lists.launchpad.net] on behalf of Vishvananda Ishaya [vishvana...@gmail.com] Sent: Wednesday, July 18, 2012 8:10 PM To:

Re: [Openstack] [nova] Proposal to add Padraig Brady to nova-core

2012-07-18 Thread Matt Joyce
Up the Padraig! On Wed, Jul 18, 2012 at 4:39 PM, John Postlethwait john.postlethw...@nebula.com wrote: +1 for more core contributors! John Postlethwait Nebula, Inc. 206-999-4492 On Wednesday, July 18, 2012 at 4:09 PM, Vishvananda Ishaya wrote: Hello Everyone! Padraig has been

Re: [Openstack] [nova] Proposal to add Padraig Brady to nova-core

2012-07-18 Thread Russell Bryant
On 07/18/2012 07:09 PM, Vishvananda Ishaya wrote: Hello Everyone! Padraig has been contributing a lot of code to all parts of nova, and has been contributing a lot to reviews[1]. I think he would make a great addition to nova-core. [1] https://review.openstack.org/#/dashboard/1812 +1

Re: [Openstack] [nova] Proposal to add Yun Mao to nova-core

2012-07-18 Thread Russell Bryant
On 07/18/2012 07:10 PM, Vishvananda Ishaya wrote: Hello Everyone! Yun has been putting a lot of effort into cleaning up our state management, and has been contributing a lot to reviews[1]. I think he would make a great addition to nova-core. [1]

Re: [Openstack] Solaris Fails as Guest VM

2012-07-18 Thread Michael March
I don't follow Solaris that closely but I vaguely remember the Joyent folks ported all of KVM to Solaris, right? Or am I just missing the whole point here? On Wed, Jul 18, 2012 at 5:16 PM, Narayan Desai narayan.de...@gmail.comwrote: I was curious, so I asked on #illumos today. Apparently, the

Re: [Openstack] Improving logging

2012-07-18 Thread Bhandaru, Malini K
Typically one may specify a logging-level (verbose, warning, error) with each log message. The user then can specify run time log level at which point all messages at a level = log-level get displayed (error would be the highest level and always display). New to Open Stack .. my vote .. go

Re: [Openstack] Solaris Fails as Guest VM

2012-07-18 Thread Narayan Desai
On Wed, Jul 18, 2012 at 7:38 PM, Michael March mma...@gmail.com wrote: I don't follow Solaris that closely but I vaguely remember the Joyent folks ported all of KVM to Solaris, right? Or am I just missing the whole point here? They did, and it is a fairly impressive piece of work. Their focus

Re: [Openstack] [nova] Proposal to add Michael Still to nova-core

2012-07-18 Thread heut2008
+1 2012/7/19 Vishvananda Ishaya vishvana...@gmail.com: Hello Everyone! Michael wrote the image cache management code, did all of the remaining conversions of instance_id - instance_uuid, and has been contributing a lot to reviews[1]. I think he would make a great addition to nova-core.

Re: [Openstack] [nova] Proposal to add Padraig Brady to nova-core

2012-07-18 Thread Michael Still
On 19/07/12 09:09, Vishvananda Ishaya wrote: Hello Everyone! Padraig has been contributing a lot of code to all parts of nova, and has been contributing a lot to reviews[1]. I think he would make a great addition to nova-core. +1 Padraig has been a pleasure to work with for the entire time

Re: [Openstack] Improving logging

2012-07-18 Thread Michael Still
On 19/07/12 09:32, Eugene Kirpichov wrote: Hi, I noticed that there are quite a few cases when I found my OpenStack installation is broken and logging was not verbose enough for me to understand what exactly was broken, so I had to add more logging statements to the code and relaunch. Most

Re: [Openstack] [nova] Proposal to add Yun Mao to nova-core

2012-07-18 Thread Eric Windisch
On Wednesday, July 18, 2012 at 19:10 PM, Vishvananda Ishaya wrote: Hello Everyone! Yun has been putting a lot of effort into cleaning up our state management, and has been contributing a lot to reviews[1]. I think he would make a great addition to nova-core. +1 Regards, Eric Windisch

[Openstack] VLAN with OpenVswitch and Quantum

2012-07-18 Thread Trinath Somanchi
Hi- I'm currently setting up VLAN setup with Quantum and OpenVswitch. I have an idea that, to tenants can configured/act as to different hosts. But being a newbee for this kind of setup, Can any one please guide me on How to bring up the VLAN setup using Quantum and OpenVswitch. Thanking you

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

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

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

2012-07-18 Thread openstack-testing-bot
Title: precise_folsom_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_folsom_nova_trunk/173/Project:precise_folsom_nova_trunkDate of build:Wed, 18 Jul 2012 12:01:55 -0400Build duration:2 min 51 secBuild cause:Started by an SCM changeBuilt

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

2012-07-18 Thread openstack-testing-bot
Title: precise_folsom_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_folsom_nova_trunk/174/Project:precise_folsom_nova_trunkDate of build:Wed, 18 Jul 2012 12:31:55 -0400Build duration:3 min 1 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Fixed: precise_folsom_nova_trunk #176

2012-07-18 Thread openstack-testing-bot
Title: precise_folsom_nova_trunk General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/precise_folsom_nova_trunk/176/Project:precise_folsom_nova_trunkDate of build:Wed, 18 Jul 2012 14:24:14 -0400Build duration:12 minBuild cause:Started by user adamBuilt on:pkg-builderHealth

[Openstack-ubuntu-testing-notifications] Build Failure: precise_folsom_deploy #61

2012-07-18 Thread openstack-testing-bot
Title: precise_folsom_deploy General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_folsom_deploy/61/Project:precise_folsom_deployDate of build:Wed, 18 Jul 2012 14:36:56 -0400Build duration:55 secBuild cause:Started by command lineBuilt on:masterHealth

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_folsom_deploy #62

2012-07-18 Thread openstack-testing-bot
Title: precise_folsom_deploy General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_folsom_deploy/62/Project:precise_folsom_deployDate of build:Wed, 18 Jul 2012 15:15:22 -0400Build duration:9 min 49 secBuild cause:Started by command lineBuilt on:masterHealth

[Openstack-ubuntu-testing-notifications] Build Failure: precise_folsom_deploy #64

2012-07-18 Thread openstack-testing-bot
Title: precise_folsom_deploy General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_folsom_deploy/64/Project:precise_folsom_deployDate of build:Wed, 18 Jul 2012 15:58:16 -0400Build duration:8.4 secBuild cause:Started by user adamBuilt on:masterHealth

[Openstack-ubuntu-testing-notifications] Build Still Failing: quantal_folsom_horizon_trunk #49

2012-07-18 Thread openstack-testing-bot
Title: quantal_folsom_horizon_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/quantal_folsom_horizon_trunk/49/Project:quantal_folsom_horizon_trunkDate of build:Wed, 18 Jul 2012 16:22:30 -0400Build duration:1 min 38 secBuild cause:Started by user adamBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_folsom_deploy #66

2012-07-18 Thread openstack-testing-bot
Title: precise_folsom_deploy General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_folsom_deploy/66/Project:precise_folsom_deployDate of build:Wed, 18 Jul 2012 16:21:21 -0400Build duration:9 min 32 secBuild cause:Started by user adamBuilt on:masterHealth

[Openstack-ubuntu-testing-notifications] Build Still Failing: quantal_folsom_horizon_trunk #50

2012-07-18 Thread openstack-testing-bot
Title: quantal_folsom_horizon_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/quantal_folsom_horizon_trunk/50/Project:quantal_folsom_horizon_trunkDate of build:Wed, 18 Jul 2012 16:24:40 -0400Build duration:28 minBuild cause:Started by user adamBuilt

[Openstack-ubuntu-testing-notifications] Build Fixed: precise_folsom_deploy #68

2012-07-18 Thread openstack-testing-bot
Title: precise_folsom_deploy General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/precise_folsom_deploy/68/Project:precise_folsom_deployDate of build:Wed, 18 Jul 2012 18:10:46 -0400Build duration:13 minBuild cause:Started by user adamBuilt on:masterHealth

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_folsom_deploy #71

2012-07-18 Thread openstack-testing-bot
Title: precise_folsom_deploy General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_folsom_deploy/71/Project:precise_folsom_deployDate of build:Thu, 19 Jul 2012 01:28:22 -0400Build duration:38 secBuild cause:Started by user adamBuilt on:masterHealth