[Openstack] Grizzly Horizon Import Error

2013-04-30 Thread Trinath Somanchi
Hi Stackers- I have installed Openstack Grizzly with all the components but I get this Horizon Error when I try to access the Horizon GUI [Tue Apr 30 05:59:04 2013] [error] [client 10.232.90.47] mod_wsgi (pid=2785): Exception occurred processing WSGI script

Re: [Openstack] Grizzly Horizon Import Error

2013-04-30 Thread Cheng, Lin Hua (Cloud Services)
This is the same issue reported in: https://bugs.launchpad.net/horizon/+bug/1125622 There is also a discussion in this bug with workarounds: https://bugs.launchpad.net/horizon/+bug/1116467 Hope this helps. -Lin From: Openstack

[Openstack] Help About The Documentation

2013-04-30 Thread Alexandre De Carvalho
Hi everyone ! I found these ones in the documentation : Volume storage: two disks with 2 TB (SATA) for volumes attached to the compute nodes. And I don't understand this sentence. Someone can explain to me this sentence, please ? Thanks ! Have a good day ! -- regards, Alexandre

Re: [Openstack] anyone has a sample quantum.conf file that configures a valid quantum.log file?

2013-04-30 Thread Maru Newby
On Apr 29, 2013, at 6:03 PM, yulin...@dell.com wrote: Hi, I’m new to Quantum and trying to set up an openstack quantum environment. I installed a single node environment using DevStack(on a VM) successfully. I noticed that by default there is no log files for quantum. I tried to

Re: [Openstack] Help About The Documentation

2013-04-30 Thread Razique Mahroua
Hi,can you provide us the link ?I think that means create an LVM VG made of two disks (so two PV) that you will call "nova-volume"Regards, Razique Mahroua-Nuage Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15 Le 30 avr. 2013 à 09:49, Alexandre De Carvalho alexandre7.decarva...@gmail.com a

Re: [Openstack] [Grizzly] VMs can't access internet if floating ip associated

2013-04-30 Thread Darragh O'Reilly
Hi, I don't have an answer, but here are a couple of troubleshooting tips: - use iptables-save -c to see which chains are being hit. Do a ping and run  iptables-save -c again to see which counters increased. - use tcpdump to find out where the packets are getting lost. You could start  with the

Re: [Openstack] Failed db sync while upgrading from essex to folsom

2013-04-30 Thread Shashank Sahni
Hi Calvin, Thank you for the reply. It solved the db sync issue. But soon after this, the nova-compute daemons started throwing the following trace. 2013-04-30 15:53:21 TRACE nova OperationalError: (OperationalError) (1054, Unknown column 'instance_metadata_1.instance_id' in 'field list') When

[Openstack] Folsom without Quantum

2013-04-30 Thread aliki aliki
Hello everyone! I am using this guide https://github.com/mseknibilel/OpenStack-Folsom-Install-guide/blob/master/OpenStack_Folsom_Install_Guide_WebVersion.rst in order to set up openstack. Since I am not interested in using Quantum, is that right that I don't have to use the Network node?

Re: [Openstack] Folsom without Quantum

2013-04-30 Thread Salvatore Orlando
Hi Aliki, You are correct, since you won't need the network node as host of Quantum services as described in the guide you linked. However you might still want to run nova-network on a dedicated network node. Also, without quantum of course you won't need to run the l2 agent on each compute

[Openstack] quantum-server Fail scheduling network

2013-04-30 Thread Arindam Choudhury
Hi, I am getting this error when I try to launch a VM. dhcp-agent.log : BLANK quantum-server.log: 2013-04-30 12:31:14 WARNING [quantum.api.extensions] Extension port-security not supported by any of loaded plugins 2013-04-30 12:31:14 WARNING [quantum.api.extensions] Extension lbaas not

Re: [Openstack] Folsom without Quantum

2013-04-30 Thread Mac Innes, Kiall
While I don't use Quantum either, If I was deploying today.. I would. nova-network (the thing Quantum is replacing) is on it's way out, and deploying with nova-network today just means you'll have to migrate in 1-2 releases (6-12 months). Kiall Mac Innes HP Cloud Services - DNSaaS Mobile:

[Openstack] How to integrate Cloudsim

2013-04-30 Thread harryxiyou
Hi all, I just wonder how to integrate Cloudsim(https://code.google.com/p/cloudsim) into Openstack, that is to say i wanna use Cloudsim in local clouds with Openstack. Would anyone please give me some suggestions about this one? Or give me an example patch that is integrated into Openstack.

Re: [Openstack] Failed db sync while upgrading from essex to folsom

2013-04-30 Thread Calvin Walton
On Tue, 2013-04-30 at 16:06 +0530, Shashank Sahni wrote: Hi Calvin, Thank you for the reply. It solved the db sync issue. But soon after this, the nova-compute daemons started throwing the following trace. 2013-04-30 15:53:21 TRACE nova OperationalError: (OperationalError) (1054, Unknown

Re: [Openstack] Help About The Documentation

2013-04-30 Thread Alexandre De Carvalho
Here the link : http://docs.openstack.org/trunk/openstack-compute/admin/content/compute-system-requirements.html regards, Alexandre 2013/4/30 Razique Mahroua razique.mahr...@gmail.com Hi, can you provide us the link ? I think that means create an LVM VG made of two disks (so two PV) that you

[Openstack] Problem when allocating IP

2013-04-30 Thread Guilherme Russi
Hello guys, I'm getting problem when my VMs are allocating IPs. I create the first VM and it works, it gets the IP 10.0.0.4 and I can ssh and ping, but when I create the second, the third and so on VMs the don't get IP. Can anybody guide me where to look to fix it? I'm using Ubuntu 12.04 server,

[Openstack] Disk space not available when creating small instance using OpenStack

2013-04-30 Thread rahul singh
Hi, I installed OpenStack using devstack on a Ubuntu 12.04 VM created using VirtualBox. I create an m1.small instance which should have 20GB disk. But I log into the VM created by OpenStack I do not see 20GB disk space. Here is my df -h output: FilesystemSize Used Available

Re: [Openstack] Disk space not available when creating small instance using OpenStack

2013-04-30 Thread Razique Mahroua
if it's an ephemeral one, just run $ fdisk -l and you will see it :)it's neither mounted nor formatted in the first placeregards, Razique Mahroua-Nuage Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15 Le 30 avr. 2013 à 16:16, rahul singh singh.rahul.1...@gmail.com a écrit :Hi,I installed

Re: [Openstack] Disk space not available when creating small instance using OpenStack

2013-04-30 Thread rahul singh
Thanks Razique, that works :) On Tue, Apr 30, 2013 at 10:22 AM, Razique Mahroua razique.mahr...@gmail.com wrote: if it's an ephemeral one, just run $ fdisk -l and you will see it :) it's neither mounted nor formatted in the first place regards, *Razique Mahroua** - **Nuage Co*

Re: [Openstack] Recruiting - Translation Coordinator

2013-04-30 Thread Masanori ITOH
Hi Daisy, Sorry for our late response. Now, we Japan team are also working on translation of OpenStack Operations Guide , and we had a discussion on the coordinator issue. Our conclusion is to form a small coordinator team because of man power problem. Here is a list of the Japanese

Re: [Openstack] Help About The Documentation

2013-04-30 Thread Sylvain Bauza
Indeed. There is room for improvement : should the 2 disks be RAID1 or parts of the same VG, as said ? As it is recommended hardware, it would be interesting to know which kind of setup with 2 SATA disks is optimal ? Of course, it does depend a lot

[Openstack] detach volume from horizon?

2013-04-30 Thread Steve Heistand
Im not seeing a way to detach a volume from within horizon? is this CLI only? s -- Steve Heistand NASA Ames Research Center SciCon Group Mail Stop 258-6

[Openstack] no network error on folsom+quantum

2013-04-30 Thread Molnár Mihály László
Hi all, I installed OpenStack folsom using this guide: https://github.com/mseknibilel/OpenStack-Folsom-Install-guide/blob/stable/GRE/OpenStack_Folsom_Install_Guide_WebVersion.rst It seems everything is ok, no errors in the log files, but there is no network for my VMs. Even 2 VM on the same

[Openstack] Glance cannot authenticate

2013-04-30 Thread Viktor Viking
Dear Openstackers, I'm facing authentication problems when running glance commands (e.g., glance image-list) I have my environment variables set in the following way: OS_REGION_NAME=RegionOne OS_PASSWORD=openstack OS_AUTH_URL=http://192.168.0.1:5000/v2.0 OS_USERNAME=admin OS_TENANT_NAME=demo

Re: [Openstack] Help About The Documentation

2013-04-30 Thread John Griffith
On Tue, Apr 30, 2013 at 9:44 AM, Sylvain Bauza sylvain.ba...@digimind.comwrote: Indeed. There is room for improvement : should the 2 disks be RAID1 or parts of the same VG, as said ? As it is recommended hardware, it would be interesting to know which kind of setup with 2 SATA disks is

Re: [Openstack] detach volume from horizon?

2013-04-30 Thread Eric_E_Smith
I guess it depends on the version of horizon you're using, in horizon while logged in as a member of the project who owns the volume, do you see Volumes--Edit Attachments--Detach Volume? -Original Message- From: Openstack

[Openstack] help needed to configure quantum

2013-04-30 Thread Arindam Choudhury
Hi, I need help. Any help will be highly appreciated. My VM dont get any ip address: Here is all my config files. Giving in links so the mail can be more readable: nova.conf : https://gist.github.com/arindamchoudhury/5489503 nova: api-paste.ini : https://gist.github.com/arindamchoudhury/5489499

Re: [Openstack] detach volume from horizon?

2013-04-30 Thread Steve Heistand
heh :) to my old eyes that looked like delete not detach. will have to crank up font size me thinks. s On 04/30/2013 09:15 AM, eric_e_sm...@dell.com wrote: I guess it depends on the version of horizon you're using, in horizon while logged in as a member of the project who owns the volume,

Re: [Openstack] no network error on folsom+quantum

2013-04-30 Thread Molnár Mihály László
libvirt_use_virtio_for_bridges=false solved that now on vnet0 there are valid packets Rusty On Tue, Apr 30, 2013 at 5:57 PM, Molnár Mihály László lacik...@gmail.com wrote: Hi all, I installed OpenStack folsom using this guide:

[Openstack] virsh -lost internet connection

2013-04-30 Thread aliki aliki
Hello, after executing these commands: virsh net-destroy default virsh net-undefine default following instructions from this tutorial: https://github.com/mseknibilel/OpenStack-Folsom-Install-guide/blob/master/OpenStack_Folsom_Install_Guide_WebVersion.rst I lost my internet access. Anyone knows

Re: [Openstack] Glance cannot authenticate

2013-04-30 Thread Razique Mahroua
Funny,I'm facing the same issue today - are glance api/ registry conf files good ? (especially the [paste_deploy] flavor=keystone for both api and registry)what $ nova -debug image-show outputs? Razique Mahroua-Nuage Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15 Le 30 avr. 2013 à 18:03,

Re: [Openstack] Configuring tempurl in Openstack Swift

2013-04-30 Thread Shrinand Javadekar
Thanks for the reply John. We have seen a few customers struggle when setting up tempurl. Its easy to make them edit the proxy-server.conf file. But explaining the second step is a bit tedious and error-prone. I've been thinking of having a python script that does this. But something official

Re: [Openstack] anyone has a sample quantum.conf file that configures a valid quantum.log file?

2013-04-30 Thread Yuling_C
Thanks very much Maru. Another question...I'm playing around with Openstack Dashboard. What I can see is that after I launch a VM, a few ports will be created. Port details would also show the MAC address of the port(something like fa:16:3e:97:1f:b7). Is this MAC address the physical MAC

Re: [Openstack] anyone has a sample quantum.conf file that configures a valid quantum.log file?

2013-04-30 Thread Maru Newby
On Apr 30, 2013, at 11:21 AM, yulin...@dell.com wrote: Thanks very much Maru. Another question...I'm playing around with Openstack Dashboard. What I can see is that after I launch a VM, a few ports will be created. Port details would also show the MAC address of the port(something like

[Openstack] How to decommission a compute node

2013-04-30 Thread Greg Chavez
I'm just getting up and running with Folsom on Ubuntu 12.10. Of two compute nodes I have running, one of them died (some kind of grub corruption). So my next step is to re-kick it, but I don't know how to remove the compute node from Nova. I can do this: root@kcon-gen-01i:~# nova-manage

[Openstack] launching multiple VMs takes very long time

2013-04-30 Thread Steve Heistand
if I launch one vm at a time its doesnt very long to start up the instance. maybe a minute. if I launch 4 instances (of the same snapshot as before) it takes 30 minutes. they are all launching to different compute nodes, the controllers are all multicore, I dont see any processes on the compute

Re: [Openstack] launching multiple VMs takes very long time

2013-04-30 Thread Rick Jones
On 04/30/2013 11:42 AM, Steve Heistand wrote: if I launch one vm at a time its doesnt very long to start up the instance. maybe a minute. if I launch 4 instances (of the same snapshot as before) it takes 30 minutes. they are all launching to different compute nodes, the controllers are all

Re: [Openstack] launching multiple VMs takes very long time

2013-04-30 Thread Eric_E_Smith
Perhaps network throughput where the snapshot is hosted (The controller node)? -Original Message- From: Openstack [mailto:openstack-bounces+eric_e_smith=dell@lists.launchpad.net] On Behalf Of Steve Heistand Sent: Tuesday, April 30, 2013 1:43 PM To: openstack@lists.launchpad.net

Re: [Openstack] launching multiple VMs takes very long time

2013-04-30 Thread Steve Heistand
They are all booting the same image. there still may be a random read issues if they arent mostly synced in copying the file to the compute node. But there isnt much of a load on the disk while the instances are being launched. Its just a sata drive at this point so the performance isnt great but

Re: [Openstack] anyone has a sample quantum.conf file that configures a valid quantum.log file?

2013-04-30 Thread Yuling_C
I guess that's not physical either... since ifConfig -a on the Ubuntu OS(where my VM resides) gave me different HWaddr (something like 5a:86:eb:95:1a:49). So, another question is whether I can get the physical NIC port MAC from Openstack Quantum? The plugin configured in my environment is OVS

[Openstack] OpenStack in OpenStack Without a 'VT-x' CPU

2013-04-30 Thread Chris Bartels
Hi, I've currently got my laptop all its accessories for sale on eBay in hopes of selling it so that I can raise money with which to purchase a cheap, used server for the purpose of installing OpenStack on OpenStack. This so that I can tinker with it get my head wrapped around utilizing

Re: [Openstack] Glance cannot authenticate

2013-04-30 Thread Razique Mahroua
ok problem solved here.As I was using an HA cluster between two nodes, I forgot to add a link between the public IP of my APIs and the glance services - so Glance was running on one node as the IP was running on the other oneYou can use tcpdump in order to diagnose when it fails :$ tcpdump -nvv

Re: [Openstack] anyone has a sample quantum.conf file that configures a valid quantum.log file?

2013-04-30 Thread Maru Newby
It is not possible to retrieve the physical mac port as you desire via Quantum's API. The mapping of physical NIC to virtual NIC is plugin-specific and not exposed, though it can obviously be discovered manually. What use-case are you thinking of that requires discovery of the physical mac

Re: [Openstack] no network error on folsom+quantum

2013-04-30 Thread Molnár Mihály László
dhcp is working now, and i can reach the dhcp's ip with ping, but the router interface on the subnet doesnt reply to arp requests. any idea? thanks! Rusty On Tue, Apr 30, 2013 at 7:15 PM, Molnár Mihály László lacik...@gmail.com wrote: libvirt_use_virtio_for_bridges=false solved that now on

Re: [Openstack] Configuring tempurl in Openstack Swift

2013-04-30 Thread Samuel Merritt
The tempurl key is just a metadata attribute on the account with a particular name. swiftclient already supports setting metadata on accounts (and containers and objects); no changes are needed. $ swift post -m temp-url-key:correcthorsebatterystaple On 4/30/13 10:43 AM, Shrinand Javadekar

Re: [Openstack] launching multiple VMs takes very long time

2013-04-30 Thread Melanie Witt
This presentation from the summit might be of interest to you: http://www.openstack.org/summit/portland-2013/session-videos/presentation/scaling-the-boot-barrier-identifying-and-eliminating-contention-in-openstack I couldn't find just the slide deck anywhere so far. Your issue is different

Re: [Openstack] launching multiple VMs takes very long time

2013-04-30 Thread Steve Heistand
this certainly looks promising.. thanks s On 04/30/2013 01:36 PM, Melanie Witt wrote: This presentation from the summit might be of interest to you:

Re: [Openstack] Configuring tempurl in Openstack Swift

2013-04-30 Thread Shrinand Javadekar
Oh cool.. Didn't know about this. Will try this out. On Tue, Apr 30, 2013 at 1:37 PM, Samuel Merritt s...@swiftstack.com wrote: The tempurl key is just a metadata attribute on the account with a particular name. swiftclient already supports setting metadata on accounts (and containers and

[Openstack] Nested Open vSwitch Bridges

2013-04-30 Thread Joe Topjian
Hello, I have OpenStack (Grizzly) up and running with Quantum. I'm using the Open vSwitch plugin, per-tenant routing, and network namespaces. As far as I'm aware, this is all set up correctly as instances that I create are able to retrieve an IP address via DHCP, reach the metadata server, and

Re: [Openstack] OpenStack in OpenStack Without a 'VT-x' CPU

2013-04-30 Thread Dugger, Donald D
I don't claim to be an expert on OpenStack on OpenStack but I don't believe you need VTx at all. IPMI, yes you need that, but not VTx. The idea behind OS on OS is that you are installing an image onto the bare metal host, you are not utilizing the VTx features nor are you using KVM. You need

Re: [Openstack] launching multiple VMs takes very long time

2013-04-30 Thread Rick Jones
On 04/30/2013 01:36 PM, Melanie Witt wrote: This presentation from the summit might be of interest to you: http://www.openstack.org/summit/portland-2013/session-videos/presentation/scaling-the-boot-barrier-identifying-and-eliminating-contention-in-openstack A nice presentation. Based on his

[Openstack] [CI] Mailman and Meetbot Downtime

2013-04-30 Thread Clark Boylan
Ubuntu Oneiric Ocelot will end of life on May 9, 2013. lists.openstack.org and eavesdrop.openstack.org are currently both running Oneiric. The Infra team will be moving these services (mailman mail lists and meetbot) to new Ubuntu Precise hosts on May 4, 2013 from 1600-1700 UTC. During this time

Re: [Openstack] anyone has a sample quantum.conf file that configures a valid quantum.log file?

2013-04-30 Thread Yuling_C
Hi Maru, Actually in VMWare case, we will be able to see the physical NIC port address from VCenter(View Network Adapters in Configuration tab of the physical cluster node). I'm not sure how I can get the same information in OVS case... When you mentioned 'it can obviously be discovered

Re: [Openstack] How to decommission a compute node

2013-04-30 Thread Daniels Cai
nova didn't provide a interface to do it I delete the host directly from nova db after disable it. Daniels Cai http://dnscai.com 在 2013-5-1,2:40,Greg Chavez greg.cha...@gmail.com 写道: I'm just getting up and running with Folsom on Ubuntu 12.10. Of two compute nodes I have running, one of

[Openstack] Announcing Murano OpenStack project

2013-04-30 Thread Georgy Okrokvertskhov
At Mirantis within our customer and partner base we see growing demand to deploy and run Windows based applications on OpenStack cloud. Today we are pleased to announce the forthcoming Murano project, which is designed to ease this process. The main goal of this initiative is to create a native

Re: [Openstack] Nested Open vSwitch Bridges

2013-04-30 Thread Salvatore Orlando
Hi Joe, are you using the OVS plugin with GRE overlays? In that case your problem might be the fact that the plugin pushes a OVS flow entry which applies the 'local' vlan tag only to packet directed to the VM's mac [1] To me, this does not look like a bug; it's probably intended behaviour, as it

Re: [Openstack] Nested Open vSwitch Bridges

2013-04-30 Thread Aaron Rosen
Also, the security group stuff locks down the port to be the mac+ip of the quantum port mac+ip. If you create a new bridge and add ethX to it you'll also have to set the mac on your bridge to be the same as ethX (which is the mac that quantum handed out). Aaron On Tue, Apr 30, 2013 at 4:25 PM,

Re: [Openstack] Nested Open vSwitch Bridges

2013-04-30 Thread Salvatore Orlando
I was not aware that security groups for OVS already enforced anti spoofing rules. That's good to know. Salvatore On 1 May 2013 00:55, Aaron Rosen aro...@nicira.com wrote: Also, the security group stuff locks down the port to be the mac+ip of the quantum port mac+ip. If you create a new

[Openstack] [ASK] About/Help page for ask.openstack.org

2013-04-30 Thread Stefano Maffulli
Hello folks, the traffic on http://ask.openstack.org is increasing and I thought that it would be good to provide a way to help people get the most out of the tool. In Portland I got inspiration from Jorge Castro, very active on Ask Ubuntu so today I put online a first attempt at providing

Re: [Openstack] ceilometer and heat tutorial

2013-04-30 Thread Pádraig Brady
On 04/28/2013 07:35 PM, Michaël Van de Borne wrote: Le 26/04/2013 20:28, Steven Hardy a écrit : On Fri, Apr 26, 2013 at 05:02:54PM +0200, Michaël Van de Borne wrote: Hi all, I'm looking for install and usage tutorials for ceilometer and heat. The best I could find so far are these: -

Re: [Openstack] Nested Open vSwitch Bridges

2013-04-30 Thread Joe Topjian
Thank you both for the information. I see that the compute node has some iptables rules for the instance -- one in particular that filters the instance's mac address -- but deleting this rule doesn't resolve the issue. So my guess is that it's the flow table that Salvatore mentioned which is

Re: [Openstack] Failed db sync while upgrading from essex to folsom

2013-04-30 Thread Shashank Sahni
Thanks Calvin. It was an update issue. I ran apt-get upgrade instead of dist-upgrade. -- Shashank Sahni On Tue, Apr 30, 2013 at 6:05 PM, Calvin Walton calvin.wal...@kepstin.cawrote: On Tue, 2013-04-30 at 16:06 +0530, Shashank Sahni wrote: Hi Calvin, Thank you for the reply. It solved

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

2013-04-30 Thread openstack-testing-bot
Title: precise_havana_quantum_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_quantum_trunk/70/Project:precise_havana_quantum_trunkDate of build:Tue, 30 Apr 2013 02:31:36 -0400Build duration:1 min 20 secBuild cause:Started by an SCM changeBuilt

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

2013-04-30 Thread openstack-testing-bot
Title: precise_havana_quantum_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_quantum_trunk/71/Project:precise_havana_quantum_trunkDate of build:Tue, 30 Apr 2013 03:01:36 -0400Build duration:1 min 19 secBuild cause:Started by an SCM changeBuilt

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

2013-04-30 Thread openstack-testing-bot
Title: precise_havana_glance_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_glance_trunk/31/Project:precise_havana_glance_trunkDate of build:Tue, 30 Apr 2013 04:31:35 -0400Build duration:2 min 53 secBuild cause:Started by an SCM changeBuilt

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

2013-04-30 Thread openstack-testing-bot
at 20130430-0616Build needed 00:00:00, 0k disc spaceERROR:root:Error occurred during

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

2013-04-30 Thread openstack-testing-bot
Title: saucy_havana_ceilometer_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_ceilometer_trunk/3/Project:saucy_havana_ceilometer_trunkDate of build:Tue, 30 Apr 2013 06:19:42 -0400Build duration:3.6 secBuild cause:Started by user James PageBuilt

[Openstack-ubuntu-testing-notifications] Build Fixed: saucy_havana_ceilometer_trunk #4

2013-04-30 Thread openstack-testing-bot
Title: saucy_havana_ceilometer_trunk General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_ceilometer_trunk/4/Project:saucy_havana_ceilometer_trunkDate of build:Tue, 30 Apr 2013 06:20:38 -0400Build duration:2 min 52 secBuild cause:Started by user James PageBuilt

[Openstack-ubuntu-testing-notifications] Build Failure: saucy_havana_ceilometer_trunk #5

2013-04-30 Thread openstack-testing-bot
Title: saucy_havana_ceilometer_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_ceilometer_trunk/5/Project:saucy_havana_ceilometer_trunkDate of build:Tue, 30 Apr 2013 06:29:35 -0400Build duration:1 min 27 secBuild cause:Started by user James PageBuilt

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

2013-04-30 Thread openstack-testing-bot
Title: saucy_havana_horizon_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_horizon_trunk/1/Project:saucy_havana_horizon_trunkDate of build:Tue, 30 Apr 2013 06:31:33 -0400Build duration:8.5 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Failure: saucy_havana_python-cinderclient_trunk #1

2013-04-30 Thread openstack-testing-bot
Title: saucy_havana_python-cinderclient_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_python-cinderclient_trunk/1/Project:saucy_havana_python-cinderclient_trunkDate of build:Tue, 30 Apr 2013 06:31:42 -0400Build duration:2.3 secBuild cause:Started by

[Openstack-ubuntu-testing-notifications] Build Failure: saucy_havana_keystone_trunk #1

2013-04-30 Thread openstack-testing-bot
Title: saucy_havana_keystone_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_keystone_trunk/1/Project:saucy_havana_keystone_trunkDate of build:Tue, 30 Apr 2013 06:31:33 -0400Build duration:11 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Failure: saucy_havana_python-quantumclient_trunk #1

2013-04-30 Thread openstack-testing-bot
Title: saucy_havana_python-quantumclient_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_python-quantumclient_trunk/1/Project:saucy_havana_python-quantumclient_trunkDate of build:Tue, 30 Apr 2013 06:31:49 -0400Build duration:2.5 secBuild cause:Started

[Openstack-ubuntu-testing-notifications] Build Failure: saucy_havana_glance_trunk #1

2013-04-30 Thread openstack-testing-bot
Title: saucy_havana_glance_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_glance_trunk/1/Project:saucy_havana_glance_trunkDate of build:Tue, 30 Apr 2013 06:31:44 -0400Build duration:7.8 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Failure: saucy_havana_swift_trunk #1

2013-04-30 Thread openstack-testing-bot
Title: saucy_havana_swift_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_swift_trunk/1/Project:saucy_havana_swift_trunkDate of build:Tue, 30 Apr 2013 06:31:53 -0400Build duration:6.5 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth

[Openstack-ubuntu-testing-notifications] Build Failure: saucy_havana_python-swiftclient_trunk #1

2013-04-30 Thread openstack-testing-bot
Title: saucy_havana_python-swiftclient_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_python-swiftclient_trunk/1/Project:saucy_havana_python-swiftclient_trunkDate of build:Tue, 30 Apr 2013 06:32:02 -0400Build duration:3.1 secBuild cause:Started by an

[Openstack-ubuntu-testing-notifications] Build Failure: saucy_havana_python-glanceclient_trunk #1

2013-04-30 Thread openstack-testing-bot
Title: saucy_havana_python-glanceclient_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_python-glanceclient_trunk/1/Project:saucy_havana_python-glanceclient_trunkDate of build:Tue, 30 Apr 2013 06:31:59 -0400Build duration:2.7 secBuild cause:Started by

[Openstack-ubuntu-testing-notifications] Build Failure: saucy_havana_python-novaclient_trunk #1

2013-04-30 Thread openstack-testing-bot
Title: saucy_havana_python-novaclient_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_python-novaclient_trunk/1/Project:saucy_havana_python-novaclient_trunkDate of build:Tue, 30 Apr 2013 06:32:01 -0400Build duration:3.9 secBuild cause:Started by an

[Openstack-ubuntu-testing-notifications] Build Failure: saucy_havana_nova_trunk #1

2013-04-30 Thread openstack-testing-bot
Title: saucy_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_nova_trunk/1/Project:saucy_havana_nova_trunkDate of build:Tue, 30 Apr 2013 06:31:42 -0400Build duration:1 min 3 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth

[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_python-keystoneclient_trunk #2

2013-04-30 Thread openstack-testing-bot
at 20130430

[Openstack-ubuntu-testing-notifications] Build Fixed: saucy_havana_python-ceilometerclient_trunk #2

2013-04-30 Thread openstack-testing-bot
at 20130430

[Openstack-ubuntu-testing-notifications] Build Fixed: saucy_havana_ceilometer_trunk #6

2013-04-30 Thread openstack-testing-bot
on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 3 out of the last 5 builds failed.40ChangesNo ChangesConsole Output[...truncated 16275 lines...]Finished at 20130430-0639Build needed 00:01:50, 12060k disc spaceINFO:root:Uploading package to ppa:openstack-ubuntu-testing/havanaDEBUG:root

[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_horizon_trunk #2

2013-04-30 Thread openstack-testing-bot
Title: saucy_havana_horizon_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_horizon_trunk/2/Project:saucy_havana_horizon_trunkDate of build:Tue, 30 Apr 2013 06:38:50 -0400Build duration:1 min 18 secBuild cause:Started by user James PageBuilt

[Openstack-ubuntu-testing-notifications] Build Fixed: saucy_havana_python-swiftclient_trunk #2

2013-04-30 Thread openstack-testing-bot
at 20130430

[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_cinder_trunk #2

2013-04-30 Thread openstack-testing-bot
Title: saucy_havana_cinder_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_cinder_trunk/2/Project:saucy_havana_cinder_trunkDate of build:Tue, 30 Apr 2013 06:43:06 -0400Build duration:2 min 13 secBuild cause:Started by user James PageBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_nova_trunk #2

2013-04-30 Thread openstack-testing-bot
Title: saucy_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_nova_trunk/2/Project:saucy_havana_nova_trunkDate of build:Tue, 30 Apr 2013 06:47:05 -0400Build duration:52 secBuild cause:Started by user James PageBuilt on:pkg-builderHealth

[Openstack-ubuntu-testing-notifications] Build Fixed: saucy_havana_python-novaclient_trunk #2

2013-04-30 Thread openstack-testing-bot
at 20130430

[Openstack-ubuntu-testing-notifications] Build Fixed: saucy_havana_python-glanceclient_trunk #2

2013-04-30 Thread openstack-testing-bot
at 20130430

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

2013-04-30 Thread openstack-testing-bot
at 20130430-0651Build needed 00:02:07, 12092k disc spaceERROR:root:Error occurred during

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

2013-04-30 Thread openstack-testing-bot
at 20130430

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

2013-04-30 Thread openstack-testing-bot
Title: precise_grizzly_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_nova_trunk/984/Project:precise_grizzly_nova_trunkDate of build:Tue, 30 Apr 2013 07:03:56 -0400Build duration:1 min 13 secBuild cause:Started by an SCM changeStarted by an

[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_python-keystoneclient_trunk #3

2013-04-30 Thread openstack-testing-bot
at 20130430

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_cinder_trunk #35

2013-04-30 Thread openstack-testing-bot
Title: precise_havana_cinder_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_cinder_trunk/35/Project:precise_havana_cinder_trunkDate of build:Tue, 30 Apr 2013 09:31:36 -0400Build duration:1 min 41 secBuild cause:Started by an SCM changeBuilt

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

2013-04-30 Thread openstack-testing-bot
Title: precise_havana_quantum_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_quantum_trunk/72/Project:precise_havana_quantum_trunkDate of build:Tue, 30 Apr 2013 09:31:37 -0400Build duration:2 min 21 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_cinder_trunk #3

2013-04-30 Thread openstack-testing-bot
Title: saucy_havana_cinder_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_cinder_trunk/3/Project:saucy_havana_cinder_trunkDate of build:Tue, 30 Apr 2013 09:31:37 -0400Build duration:2 min 35 secBuild cause:Started by an SCM changeBuilt

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

2013-04-30 Thread openstack-testing-bot
Title: precise_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/81/Project:precise_havana_nova_trunkDate of build:Tue, 30 Apr 2013 09:33:19 -0400Build duration:59 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_nova_trunk #3

2013-04-30 Thread openstack-testing-bot
Title: saucy_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_nova_trunk/3/Project:saucy_havana_nova_trunkDate of build:Tue, 30 Apr 2013 09:33:59 -0400Build duration:36 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth

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

2013-04-30 Thread openstack-testing-bot
Title: precise_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/82/Project:precise_havana_nova_trunkDate of build:Tue, 30 Apr 2013 10:01:39 -0400Build duration:34 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_nova_trunk #4

2013-04-30 Thread openstack-testing-bot
Title: saucy_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_nova_trunk/4/Project:saucy_havana_nova_trunkDate of build:Tue, 30 Apr 2013 10:01:39 -0400Build duration:43 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth

[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_nova_trunk #5

2013-04-30 Thread openstack-testing-bot
Title: saucy_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_nova_trunk/5/Project:saucy_havana_nova_trunkDate of build:Tue, 30 Apr 2013 10:31:49 -0400Build duration:38 secBuild cause:Started by user Chuck ShortBuilt on:pkg-builderHealth

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

2013-04-30 Thread openstack-testing-bot
Title: precise_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/83/Project:precise_havana_nova_trunkDate of build:Tue, 30 Apr 2013 10:36:48 -0400Build duration:33 secBuild cause:Started by user James PageBuilt

  1   2   >