Re: [Openstack] nova-compute : nbd module not loaded

2013-05-03 Thread Michael Still
You get this error if there are no nbd devices. Specifically /sys/block/nbd0 doesn't exist. I'd start by seeing if the kernel module is loaded. Cheers, Michael On Fri, May 3, 2013 at 10:57 AM, Mohammed Amine SAYA asaya.openst...@gmail.com wrote: Hi All, I have had time to investigate why

Re: [Openstack] [Grizzly] Inbound VM traffic fails at compute node

2013-05-03 Thread Greg Chavez
A fellow name George clued me into my problem. I had my secgroup rules set for source 0.0.0.0/24 which is stupid. This is how it should look: root@kcon-cs-gen-01i:~# nova secgroup-list-rules default +-+---+-+---+--+ | IP Protocol | From Port | To

[Openstack] Stderr: qemu-nbd: Failed to bdrv_open when attempting to boot from cinder volume

2013-05-03 Thread Mohammed Amine SAYA
Hi all, After loading nbd module in compute node, I continued trying to boot from a bootable cinder volume but this is what I see in nova-compute.log. I checked in the archive and I found that this bug (1126348) has been fixed in grizzly 2013.1 which I am running. Thanks for your help. Amine.

Re: [Openstack] Related Projects

2013-05-03 Thread Thierry Carrez
Gabriel Hurley wrote: I'll throw it out there again: We really ought to deploy an OpenComparison site (http://opencomparison.org/) for OpenStack. It's awesome, and does massive amounts of goodness for managed information and discovery. Isn't that what stackmeat.org was supposed to cover ?

[Openstack] grizzly quantum with namespaces, default route for dhcp-agent

2013-05-03 Thread Molnár Mihály László
hi all! I'm new to this namespace and quantum networking. So my VM-s works fine, got an ip, DGW and nameserver from the dhcp agent. So the nameserver is the dhcp agent, but if I check the routing table of the dhcpagent's namespace there is no default route, so dnsmasque can't resolv anything.

Re: [Openstack] Related Projects

2013-05-03 Thread Jeremy Stanley
On 2013-05-03 12:12:25 +0200 (+0200), Thierry Carrez wrote: Isn't that what stackmeat.org was supposed to cover ? Doesn't this transcluded RelatedProjects wikipage kind of duplicate this effort ? [...] Good point--I'd sadly forgotten about stackmeat.org... perhaps

Re: [Openstack] Stderr: qemu-nbd: Failed to bdrv_open when attempting to boot from cinder volume

2013-05-03 Thread Mark Lehrer
After loading nbd module in compute node, I continued trying to boot from a bootable cinder volume but this is what I see in nova-compute.log. I am not using Cinder so maybe this isn't an option for you, but my recommendation is to blacklist the nbd module altogether, and remove the nbd

Re: [Openstack] Stderr: qemu-nbd: Failed to bdrv_open when attempting to boot from cinder volume

2013-05-03 Thread Mohammed Amine SAYA
Hi Mark, Thanks for your answer. What I noticed is that this issue happens only when I try to start a VMfrom a bootable volume. I created the colume with cinder create --image-id __image_id__ volume_name. I don't see it when I boot a VM from an image in glance (nova boot --image __image_id__

Re: [Openstack] OpenStack Folsom Install - VM failed to configure network

2013-05-03 Thread Farhan Patwa
I have looked through all the log files (/var/log/*) and the 1 error that I do see is on the compute node from the file libvirtd.log: 2013-05-03 14:30:27.706+: 2474: error : virNWFilterDHCPSnoopEnd:2113 : internal error ifname vnet1 not in key map 2013-05-03 14:30:27.709+: 2474: error :

Re: [Openstack] OpenStack Folsom Install - VM failed to configure network

2013-05-03 Thread Molnár Mihály László
do you use kvm or qemu? Rusty On Fri, May 3, 2013 at 4:34 PM, Farhan Patwa farhan.pa...@utsa.edu wrote: I have looked through all the log files (/var/log/*) and the 1 error that I do see is on the compute node from the file libvirtd.log: 2013-05-03 14:30:27.706+: 2474: error :

Re: [Openstack] OpenStack Folsom Install - VM failed to configure network

2013-05-03 Thread Farhan Patwa
Hi Rusty, The instructions list kvm and that is what I am using. From the compute node: ### root@openstack-3:~# cat /etc/nova/nova-compute.conf [DEFAULT] libvirt_type=kvm libvirt_ovs_bridge=br-int libvirt_vif_type=ethernet

Re: [Openstack] horizon dashboard error 500

2013-05-03 Thread Julie Pichon
Hi, Rajesh Upadhayay rupadha...@xavient.com wrote: I have just installed Openstack Grizzly on Ubuntu 12.04 LTS.. Everything was fine but after server reboot, I lost dashboard and getting error 500 Internal Server Error. I have verified all configuration but didn't get any idea. Have a look

Re: [Openstack] I release naming (calling APAC community)

2013-05-03 Thread John Hebert
John Wong's idea is a good one. Including the Hong Kong Openstack community in the naming process would be very helpful in attracting developers. I like Ichang (EE-chang). It is short and the name of a place at the summit. John Hebert On Thu, May 2, 2013 at 8:59 PM, John Wong

Re: [Openstack] I release naming (calling APAC community)

2013-05-03 Thread Frans Thamura
+1 for iching On May 3, 2013 12:17 PM, yoyochi...@itri.org.tw wrote: How about I-Ching? One of the oldest of the Chinese classic texts, can be referred to the influence of OpenStack to cloud computing. See Wikipedia page here : http://en.wikipedia.org/wiki/I_Ching Yoyo -Original

Re: [Openstack] Related Projects

2013-05-03 Thread Thierry Carrez
Jeremy Stanley wrote: On 2013-05-03 12:12:25 +0200 (+0200), Thierry Carrez wrote: Isn't that what stackmeat.org was supposed to cover ? Doesn't this transcluded RelatedProjects wikipage kind of duplicate this effort ? [...] Good point--I'd sadly forgotten about stackmeat.org... perhaps

Re: [Openstack] horizon dashboard error 500

2013-05-03 Thread Rajesh Upadhayay
This has issue has been fixed by changing False as false. COMPRESS_OFFLINE = false -Original Message- From: Julie Pichon [mailto:jpic...@redhat.com] Sent: Friday, May 03, 2013 8:29 PM To: Rajesh Upadhayay Cc: openstack@lists.launchpad.net Subject: Re: [Openstack] horizon dashboard error

Re: [Openstack] OpenStack Folsom Install - VM failed to configure network

2013-05-03 Thread Farhan Patwa
Ok I found the issue: I had the incorrect IP in the /etc/quantum/plugins/openvswitch/ovs_quantum_plugin.ini file local_ip was set to the VM IP instead of the local data network IP for the compute node. Now I need to figure out my next error: ) ci-info: eth0 : 1 50.50.1.3 255.255.255.0

[Openstack] slow terminate jobs..

2013-05-03 Thread Steve Heistand
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 so in addition to my problem of really long startup times, the process of trying to terminate a number of instances is taking ages as well. currently into an 18 instance terminate and its been 45 minutes. As there probably isnt much data movement

Re: [Openstack] slow terminate jobs..

2013-05-03 Thread Eric_E_Smith
How does RabbitMQ look? Are the messages being consumed in a timely fashion? -Original Message- From: Openstack [mailto:openstack-bounces+eric_e_smith=dell@lists.launchpad.net] On Behalf Of Steve Heistand Sent: Friday, May 03, 2013 1:14 PM To: openstack@lists.launchpad.net Subject:

[Openstack] nova scheduler: AggregateMultiTenancyIsolation enhanced for domain level tenancy

2013-05-03 Thread boden
Hi, I was poking around for a way to scope host aggregates at the domain level and moreover support the notion multiple tenant access. For example: * As an Cloud provider, I want to isolate aggregates/availability zones at the domain level (i.e. assign which domain can spawn instances on a

[Openstack] OVS plugin

2013-05-03 Thread Yuling_C
Hi All, I was wondering if anyone could help me with a question related to the guideline of Quantum plugin development. Let's say if we need to develop a quantum plugin and we would need to use OVS plugin in our plugin. Is it a good practice to change the code of OVS plugin when we need to,

Re: [Openstack] slow terminate jobs..

2013-05-03 Thread Steve Heistand
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 well there are a lot (68) beam.smp processes running, well in existence only a few at a time are consuming cpu time. Aside from that Im not sure how to answer the question. or does this perhaps indicate a problem: root@cloudfe:/var/log/rabbitmq#

Re: [Openstack] slow terminate jobs..

2013-05-03 Thread Eric_E_Smith
Have you by chance looked at the management plugin for RabbitMQ? http://www.rabbitmq.com/management.html You can get great information from the management CLI / Web UI and quickly determine if RabbitMQ is having a problem. -Original Message- From: Steve Heistand

Re: [Openstack] nova scheduler: AggregateMultiTenancyIsolation enhanced for domain level tenancy

2013-05-03 Thread Belmiro Moreira
Hi, I never thought about domains but it seems a great idea! If you want to extend it would be great. Remember that at the moment the AggregateMultiTenancyIsolation filter only guaranties that the nodes in the aggregate will run instances from the specified tenant. But it isn't exclusive… There

Re: [Openstack] slow terminate jobs..

2013-05-03 Thread Steve Heistand
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I hadnt seen the management plugin. I am updating from the rabbitmq's repo as the default (and canonical's) repos dont have a version new enough. it also seems there are new openstack versions in canonical's that I will upgrade to as well. once

Re: [Openstack] Related Projects

2013-05-03 Thread Marton Kiss
I'm taking care of stackmeat, and some feature upgrade is in the queue. If somebody like to join and help in content management, any help is welcome from my part. Regards, Márton 2013/5/3 Thierry Carrez thie...@openstack.org Jeremy Stanley wrote: On 2013-05-03 12:12:25 +0200 (+0200),

Re: [Openstack] OVS plugin

2013-05-03 Thread Kyle Mestery (kmestery)
On May 3, 2013, at 1:27 PM, yulin...@dell.com wrote: Hi All, I was wondering if anyone could help me with a question related to the guideline of Quantum plugin development. Let's say if we need to develop a quantum plugin and we would need to use OVS plugin in our plugin. Is it a good

Re: [Openstack] Related Projects

2013-05-03 Thread Stefano Maffulli
On Fri 03 May 2013 12:15:26 PM PDT, Marton Kiss wrote: I'm taking care of stackmeat, and some feature upgrade is in the queue. If somebody like to join and help in content management, any help is welcome from my part. I would vote to include stackmeat inside the OpenStack infrastructure so

Re: [Openstack] Related Projects

2013-05-03 Thread Marton Kiss
It is a good idea, it was the original plan with this project. If Harvard also like to use it we can refactor the current stackmeat distro into a common project distribution (like openatrium or openpublish) and OpenStack and Harvard distribution can inherit the commonly maintained codebase. M.

Re: [Openstack] Related Projects

2013-05-03 Thread Gabriel Hurley
Do you have plans to add comparison matrices, user counts, github stats, categories (aside from arbitrary tags), etc.? No offense meant to stackmeat, but the OpenComparison project is way ahead in terms of features that make it easy for consumers to make educated choices about the

Re: [Openstack] Related Projects

2013-05-03 Thread Marton Kiss
The original plan with stackmeat was to provide a space for related projects with relatively small effort as part of .openstack.orginfrastructure. I got a lot of support from Stefano (thanks for that!), but finally it was launched as separate project, because we cannot move it under

Re: [Openstack] Related Projects

2013-05-03 Thread Marton Kiss
Michael, thanks for the feedback, I record it as a feature request as a different view of projects. M. 2013/5/3 Michael Bright mjbrigh...@gmail.com I just discovered these different sites thanks to this mail thread. I guess different people are looking for different types of info, judging

Re: [Openstack] OVS plugin

2013-05-03 Thread Chris Wright
* yulin...@dell.com (yulin...@dell.com) wrote: I was wondering if anyone could help me with a question related to the guideline of Quantum plugin development. Let's say if we need to develop a quantum plugin and we would need to use OVS plugin in our plugin. Is it a good practice to change

Re: [Openstack] moving glance service

2013-05-03 Thread Dmitry Makovey
Hi, Nova does not get  the glance endpoint from keystone, this is a parameter in nova.conf : either glance_host + glance_port or glance_api_servers Hope this helps. It sure did! Thank you. I'm puzzled though why do we have the same information replicated in bazillion places? We've got

Re: [Openstack] Related Projects

2013-05-03 Thread Matt Joyce
This is going to come off as a bit of a rant. Pardon me. I feel it needs saying. There's a few ways to look at what OpenStack is. It's an IaaS solution. It's a cloud solution. But at it's heart, core to the design principles of OpenStack development ideology it is a collection of tools

Re: [Openstack] moving glance service

2013-05-03 Thread François Charlier
Dmitry Makovey dmako...@yahoo.com a écrit : Hi, Nova does not get  the glance endpoint from keystone, this is a parameter in nova.conf : either glance_host + glance_port or glance_api_servers Hope this helps. It sure did! Thank you. I'm puzzled though why do we have the same information

Re: [Openstack] Related Projects

2013-05-03 Thread Marton Kiss
Hi Matt, I mostly agree with your post, but from other side we are not living in an ideal world, and just doing the first steps on a long road. OpenStack is a very young platform, the wider ecosystem is forming, and a lot of things for me or you seems to be evident, not even known for others. I

Re: [Openstack] Related Projects

2013-05-03 Thread Gabriel Hurley
+1. And I'd add that we need to do everything in our collective power to treat OpenStack as a coherent whole, not as a loosely federated set of projects that are released together. We are still a young community, but doing things to build supporting tools, expose commonalities and overlaps,

[Openstack] OpenStack Community Weekly Newsletter (Apr 25 – May 3)

2013-05-03 Thread Stefano Maffulli
Introducing Murano: Bringing Windows Environments to OpenStack http://www.mirantis.com/blog/introducing-murano-bringing-windows-environment-to-openstack/ In response to growing demand for deploying and running Windows based applications on OpenStack cloud, the team at Mirantis

[Openstack] time from patch to canonical repo?

2013-05-03 Thread Steve Heistand
is there any way to judge how long it takes a patch to go from committed into the source tree until it shows up in the canonical repo? or alternatively I guess are there a guide to building from source? thanks -- Steve

Re: [Openstack] I release naming (calling APAC community)

2013-05-03 Thread Wang, Shane
Thierry is correct, there is no word starting with “I”, “U” and “V” in classic transliteration of Chinese words in Mandarin. If we consider the words in Cantonese, Taiwanese (Hakka), or foreign words, there will be some candidates, as the friends suggested. For example in the list: Foreign

Re: [Openstack] I release naming (calling APAC community)

2013-05-03 Thread Haitao Jiang
I like I-Ching most among proposed ones. +1 Haitao On Thu, May 2, 2013 at 10:16 PM, yoyochi...@itri.org.tw wrote: How about I-Ching? One of the oldest of the Chinese classic texts, can be referred to the influence of OpenStack to cloud computing. See Wikipedia page here :

Re: [Openstack] I release naming (calling APAC community)

2013-05-03 Thread Ray Sun
I-Ching +1 Best Regards -- Ray On Sat, May 4, 2013 at 11:48 AM, Haitao Jiang jianghai...@gmail.com wrote: I like I-Ching most among proposed ones. +1 Haitao On Thu, May 2, 2013 at 10:16 PM, yoyochi...@itri.org.tw wrote: How about I-Ching? One of the oldest of the Chinese classic texts,

Re: [Openstack] I release naming (calling APAC community)

2013-05-03 Thread mail.zhang.yee
+1 Ili, beautiful word and beautiful place. 在 2013-5-3 上午11:47,Hua ZZ Zhang zhu...@cn.ibm.com写道: +1! the Chinese character is '伊犁' and can be easily spelled, remembered and pronounced in English. This city name 'ili' is also searchable on google map. It is beautiful city located in the

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_glance_trunk #40

2013-05-03 Thread openstack-testing-bot
Title: precise_havana_glance_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_glance_trunk/40/Project:precise_havana_glance_trunkDate of build:Fri, 03 May 2013 05:32:34 -0400Build duration:7 min 6 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_glance_trunk #11

2013-05-03 Thread openstack-testing-bot
at 20130503

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_nova_trunk #104

2013-05-03 Thread openstack-testing-bot
Title: precise_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/104/Project:precise_havana_nova_trunkDate of build:Fri, 03 May 2013 05:47:10 -0400Build duration:44 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_ceilometer_trunk #16

2013-05-03 Thread openstack-testing-bot
Title: saucy_havana_ceilometer_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_ceilometer_trunk/16/Project:saucy_havana_ceilometer_trunkDate of build:Fri, 03 May 2013 06:06:30 -0400Build duration:1 min 33 secBuild cause:Started by an SCM changeBuilt

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

2013-05-03 Thread openstack-testing-bot
Title: precise_havana_horizon_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_horizon_trunk/27/Project:precise_havana_horizon_trunkDate of build:Fri, 03 May 2013 08:02:35 -0400Build duration:2 min 21 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_swift_trunk #47

2013-05-03 Thread openstack-testing-bot
at 20130503

[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_swift_trunk #8

2013-05-03 Thread openstack-testing-bot
at 20130503

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_quantum_trunk #84

2013-05-03 Thread openstack-testing-bot
Title: precise_havana_quantum_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_quantum_trunk/84/Project:precise_havana_quantum_trunkDate of build:Fri, 03 May 2013 09:02:35 -0400Build duration:2 min 12 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_ceilometer_trunk #17

2013-05-03 Thread openstack-testing-bot
Title: saucy_havana_ceilometer_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_ceilometer_trunk/17/Project:saucy_havana_ceilometer_trunkDate of build:Fri, 03 May 2013 09:04:47 -0400Build duration:1 min 34 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Fixed: saucy_havana_swift_trunk #9

2013-05-03 Thread openstack-testing-bot
Title: saucy_havana_swift_trunk General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_swift_trunk/9/Project:saucy_havana_swift_trunkDate of build:Fri, 03 May 2013 09:47:33 -0400Build duration:2 min 46 secBuild cause:Started by user Chuck ShortBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_quantum_trunk #85

2013-05-03 Thread openstack-testing-bot
Title: precise_havana_quantum_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_quantum_trunk/85/Project:precise_havana_quantum_trunkDate of build:Fri, 03 May 2013 11:02:34 -0400Build duration:2 min 4 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_nova_trunk #105

2013-05-03 Thread openstack-testing-bot
Title: precise_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/105/Project:precise_havana_nova_trunkDate of build:Fri, 03 May 2013 11:17:01 -0400Build duration:48 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Fixed: precise_havana_swift_trunk #48

2013-05-03 Thread openstack-testing-bot
Title: precise_havana_swift_trunk General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_swift_trunk/48/Project:precise_havana_swift_trunkDate of build:Fri, 03 May 2013 11:22:08 -0400Build duration:2 min 36 secBuild cause:Started by user Chuck ShortBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_nova_trunk #106

2013-05-03 Thread openstack-testing-bot
Title: precise_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/106/Project:precise_havana_nova_trunkDate of build:Fri, 03 May 2013 11:32:35 -0400Build duration:44 secBuild cause:Started by an SCM changeBuilt

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

2013-05-03 Thread openstack-testing-bot
Title: precise_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/107/Project:precise_havana_nova_trunkDate of build:Fri, 03 May 2013 12:02:35 -0400Build duration:59 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_nova_trunk #108

2013-05-03 Thread openstack-testing-bot
Title: precise_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/108/Project:precise_havana_nova_trunkDate of build:Fri, 03 May 2013 12:32:34 -0400Build duration:1 min 6 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Failure: saucy_havana_horizon_trunk #7

2013-05-03 Thread openstack-testing-bot
Title: saucy_havana_horizon_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_horizon_trunk/7/Project:saucy_havana_horizon_trunkDate of build:Fri, 03 May 2013 12:37:53 -0400Build duration:3 min 1 secBuild cause:Started by user James PageBuilt

[Openstack-ubuntu-testing-notifications] Build Failure: precise_havana_ceilometer_trunk #30

2013-05-03 Thread openstack-testing-bot
Title: precise_havana_ceilometer_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_ceilometer_trunk/30/Project:precise_havana_ceilometer_trunkDate of build:Fri, 03 May 2013 13:01:34 -0400Build duration:1 min 10 secBuild cause:Started by an SCM

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_nova_trunk #109

2013-05-03 Thread openstack-testing-bot
Title: precise_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/109/Project:precise_havana_nova_trunkDate of build:Fri, 03 May 2013 13:32:42 -0400Build duration:30 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Failure: precise_grizzly_nova_trunk #989

2013-05-03 Thread openstack-testing-bot
Title: precise_grizzly_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_nova_trunk/989/Project:precise_grizzly_nova_trunkDate of build:Fri, 03 May 2013 14:35:22 -0400Build duration:51 secBuild cause:Started by user Adam GandelmanBuilt

[Openstack-ubuntu-testing-notifications] Build Fixed: precise_grizzly_nova_trunk #990

2013-05-03 Thread openstack-testing-bot
Title: precise_grizzly_nova_trunk General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_nova_trunk/990/Project:precise_grizzly_nova_trunkDate of build:Fri, 03 May 2013 14:44:41 -0400Build duration:10 minBuild cause:Started by user Adam GandelmanBuilt

[Openstack-ubuntu-testing-notifications] Build Failure: precise_grizzly_ceilometer_trunk #154

2013-05-03 Thread openstack-testing-bot
Title: precise_grizzly_ceilometer_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_ceilometer_trunk/154/Project:precise_grizzly_ceilometer_trunkDate of build:Fri, 03 May 2013 17:31:36 -0400Build duration:1 min 30 secBuild cause:Started by an SCM

[Openstack-ubuntu-testing-notifications] Build Failure: raring_grizzly_ceilometer_trunk #154

2013-05-03 Thread openstack-testing-bot
Title: raring_grizzly_ceilometer_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_ceilometer_trunk/154/Project:raring_grizzly_ceilometer_trunkDate of build:Fri, 03 May 2013 17:31:37 -0400Build duration:1 min 40 secBuild cause:Started by an SCM