Re: [Openstack] Issue in debugging OpenStack Swift

2013-07-24 Thread Muhammad Kazim
Hi Paul, I have got the debug environment setup for Swift only. I have a devstack installation running on my machine. I use python debugger (pdb) for debugging. To debug any method you can issue 'pdb.set_trace()' call in that method (after importing pdb) and restart that particular service from

[Openstack] Cloud-init Fails - No route to host.

2013-07-24 Thread Jake G.
I have an issue with the cloud-init process on boot of my instance. DataSourceEc2.py[WARNING]: 'http://169.254.169.254/2009-04-04/meta-data/instance-id' failed [2/120s]: url error [[Errno 113] No route to host]  I am using this doc - 

Re: [Openstack] Cloud-init Fails - No route to host.

2013-07-24 Thread Robert Collins
On 24 July 2013 20:50, Jake G. dj_dark_jungl...@yahoo.com wrote: I have an issue with the cloud-init process on boot of my instance. DataSourceEc2.py[WARNING]: 'http://169.254.169.254/2009-04-04/meta-data/instance-id' failed [2/120s]: url error [[Errno 113] No route to host] I am using this

Re: [Openstack] How to set vcpupin in guest XML?

2013-07-24 Thread Peeyush Gupta
Hi Daniel, Thanks for your suggestion. I made some changes in config and it works fine. One more thing I wanted to ask is I want to add an attribute to xml. But I am not able to figure out how exactly libvirt is defining xml. I understand that config can only add the attributes that are

Re: [Openstack] Cloud-init Fails - No route to host.

2013-07-24 Thread Jake G.
I can access the internet from my instance no problem.  - you might not have a neutron metadata-agent proxy configured and running This one might be the issue. Where should I look to configure this? From: Robert Collins robe...@robertcollins.net To: Jake G.

Re: [Openstack] How to set vcpupin in guest XML?

2013-07-24 Thread Daniel P. Berrange
On Wed, Jul 24, 2013 at 04:57:07PM +0800, Peeyush Gupta wrote: Hi Daniel, Thanks for your suggestion. I made some changes in config and it works fine. One more thing I wanted to ask is I want to add an attribute to xml. But I am not able to figure out how exactly libvirt is defining xml. I

Re: [Openstack] How to set vcpupin in guest XML?

2013-07-24 Thread Peeyush Gupta
Yeah, I actually meant libvirt library only. Looks like I have got a lot of work to do! Thanks again, for your time.   ~Peeyush Gupta From: Daniel P. Berrange berra...@redhat.com To: Peeyush Gupta gpeey...@ymail.com Cc: openstack@lists.launchpad.net

Re: [Openstack] Cloud-init Fails - No route to host.

2013-07-24 Thread Jake G.
This looks like it is for collection metadata for amazon ec2 instances. How does this relate to my instances on my Openstack environment? From: Jake G. dj_dark_jungl...@yahoo.com To: Robert Collins robe...@robertcollins.net Cc: OpenStack Maillist

Re: [Openstack] Cloud-init Fails - No route to host.

2013-07-24 Thread Jacob Godin
Hi Jake, You have to run the quantum-metadata-agent on your networking nodes (aka where the l3-agent, l2-agent, and dhcp-agent run). On Wed, Jul 24, 2013 at 7:21 AM, Jake G. dj_dark_jungl...@yahoo.com wrote: This looks like it is for collection metadata for amazon ec2 instances. How does

Re: [Openstack] Cloud-init Fails - No route to host.

2013-07-24 Thread Jacob Godin
As an alternative, you can configure nova to use config drive. This will provide the metadata via disk as opposed to over your network. On Wed, Jul 24, 2013 at 8:15 AM, Jacob Godin jacobgo...@gmail.com wrote: Hi Jake, You have to run the quantum-metadata-agent on your networking nodes (aka

[Openstack] swift proxys and dedecated ceilometer

2013-07-24 Thread Axel Christiansen
Dear List, i am trying to figure out what ceilometer components nedds to bo installed an what nodes. I have 2 swift-proxy-hosts and 1 ceiloemeter-host These are the packages debian7 respectively the grizzly repo offers: ceilometer-agent-central - OpenStack efficient metering counters system

Re: [Openstack] swift proxys and dedecated ceilometer

2013-07-24 Thread Julien Danjou
On Wed, Jul 24 2013, Axel Christiansen wrote: Hi Axel, If you want to only meter Swift, you just need: ceilometer-agent-central ceilometer-collector And to retrieve your data: ceilometer-api -- Julien Danjou /* Free Software hacker * freelance consultant http://julien.danjou.info */

Re: [Openstack] swift proxys and dedecated ceilometer

2013-07-24 Thread Axel Christiansen
Hi Julien, thx a lot for the real quick help. Yes, only swift. These meters: storage.objects storage.objects.size storage.objects.containers storage.objects.incoming.bytes storage.objects.outgoing.bytes To be sure, the ceilometer-agent-central and ceilometer-collector do go on the proxys.

Re: [Openstack] swift proxys and dedecated ceilometer

2013-07-24 Thread Julien Danjou
On Wed, Jul 24 2013, Axel Christiansen wrote: To be sure, the ceilometer-agent-central and ceilometer-collector do go on the proxys. And just the ceilometer-api ist for the dedecated ceilometer-host? No, they all can go to your dedicated host. Ceilometer agent central access Swift via its API

[Openstack] Multi node Grizzly ubuntu 12.04 - !!

2013-07-24 Thread raghavendra.lad
Hi, I am planning to install Multi node Grizzly ubuntu 12.04 version using the below guide: https://github.com/mseknibilel/OpenStack-Grizzly-Install-Guide/blob/OVS_MultiNode/OpenStack_Grizzly_Install_Guide.rst If anyone has tried and installed successfully please let me know. Regards,

Re: [Openstack] [Quantum/Neutron] VM cannot get IP address from DHCP server

2013-07-24 Thread Brian Haley
On 07/23/2013 11:41 PM, David Kang wrote: A Redhat manual suggests the following rule to enable forwarding packets among VMs and external network. https://access.redhat.com/site/documentation/en-US/Red_Hat_OpenStack/2/pdf/Release_Notes/Red_Hat_OpenStack-2-Release_Notes-en-US.pdf iptables

Re: [Openstack] [Quantum/Neutron] VM cannot get IP address from DHCP server

2013-07-24 Thread David Kang
  If I remove the following REJECT rules, it works perfectly. -A INPUT -j REJECT --reject-with icmp-host-prohibited -A FORWARD -j REJECT --reject-with icmp-host-prohibited  With them, it looks like that the packets are dropped at the bridge before they can be forwarded. I ran the iptables

Re: [Openstack] glance: Invalid Openstack Identity Credentials

2013-07-24 Thread Salvatore Orlando
Hav you tried checking the credentials that glance uses for validating tokens with keystone? They are defined in glance's conf files in the section: [keystone_authtoken] signing_dir = /var/cache/glance/api auth_uri = http://127.0.0.1:5000/ auth_host = 127.0.0.1 auth_port = 35357 auth_protocol =

Re: [Openstack] [Ceilometer] Problem with nova resize events

2013-07-24 Thread Jay Lau
Hi Alex, Not sure if it is a bug, but you are right, ceiloemeter did not send the notification that you required. Perhaps you can log a bug or else you can patch your cluster directly to enable this. class ComputeInstanceNotificationBase(ComputeNotificationBase): Convert compute.instance.*

Re: [Openstack] [Quantum/Neutron] VM cannot get IP address from DHCP server

2013-07-24 Thread Brian Haley
On 07/24/2013 10:42 AM, David Kang wrote: If I remove the following REJECT rules, it works perfectly. -A INPUT -j REJECT --reject-with icmp-host-prohibited -A FORWARD -j REJECT --reject-with icmp-host-prohibited With them, it looks like that the packets are dropped at the bridge before

Re: [Openstack] Image prep. cloud-init user configuration help.

2013-07-24 Thread Scott Moser
On Tue, 23 Jul 2013, Dean Troyer wrote: On Tue, Jul 23, 2013 at 1:49 AM, Jake G. dj_dark_jungl...@yahoo.com wrote: I am following the part on how to set up cloud-init from the below guide, but I was wondering how to change the user? I do not have the default ec2-user on my instance image.

Re: [Openstack] [Quantum/Neutron] VM cannot get IP address from DHCP server

2013-07-24 Thread David Kang
Thanks, Brian. My answers are put in your email with --. David - Original Message - On 07/24/2013 10:42 AM, David Kang wrote: If I remove the following REJECT rules, it works perfectly. -A INPUT -j REJECT --reject-with icmp-host-prohibited -A FORWARD -j REJECT --reject-with

Re: [Openstack] [Ceilometer] Problem with nova resize events

2013-07-24 Thread Julien Danjou
On Wed, Jul 24 2013, Jay Lau wrote: Hi Alex, Not sure if it is a bug, but you are right, ceiloemeter did not send the notification that you required. Perhaps you can log a bug or else you can patch your cluster directly to enable this. class

Re: [Openstack] glance: Invalid Openstack Identity Credentials

2013-07-24 Thread Adam Young
On 07/24/2013 10:45 AM, Salvatore Orlando wrote: Hav you tried checking the credentials that glance uses for validating tokens with keystone? They are defined in glance's conf files in the section: [keystone_authtoken] signing_dir = /var/cache/glance/api make sure that the directory

[Openstack] IMPORTANT: Openstack List Migration (Please read)

2013-07-24 Thread Paul Hummer
Openstackers- You've probably seen talk of migrating this list from Launchpad to lists.openstack.org. It's happening. This will affect you, and if you don't read through this, you could find yourself wondering where everyone went when you send emails to this list. Here's the timeline:

Re: [Openstack] [Quantum/Neutron] VM cannot get IP address from DHCP server

2013-07-24 Thread Brian Haley
Just some more notes. It looks like you're running this system as both a network node and compute node, I think the pdf you found from Redhat assumed the system was a dedicated network node, i.e. it only had qr- and qg- interfaces, and not ns- as created by plug() when an instance is booted.

Re: [Openstack] [Quantum/Neutron] VM cannot get IP address from DHCP server

2013-07-24 Thread David Kang
 It is strange. The node is only for Quantum-{linuxbridge, dhcp, l3}-agent. As far as I know, the quantum private network that is not associated with a quantum router has only ns-xxx interface. The quantum private network otherwise have both ns-xxx and qr-xxx interfaces.  Thanks,  David -

Re: [Openstack] IMPORTANT: Openstack List Migration (Please read)

2013-07-24 Thread Kevin L. Mitchell
On Wed, 2013-07-24 at 10:19 -0600, Paul Hummer wrote: Here's the timeline: 100UTC Friday - The Launchpad group ~openstack will be put in invite-only, so no new users will be able to sign up. At this point, I'll get a Launchpad Admin to provide all the data from the mailing list, and

Re: [Openstack] [Ceilometer] Problem with nova resize events

2013-07-24 Thread Alessandro Barabesi
Hi Jay and Julien thanks very much for your help. I am not terribly familiar with github and code reviews, I am not a developer :(, so maybe I am not using the correct terms here. We are using version 2013.1.2 of ceilometer, so we have no ComputeInstanceNotificationBase class in

Re: [Openstack] glance: Invalid Openstack Identity Credentials

2013-07-24 Thread Adam Young
I wrote this up as a general answer. Hope it helps. https://adam.younglogic.com/2013/07/troubleshooting-pki-middleware/ On 07/24/2013 11:44 AM, Adam Young wrote: On 07/24/2013 10:45 AM, Salvatore Orlando wrote: Hav you tried checking the credentials that glance uses for validating tokens with

Re: [Openstack] glance: Invalid Openstack Identity Credentials

2013-07-24 Thread Syed Armani
Great post Adam. Thanks. Cheers, Syed On Wed, Jul 24, 2013 at 10:54 PM, Adam Young ayo...@redhat.com wrote: I wrote this up as a general answer. Hope it helps. https://adam.younglogic.com/2013/07/troubleshooting-pki-middleware/ On 07/24/2013 11:44 AM, Adam Young wrote: On 07/24/2013

Re: [Openstack] glance: Invalid Openstack Identity Credentials

2013-07-24 Thread Matt Davis
All, Thanks, that was a huge help. The problem was indeed some stale mismatching keys sitting in the signing_dir. I removed those and reloaded them from keystone and everything is working as expected. Cheers, -Matt On Wed, Jul 24, 2013 at 10:42 AM, Syed Armani syed.arm...@hastexo.comwrote:

[Openstack] Malformed Requests

2013-07-24 Thread Justin Brown
Hello, I'm having some trouble getting Nova and Cinder to communicate with the API and Horizon in Grizzly. Any request that I make against those services always returns HTTP 400, malformed request url. Requests to Keystone and Glance work fine. I've only found a couple other people with this

Re: [Openstack] IMPORTANT: Openstack List Migration (Please read)

2013-07-24 Thread Paul Hummer
I mean 0100 UTC. On Wed, Jul 24, 2013 at 10:49 AM, Kevin L. Mitchell kevin.mitch...@rackspace.com wrote: On Wed, 2013-07-24 at 10:19 -0600, Paul Hummer wrote: Here's the timeline: 100UTC Friday - The Launchpad group ~openstack will be put in invite-only, so no new users will be able

[Openstack] Configuring Live Migration

2013-07-24 Thread Guilherme Russi
Hello guys, I'm following this manual http://docs.openstack.org/trunk/openstack-compute/admin/content/configuring-live-migrations.html, and I'm trying to configure live migration on my openstack grizzly. I did all the configurations, mounted the disks, but when I put migration in action through

Re: [Openstack] Image prep. cloud-init user configuration help.

2013-07-24 Thread Jake G.
I got the user correct now I am wondering why this is nessasary for my environment. I am not using Amazon EC2 services so why would I need to get metadata from there API? Can someone explain? From: Scott Moser smo...@ubuntu.com To: Dean Troyer

Re: [Openstack] Configuring Live Migration

2013-07-24 Thread Wangpan
Hi Guilherme, What error the compute log says? you may check both the source compute and destination compute node. 2013-07-25 Wangpan 发件人:Guilherme Russi luisguilherme...@gmail.com 发送时间:2013-07-25 03:38 主题:[Openstack] Configuring Live Migration

Re: [Openstack] Help with spawning VMs

2013-07-24 Thread Wangpan
Hi Brandon, Does there have other error log in the compute log? this is just a warning log, may not this causes the VM sticks in spawning status. 2013-07-25 Wangpan 发件人:Brandon Adams brandon.ad...@newwave-technologies.com 发送时间:2013-07-25 02:55 主题:[Openstack] Help with spawning VMs

Re: [Openstack] Configuring Live Migration

2013-07-24 Thread Guilherme Russi
Hello Wangpan, where can I find these logs? Thank you. 2013/7/24 Wangpan hzwang...@corp.netease.com ** Hi Guilherme, What error the compute log says? you may check both the source compute and destination compute node. 2013-07-25 -- Wangpan

Re: [Openstack] Configuring Live Migration

2013-07-24 Thread Wangpan
The default log path is /var/log/nova/nova-*.log grep -E ERROR|TRACE /var/log/nova/nova-*.log may be helpful. 2013-07-25 Wangpan 发件人:Guilherme Russi luisguilherme...@gmail.com 发送时间:2013-07-25 09:39 主题:Re: [Openstack] Configuring Live Migration 收件人:Wangpanhzwang...@corp.netease.com

Re: [Openstack] Image prep. cloud-init user configuration help.

2013-07-24 Thread Scott Moser
On Wed, 24 Jul 2013, Jake G. wrote: I got the user correct now I am wondering why this is nessasary for my environment. I am not using Amazon EC2 services so why would I need to get metadata from there API? Can someone explain? Cloud-init uses the datasource of the EC2 Metadata service,

Re: [Openstack] Image prep. cloud-init user configuration help.

2013-07-24 Thread Jake G.
Thanks Scott! I have removed cloud-init from my instance and enabled config-drive in the nova.conf file. Anything else I should take notice of? From: Scott Moser smo...@ubuntu.com To: Jake G. dj_dark_jungl...@yahoo.com Cc: Dean Troyer dtro...@gmail.com;

[Openstack] Some instances duplicate network can't ping

2013-07-24 Thread Chu Duc Minh
When I launch 5-10 instances simultaneously (from Dashboard), some instances duplicate network like that: (in Overview of instance) IP Addresses -- Net_Proj1 10.2.1.20, 10.2.1.2 Security Groups -- default - ALLOW -1:-1 from 0.0.0.0/0

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

2013-07-24 Thread openstack-testing-bot
Title: saucy_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_nova_trunk/512/Project:saucy_havana_nova_trunkDate of build:Wed, 24 Jul 2013 06:33:10 -0400Build duration:5 min 7 secBuild cause:Started by an SCM changeBuilt

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

2013-07-24 Thread openstack-testing-bot
Title: saucy_havana_ceilometer_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_ceilometer_trunk/184/Project:saucy_havana_ceilometer_trunkDate of build:Wed, 24 Jul 2013 06:31:34 -0400Build duration:6 min 25 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_ceilometer_trunk #201

2013-07-24 Thread openstack-testing-bot
Title: precise_havana_ceilometer_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_ceilometer_trunk/201/Project:precise_havana_ceilometer_trunkDate of build:Wed, 24 Jul 2013 07:01:34 -0400Build duration:2 min 36 secBuild cause:Started by an SCM

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

2013-07-24 Thread openstack-testing-bot
Title: saucy_havana_ceilometer_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_ceilometer_trunk/185/Project:saucy_havana_ceilometer_trunkDate of build:Wed, 24 Jul 2013 07:01:34 -0400Build duration:2 min 57 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_ceilometer_trunk #202

2013-07-24 Thread openstack-testing-bot
Title: precise_havana_ceilometer_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_ceilometer_trunk/202/Project:precise_havana_ceilometer_trunkDate of build:Wed, 24 Jul 2013 08:31:14 -0400Build duration:2 min 35 secBuild cause:Started by an SCM

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

2013-07-24 Thread openstack-testing-bot
Title: saucy_havana_ceilometer_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_ceilometer_trunk/186/Project:saucy_havana_ceilometer_trunkDate of build:Wed, 24 Jul 2013 08:31:14 -0400Build duration:2 min 58 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_ceilometer_trunk #203

2013-07-24 Thread openstack-testing-bot
Title: precise_havana_ceilometer_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_ceilometer_trunk/203/Project:precise_havana_ceilometer_trunkDate of build:Wed, 24 Jul 2013 09:01:27 -0400Build duration:2 min 16 secBuild cause:Started by an SCM

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

2013-07-24 Thread openstack-testing-bot
Title: saucy_havana_ceilometer_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_ceilometer_trunk/187/Project:saucy_havana_ceilometer_trunkDate of build:Wed, 24 Jul 2013 09:01:26 -0400Build duration:2 min 44 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_ceilometer_trunk #204

2013-07-24 Thread openstack-testing-bot
Title: precise_havana_ceilometer_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_ceilometer_trunk/204/Project:precise_havana_ceilometer_trunkDate of build:Wed, 24 Jul 2013 09:31:30 -0400Build duration:2 min 29 secBuild cause:Started by an SCM

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

2013-07-24 Thread openstack-testing-bot
Title: saucy_havana_ceilometer_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_ceilometer_trunk/188/Project:saucy_havana_ceilometer_trunkDate of build:Wed, 24 Jul 2013 09:31:27 -0400Build duration:2 min 57 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_neutron_trunk #67

2013-07-24 Thread openstack-testing-bot
Title: precise_havana_neutron_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_neutron_trunk/67/Project:precise_havana_neutron_trunkDate of build:Wed, 24 Jul 2013 10:32:23 -0400Build duration:3 min 2 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_ceilometer_trunk #205

2013-07-24 Thread openstack-testing-bot
Title: precise_havana_ceilometer_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_ceilometer_trunk/205/Project:precise_havana_ceilometer_trunkDate of build:Wed, 24 Jul 2013 10:31:14 -0400Build duration:3 min 49 secBuild cause:Started by an SCM

[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_neutron_trunk #67

2013-07-24 Thread openstack-testing-bot
Title: saucy_havana_neutron_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_neutron_trunk/67/Project:saucy_havana_neutron_trunkDate of build:Wed, 24 Jul 2013 10:31:16 -0400Build duration:4 min 10 secBuild cause:Started by an SCM changeBuilt

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

2013-07-24 Thread openstack-testing-bot
Title: saucy_havana_ceilometer_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_ceilometer_trunk/189/Project:saucy_havana_ceilometer_trunkDate of build:Wed, 24 Jul 2013 10:31:15 -0400Build duration:4 min 20 secBuild cause:Started by an SCM changeBuilt

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

2013-07-24 Thread openstack-testing-bot
text/html; charset=UTF-8: Unrecognized -- Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications More help :

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

2013-07-24 Thread openstack-testing-bot
Title: precise_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/667/Project:precise_havana_nova_trunkDate of build:Wed, 24 Jul 2013 12:35:48 -0400Build duration:8 min 29 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_ceilometer_trunk #206

2013-07-24 Thread openstack-testing-bot
Title: precise_havana_ceilometer_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_ceilometer_trunk/206/Project:precise_havana_ceilometer_trunkDate of build:Wed, 24 Jul 2013 13:01:37 -0400Build duration:2 min 11 secBuild cause:Started by an SCM

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

2013-07-24 Thread openstack-testing-bot
Title: saucy_havana_ceilometer_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_ceilometer_trunk/190/Project:saucy_havana_ceilometer_trunkDate of build:Wed, 24 Jul 2013 13:01:45 -0400Build duration:3 min 30 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_ceilometer_trunk #207

2013-07-24 Thread openstack-testing-bot
Title: precise_havana_ceilometer_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_ceilometer_trunk/207/Project:precise_havana_ceilometer_trunkDate of build:Wed, 24 Jul 2013 14:01:17 -0400Build duration:1 min 58 secBuild cause:Started by an SCM

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_heat_trunk #6

2013-07-24 Thread openstack-testing-bot
Title: precise_havana_heat_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_heat_trunk/6/Project:precise_havana_heat_trunkDate of build:Wed, 24 Jul 2013 14:31:55 -0400Build duration:3 min 11 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_neutron_trunk #68

2013-07-24 Thread openstack-testing-bot
Title: precise_havana_neutron_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_neutron_trunk/68/Project:precise_havana_neutron_trunkDate of build:Wed, 24 Jul 2013 14:32:16 -0400Build duration:4 min 52 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_heat_trunk #6

2013-07-24 Thread openstack-testing-bot
Title: saucy_havana_heat_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_heat_trunk/6/Project:saucy_havana_heat_trunkDate of build:Wed, 24 Jul 2013 14:31:55 -0400Build duration:7 min 28 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth

[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_neutron_trunk #68

2013-07-24 Thread openstack-testing-bot
Title: saucy_havana_neutron_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_neutron_trunk/68/Project:saucy_havana_neutron_trunkDate of build:Wed, 24 Jul 2013 14:43:07 -0400Build duration:6 min 40 secBuild cause:Started by an SCM changeBuilt

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

2013-07-24 Thread openstack-testing-bot
Title: precise_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/668/Project:precise_havana_nova_trunkDate of build:Wed, 24 Jul 2013 14:49:49 -0400Build duration:10 minBuild cause:Started by an SCM changeBuilt

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

2013-07-24 Thread openstack-testing-bot
Title: saucy_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_nova_trunk/514/Project:saucy_havana_nova_trunkDate of build:Wed, 24 Jul 2013 14:49:55 -0400Build duration:15 minBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_neutron_trunk #69

2013-07-24 Thread openstack-testing-bot
Title: precise_havana_neutron_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_neutron_trunk/69/Project:precise_havana_neutron_trunkDate of build:Wed, 24 Jul 2013 16:01:38 -0400Build duration:2 min 12 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_neutron_trunk #69

2013-07-24 Thread openstack-testing-bot
Title: saucy_havana_neutron_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_neutron_trunk/69/Project:saucy_havana_neutron_trunkDate of build:Wed, 24 Jul 2013 16:01:39 -0400Build duration:2 min 40 secBuild cause:Started by an SCM changeBuilt

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

2013-07-24 Thread openstack-testing-bot
Title: precise_havana_neutron_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_neutron_trunk/70/Project:precise_havana_neutron_trunkDate of build:Wed, 24 Jul 2013 17:02:26 -0400Build duration:2 min 48 secBuild cause:Started by an SCM changeBuilt

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

2013-07-24 Thread openstack-testing-bot
Title: saucy_havana_neutron_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_neutron_trunk/70/Project:saucy_havana_neutron_trunkDate of build:Wed, 24 Jul 2013 17:01:31 -0400Build duration:7 min 0 secBuild cause:Started by an SCM changeBuilt

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

2013-07-24 Thread openstack-testing-bot
Title: saucy_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_nova_trunk/515/Project:saucy_havana_nova_trunkDate of build:Wed, 24 Jul 2013 17:05:16 -0400Build duration:9 min 6 secBuild cause:Started by an SCM changeBuilt

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

2013-07-24 Thread openstack-testing-bot
Title: precise_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/669/Project:precise_havana_nova_trunkDate of build:Wed, 24 Jul 2013 17:08:34 -0400Build duration:7 min 19 secBuild cause:Started by an SCM changeBuilt

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

2013-07-24 Thread openstack-testing-bot
Title: precise_havana_neutron_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_neutron_trunk/71/Project:precise_havana_neutron_trunkDate of build:Wed, 24 Jul 2013 18:31:25 -0400Build duration:3 min 50 secBuild cause:Started by an SCM changeBuilt

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

2013-07-24 Thread openstack-testing-bot
Title: precise_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/670/Project:precise_havana_nova_trunkDate of build:Wed, 24 Jul 2013 18:35:16 -0400Build duration:6 min 49 secBuild cause:Started by an SCM changeBuilt

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

2013-07-24 Thread openstack-testing-bot
Title: precise_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/671/Project:precise_havana_nova_trunkDate of build:Wed, 24 Jul 2013 19:01:46 -0400Build duration:6 min 22 secBuild cause:Started by an SCM changeBuilt

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

2013-07-24 Thread openstack-testing-bot
Title: saucy_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_nova_trunk/518/Project:saucy_havana_nova_trunkDate of build:Wed, 24 Jul 2013 19:31:37 -0400Build duration:4 min 21 secBuild cause:Started by an SCM changeBuilt

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

2013-07-24 Thread openstack-testing-bot
Title: precise_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/672/Project:precise_havana_nova_trunkDate of build:Wed, 24 Jul 2013 19:31:37 -0400Build duration:5 min 6 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_keystone_trunk #179

2013-07-24 Thread openstack-testing-bot
text/html; charset=UTF-8: Unrecognized -- Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications More help :

[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_keystone_trunk #144

2013-07-24 Thread openstack-testing-bot
text/html; charset=UTF-8: Unrecognized -- Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications More help :

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_heat_trunk #7

2013-07-24 Thread openstack-testing-bot
Title: precise_havana_heat_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_heat_trunk/7/Project:precise_havana_heat_trunkDate of build:Wed, 24 Jul 2013 21:01:47 -0400Build duration:3 min 35 secBuild cause:Started by an SCM changeBuilt

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

2013-07-24 Thread openstack-testing-bot
Title: precise_havana_neutron_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_neutron_trunk/72/Project:precise_havana_neutron_trunkDate of build:Wed, 24 Jul 2013 21:02:46 -0400Build duration:2 min 37 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_heat_trunk #7

2013-07-24 Thread openstack-testing-bot
Title: saucy_havana_heat_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_heat_trunk/7/Project:saucy_havana_heat_trunkDate of build:Wed, 24 Jul 2013 21:01:47 -0400Build duration:5 min 20 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth

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

2013-07-24 Thread openstack-testing-bot
Title: saucy_havana_neutron_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_neutron_trunk/72/Project:saucy_havana_neutron_trunkDate of build:Wed, 24 Jul 2013 21:05:27 -0400Build duration:4 min 27 secBuild cause:Started by an SCM changeBuilt

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

2013-07-24 Thread openstack-testing-bot
Title: precise_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/673/Project:precise_havana_nova_trunkDate of build:Wed, 24 Jul 2013 21:31:45 -0400Build duration:7 min 44 secBuild cause:Started by an SCM changeBuilt

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

2013-07-24 Thread openstack-testing-bot
Title: saucy_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_nova_trunk/519/Project:saucy_havana_nova_trunkDate of build:Wed, 24 Jul 2013 21:32:29 -0400Build duration:6 min 57 secBuild cause:Started by an SCM changeBuilt

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

2013-07-24 Thread openstack-testing-bot
at 20130724-2140Build needed 00:03:36, 880k disc spaceERROR:root:Error

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

2013-07-24 Thread openstack-testing-bot
Title: saucy_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_nova_trunk/520/Project:saucy_havana_nova_trunkDate of build:Wed, 24 Jul 2013 23:31:20 -0400Build duration:4 min 46 secBuild cause:Started by an SCM changeBuilt

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

2013-07-24 Thread openstack-testing-bot
Title: precise_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/674/Project:precise_havana_nova_trunkDate of build:Wed, 24 Jul 2013 23:31:18 -0400Build duration:5 min 8 secBuild cause:Started by an SCM changeBuilt