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
screen. (You can get multiple screens in devstack by 'screen -r stack' in
running devstack directory. And service can be restarted by first switching
to screen of service using Ctrl+A+screen_num, than pressing Ctrl+C to stop
service, and pressing Up arrow to get command to restart the service).

To get into some server methods such as PUT, GET, WRITE etc. in account,
container and object, after calling pdb.set_trace() in them, you need to
issue Swift commands such as Post and Upload from shell. And the screen of
that particular service at which pdb was called will take you into
debugger.

Regards,
M Kazim



On Tue, Jul 23, 2013 at 4:25 PM, Luse, Paul E paul.e.l...@intel.com wrote:

  HI Muhammad 

 ** **

 If you’ve got full debug working well, I would love to replicate your
 environment (and suspect I’m not the only one).  If you have some time, it
 would be great if you could detail setup instructions and config options on
 this post.

 ** **

 Thx

 Paul

 ** **

 *From:* Openstack [mailto:openstack-bounces+paul.e.luse=
 intel@lists.launchpad.net] *On Behalf Of *Muhammad Kazim
 *Sent:* Tuesday, July 23, 2013 12:33 AM
 *To:* Gareth
 *Cc:* openstack@lists.launchpad.net

 *Subject:* Re: [Openstack] Issue in debugging OpenStack Swift

 ** **

 Worked perfectly in the first attempt. Thanks a lot for the help. :) 

 On Tue, Jul 23, 2013 at 10:41 AM, Gareth academicgar...@gmail.com wrote:
 

 the key reason it here:
 https://github.com/openstack/swift/blob/master/swift/common/utils.py#L1047
 

 ** **

 you have many ways to stop flush IO; I prefer add a line stdio_files =
 [] after line 1037

 ** **

 On Sun, Jul 21, 2013 at 1:58 AM, Muhammad Kazim kazima...@gmail.com
 wrote:

  Hi all,

 I wanted to debug Swift source code. I have a Devstack setup running on my
 machine that i have configured to only run keystone, mysql and swift.

 I have used pdb to debug source code. I was able to debug
 python-swiftclient, middleware (common), and proxy-server code. However,
 when i try to debug Object Server of Swift, by issuing pdb.set_trace() call
 in diskwrite or any write function in /swift/obj/server.py (except
 constructor) and than issue a 'swift post' or 'swift upload' command from
 other terminal, the object server crashes. The screen of s-object shows an
 error in the line in which 'pdb.set_trace()' is called.

 Can someone please guide me how can i debug the Swift s-object code in
 /swift/obj/server.py. Thanks.

 Regards,
 Muhammad Kazim

 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp



 

 ** **

 -- 

 Gareth

 ** **

 *Cloud Computing, OpenStack, Fitness, Basketball*

 *OpenStack contributor*

 *Company: UnitedStack http://www.ustack.com*

 *My promise: if you find any spelling or grammar mistakes in my email
 from Mar 1 2013, notify me *

 *and I'll donate $1 or **¥1 to an open organization you specify.*

 ** **

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[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 - 
http://docs.openstack.org/trunk/openstack-image/content/centos-image.html

Why is this trying to contact a 3rd party server? Is this no longer a valid IP 
address or URL? I cannot get a response from any machine I try. 
Is the cloud-init actually necessary, if I am not using any aws services? 

Thank you for your help___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


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 doc -
 http://docs.openstack.org/trunk/openstack-image/content/centos-image.html

 Why is this trying to contact a 3rd party server? Is this no longer a valid
 IP address or URL? I cannot get a response from any machine I try.
 Is the cloud-init actually necessary, if I am not using any aws services?

The cloud-init address is used for dynamic configuration of your instances.

Reasons it might fail:
 - you might not have a neutron metadata-agent  proxy configured and running
 - your networking might be misconfigured : if instance networking
doesn't come up, you'll see that error.

I suspect the latter issue is the problem.

-- 
Robert Collins rbtcoll...@hp.com
Distinguished Technologist
HP Cloud Services

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


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 defined in the xml. But how do I 
add a new attribute?

Thanks.
 
~Peeyush Gupta



 From: Daniel P. Berrange berra...@redhat.com
To: Peeyush Gupta gpeey...@ymail.com 
Cc: openstack@lists.launchpad.net openstack@lists.launchpad.net 
Sent: Tuesday, 23 July 2013 4:34 PM
Subject: Re: [Openstack] How to set vcpupin in guest XML?
 

On Tue, Jul 23, 2013 at 05:31:25PM +0800, Peeyush Gupta wrote:
 Hi all,
 
 I am working with openstack and I want to pin vcpus to pcpus in
 guest xml. Now, the pinning operation can be done using
 virsh vcpupin guestname vcpu pcpu
 But I want to do it using python API. I investigated the openstack
 code and found out that get_guest_config function in libvirt/driver.py
 is responsible for generation of guest XML file. Now, I tried to put
 vcpupin attribute here by guest.vcpupin or guest.cputune_vcpupin but
 none of them is working. Any idea what am I doing wrong? Or is this
 functionality not available with openstack?

The get_guest_config() function returns an instance of the
nova.virt.libvirt.config.LibvirtConfigGuest object. That class
has defined attributes for setting various parts of the XML
config. You can't simply set arbitrary attributes and expect
it to work - you'll need to define how it is exposed in the
LibvirtConfigGuest object (or one of the related classes
that it uses) and then impl the code to generate the XML dom
from that attribute.

Daniel
-- 
|: http://berrange.com      -o-    http://www.flickr.com/photos/dberrange/ :|
|: http://libvirt.org              -o-            http://virt-manager.org :|
|: http://autobuild.org       -o-        http://search.cpan.org/~danberr/ :|
|: http://entangle-photo.org       -o-      http://live.gnome.org/gtk-vnc :|___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


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. dj_dark_jungl...@yahoo.com 
Cc: OpenStack Maillist openstack@lists.launchpad.net 
Sent: Wednesday, July 24, 2013 5:55 PM
Subject: Re: [Openstack] Cloud-init Fails - No route to host.
 

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 doc -
 http://docs.openstack.org/trunk/openstack-image/content/centos-image.html

 Why is this trying to contact a 3rd party server? Is this no longer a valid
 IP address or URL? I cannot get a response from any machine I try.
 Is the cloud-init actually necessary, if I am not using any aws services?

The cloud-init address is used for dynamic configuration of your instances.

Reasons it might fail:
- you might not have a neutron metadata-agent  proxy configured and running
- your networking might be misconfigured : if instance networking
doesn't come up, you'll see that error.

I suspect the latter issue is the problem.

-- 
Robert Collins rbtcoll...@hp.com
Distinguished Technologist
HP Cloud Services___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


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 understand that config can only add
 the attributes that are defined in the xml. But how do I add a
 new attribute?

Presumably when you say libvirt here, you mean the libvirt library
itself, rather than the Nova libvirt driver.

If you want libvirt to understand new attributes, then you need to
write a patch for libvirt that updates its XML parsers / generator,
updates its RNG schema, the schema docs, and finally the code to
convert from XML to QEMU command line arguments (or equivalent
for non-QEMU based virt drivers in libvirt). If you need help in
adding features to core libvirt it is best to ask on the main libvirt
mailing lists

Regards,
Daniel
-- 
|: http://berrange.com  -o-http://www.flickr.com/photos/dberrange/ :|
|: http://libvirt.org  -o- http://virt-manager.org :|
|: http://autobuild.org   -o- http://search.cpan.org/~danberr/ :|
|: http://entangle-photo.org   -o-   http://live.gnome.org/gtk-vnc :|

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


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 openstack@lists.launchpad.net 
Sent: Wednesday, 24 July 2013 2:43 PM
Subject: Re: [Openstack] How to set vcpupin in guest XML?
 

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 understand that config can only add
 the attributes that are defined in the xml. But how do I add a
 new attribute?

Presumably when you say libvirt here, you mean the libvirt library
itself, rather than the Nova libvirt driver.

If you want libvirt to understand new attributes, then you need to
write a patch for libvirt that updates its XML parsers / generator,
updates its RNG schema, the schema docs, and finally the code to
convert from XML to QEMU command line arguments (or equivalent
for non-QEMU based virt drivers in libvirt). If you need help in
adding features to core libvirt it is best to ask on the main libvirt
mailing lists

Regards,
Daniel
-- 
|: http://berrange.com      -o-    http://www.flickr.com/photos/dberrange/ :|
|: http://libvirt.org              -o-            http://virt-manager.org :|
|: http://autobuild.org       -o-        http://search.cpan.org/~danberr/ :|
|: http://entangle-photo.org       -o-      http://live.gnome.org/gtk-vnc :|___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


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 openstack@lists.launchpad.net 
Sent: Wednesday, July 24, 2013 5:59 PM
Subject: Re: [Openstack] Cloud-init Fails - No route to host.
 


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. dj_dark_jungl...@yahoo.com 
Cc: OpenStack Maillist openstack@lists.launchpad.net 
Sent: Wednesday, July 24, 2013 5:55 PM
Subject: Re: [Openstack] Cloud-init Fails - No route to host.
 

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 doc -
 http://docs.openstack.org/trunk/openstack-image/content/centos-image.html

 Why is this trying to contact a 3rd party server? Is this no longer a valid
 IP address or URL? I cannot get a response from any machine I try.
 Is the cloud-init actually necessary, if I am not using any aws services?

The
 cloud-init address is used for dynamic configuration of your instances.

Reasons it might fail:
- you might not have a neutron metadata-agent  proxy configured and running
- your networking might be misconfigured : if instance networking
doesn't come up, you'll see that error.

I suspect the latter issue is the problem.

-- 
Robert Collins rbtcoll...@hp.com
Distinguished Technologist
HP Cloud Services



___
Mailing list: https://launchpad.net/~openstack
Post to     : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


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 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 openstack@lists.launchpad.net
 *Sent:* Wednesday, July 24, 2013 5:59 PM

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

 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. dj_dark_jungl...@yahoo.com
 *Cc:* OpenStack Maillist openstack@lists.launchpad.net
 *Sent:* Wednesday, July 24, 2013 5:55 PM
 *Subject:* Re: [Openstack] Cloud-init Fails - No route to host.

 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 doc -
 
 http://docs.openstack.org/trunk/openstack-image/content/centos-image.html
 
  Why is this trying to contact a 3rd party server? Is this no longer a
 valid
  IP address or URL? I cannot get a response from any machine I try.
  Is the cloud-init actually necessary, if I am not using any aws services?

 The cloud-init address is used for dynamic configuration of your instances.

 Reasons it might fail:
 - you might not have a neutron metadata-agent  proxy configured and
 running
 - your networking might be misconfigured : if instance networking
 doesn't come up, you'll see that error.

 I suspect the latter issue is the problem.

 --
 Robert Collins rbtcoll...@hp.com
 Distinguished Technologist
 HP Cloud Services



 ___
 Mailing list: https://launchpad.net/~openstack
 Post to: openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help  : https://help.launchpad.net/ListHelp



 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp


___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


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
 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.comwrote:

 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 openstack@lists.launchpad.net
 *Sent:* Wednesday, July 24, 2013 5:59 PM

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

 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. dj_dark_jungl...@yahoo.com
 *Cc:* OpenStack Maillist openstack@lists.launchpad.net
 *Sent:* Wednesday, July 24, 2013 5:55 PM
 *Subject:* Re: [Openstack] Cloud-init Fails - No route to host.

 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 doc -
 
 http://docs.openstack.org/trunk/openstack-image/content/centos-image.html
 
  Why is this trying to contact a 3rd party server? Is this no longer a
 valid
  IP address or URL? I cannot get a response from any machine I try.
  Is the cloud-init actually necessary, if I am not using any aws
 services?

 The cloud-init address is used for dynamic configuration of your
 instances.

 Reasons it might fail:
 - you might not have a neutron metadata-agent  proxy configured and
 running
 - your networking might be misconfigured : if instance networking
 doesn't come up, you'll see that error.

 I suspect the latter issue is the problem.

 --
 Robert Collins rbtcoll...@hp.com
 Distinguished Technologist
 HP Cloud Services



 ___
 Mailing list: https://launchpad.net/~openstack
 Post to: openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help  : https://help.launchpad.net/ListHelp



 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp



___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[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
- central agent
ceilometer-agent-compute - OpenStack efficient metering counters system
- compute agent
ceilometer-api - OpenStack efficient metering counters system (API service)
ceilometer-collector - OpenStack efficient metering counters system -
collector service
ceilometer-common - OpenStack efficient metering counters system -
common files
python-ceilometer - OpenStack efficient metering counters system -
Python libraries
python-ceilometerclient - Client library for Openstack Ceilometer API server



Thank you, Axel


___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


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 */


signature.asc
Description: PGP signature
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


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. And just the ceilometer-api ist for the dedecated
ceilometer-host?


Axel


Am 24.07.13 15:33, schrieb 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
 


___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


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 (so via swift-proxies).

-- 
Julien Danjou
// Free Software hacker / freelance consultant
// http://julien.danjou.info


signature.asc
Description: PGP signature
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[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,
Raghavendra Lad




This message is for the designated recipient only and may contain privileged, 
proprietary, or otherwise confidential information. If you have received it in 
error, please notify the sender immediately and delete the original. Any other 
use of the e-mail by you is prohibited.

Where allowed by local law, electronic communications with Accenture and its 
affiliates, including e-mail and instant messaging (including content), may be 
scanned by our systems for the purposes of information security and assessment 
of internal compliance with Accenture policy.

__

www.accenture.com


___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


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 -t filter -I FORWARD -i qr-+ -o qg-+ -j ACCEPT
 iptables -t filter -I FORWARD -i qg-+ -o qr-+ -j ACCEPT
 iptables -t filter -I FORWARD -i qr-+ -o qr-+ -j ACCEPT
 
  But it doesn't work for me.

Can you elaborate on what it doesn't work means?

Do any of those rules show increased packet/byte counts, indicating they've been
matched?

Is IP forwarding enabled?

Is there a mis-configuration in your bridge config?  Use 'brctl show' to see
where all the tap and other devices are attached.

Deleting that one FORWARD rule causing all the trouble is going to be a much
quicker solution.

-Brian

 - Original Message -
 On 07/23/2013 12:22 PM, David Kang wrote:

  Hi,

   We are running OpenStack Folsom on CentOS 6.4.
 Quantum-linuxbridge-agent is used.
 By default, the Quantum node has the following entries in its
 /etc/sysconfig/iptables file.

 -A INPUT -j REJECT --reject-with icmp-host-prohibited
 -A FORWARD -j REJECT --reject-with icmp-host-prohibited

  With those two lines, VM cannot get IP address from the DHCP server
  running on the Quantum node.
 More specifically, the first line prevents a VM from getting IP
 address from DHCP server.
 The second line prevents a VM from talking to other VMs and external
 worlds.
 Is there a better way to make the Quantum network work well
 than just commenting them out?

 Since Quantum isn't adding them, and you want the system to act as a
 DHCP server
 and gateway, I think you have two choices:

 1. Delete them
 2. Craft rules to sit above them (using -I) to allow certain packets

 #2 gets tricky as you'll need to account for DHCP, metadata, etc. in
 the INPUT
 chain, and in the FORWARD chain you could maybe start by allowing all
 traffic
 from your bridge. You would need to do some more work there.

 I believe any DHCP iptables rules will be on the compute hosts, and
 will be put
 in place for anti-spoofing. Since this is the network node you won't
 see them here.

 -Brian
 


___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


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 commands recommended by RedHat.

When I ping 10.12.182.13 from a VM (192.168.3.3), 
I cannot see any packets from qr-32411859-c0,
but I can see packets are dropped at brqf56b3f53-d3.
The outputs of tcpdump is shown below.

$ brctl show
bridge name     bridge id               STP enabled     interfaces
brq69f480ab-06          8000.001e675ba339       no              eth2.82
                                                        tapd8bd73c9-3a
brqf56b3f53-d3          8000.001e675ba338       no              eth1.2001
                                                        tap32411859-c0
                                                        tapfa6a1d01-16
$ route -n
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
192.168.3.0     0.0.0.0         255.255.255.0   U     0      0        0 
ns-fa6a1d01-16
192.168.3.0     0.0.0.0         255.255.255.0   U     0      0        0 
qr-32411859-c0
10.12.182.0     0.0.0.0         255.255.255.0   U     0      0        0 eth2.182
10.12.82.0      0.0.0.0         255.255.255.0   U     0      0        0 
qg-d8bd73c9-3a
0.0.0.0         10.12.82.1      0.0.0.0         UG    0      0        0 
qg-d8bd73c9-3a


$  tcpdump -i qr-32411859-c0 -nn
   // nothing special
 
$ tcpdump -i brqf56b3f53-d3 -nn icmp
tcpdump: WARNING: brqf56b3f53-d3: no IPv4 address assigned
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on brqf56b3f53-d3, link-type EN10MB (Ethernet), capture size 65535 
bytes
13:48:46.892785 IP 192.168.3.3  10.12.182.13: ICMP echo request, id 46605, seq 
1855, length 64
13:48:46.892825 IP 192.168.3.2  192.168.3.3: ICMP host 10.12.182.13 
unreachable - admin prohibited, length 92



- Original Message -
 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 -t filter -I FORWARD -i qr-+ -o qg-+ -j ACCEPT
  iptables -t filter -I FORWARD -i qg-+ -o qr-+ -j ACCEPT
  iptables -t filter -I FORWARD -i qr-+ -o qr-+ -j ACCEPT
 
   But it doesn't work for me.
 
 Can you elaborate on what it doesn't work means?
 
 Do any of those rules show increased packet/byte counts, indicating
 they've been
 matched?
 
 Is IP forwarding enabled?
 
 Is there a mis-configuration in your bridge config? Use 'brctl show'
 to see
 where all the tap and other devices are attached.
 
 Deleting that one FORWARD rule causing all the trouble is going to be
 a much
 quicker solution.
 
 -Brian
 
  - Original Message -
  On 07/23/2013 12:22 PM, David Kang wrote:
 
   Hi,
 
    We are running OpenStack Folsom on CentOS 6.4.
  Quantum-linuxbridge-agent is used.
  By default, the Quantum node has the following entries in its
  /etc/sysconfig/iptables file.
 
  -A INPUT -j REJECT --reject-with icmp-host-prohibited
  -A FORWARD -j REJECT --reject-with icmp-host-prohibited
 
   With those two lines, VM cannot get IP address from the DHCP
   server
   running on the Quantum node.
  More specifically, the first line prevents a VM from getting IP
  address from DHCP server.
  The second line prevents a VM from talking to other VMs and
  external
  worlds.
  Is there a better way to make the Quantum network work well
  than just commenting them out?
 
  Since Quantum isn't adding them, and you want the system to act as
  a
  DHCP server
  and gateway, I think you have two choices:
 
  1. Delete them
  2. Craft rules to sit above them (using -I) to allow certain
  packets
 
  #2 gets tricky as you'll need to account for DHCP, metadata, etc.
  in
  the INPUT
  chain, and in the FORWARD chain you could maybe start by allowing
  all
  traffic
  from your bridge. You would need to do some more work there.
 
  I believe any DHCP iptables rules will be on the compute hosts, and
  will be put
  in place for anti-spoofing. Since this is the network node you
  won't
  see them here.
 
  -Brian
 

-- 
--
Dr. Dong-In David Kang
Computer Scientist
USC/ISI

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


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 = http
admin_tenant_name = service
admin_user = glance
admin_password = password

Salvatore


On 18 July 2013 22:16, Matt Davis mattd5...@gmail.com wrote:

 Hello all,

 I'm working on a deployment script to install and configure my OpenStack
 services and I'm getting a strange result with glance.  It's surely a bug
 with my script messing up a config file line, but I can't interpret the
 glance and keystone logs to track the issue down.  Here's the use case:

 1)  Install keystone following the directions in the Grizzly installation
 guide for Ubuntu 12.04.
 2)  Install glance following the directions in the Grizzly installation
 guide for Ubuntu 12.04.
 3)  Run glance image-list to see if I can get an empty list.

 My result:

 =
 glance --os-username=admin --os-password=secrete --os-tenant-name demo
 --os-auth-url=http://localhost:5000/v2.0 image-list

 Request returned failure status.
 Invalid OpenStack Identity credentials.
 =

 The glance API log is as follows:

 =
 2013-07-18 11:18:24.301 6306 DEBUG
 glance.api.middleware.version_negotiation [-] Determining version of
 request: GET //v1/images/detail Accept:  process_request
 /usr/lib/python2.7/dist-packages/glance/api/middleware/version_negotiation.py:46
 2013-07-18 11:18:24.302 6306 DEBUG
 glance.api.middleware.version_negotiation [-] Using url versioning
 process_request
 /usr/lib/python2.7/dist-packages/glance/api/middleware/version_negotiation.py:59
 2013-07-18 11:18:24.302 6306 DEBUG
 glance.api.middleware.version_negotiation [-] Matched version: v1
 process_request
 /usr/lib/python2.7/dist-packages/glance/api/middleware/version_negotiation.py:71
 2013-07-18 11:18:24.302 6306 DEBUG
 glance.api.middleware.version_negotiation [-] new uri /v1/images/detail
 process_request
 /usr/lib/python2.7/dist-packages/glance/api/middleware/version_negotiation.py:72
 =

  No entries are added to the glance registry log.  If I tweak the
 password to make the credentials invalid, I get this:

 =
 glance --os-username=admin --os-password=wrong_pw --os-tenant-name demo
 --os-auth-url=http://localhost:5000/v2.0 image-list
 Unable to communicate with identity service: {error: {message:
 Invalid user / password, code: 401, title: Not Authorized}}. (HTTP
 401)
 =

  So keystone is definitely looking up my credentials and responding
 differently when they match.

 Any ideas as to where should I be looking for the issue?

 Thanks for your time!

 -Matt

 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp


___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


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.* notifications into Counters

@staticmethod
def get_event_types():
return ['compute.instance.create.start',
'compute.instance.create.end',
'compute.instance.exists',
'compute.instance.update',
'compute.instance.delete.start',
'compute.instance.delete.end',
'compute.instance.finish_resize.end',
'compute.instance.resize.revert.end']
Thanks,

Jay


2013/7/24 Alessandro Barabesi abarab...@enter.it

 Hi everybody,

 I have the following problem when resizing an instance. I expected
 ceilometer to generate samples
 for the following resize related events:

 compute.instance.resize.prep.start/.end
 compute.instance.resize.confirm.start/.end

 and, maybe, also for:

 compute.instance.resize.start/.end
 compute.instance.finish_resize.start/.end


 but if I query ceilmeter I only find samples with
 event_type=compute.instance.finish_resize.end

 Can you tell me if ceilometer is meant to collect only the
 compute.instance.finish_resize.end event?


 Many thanks
 Alex


 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


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 
 they can be forwarded.

So I'll keep asking - why can't you just remove them?  It gets you running and
if you're just kicking the tires it's a valid workaround.

 I ran the iptables commands recommended by RedHat.
 
 When I ping 10.12.182.13 from a VM (192.168.3.3), 
 I cannot see any packets from qr-32411859-c0,
 but I can see packets are dropped at brqf56b3f53-d3.
 The outputs of tcpdump is shown below.
 
 $ brctl show
 bridge name bridge id   STP enabled interfaces
 brq69f480ab-06  8000.001e675ba339   no  eth2.82
 tapd8bd73c9-3a
 brqf56b3f53-d3  8000.001e675ba338   no  eth1.2001
 tap32411859-c0
 tapfa6a1d01-16
 $ route -n
 Kernel IP routing table
 Destination Gateway Genmask Flags Metric RefUse Iface
 192.168.3.0 0.0.0.0 255.255.255.0   U 0  00 
 ns-fa6a1d01-16
 192.168.3.0 0.0.0.0 255.255.255.0   U 0  00 
 qr-32411859-c0

Overlapping IP ranges?  That could be a problem.

 10.12.182.0 0.0.0.0 255.255.255.0   U 0  00 
 eth2.182
 10.12.82.0  0.0.0.0 255.255.255.0   U 0  00 
 qg-d8bd73c9-3a
 0.0.0.0 10.12.82.1  0.0.0.0 UG0  00 
 qg-d8bd73c9-3a

Why is your default route going out this interface and not eth2.182?

 $  tcpdump -i qr-32411859-c0 -nn
// nothing special

What about ns-fa6a1d01-16?  That overlapping IP range looks suspicious.

 $ tcpdump -i brqf56b3f53-d3 -nn icmp
 tcpdump: WARNING: brqf56b3f53-d3: no IPv4 address assigned
 tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
 listening on brqf56b3f53-d3, link-type EN10MB (Ethernet), capture size 65535 
 bytes
 13:48:46.892785 IP 192.168.3.3  10.12.182.13: ICMP echo request, id 46605, 
 seq 1855, length 64
 13:48:46.892825 IP 192.168.3.2  192.168.3.3: ICMP host 10.12.182.13 
 unreachable - admin prohibited, length 92

This is the reject iptables rule firing, so those other rules are not matching.
 You need to look at 'iptables -L -v -n -x' to see if their packet/byte counts
are increasing or not.  If not, start using things like 'ip route get $dest' to
figure out what interfaces the kernel is using for output, which will help you
fix those rules to be correct.

-Brian

 - Original Message -
 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 -t filter -I FORWARD -i qr-+ -o qg-+ -j ACCEPT
 iptables -t filter -I FORWARD -i qg-+ -o qr-+ -j ACCEPT
 iptables -t filter -I FORWARD -i qr-+ -o qr-+ -j ACCEPT

  But it doesn't work for me.

 Can you elaborate on what it doesn't work means?

 Do any of those rules show increased packet/byte counts, indicating
 they've been
 matched?

 Is IP forwarding enabled?

 Is there a mis-configuration in your bridge config? Use 'brctl show'
 to see
 where all the tap and other devices are attached.

 Deleting that one FORWARD rule causing all the trouble is going to be
 a much
 quicker solution.

 -Brian

 - Original Message -
 On 07/23/2013 12:22 PM, David Kang wrote:

  Hi,

   We are running OpenStack Folsom on CentOS 6.4.
 Quantum-linuxbridge-agent is used.
 By default, the Quantum node has the following entries in its
 /etc/sysconfig/iptables file.

 -A INPUT -j REJECT --reject-with icmp-host-prohibited
 -A FORWARD -j REJECT --reject-with icmp-host-prohibited

  With those two lines, VM cannot get IP address from the DHCP
  server
  running on the Quantum node.
 More specifically, the first line prevents a VM from getting IP
 address from DHCP server.
 The second line prevents a VM from talking to other VMs and
 external
 worlds.
 Is there a better way to make the Quantum network work well
 than just commenting them out?

 Since Quantum isn't adding them, and you want the system to act as
 a
 DHCP server
 and gateway, I think you have two choices:

 1. Delete them
 2. Craft rules to sit above them (using -I) to allow certain
 packets

 #2 gets tricky as you'll need to account for DHCP, metadata, etc.
 in
 the INPUT
 chain, and in the FORWARD chain you could maybe start by allowing
 all
 traffic
 from your bridge. You would need to do some more work there.

 I believe any DHCP iptables rules will be on the compute hosts, and
 will be 

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. Do I just create
  this user in the instance? What permissions do I give the user?

 About half way down this page
 (http://hackstack.org/x/blog/2013/04/25/a-centos-6-image-for-openstack/)
 is a link to a centos 6 kickstart file that configures cloud-init
 during the kickstart %POST phase to behave similar to how it works on
 Ubuntu images by default: create a 'centos' user with sudo permissions
 to root.

Josh was right, though.
Recent versions of cloud-init will create the user if it is not there.
If the user is present, it will not modify it.

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


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 icmp-host-prohibited
 
   With them, it looks like that the packets are dropped at the bridge
   before they can be forwarded.
 
 So I'll keep asking - why can't you just remove them? It gets you
 running and
 if you're just kicking the tires it's a valid workaround.
 

-- My sponsor STRONGLY wants to have the rules for security purpose.

  I ran the iptables commands recommended by RedHat.
 
  When I ping 10.12.182.13 from a VM (192.168.3.3),
  I cannot see any packets from qr-32411859-c0,
  but I can see packets are dropped at brqf56b3f53-d3.
  The outputs of tcpdump is shown below.
 
  $ brctl show
  bridge name bridge id STP enabled interfaces
  brq69f480ab-06 8000.001e675ba339 no eth2.82
  tapd8bd73c9-3a
  brqf56b3f53-d3 8000.001e675ba338 no eth1.2001
  tap32411859-c0
  tapfa6a1d01-16
  $ route -n
  Kernel IP routing table
  Destination Gateway Genmask Flags Metric Ref Use Iface
  192.168.3.0 0.0.0.0 255.255.255.0 U 0 0 0 ns-fa6a1d01-16
  192.168.3.0 0.0.0.0 255.255.255.0 U 0 0 0 qr-32411859-c0
 
 Overlapping IP ranges? That could be a problem.

-- Those are generated by quantum-linuxbridge-agent.
  If a quantum network is associated to a quantum l3 router, qr-xxx interface 
is added.

 
  10.12.182.0 0.0.0.0 255.255.255.0 U 0 0 0 eth2.182
  10.12.82.0 0.0.0.0 255.255.255.0 U 0 0 0 qg-d8bd73c9-3a
  0.0.0.0 10.12.82.1 0.0.0.0 UG 0 0 0 qg-d8bd73c9-3a
 
 Why is your default route going out this interface and not eth2.182?

-- I didn't show it. Another default router of eth2.182 also exist below 
10.12.82.1.
  Quantum automatically made qg-d8bd73c9-3a as a default router.
  It is the interface to the gateway of the external network where
  floating IP is assigned.

 
  $ tcpdump -i qr-32411859-c0 -nn
 // nothing special
 
 What about ns-fa6a1d01-16? That overlapping IP range looks suspicious.

-- It was made by quantum-linux-bridge.

 
  $ tcpdump -i brqf56b3f53-d3 -nn icmp
  tcpdump: WARNING: brqf56b3f53-d3: no IPv4 address assigned
  tcpdump: verbose output suppressed, use -v or -vv for full protocol
  decode
  listening on brqf56b3f53-d3, link-type EN10MB (Ethernet), capture
  size 65535 bytes
  13:48:46.892785 IP 192.168.3.3  10.12.182.13: ICMP echo request, id
  46605, seq 1855, length 64
  13:48:46.892825 IP 192.168.3.2  192.168.3.3: ICMP host 10.12.182.13
  unreachable - admin prohibited, length 92
 
 This is the reject iptables rule firing, so those other rules are not
 matching.
 You need to look at 'iptables -L -v -n -x' to see if their packet/byte
 counts
 are increasing or not. If not, start using things like 'ip route get
 $dest' to
 figure out what interfaces the kernel is using for output, which will
 help you
 fix those rules to be correct.

-- Thanks, I will try it.

 
 -Brian
 
  - Original Message -
  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 -t filter -I FORWARD -i qr-+ -o qg-+ -j ACCEPT
  iptables -t filter -I FORWARD -i qg-+ -o qr-+ -j ACCEPT
  iptables -t filter -I FORWARD -i qr-+ -o qr-+ -j ACCEPT
 
   But it doesn't work for me.
 
  Can you elaborate on what it doesn't work means?
 
  Do any of those rules show increased packet/byte counts, indicating
  they've been
  matched?
 
  Is IP forwarding enabled?
 
  Is there a mis-configuration in your bridge config? Use 'brctl
  show'
  to see
  where all the tap and other devices are attached.
 
  Deleting that one FORWARD rule causing all the trouble is going to
  be
  a much
  quicker solution.
 
  -Brian
 
  - Original Message -
  On 07/23/2013 12:22 PM, David Kang wrote:
 
   Hi,
 
We are running OpenStack Folsom on CentOS 6.4.
  Quantum-linuxbridge-agent is used.
  By default, the Quantum node has the following entries in its
  /etc/sysconfig/iptables file.
 
  -A INPUT -j REJECT --reject-with icmp-host-prohibited
  -A FORWARD -j REJECT --reject-with icmp-host-prohibited
 
   With those two lines, VM cannot get IP address from the DHCP
   server
   running on the Quantum node.
  More specifically, the first line prevents a VM from getting IP
  address from DHCP server.
  The second line prevents a VM from talking to other VMs and
  external
  worlds.
  Is there a better way to make the Quantum network work well
  than just commenting them out?
 
  Since Quantum isn't adding them, and you 

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 ComputeInstanceNotificationBase(ComputeNotificationBase):
 Convert compute.instance.* notifications into Counters
 
 @staticmethod
 def get_event_types():
 return ['compute.instance.create.start',
 'compute.instance.create.end',
 'compute.instance.exists',
 'compute.instance.update',
 'compute.instance.delete.start',
 'compute.instance.delete.end',
 'compute.instance.finish_resize.end',
 'compute.instance.resize.revert.end']
 Thanks,

Not really a bug, but we know we could do better.
I've just cooked a patch that should improve that:

   https://review.openstack.org/38485

-- 
Julien Danjou
# Free Software hacker # freelance consultant
# http://julien.danjou.info


signature.asc
Description: PGP signature
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


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
/var/cache/glance/api
exists and has the certificates in it.  A good test is to remove the 
certifcates and hit the server again, as they are fetched on demand.  If 
there are no certificates there after another try, either glance can't 
talk to Keystone or keystone is not handing out the certificates.



auth_uri = http://127.0.0.1:5000/
auth_host = 127.0.0.1
auth_port = 35357
auth_protocol = http
admin_tenant_name = service
admin_user = glance
admin_password = password

Salvatore


On 18 July 2013 22:16, Matt Davis mattd5...@gmail.com 
mailto:mattd5...@gmail.com wrote:


Hello all,

I'm working on a deployment script to install and configure my
OpenStack services and I'm getting a strange result with glance. 
It's surely a bug with my script messing up a config file line,

but I can't interpret the glance and keystone logs to track the
issue down.  Here's the use case:

1)  Install keystone following the directions in the Grizzly
installation guide for Ubuntu 12.04.
2)  Install glance following the directions in the Grizzly
installation guide for Ubuntu 12.04.
3)  Run glance image-list to see if I can get an empty list.

My result:

=
glance --os-username=admin --os-password=secrete --os-tenant-name
demo --os-auth-url=http://localhost:5000/v2.0 image-list

Request returned failure status.
Invalid OpenStack Identity credentials.
=

The glance API log is as follows:

=
2013-07-18 11:18:24.301 6306 DEBUG
glance.api.middleware.version_negotiation [-] Determining version
of request: GET //v1/images/detail Accept:  process_request

/usr/lib/python2.7/dist-packages/glance/api/middleware/version_negotiation.py:46
2013-07-18 11:18:24.302 6306 DEBUG
glance.api.middleware.version_negotiation [-] Using url versioning
process_request

/usr/lib/python2.7/dist-packages/glance/api/middleware/version_negotiation.py:59
2013-07-18 11:18:24.302 6306 DEBUG
glance.api.middleware.version_negotiation [-] Matched version: v1
process_request

/usr/lib/python2.7/dist-packages/glance/api/middleware/version_negotiation.py:71
2013-07-18 11:18:24.302 6306 DEBUG
glance.api.middleware.version_negotiation [-] new uri
/v1/images/detail process_request

/usr/lib/python2.7/dist-packages/glance/api/middleware/version_negotiation.py:72
=

No entries are added to the glance registry log. If I tweak the
password to make the credentials invalid, I get this:

=
glance --os-username=admin --os-password=wrong_pw --os-tenant-name
demo --os-auth-url=http://localhost:5000/v2.0 image-list
Unable to communicate with identity service: {error: {message:
Invalid user / password, code: 401, title: Not
Authorized}}. (HTTP 401)
=

So keystone is definitely looking up my credentials and responding
differently when they match.

Any ideas as to where should I be looking for the issue?

Thanks for your time!

-Matt

___
Mailing list: https://launchpad.net/~openstack
https://launchpad.net/%7Eopenstack
Post to : openstack@lists.launchpad.net
mailto:openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
https://launchpad.net/%7Eopenstack
More help   : https://help.launchpad.net/ListHelp




___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[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:

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 migrate
it to lists.openstack.org
100UTC Saturday - The mailing list migration will be complete, and all
users will be migrated over to lists.openstack.org. From then on,
openstack@lists.launchpad.net will be a dead list, and
openst...@lists.openstack.org will be the actual list. If you continue to
send emails to the Launchpad list, this will be you:
http://i.imgur.com/MQUmmqo.gif

If you have any questions, ask away.

Cheers,
Paul
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


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.

Multiple routes for the same destination, going out two different interfaces not
connected to the same network, are going to cause you trouble.  It's
non-deterministic where a packet will go without ip rules.

I'm going to let you go and debug this some more on your own, as it looks like
it's your iptables config causing it, you just need to get the correct rules in
there.

-Brian

On 07/24/2013 11:34 AM, David Kang wrote:
 
  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 icmp-host-prohibited

  With them, it looks like that the packets are dropped at the bridge
  before they can be forwarded.

 So I'll keep asking - why can't you just remove them? It gets you
 running and
 if you're just kicking the tires it's a valid workaround.

 
 -- My sponsor STRONGLY wants to have the rules for security purpose.
 
 I ran the iptables commands recommended by RedHat.

 When I ping 10.12.182.13 from a VM (192.168.3.3),
 I cannot see any packets from qr-32411859-c0,
 but I can see packets are dropped at brqf56b3f53-d3.
 The outputs of tcpdump is shown below.

 $ brctl show
 bridge name bridge id STP enabled interfaces
 brq69f480ab-06 8000.001e675ba339 no eth2.82
 tapd8bd73c9-3a
 brqf56b3f53-d3 8000.001e675ba338 no eth1.2001
 tap32411859-c0
 tapfa6a1d01-16
 $ route -n
 Kernel IP routing table
 Destination Gateway Genmask Flags Metric Ref Use Iface
 192.168.3.0 0.0.0.0 255.255.255.0 U 0 0 0 ns-fa6a1d01-16
 192.168.3.0 0.0.0.0 255.255.255.0 U 0 0 0 qr-32411859-c0

 Overlapping IP ranges? That could be a problem.
 
 -- Those are generated by quantum-linuxbridge-agent.
   If a quantum network is associated to a quantum l3 router, qr-xxx interface 
 is added.
 

 10.12.182.0 0.0.0.0 255.255.255.0 U 0 0 0 eth2.182
 10.12.82.0 0.0.0.0 255.255.255.0 U 0 0 0 qg-d8bd73c9-3a
 0.0.0.0 10.12.82.1 0.0.0.0 UG 0 0 0 qg-d8bd73c9-3a

 Why is your default route going out this interface and not eth2.182?
 
 -- I didn't show it. Another default router of eth2.182 also exist below 
 10.12.82.1.
   Quantum automatically made qg-d8bd73c9-3a as a default router.
   It is the interface to the gateway of the external network where
   floating IP is assigned.
 

 $ tcpdump -i qr-32411859-c0 -nn
// nothing special

 What about ns-fa6a1d01-16? That overlapping IP range looks suspicious.
 
 -- It was made by quantum-linux-bridge.
 

 $ tcpdump -i brqf56b3f53-d3 -nn icmp
 tcpdump: WARNING: brqf56b3f53-d3: no IPv4 address assigned
 tcpdump: verbose output suppressed, use -v or -vv for full protocol
 decode
 listening on brqf56b3f53-d3, link-type EN10MB (Ethernet), capture
 size 65535 bytes
 13:48:46.892785 IP 192.168.3.3  10.12.182.13: ICMP echo request, id
 46605, seq 1855, length 64
 13:48:46.892825 IP 192.168.3.2  192.168.3.3: ICMP host 10.12.182.13
 unreachable - admin prohibited, length 92

 This is the reject iptables rule firing, so those other rules are not
 matching.
 You need to look at 'iptables -L -v -n -x' to see if their packet/byte
 counts
 are increasing or not. If not, start using things like 'ip route get
 $dest' to
 figure out what interfaces the kernel is using for output, which will
 help you
 fix those rules to be correct.
 
 -- Thanks, I will try it.
 

 -Brian

 - Original Message -
 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 -t filter -I FORWARD -i qr-+ -o qg-+ -j ACCEPT
 iptables -t filter -I FORWARD -i qg-+ -o qr-+ -j ACCEPT
 iptables -t filter -I FORWARD -i qr-+ -o qr-+ -j ACCEPT

  But it doesn't work for me.

 Can you elaborate on what it doesn't work means?

 Do any of those rules show increased packet/byte counts, indicating
 they've been
 matched?

 Is IP forwarding enabled?

 Is there a mis-configuration in your bridge config? Use 'brctl
 show'
 to see
 where all the tap and other devices are attached.

 Deleting that one FORWARD rule causing all the trouble is going to
 be
 a much
 quicker solution.

 -Brian

 - Original Message -
 On 07/23/2013 12:22 PM, David Kang wrote:

  Hi,

   We are running OpenStack Folsom on CentOS 6.4.
 

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

- Original Message -
 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.
 
 Multiple routes for the same destination, going out two different
 interfaces not
 connected to the same network, are going to cause you trouble. It's
 non-deterministic where a packet will go without ip rules.
 
 I'm going to let you go and debug this some more on your own, as it
 looks like
 it's your iptables config causing it, you just need to get the correct
 rules in
 there.
 
 -Brian
 
 On 07/24/2013 11:34 AM, David Kang wrote:
 
   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 icmp-host-prohibited
 
   With them, it looks like that the packets are dropped at the
   bridge
   before they can be forwarded.
 
  So I'll keep asking - why can't you just remove them? It gets you
  running and
  if you're just kicking the tires it's a valid workaround.
 
 
  -- My sponsor STRONGLY wants to have the rules for security
  purpose.
 
  I ran the iptables commands recommended by RedHat.
 
  When I ping 10.12.182.13 from a VM (192.168.3.3),
  I cannot see any packets from qr-32411859-c0,
  but I can see packets are dropped at brqf56b3f53-d3.
  The outputs of tcpdump is shown below.
 
  $ brctl show
  bridge name bridge id STP enabled interfaces
  brq69f480ab-06 8000.001e675ba339 no eth2.82
                                                          tapd8bd73c9-3a
  brqf56b3f53-d3 8000.001e675ba338 no eth1.2001
                                                          tap32411859-c0
                                                          tapfa6a1d01-16
  $ route -n
  Kernel IP routing table
  Destination Gateway Genmask Flags Metric Ref Use Iface
  192.168.3.0 0.0.0.0 255.255.255.0 U 0 0 0 ns-fa6a1d01-16
  192.168.3.0 0.0.0.0 255.255.255.0 U 0 0 0 qr-32411859-c0
 
  Overlapping IP ranges? That could be a problem.
 
  -- Those are generated by quantum-linuxbridge-agent.
    If a quantum network is associated to a quantum l3 router, qr-xxx
    interface is added.
 
 
  10.12.182.0 0.0.0.0 255.255.255.0 U 0 0 0 eth2.182
  10.12.82.0 0.0.0.0 255.255.255.0 U 0 0 0 qg-d8bd73c9-3a
  0.0.0.0 10.12.82.1 0.0.0.0 UG 0 0 0 qg-d8bd73c9-3a
 
  Why is your default route going out this interface and not
  eth2.182?
 
  -- I didn't show it. Another default router of eth2.182 also exist
  below 10.12.82.1.
    Quantum automatically made qg-d8bd73c9-3a as a default router.
    It is the interface to the gateway of the external network where
    floating IP is assigned.
 
 
  $ tcpdump -i qr-32411859-c0 -nn
     // nothing special
 
  What about ns-fa6a1d01-16? That overlapping IP range looks
  suspicious.
 
  -- It was made by quantum-linux-bridge.
 
 
  $ tcpdump -i brqf56b3f53-d3 -nn icmp
  tcpdump: WARNING: brqf56b3f53-d3: no IPv4 address assigned
  tcpdump: verbose output suppressed, use -v or -vv for full
  protocol
  decode
  listening on brqf56b3f53-d3, link-type EN10MB (Ethernet), capture
  size 65535 bytes
  13:48:46.892785 IP 192.168.3.3  10.12.182.13: ICMP echo request,
  id
  46605, seq 1855, length 64
  13:48:46.892825 IP 192.168.3.2  192.168.3.3: ICMP host
  10.12.182.13
  unreachable - admin prohibited, length 92
 
  This is the reject iptables rule firing, so those other rules are
  not
  matching.
  You need to look at 'iptables -L -v -n -x' to see if their
  packet/byte
  counts
  are increasing or not. If not, start using things like 'ip route
  get
  $dest' to
  figure out what interfaces the kernel is using for output, which
  will
  help you
  fix those rules to be correct.
 
  -- Thanks, I will try it.
 
 
  -Brian
 
  - Original Message -
  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 -t filter -I FORWARD -i qr-+ -o qg-+ -j ACCEPT
  iptables -t filter -I FORWARD -i qg-+ -o qr-+ -j ACCEPT
  iptables -t filter -I FORWARD -i qr-+ -o qr-+ -j ACCEPT
 
   But it doesn't work for me.
 
  Can you elaborate on what it doesn't work means?
 
  Do any of those rules show increased 

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 migrate it to lists.openstack.org
 100UTC Saturday - The mailing list migration will be complete, and all
 users will be migrated over to lists.openstack.org. From then on,
 openstack@lists.launchpad.net will be a dead list, and
 openst...@lists.openstack.org will be the actual list. If you continue
 to send emails to the Launchpad list, this will be
 you: http://i.imgur.com/MQUmmqo.gif

Do you mean 1000 UTC or 0100 UTC?  100UTC could be interpreted either
way…
-- 
Kevin L. Mitchell kevin.mitch...@rackspace.com


___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


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 notifications.py, instead we have 

 class _Base(plugin.NotificationBase) , which handles events with

get_event_types():
return ['compute.instance.create.end',
'compute.instance.exists',
'compute.instance.delete.start',
'compute.instance.finish_resize.end',
'compute.instance.resize.revert.end']

like ComputeInstanceNotificationBase does.

What is your suggestion in order to enable handlings of more compute events, 
considering we will go live in 2-3 weeks time?

1- We wait for Julien's patch to be approved and we upgrade to the patched 
version. 
2- We modify ourselves get_event_types() on our installation
3- ?

Thanks
Alex

-Original Message-
From: Julien Danjou [mailto:jul...@danjou.info] 
Sent: mercoledì 24 luglio 2013 17:39
To: Jay Lau
Cc: Alessandro Barabesi; openstack@lists.launchpad.net
Subject: Re: [Openstack] [Ceilometer] Problem with nova resize events

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 ComputeInstanceNotificationBase(ComputeNotificationBase):
 Convert compute.instance.* notifications into Counters
 
 @staticmethod
 def get_event_types():
 return ['compute.instance.create.start',
 'compute.instance.create.end',
 'compute.instance.exists',
 'compute.instance.update',
 'compute.instance.delete.start',
 'compute.instance.delete.end',
 'compute.instance.finish_resize.end',
 'compute.instance.resize.revert.end']
 Thanks,

Not really a bug, but we know we could do better.
I've just cooked a patch that should improve that:

   https://review.openstack.org/38485

--
Julien Danjou
# Free Software hacker # freelance consultant # http://julien.danjou.info
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


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 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
/var/cache/glance/api
exists and has the certificates in it.  A good test is to remove the 
certifcates and hit the server again, as they are fetched on demand.  
If there are no certificates there after another try, either glance 
can't talk to Keystone or keystone is not handing out the certificates.



auth_uri = http://127.0.0.1:5000/
auth_host = 127.0.0.1
auth_port = 35357
auth_protocol = http
admin_tenant_name = service
admin_user = glance
admin_password = password

Salvatore


On 18 July 2013 22:16, Matt Davis mattd5...@gmail.com 
mailto:mattd5...@gmail.com wrote:


Hello all,

I'm working on a deployment script to install and configure my
OpenStack services and I'm getting a strange result with glance. 
It's surely a bug with my script messing up a config file line,

but I can't interpret the glance and keystone logs to track the
issue down.  Here's the use case:

1)  Install keystone following the directions in the Grizzly
installation guide for Ubuntu 12.04.
2)  Install glance following the directions in the Grizzly
installation guide for Ubuntu 12.04.
3)  Run glance image-list to see if I can get an empty list.

My result:

=
glance --os-username=admin --os-password=secrete --os-tenant-name
demo --os-auth-url=http://localhost:5000/v2.0 image-list

Request returned failure status.
Invalid OpenStack Identity credentials.
=

The glance API log is as follows:

=
2013-07-18 11:18:24.301 6306 DEBUG
glance.api.middleware.version_negotiation [-] Determining version
of request: GET //v1/images/detail Accept:  process_request

/usr/lib/python2.7/dist-packages/glance/api/middleware/version_negotiation.py:46
2013-07-18 11:18:24.302 6306 DEBUG
glance.api.middleware.version_negotiation [-] Using url
versioning process_request

/usr/lib/python2.7/dist-packages/glance/api/middleware/version_negotiation.py:59
2013-07-18 11:18:24.302 6306 DEBUG
glance.api.middleware.version_negotiation [-] Matched version: v1
process_request

/usr/lib/python2.7/dist-packages/glance/api/middleware/version_negotiation.py:71
2013-07-18 11:18:24.302 6306 DEBUG
glance.api.middleware.version_negotiation [-] new uri
/v1/images/detail process_request

/usr/lib/python2.7/dist-packages/glance/api/middleware/version_negotiation.py:72
=

No entries are added to the glance registry log.  If I tweak the
password to make the credentials invalid, I get this:

=
glance --os-username=admin --os-password=wrong_pw
--os-tenant-name demo --os-auth-url=http://localhost:5000/v2.0
image-list
Unable to communicate with identity service: {error:
{message: Invalid user / password, code: 401, title: Not
Authorized}}. (HTTP 401)
=

So keystone is definitely looking up my credentials and
responding differently when they match.

Any ideas as to where should I be looking for the issue?

Thanks for your time!

-Matt

___
Mailing list: https://launchpad.net/~openstack
https://launchpad.net/%7Eopenstack
Post to : openstack@lists.launchpad.net
mailto:openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
https://launchpad.net/%7Eopenstack
More help   : https://help.launchpad.net/ListHelp




___
Mailing list:https://launchpad.net/~openstack
Post to :openstack@lists.launchpad.net
Unsubscribe :https://launchpad.net/~openstack
More help   :https://help.launchpad.net/ListHelp




___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


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 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
 /var/cache/glance/api
 exists and has the certificates in it.  A good test is to remove the
 certifcates and hit the server again, as they are fetched on demand.  If
 there are no certificates there after another try, either glance can't talk
 to Keystone or keystone is not handing out the certificates.

   auth_uri = http://127.0.0.1:5000/
 auth_host = 127.0.0.1
 auth_port = 35357
 auth_protocol = http
  admin_tenant_name = service
 admin_user = glance
 admin_password = password

  Salvatore


 On 18 July 2013 22:16, Matt Davis mattd5...@gmail.com wrote:

Hello all,

  I'm working on a deployment script to install and configure my OpenStack
 services and I'm getting a strange result with glance.  It's surely a bug
 with my script messing up a config file line, but I can't interpret the
 glance and keystone logs to track the issue down.  Here's the use case:

  1)  Install keystone following the directions in the Grizzly
 installation guide for Ubuntu 12.04.
  2)  Install glance following the directions in the Grizzly installation
 guide for Ubuntu 12.04.
  3)  Run glance image-list to see if I can get an empty list.

  My result:

 =
 glance --os-username=admin --os-password=secrete --os-tenant-name demo
 --os-auth-url=http://localhost:5000/v2.0 image-list

 Request returned failure status.
 Invalid OpenStack Identity credentials.
 =

  The glance API log is as follows:

 =
 2013-07-18 11:18:24.301 6306 DEBUG
 glance.api.middleware.version_negotiation [-] Determining version of
 request: GET //v1/images/detail Accept:  process_request
 /usr/lib/python2.7/dist-packages/glance/api/middleware/version_negotiation.py:46
 2013-07-18 11:18:24.302 6306 DEBUG
 glance.api.middleware.version_negotiation [-] Using url versioning
 process_request
 /usr/lib/python2.7/dist-packages/glance/api/middleware/version_negotiation.py:59
 2013-07-18 11:18:24.302 6306 DEBUG
 glance.api.middleware.version_negotiation [-] Matched version: v1
 process_request
 /usr/lib/python2.7/dist-packages/glance/api/middleware/version_negotiation.py:71
 2013-07-18 11:18:24.302 6306 DEBUG
 glance.api.middleware.version_negotiation [-] new uri /v1/images/detail
 process_request
 /usr/lib/python2.7/dist-packages/glance/api/middleware/version_negotiation.py:72
 =

  No entries are added to the glance registry log.  If I tweak the
 password to make the credentials invalid, I get this:

 =
 glance --os-username=admin --os-password=wrong_pw --os-tenant-name demo
 --os-auth-url=http://localhost:5000/v2.0 image-list
 Unable to communicate with identity service: {error: {message:
 Invalid user / password, code: 401, title: Not Authorized}}. (HTTP
 401)
 =

  So keystone is definitely looking up my credentials and responding
 differently when they match.

  Any ideas as to where should I be looking for the issue?

 Thanks for your time!

  -Matt

 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp




 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp




 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp



 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp


___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


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:


 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 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
 /var/cache/glance/api
 exists and has the certificates in it.  A good test is to remove the
 certifcates and hit the server again, as they are fetched on demand.  If
 there are no certificates there after another try, either glance can't talk
 to Keystone or keystone is not handing out the certificates.

   auth_uri = http://127.0.0.1:5000/
 auth_host = 127.0.0.1
 auth_port = 35357
 auth_protocol = http
  admin_tenant_name = service
 admin_user = glance
 admin_password = password

  Salvatore


 On 18 July 2013 22:16, Matt Davis mattd5...@gmail.com wrote:

Hello all,

  I'm working on a deployment script to install and configure my
 OpenStack services and I'm getting a strange result with glance.  It's
 surely a bug with my script messing up a config file line, but I can't
 interpret the glance and keystone logs to track the issue down.  Here's the
 use case:

  1)  Install keystone following the directions in the Grizzly
 installation guide for Ubuntu 12.04.
  2)  Install glance following the directions in the Grizzly installation
 guide for Ubuntu 12.04.
  3)  Run glance image-list to see if I can get an empty list.

  My result:

 =
 glance --os-username=admin --os-password=secrete --os-tenant-name demo
 --os-auth-url=http://localhost:5000/v2.0 image-list

 Request returned failure status.
 Invalid OpenStack Identity credentials.
 =

  The glance API log is as follows:

 =
 2013-07-18 11:18:24.301 6306 DEBUG
 glance.api.middleware.version_negotiation [-] Determining version of
 request: GET //v1/images/detail Accept:  process_request
 /usr/lib/python2.7/dist-packages/glance/api/middleware/version_negotiation.py:46
 2013-07-18 11:18:24.302 6306 DEBUG
 glance.api.middleware.version_negotiation [-] Using url versioning
 process_request
 /usr/lib/python2.7/dist-packages/glance/api/middleware/version_negotiation.py:59
 2013-07-18 11:18:24.302 6306 DEBUG
 glance.api.middleware.version_negotiation [-] Matched version: v1
 process_request
 /usr/lib/python2.7/dist-packages/glance/api/middleware/version_negotiation.py:71
 2013-07-18 11:18:24.302 6306 DEBUG
 glance.api.middleware.version_negotiation [-] new uri /v1/images/detail
 process_request
 /usr/lib/python2.7/dist-packages/glance/api/middleware/version_negotiation.py:72
 =

  No entries are added to the glance registry log.  If I tweak the
 password to make the credentials invalid, I get this:

 =
 glance --os-username=admin --os-password=wrong_pw --os-tenant-name demo
 --os-auth-url=http://localhost:5000/v2.0 image-list
 Unable to communicate with identity service: {error: {message:
 Invalid user / password, code: 401, title: Not Authorized}}. (HTTP
 401)
 =

  So keystone is definitely looking up my credentials and responding
 differently when they match.

  Any ideas as to where should I be looking for the issue?

 Thanks for your time!

  -Matt

 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp




 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp




 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp



 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp



 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp



[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 issue, and it seemed
to always be related to typos in their service endpoint URLs. I don't
think that is my problem.

Here are my endpoints for Cinder and Nova, respectively
http://openstack.cloud.fandingo.org:8776/v1/$(tenant_id)s
http://openstack.cloud.fandingo.org:8774/v2/$(tenant_id)s

Now, if I try something simple like `cinder --debug list`, I get the
following output. Note that the CMS auth-token is quite long, so I
have omitted it.

REQ: curl -i http://localhost:35357/v2.0/tokens -X POST -H
Content-Type: application/json -H Accept: application/json -H
User-Agent: python-cinderclient -d '{auth: {tenantName: admin,
passwordCredentials: {username: justi
n, password: secret}}}'

RESP: [200] {'date': 'Wed, 24 Jul 2013 18:10:30 GMT', 'content-type':
'application/json', 'content-length': '7281', 'vary': 'X-Auth-Token'}
RESP BODY: {access: {token: {issued_at:
2013-07-24T18:10:30.957542, expires: 2013-07-25T18:10:30Z, id:
AUTH-TOKEN..., tenant: {description: null, enabled: true,
id: 4457698fa26d4ce59f1811e91521f6c4, name: admin}},
serviceCatalog: [{endpoints: [{adminURL:
http://openstack.cloud.fandingo.org:8774/v2/4457698fa26d4ce59f1811e91521f6c4;,
region: Fandingo, internalURL:
http://openstack.cloud.fandingo.org:8774/v2/4457698fa26d4ce59f1811e91521f6c4;,
id: 0494bbe29b014d6da63e519eafa734da, publicURL:
http://openstack.cloud.fandingo.org:8774/v2/4457698fa26d4ce59f1811e91521f6c4}],
endpoints_links: [], type: compute, name: nova},
{endpoints: [{adminURL:
http://openstack.cloud.fandingo.org:9696/;, region: Fandingo,
internalURL: http://openstack.cloudfandingo.org:9696/;, id:
ad160008203d4de0b96ed7def7ed1269, publicURL:
http://openstack.cloud.fandingo.org:9696/}], endpoints_links: [],
type: network, name: quantum}, {endpoints: [{adminURL:
http://openstack.cloud.fandingo.org:9292;, region: Fandingo,
internalURL: http://openstack.cloud.fandingo.org:9292;, id:
0d8f052422ea42eabcfb53212d5a563a, publicURL:
http://openstack.cloud.fandingo.org:9292}], endpoints_links: [],
type: image, name: glance}, {endpoints: [{adminURL:
http://openstack.cloud.fandingo.org:8776/v1/4457698fa26d4ce59f1811e91521f6c4;,
region: Fandingo, internalURL:
http://openstack.cloud.fandingo.org:8776/v1/4457698fa26d4ce59f1811e91521f6c4;,
id: 17090aacab934d13b6ce735e78e317c9, publicURL:
http://openstack.cloud.fandingo.org:8776/v1/4457698fa26d4ce59f1811e91521f6c4}],
endpoints_links: [], type: volume, name: cinder},
{endpoints: [{adminURL:
http://openstack.cloud.fandingo.org:8773/services/Admin;, region:
Fandingo, internalURL:
http://openstack.cloud.fandingo.org:8773/services/Cloud;, id:
42556805f93d41ef87c9657b9d0cc52a, publicURL:
http://openstack.cloud.fandingo.org:8773/services/Cloud}],
endpoints_links: [], type: ec2, name: ec2}, {endpoints:
[{adminURL: http://openstack.cloud.fandingo.org:35357/v2.0;,
region: Fandingo, internalURL:
http://openstack.cloud.fandingo.org:5000/v2.0;, id:
1af520b8fced4335aaeb5fa13515aaa5, publicURL:
http://openstack.cloud.fandingo.org:5000/v2.0}], endpoints_links:
[], type: identity, name: keystone}], user: {username:
justin, roles_links: [], id: 84888243a24940d78cf190bcc5166d75,
roles: [{name: _member_}, {name: admin}], name: justin},
metadata: {is_admin: 0, roles:
[9fe2ff9ee4384b1894a90878d3e92bab,
3c8337f7a64a4bd8967d971f1debeea8]}}}

That looks fine. The error happens on the second curl command:
REQ: curl -i 
http://openstack.cloud.kerrygroup.net:8776/v1/4457698fa26d4ce59f1811e91521f6c4/volumes/detail
-X GET -H X-Auth-Project-Id: admin -H User-Agent:
python-cinderclient -H Accept: application/json -H X-Auth-Token:
AUTH_TOKEN...

RESP: [400] {'date': 'Wed, 24 Jul 2013 18:10:31 GMT',
'content-length': '65', 'content-type': 'application/json;
charset=UTF-8', 'x-compute-request-id':
'req-54484df2-dfdf-447a-a47b-73fbae8da9f1'}
RESP BODY: {badRequest: {message: Malformed request url, code: 400}}

That causes a Python exception
BadRequest: Malformed request url (HTTP 400) (Request-ID:
req-54484df2-dfdf-447a-a47b-73fbae8da9f1)
ERROR: Malformed request url

The only message in the Cinder api.log (verbose = True) is the GET
rquest, but nothing about the error:

2013-07-24 13:40:18 INFO [cinder.api.openstack.wsgi] GET
http://openstack.cloud.kerrygroup.net:8776/v1/4457698fa26d4ce59f1811e91521f6c4/volumes/detail

Could someone help me troubleshoot this problem?

Thanks,
Justin

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


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 to sign up. At this point,
  I'll get a Launchpad Admin to provide all the data from the mailing
  list, and migrate it to lists.openstack.org
  100UTC Saturday - The mailing list migration will be complete, and all
  users will be migrated over to lists.openstack.org. From then on,
  openstack@lists.launchpad.net will be a dead list, and
  openst...@lists.openstack.org will be the actual list. If you continue
  to send emails to the Launchpad list, this will be
  you: http://i.imgur.com/MQUmmqo.gif

 Do you mean 1000 UTC or 0100 UTC?  100UTC could be interpreted either
 way…
 --
 Kevin L. Mitchell kevin.mitch...@rackspace.com


 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[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 the dashboard, it shows status with error.

Can anybody give me some help, and which informations I need to send to
provide more explanation?

Thank you all.

Best regards.

Guilherme.
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


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 dtro...@gmail.com 
Cc: openstack@lists.launchpad.net openstack@lists.launchpad.net 
Sent: Thursday, July 25, 2013 12:23 AM
Subject: Re: [Openstack] Image prep. cloud-init user configuration help.
 

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. Do I just create
  this user in the instance? What permissions do I give the user?

 About half way down this page
 (http://hackstack.org/x/blog/2013/04/25/a-centos-6-image-for-openstack/)
 is a link to a centos 6 kickstart file that configures cloud-init
 during the kickstart %POST phase to behave similar to how it works on
 Ubuntu images by default: create a 'centos' user with sudo permissions
 to root.

Josh was right, though.
Recent versions of cloud-init will create the user if it is not there.
If the user is present, it will not modify it.

___
Mailing list: https://launchpad.net/~openstack
Post to     : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


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
收件人:openstack@lists.launchpad.netopenstack@lists.launchpad.net
抄送:

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 the dashboard, it shows status with error.


Can anybody give me some help, and which informations I need to send to provide 
more explanation?


Thank you all.


Best regards.


Guilherme.___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


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
收件人:openstackopenstack@lists.launchpad.net
抄送:

Hi everyone,

First time doing this so bear with me here. I'm trying to launch instances with 
my Packstack install of Open Stack, single-node installation. Whenever I launch 
a VM, it always gets stuck spawning. When I check the compute.log file, it 
gives me this:

2013-07-24 14:23:01.520 AUDIT nova.compute.claims 
[req-deed723b-e518-47da-a2c1-2d688c8c53f4 19cdb5980cd14a60ac488df4eee0eb96 
f445e3e9b64742d4929ae2469e9ba04a] [instance: 
1c5055d0-3262-409e-81d6-8293b343c806] CPU limit: 64 VCPUs, free: 62 VCPUs
2013-07-24 14:23:01.520 AUDIT nova.compute.claims 
[req-deed723b-e518-47da-a2c1-2d688c8c53f4 19cdb5980cd14a60ac488df4eee0eb96 
f445e3e9b64742d4929ae2469e9ba04a] [instance: 
1c5055d0-3262-409e-81d6-8293b343c806] Claim successful
2013-07-24 14:23:02.652 INFO nova.virt.libvirt.driver 
[req-deed723b-e518-47da-a2c1-2d688c8c53f4 19cdb5980cd14a60ac488df4eee0eb96 
f445e3e9b64742d4929ae2469e9ba04a] [instance: 
1c5055d0-3262-409e-81d6-8293b343c806] Creating image
2013-07-24 14:23:06.226 INFO nova.virt.libvirt.driver 
[req-deed723b-e518-47da-a2c1-2d688c8c53f4 19cdb5980cd14a60ac488df4eee0eb96 
f445e3e9b64742d4929ae2469e9ba04a] [instance: 
1c5055d0-3262-409e-81d6-8293b343c806] Injecting key into image 
6663c7cd-10e9-44ee-8d73-6be11195c17f
2013-07-24 14:23:10.157 WARNING nova.virt.disk.api 
[req-deed723b-e518-47da-a2c1-2d688c8c53f4 19cdb5980cd14a60ac488df4eee0eb96 
f445e3e9b64742d4929ae2469e9ba04a] Ignoring error injecting key into image 
(aug_get: no matching node)
2013-07-24 14:23:16.528 6147 AUDIT nova.compute.resource_tracker [-] Auditing 
locally available compute resources
2013-07-24 14:23:16.588 6147 AUDIT nova.compute.resource_tracker [-] Free ram 
(MB): 9263
2013-07-24 14:23:16.588 6147 AUDIT nova.compute.resource_tracker [-] Free disk 
(GB): -71
2013-07-24 14:23:16.588 6147 AUDIT nova.compute.resource_tracker [-] Free 
VCPUS: 1
2013-07-24 14:23:16.666 6147 INFO nova.compute.resource_tracker [-] 
Compute_service record updated for localhost.localdomain:localhost.localdomain


The important bit is obviously at the bottom. It seems like it is incorrectly 
thinking that I have run out of disk space, which is not the case. It continues 
to spin indefinitely. In addition, none of these instances are able to be 
deleted either. I can provide more information when necessary. Can anyone help 
me out? Thanks.


Brandon___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


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
  --
  *发件人:*Guilherme Russi luisguilherme...@gmail.com
 *发送时间:*2013-07-25 03:38
 *主题:*[Openstack] Configuring Live Migration
 *收件人:*openstack@lists.launchpad.netopenstack@lists.launchpad.net
 *抄送:*

  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 the dashboard, it shows status with error.

 Can anybody give me some help, and which informations I need to send to
 provide more explanation?

 Thank you all.

 Best regards.

 Guilherme.

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


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
抄送:openstack@lists.launchpad.netopenstack@lists.launchpad.net

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



发件人:Guilherme Russi luisguilherme...@gmail.com
发送时间:2013-07-25 03:38
主题:[Openstack] Configuring Live Migration
收件人:openstack@lists.launchpad.netopenstack@lists.launchpad.net
抄送:

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 the dashboard, it shows status with error. 


Can anybody give me some help, and which informations I need to send to provide 
more explanation?


Thank you all.


Best regards.


Guilherme.___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


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, that
Openstack provides a workalike for.
That metadata service has things like instance-id and hostname that
are useful.  cloud-init uses instance-id for run-once-per-instance
functionality.

cloud-init also gets user-data from the datasource, and that is very
useful for initializing images with information provided at launch time by
the user.

If you enable config-drive in openstack, then cloud-init will find the
same data above from the config-drive, and wont bother looking for the ec2
metadata service.

Scott

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


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@lists.launchpad.net 
openstack@lists.launchpad.net 
Sent: Thursday, July 25, 2013 10:58 AM
Subject: Re: [Openstack] Image prep. cloud-init user configuration help.
 

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, that
Openstack provides a workalike for.
That metadata service has things like instance-id and hostname that
are useful.  cloud-init uses instance-id for run-once-per-instance
functionality.

cloud-init also gets user-data from the datasource, and that is very
useful for initializing images with information provided at launch time by
the user.

If you enable config-drive in openstack, then cloud-init will find the
same data above from the config-drive, and wont bother looking for the ec2
metadata service.

Scott___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[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
   - ALLOW 22:22 from 0.0.0.0/0

default

   - ALLOW -1:-1 from 0.0.0.0/0
   - ALLOW 22:22 from 0.0.0.0/0

 I can't ping both IP 10.2.1.20  10.2.1.2


Some instances have single IP but I can't ping too.
Do some check, i found that these instances can't get IP Address due to
IPtables problem.
In a compute node, the DHCP Discovery request being dropped in Chain *
quantum-openvswi-sg-fallback* (I used ULOG to log dropped packet, then i
pretty sure about this)


PS: I'm using bonding with OpenvSwitch on br-prv (VM network)
I dont' know it could be affect ?
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[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 on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesCreate vmware sectionby gkottoneditnova/virt/vmwareapi/vmops.pyeditnova/virt/vmwareapi/vif.pyeditnova/virt/vmwareapi/volumeops.pyeditetc/nova/nova.conf.sampleeditnova/tests/virt/vmwareapi/test_vmwareapi.pyeditnova/virt/vmwareapi/vim.pyeditnova/tests/virt/vmwareapi/test_vmwareapi_vif.pyeditnova/virt/vmwareapi/driver.pyConsole Output[...truncated 4581 lines...]dch -a [d73041f] ec2-api: Disable describing of instances using deleted tags as filter.dch -a [583addc] Disable ssl layer compression for glance requests.dch -a [3881871] Missed message -> msg_fmt conversiondch -a [49fdad5] Refresh network cache when reassigning a floating IP in Neutrondch -a [c8c048b] Remove unnecessary comments for instance rebuild tests.dch -a [1f53881] Add missing tests for console_* methods.dch -a [fd398fb] Remove project_id from alternate image link pathdch -a [c57674c] Fixes wrong action comment 'lock' to 'unlock'dch -a [20eac6c] Remove locals() from various places.dch -a [f87cf68] Add expected_errors for extension deferred_delete v3dch -a [74e189f] Code dedup in class ImageXMLSerializationTestdch -a [f81ae35] Code dedup in test_libvirt_volumedch -a [4a24d14] Code dedup in tests for server._action_rebuilddch -a [6b12076] Moved tests for server._action_rebuilddch -a [97f8069] Remove redundant if statements in cells.statedch -a [7e8fa8f] Fix filtering aggregate metadata by keydch -a [cd38293] Fix IPAddress and CIDR type decoratorsdch -a [13513a1] Fix aggregate_get_by_host host filteringdch -a [7f7d29d] port disk_config API into v3 part1dch -a [2b750f7] Sync v2/v3 console_output API extensionsdch -a [79039a7] Handle instance being deleted while in filter schedulerdch -a [e16260b] Unimplemented pause should not change vm state on PowerVMdch -a [b1ee1f9] Sync 10 DB models and migrations.dch -a [5dc997c] Clarify flavorid vs instance_type_id in dbdch -a [7041100] Sync db.models.Security* and db.models.Volume*.dch -a [ed7d159] Sync db.models.Instance* with migrations.debcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piupartsbzr builddeb -S -INFO:root:Destroying schroot.- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-59b7e791-45bb-49df-9f94-a41e18a69145', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-59b7e791-45bb-49df-9f94-a41e18a69145', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
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   : https://help.launchpad.net/ListHelp


[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 on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0Changesalarm: Global setting to disable ssl verificationby mehdi.abaakoukeditetc/ceilometer/ceilometer.conf.sampleedittests/alarm/test_notifier.pyeditceilometer/alarm/notifier/rest.pyRefactored API V1 tests to use testscenariosby akornienkodeletetests/api/v1/max_project_volume.pydeletetests/api/v1/sum_project_volume.pyaddtests/api/v1/test_list_resources_scenarios.pydeletetests/api/v1/test_impl_sqlalchemy.pyaddtests/api/v1/test_list_meters_scenarios.pyaddtests/api/v1/test_list_projects_scenarios.pydeletetests/api/v1/test_impl_mongodb.pydeletetests/api/v1/sum_resource_volume.pyaddtests/api/v1/test_sum_project_volume_scenarios.pyaddtests/api/v1/test_list_sources_scenarios.pydeletetests/api/v1/test_impl_hbase.pydeletetests/api/v1/max_resource_volume.pyaddtests/api/v1/test_max_project_volume_scenarios.pyaddtests/api/v1/test_list_users_scenarios.pydeletetests/api/v1/list_meters.pydeletetests/api/v1/list_resources.pydeletetests/api/v1/list_events.pydeletetests/api/v1/list_users.pyaddtests/api/v1/test_list_events_scenarios.pyaddtests/api/v1/test_sum_resource_volume_scenarios.pydeletetests/api/v1/list_sources.pydeletetests/api/v1/compute_duration_by_resource.pyaddtests/api/v1/test_max_resource_volume_scenarios.pyaddtests/api/v1/test_compute_duration_by_resource_scenarios.pydeletetests/api/v1/list_projects.pyConsole Output[...truncated 1917 lines...]dch -a [40bbcff] Imported Translations from Transifexdch -a [541cf77] Imported Translations from Transifexdch -a [0c841ab] Filter query op:gt does not work as expecteddch -a [327bd26] sqlalchemy: fix performance issue on get_meters()dch -a [89fc448] enable v2 api sqlalchemy testsdch -a [19e5eb1] Update compute vnic pollster to use cachedch -a [f51b20e] Update compute CPU pollster to use cachedch -a [4dd7ee3] Update compute disk I/O pollster to use cachedch -a [ef17d89] update Quantum references to Neutrondch -a [3b251f2] Update swift pollster to use cachedch -a [3b20729] Update kwapi pollster to use cachedch -a [df62b92] Update floating-ip pollster to use cachedch -a [4437fb5] Update glance pollster to use cachedch -a [a10773e] Add pollster data cachedch -a [2f1378e] Fix flake8 errorsdch -a [afba75f] Update Oslodch -a [a2b6dc4] Enable Ceilometer to support mongodb replication setdch -a [fbb1eb9] Fix return error when resource can't be founddch -a [99373ff] Simple service for singleton threshold evaldch -a [135612f] Basic alarm threshold evaluation logic.dch -a [298e2f7] add metadata to nova_client resultsdch -a [ae4caf8] Bring in oslo-common rpc ack() changes.dch -a [1ba1bc7] Pin the keystone client versiondch -a [53785ef] Imported Translations from Transifexdch -a [2f594fc] Check that the config file sample is always up to datedch -a [3b9fced] api: enable v2 tests on SQLAlchemy & HBasedch -a [71ac3a5] doc: be more explicit about network countersdebcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piupartsbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-7f5ba181-d6a3-46b5-9f61-c80195cb320b', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-7f5ba181-d6a3-46b5-9f61-c80195cb320b', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
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   : https://help.launchpad.net/ListHelp


[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 changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0Changesalarm: Per user setting to disable ssl verifyby mehdi.abaakoukedittests/alarm/test_notifier.pyeditceilometer/alarm/notifier/rest.pyConsole Output[...truncated 1241 lines...]dch -a [40bbcff] Imported Translations from Transifexdch -a [541cf77] Imported Translations from Transifexdch -a [0c841ab] Filter query op:gt does not work as expecteddch -a [327bd26] sqlalchemy: fix performance issue on get_meters()dch -a [89fc448] enable v2 api sqlalchemy testsdch -a [19e5eb1] Update compute vnic pollster to use cachedch -a [f51b20e] Update compute CPU pollster to use cachedch -a [4dd7ee3] Update compute disk I/O pollster to use cachedch -a [ef17d89] update Quantum references to Neutrondch -a [3b251f2] Update swift pollster to use cachedch -a [3b20729] Update kwapi pollster to use cachedch -a [df62b92] Update floating-ip pollster to use cachedch -a [4437fb5] Update glance pollster to use cachedch -a [a10773e] Add pollster data cachedch -a [2f1378e] Fix flake8 errorsdch -a [afba75f] Update Oslodch -a [a2b6dc4] Enable Ceilometer to support mongodb replication setdch -a [fbb1eb9] Fix return error when resource can't be founddch -a [99373ff] Simple service for singleton threshold evaldch -a [135612f] Basic alarm threshold evaluation logic.dch -a [298e2f7] add metadata to nova_client resultsdch -a [ae4caf8] Bring in oslo-common rpc ack() changes.dch -a [1ba1bc7] Pin the keystone client versiondch -a [53785ef] Imported Translations from Transifexdch -a [2f594fc] Check that the config file sample is always up to datedch -a [3b9fced] api: enable v2 tests on SQLAlchemy & HBasedch -a [71ac3a5] doc: be more explicit about network countersdebcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piupartsbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-07e3b05e-46a8-4828-98f2-9295f68eebf8', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-07e3b05e-46a8-4828-98f2-9295f68eebf8', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
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   : https://help.launchpad.net/ListHelp


[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 on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0Changesalarm: Per user setting to disable ssl verifyby mehdi.abaakoukeditceilometer/alarm/notifier/rest.pyedittests/alarm/test_notifier.pyConsole Output[...truncated 1920 lines...]dch -a [40bbcff] Imported Translations from Transifexdch -a [541cf77] Imported Translations from Transifexdch -a [0c841ab] Filter query op:gt does not work as expecteddch -a [327bd26] sqlalchemy: fix performance issue on get_meters()dch -a [89fc448] enable v2 api sqlalchemy testsdch -a [19e5eb1] Update compute vnic pollster to use cachedch -a [f51b20e] Update compute CPU pollster to use cachedch -a [4dd7ee3] Update compute disk I/O pollster to use cachedch -a [ef17d89] update Quantum references to Neutrondch -a [3b251f2] Update swift pollster to use cachedch -a [3b20729] Update kwapi pollster to use cachedch -a [df62b92] Update floating-ip pollster to use cachedch -a [4437fb5] Update glance pollster to use cachedch -a [a10773e] Add pollster data cachedch -a [2f1378e] Fix flake8 errorsdch -a [afba75f] Update Oslodch -a [a2b6dc4] Enable Ceilometer to support mongodb replication setdch -a [fbb1eb9] Fix return error when resource can't be founddch -a [99373ff] Simple service for singleton threshold evaldch -a [135612f] Basic alarm threshold evaluation logic.dch -a [298e2f7] add metadata to nova_client resultsdch -a [ae4caf8] Bring in oslo-common rpc ack() changes.dch -a [1ba1bc7] Pin the keystone client versiondch -a [53785ef] Imported Translations from Transifexdch -a [2f594fc] Check that the config file sample is always up to datedch -a [3b9fced] api: enable v2 tests on SQLAlchemy & HBasedch -a [71ac3a5] doc: be more explicit about network countersdebcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piupartsbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-c20b4ffb-b718-451a-bb1c-c7e09833b60c', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-c20b4ffb-b718-451a-bb1c-c7e09833b60c', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
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   : https://help.launchpad.net/ListHelp


[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 changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesFixed timestamp creation in MongoDB mapreduceby akornienkoeditceilometer/storage/impl_mongodb.pyRefactored API V2 tests to use testscenariosby akornienkoaddtests/api/v2/test_alarm_scenarios.pyaddtests/api/v2/test_statistics_scenarios.pydeletetests/api/v2/list_meters.pyaddtests/api/v2/test_list_events_scenarios.pydeletetests/api/v2/alarm.pyaddtests/api/v2/test_compute_duration_by_resource_scenarios.pydeletetests/api/v2/statistics.pyaddtests/api/v2/test_list_meters_scenarios.pydeletetests/api/v2/list_resources.pydeletetests/api/v2/list_events.pydeletetests/api/v2/post_samples.pyaddtests/api/v2/test_post_samples_scenarios.pydeletetests/api/v2/acl.pydeletetests/api/v2/test_impl_hbase.pydeletetests/api/v2/test_impl_sqlalchemy.pyaddtests/api/v2/test_acl_scenarios.pydeletetests/api/v2/compute_duration_by_resource.pydeletetests/api/v2/test_impl_mongodb.pyaddtests/api/v2/test_list_resources_scenarios.pyConsole Output[...truncated 1244 lines...]dch -a [40bbcff] Imported Translations from Transifexdch -a [541cf77] Imported Translations from Transifexdch -a [0c841ab] Filter query op:gt does not work as expecteddch -a [327bd26] sqlalchemy: fix performance issue on get_meters()dch -a [89fc448] enable v2 api sqlalchemy testsdch -a [19e5eb1] Update compute vnic pollster to use cachedch -a [f51b20e] Update compute CPU pollster to use cachedch -a [4dd7ee3] Update compute disk I/O pollster to use cachedch -a [ef17d89] update Quantum references to Neutrondch -a [3b251f2] Update swift pollster to use cachedch -a [3b20729] Update kwapi pollster to use cachedch -a [df62b92] Update floating-ip pollster to use cachedch -a [4437fb5] Update glance pollster to use cachedch -a [a10773e] Add pollster data cachedch -a [2f1378e] Fix flake8 errorsdch -a [afba75f] Update Oslodch -a [a2b6dc4] Enable Ceilometer to support mongodb replication setdch -a [fbb1eb9] Fix return error when resource can't be founddch -a [99373ff] Simple service for singleton threshold evaldch -a [135612f] Basic alarm threshold evaluation logic.dch -a [298e2f7] add metadata to nova_client resultsdch -a [ae4caf8] Bring in oslo-common rpc ack() changes.dch -a [1ba1bc7] Pin the keystone client versiondch -a [53785ef] Imported Translations from Transifexdch -a [2f594fc] Check that the config file sample is always up to datedch -a [3b9fced] api: enable v2 tests on SQLAlchemy & HBasedch -a [71ac3a5] doc: be more explicit about network countersdebcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piupartsbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-98c6c58c-a10b-4299-bc8f-e9baa3358a22', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-98c6c58c-a10b-4299-bc8f-e9baa3358a22', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
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   : https://help.launchpad.net/ListHelp


[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 on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesFixed timestamp creation in MongoDB mapreduceby akornienkoeditceilometer/storage/impl_mongodb.pyRefactored API V2 tests to use testscenariosby akornienkoaddtests/api/v2/test_statistics_scenarios.pyaddtests/api/v2/test_list_meters_scenarios.pydeletetests/api/v2/test_impl_sqlalchemy.pydeletetests/api/v2/list_resources.pyaddtests/api/v2/test_list_events_scenarios.pydeletetests/api/v2/compute_duration_by_resource.pydeletetests/api/v2/post_samples.pydeletetests/api/v2/test_impl_mongodb.pydeletetests/api/v2/list_meters.pydeletetests/api/v2/list_events.pyaddtests/api/v2/test_compute_duration_by_resource_scenarios.pyaddtests/api/v2/test_list_resources_scenarios.pyaddtests/api/v2/test_alarm_scenarios.pydeletetests/api/v2/test_impl_hbase.pydeletetests/api/v2/alarm.pydeletetests/api/v2/acl.pyaddtests/api/v2/test_acl_scenarios.pydeletetests/api/v2/statistics.pyaddtests/api/v2/test_post_samples_scenarios.pyConsole Output[...truncated 1923 lines...]dch -a [40bbcff] Imported Translations from Transifexdch -a [541cf77] Imported Translations from Transifexdch -a [0c841ab] Filter query op:gt does not work as expecteddch -a [327bd26] sqlalchemy: fix performance issue on get_meters()dch -a [89fc448] enable v2 api sqlalchemy testsdch -a [19e5eb1] Update compute vnic pollster to use cachedch -a [f51b20e] Update compute CPU pollster to use cachedch -a [4dd7ee3] Update compute disk I/O pollster to use cachedch -a [ef17d89] update Quantum references to Neutrondch -a [3b251f2] Update swift pollster to use cachedch -a [3b20729] Update kwapi pollster to use cachedch -a [df62b92] Update floating-ip pollster to use cachedch -a [4437fb5] Update glance pollster to use cachedch -a [a10773e] Add pollster data cachedch -a [2f1378e] Fix flake8 errorsdch -a [afba75f] Update Oslodch -a [a2b6dc4] Enable Ceilometer to support mongodb replication setdch -a [fbb1eb9] Fix return error when resource can't be founddch -a [99373ff] Simple service for singleton threshold evaldch -a [135612f] Basic alarm threshold evaluation logic.dch -a [298e2f7] add metadata to nova_client resultsdch -a [ae4caf8] Bring in oslo-common rpc ack() changes.dch -a [1ba1bc7] Pin the keystone client versiondch -a [53785ef] Imported Translations from Transifexdch -a [2f594fc] Check that the config file sample is always up to datedch -a [3b9fced] api: enable v2 tests on SQLAlchemy & HBasedch -a [71ac3a5] doc: be more explicit about network countersdebcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piupartsbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-ead5d9eb-0a7f-4848-948b-d8f43b4d2945', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-ead5d9eb-0a7f-4848-948b-d8f43b4d2945', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
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   : https://help.launchpad.net/ListHelp


[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 changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0Changesmongodb: do not set replica_set as a global optionby julieneditceilometer/storage/impl_mongodb.pyedittests/storage/test_impl_mongodb.pyhbase: do not register table_prefix as a global optionby julieneditceilometer/storage/impl_hbase.pystorage: remove per-driver optionsby julieneditceilometer/storage/impl_sqlalchemy.pyeditceilometer/storage/impl_mongodb.pyeditceilometer/storage/base.pyeditceilometer/api/v1/app.pyeditceilometer/storage/impl_log.pyeditceilometer/storage/impl_hbase.pydeletetests/storage/test_register_opts.pyedittools/show_data.pyeditceilometer/storage/__init__.pyConsole Output[...truncated 1252 lines...]dch -a [40bbcff] Imported Translations from Transifexdch -a [541cf77] Imported Translations from Transifexdch -a [0c841ab] Filter query op:gt does not work as expecteddch -a [327bd26] sqlalchemy: fix performance issue on get_meters()dch -a [89fc448] enable v2 api sqlalchemy testsdch -a [19e5eb1] Update compute vnic pollster to use cachedch -a [f51b20e] Update compute CPU pollster to use cachedch -a [4dd7ee3] Update compute disk I/O pollster to use cachedch -a [ef17d89] update Quantum references to Neutrondch -a [3b251f2] Update swift pollster to use cachedch -a [3b20729] Update kwapi pollster to use cachedch -a [df62b92] Update floating-ip pollster to use cachedch -a [4437fb5] Update glance pollster to use cachedch -a [a10773e] Add pollster data cachedch -a [2f1378e] Fix flake8 errorsdch -a [afba75f] Update Oslodch -a [a2b6dc4] Enable Ceilometer to support mongodb replication setdch -a [fbb1eb9] Fix return error when resource can't be founddch -a [99373ff] Simple service for singleton threshold evaldch -a [135612f] Basic alarm threshold evaluation logic.dch -a [298e2f7] add metadata to nova_client resultsdch -a [ae4caf8] Bring in oslo-common rpc ack() changes.dch -a [1ba1bc7] Pin the keystone client versiondch -a [53785ef] Imported Translations from Transifexdch -a [2f594fc] Check that the config file sample is always up to datedch -a [3b9fced] api: enable v2 tests on SQLAlchemy & HBasedch -a [71ac3a5] doc: be more explicit about network countersdebcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piupartsbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-5d523500-8b31-4263-819a-b8ea11887c0a', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-5d523500-8b31-4263-819a-b8ea11887c0a', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
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   : https://help.launchpad.net/ListHelp


[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 on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0Changesmongodb: do not set replica_set as a global optionby julieneditceilometer/storage/impl_mongodb.pyedittests/storage/test_impl_mongodb.pyhbase: do not register table_prefix as a global optionby julieneditceilometer/storage/impl_hbase.pystorage: remove per-driver optionsby julieneditceilometer/storage/impl_log.pyeditceilometer/storage/impl_mongodb.pydeletetests/storage/test_register_opts.pyeditceilometer/storage/__init__.pyedittools/show_data.pyeditceilometer/storage/impl_sqlalchemy.pyeditceilometer/storage/impl_hbase.pyeditceilometer/storage/base.pyeditceilometer/api/v1/app.pyConsole Output[...truncated 1931 lines...]dch -a [40bbcff] Imported Translations from Transifexdch -a [541cf77] Imported Translations from Transifexdch -a [0c841ab] Filter query op:gt does not work as expecteddch -a [327bd26] sqlalchemy: fix performance issue on get_meters()dch -a [89fc448] enable v2 api sqlalchemy testsdch -a [19e5eb1] Update compute vnic pollster to use cachedch -a [f51b20e] Update compute CPU pollster to use cachedch -a [4dd7ee3] Update compute disk I/O pollster to use cachedch -a [ef17d89] update Quantum references to Neutrondch -a [3b251f2] Update swift pollster to use cachedch -a [3b20729] Update kwapi pollster to use cachedch -a [df62b92] Update floating-ip pollster to use cachedch -a [4437fb5] Update glance pollster to use cachedch -a [a10773e] Add pollster data cachedch -a [2f1378e] Fix flake8 errorsdch -a [afba75f] Update Oslodch -a [a2b6dc4] Enable Ceilometer to support mongodb replication setdch -a [fbb1eb9] Fix return error when resource can't be founddch -a [99373ff] Simple service for singleton threshold evaldch -a [135612f] Basic alarm threshold evaluation logic.dch -a [298e2f7] add metadata to nova_client resultsdch -a [ae4caf8] Bring in oslo-common rpc ack() changes.dch -a [1ba1bc7] Pin the keystone client versiondch -a [53785ef] Imported Translations from Transifexdch -a [2f594fc] Check that the config file sample is always up to datedch -a [3b9fced] api: enable v2 tests on SQLAlchemy & HBasedch -a [71ac3a5] doc: be more explicit about network countersdebcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piupartsbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-9231fd76-522f-493b-ad29-7a2b266ddb4f', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-9231fd76-522f-493b-ad29-7a2b266ddb4f', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
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   : https://help.launchpad.net/ListHelp


[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 changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesRemove replace/preserve logic from rate of change transformerby eglynneditceilometer/transformer/conversions.pyeditetc/ceilometer/pipeline.yamledittests/test_pipeline.pyConsole Output[...truncated 1256 lines...]dch -a [40bbcff] Imported Translations from Transifexdch -a [541cf77] Imported Translations from Transifexdch -a [0c841ab] Filter query op:gt does not work as expecteddch -a [327bd26] sqlalchemy: fix performance issue on get_meters()dch -a [89fc448] enable v2 api sqlalchemy testsdch -a [19e5eb1] Update compute vnic pollster to use cachedch -a [f51b20e] Update compute CPU pollster to use cachedch -a [4dd7ee3] Update compute disk I/O pollster to use cachedch -a [ef17d89] update Quantum references to Neutrondch -a [3b251f2] Update swift pollster to use cachedch -a [3b20729] Update kwapi pollster to use cachedch -a [df62b92] Update floating-ip pollster to use cachedch -a [4437fb5] Update glance pollster to use cachedch -a [a10773e] Add pollster data cachedch -a [2f1378e] Fix flake8 errorsdch -a [afba75f] Update Oslodch -a [a2b6dc4] Enable Ceilometer to support mongodb replication setdch -a [fbb1eb9] Fix return error when resource can't be founddch -a [99373ff] Simple service for singleton threshold evaldch -a [135612f] Basic alarm threshold evaluation logic.dch -a [298e2f7] add metadata to nova_client resultsdch -a [ae4caf8] Bring in oslo-common rpc ack() changes.dch -a [1ba1bc7] Pin the keystone client versiondch -a [53785ef] Imported Translations from Transifexdch -a [2f594fc] Check that the config file sample is always up to datedch -a [3b9fced] api: enable v2 tests on SQLAlchemy & HBasedch -a [71ac3a5] doc: be more explicit about network countersdebcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piupartsbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-f6f8eaf4-a79e-49ba-8e0a-a3d6186e8b33', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-f6f8eaf4-a79e-49ba-8e0a-a3d6186e8b33', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
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   : https://help.launchpad.net/ListHelp


[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 on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesRemove replace/preserve logic from rate of change transformerby eglynnedittests/test_pipeline.pyeditetc/ceilometer/pipeline.yamleditceilometer/transformer/conversions.pyConsole Output[...truncated 1935 lines...]dch -a [40bbcff] Imported Translations from Transifexdch -a [541cf77] Imported Translations from Transifexdch -a [0c841ab] Filter query op:gt does not work as expecteddch -a [327bd26] sqlalchemy: fix performance issue on get_meters()dch -a [89fc448] enable v2 api sqlalchemy testsdch -a [19e5eb1] Update compute vnic pollster to use cachedch -a [f51b20e] Update compute CPU pollster to use cachedch -a [4dd7ee3] Update compute disk I/O pollster to use cachedch -a [ef17d89] update Quantum references to Neutrondch -a [3b251f2] Update swift pollster to use cachedch -a [3b20729] Update kwapi pollster to use cachedch -a [df62b92] Update floating-ip pollster to use cachedch -a [4437fb5] Update glance pollster to use cachedch -a [a10773e] Add pollster data cachedch -a [2f1378e] Fix flake8 errorsdch -a [afba75f] Update Oslodch -a [a2b6dc4] Enable Ceilometer to support mongodb replication setdch -a [fbb1eb9] Fix return error when resource can't be founddch -a [99373ff] Simple service for singleton threshold evaldch -a [135612f] Basic alarm threshold evaluation logic.dch -a [298e2f7] add metadata to nova_client resultsdch -a [ae4caf8] Bring in oslo-common rpc ack() changes.dch -a [1ba1bc7] Pin the keystone client versiondch -a [53785ef] Imported Translations from Transifexdch -a [2f594fc] Check that the config file sample is always up to datedch -a [3b9fced] api: enable v2 tests on SQLAlchemy & HBasedch -a [71ac3a5] doc: be more explicit about network countersdebcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piupartsbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-9a6660a4-0e62-45b8-bc32-2071314201c6', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-9a6660a4-0e62-45b8-bc32-2071314201c6', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
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   : https://help.launchpad.net/ListHelp


[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 on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0Changesremove netifaces dependency of ryu-agentby ykaneko0929editneutron/tests/unit/ryu/test_ryu_agent.pyedittest-requirements.txteditneutron/plugins/ryu/agent/ryu_neutron_agent.pyConsole Output[...truncated 1676 lines...]INFO:root:Complete command log:INFO:root:Destroying schroot.apt-get -y install python-setuptoolspython setup.py sdistbzr branch lp:~ubuntu-server-dev/neutron/havana neutrondch -b -D precise --newversion 1:2013.2+git201307241032~precise-0ubuntu1 Automated Ubuntu testing build:git log -n1 --no-merges --pretty=format:%Hgit log 0f129121a1c8331c702204cf95951444ae53ef9c..HEAD --no-merges --pretty=format:[%h] %sdch -a [85dc410] remove netifaces dependency of ryu-agentdch -a [9b0ccf6] remove policy checks in port_security testsdch -a [d766f1f] Imported Translations from Transifexdch -a [4bd7bea] LBaaS: add delete_health_monitor() to driver APIdch -a [aa39de6] Imported Translations from Transifexdch -a [6cb8672] Imported Translations from Transifexdch -a [a7c23c3] Add help strings to Config Optionsdch -a [ce013f2] Imported Translations from Transifexdch -a [59fe071] Avoid refreshing firewall rules unnecessarily.dch -a [da65fe6] Add agent scheduling for LBaaS namespace agentdch -a [713838e] Fix revision branches appeared after merging recent patchesdch -a [b6d787c] Cisco plugin check for a valid nexus driverdch -a [a1e483d] Add support for the agent extension to NVP Plugin.dch -a [c98ec24] GRE tunnels should include local_ip.dch -a [b40edd1] Clean up Cisco plugin config parametersdch -a [c2427c2] Add decorator helping to log method calls.dch -a [375d8be] remove repeated allocation_pools check in unittestdch -a [95a63d1] Fixes Opt type of "topologyname"dch -a [7b69d98] nvp plugin rxtx_factor readonly update portdebcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piupartsbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-a9cc3459-6e05-4ff9-9ab3-e0c8bfbfae61', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-a9cc3459-6e05-4ff9-9ab3-e0c8bfbfae61', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
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   : https://help.launchpad.net/ListHelp


[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 changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesImported Translations from Transifexby Jenkinseditceilometer/locale/ru/LC_MESSAGES/ceilometer.poeditceilometer/locale/fr/LC_MESSAGES/ceilometer.poaddceilometer/locale/en_GB/LC_MESSAGES/ceilometer.poeditceilometer/locale/da/LC_MESSAGES/ceilometer.poeditceilometer/locale/ja/LC_MESSAGES/ceilometer.poaddceilometer/locale/ru_RU/LC_MESSAGES/ceilometer.poaddceilometer/locale/nl_NL/LC_MESSAGES/ceilometer.poeditceilometer/locale/pt_BR/LC_MESSAGES/ceilometer.poaddceilometer/locale/zh_HK/LC_MESSAGES/ceilometer.poaddceilometer/locale/ka_GE/LC_MESSAGES/ceilometer.poeditceilometer/locale/vi_VN/LC_MESSAGES/ceilometer.poeditceilometer/locale/bg_BG/LC_MESSAGES/ceilometer.poaddceilometer/locale/sw_KE/LC_MESSAGES/ceilometer.poeditceilometer/locale/zh_CN/LC_MESSAGES/ceilometer.poeditceilometer/locale/pl_PL/LC_MESSAGES/ceilometer.poaddceilometer/locale/ko/LC_MESSAGES/ceilometer.poeditceilometer/locale/fi_FI/LC_MESSAGES/ceilometer.poaddceilometer/locale/ca/LC_MESSAGES/ceilometer.poaddceilometer/locale/nb/LC_MESSAGES/ceilometer.poeditceilometer/locale/ro/LC_MESSAGES/ceilometer.poaddceilometer/locale/en_AU/LC_MESSAGES/ceilometer.poaddceilometer/locale/hu/LC_MESSAGES/ceilometer.poaddceilometer/locale/id/LC_MESSAGES/ceilometer.poaddceilometer/locale/uk/LC_MESSAGES/ceilometer.poaddceilometer/locale/en_US/LC_MESSAGES/ceilometer.poeditceilometer/locale/cs/LC_MESSAGES/ceilometer.poaddceilometer/locale/it_IT/LC_MESSAGES/ceilometer.poeditceilometer/locale/ko_KR/LC_MESSAGES/ceilometer.poeditceilometer/locale/zh_TW/LC_MESSAGES/ceilometer.poaddceilometer/locale/pt/LC_MESSAGES/ceilometer.poeditceilometer/locale/ceilometer.potaddceilometer/locale/bs/LC_MESSAGES/ceilometer.poaddceilometer/locale/tr_TR/LC_MESSAGES/ceilometer.poeditceilometer/locale/sl_SI/LC_MESSAGES/ceilometer.poeditceilometer/locale/es/LC_MESSAGES/ceilometer.poeditceilometer/locale/de/LC_MESSAGES/ceilometer.poaddceilometer/locale/ms/LC_MESSAGES/ceilometer.poaddceilometer/locale/tl/LC_MESSAGES/ceilometer.poeditceilometer/locale/it/LC_MESSAGES/ceilometer.poaddceilometer/locale/hr/LC_MESSAGES/ceilometer.poConsole Output[...truncated 1322 lines...]dch -a [40bbcff] Imported Translations from Transifexdch -a [541cf77] Imported Translations from Transifexdch -a [0c841ab] Filter query op:gt does not work as expecteddch -a [327bd26] sqlalchemy: fix performance issue on get_meters()dch -a [89fc448] enable v2 api sqlalchemy testsdch -a [19e5eb1] Update compute vnic pollster to use cachedch -a [f51b20e] Update compute CPU pollster to use cachedch -a [4dd7ee3] Update compute disk I/O pollster to use cachedch -a [ef17d89] update Quantum references to Neutrondch -a [3b251f2] Update swift pollster to use cachedch -a [3b20729] Update kwapi pollster to use cachedch -a [df62b92] Update floating-ip pollster to use cachedch -a [4437fb5] Update glance pollster to use cachedch -a [a10773e] Add pollster data cachedch -a [2f1378e] Fix flake8 errorsdch -a [afba75f] Update Oslodch -a [a2b6dc4] Enable Ceilometer to support mongodb replication setdch -a [fbb1eb9] Fix return error when resource can't be founddch -a [99373ff] Simple service for singleton threshold evaldch -a [135612f] Basic alarm threshold evaluation logic.dch -a [298e2f7] add metadata to nova_client resultsdch -a [ae4caf8] Bring in oslo-common rpc ack() changes.dch -a [1ba1bc7] Pin the keystone client versiondch -a [53785ef] Imported Translations from Transifexdch -a [2f594fc] Check that the config file sample is always up to datedch -a [3b9fced] api: enable v2 tests on SQLAlchemy & HBasedch -a [71ac3a5] doc: be more explicit about network countersdebcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piupartsbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-f97467ef-6ba1-4a4f-8728-afc6b46146a0', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', 

[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 on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0Changesremove netifaces dependency of ryu-agentby ykaneko0929editneutron/plugins/ryu/agent/ryu_neutron_agent.pyedittest-requirements.txteditneutron/tests/unit/ryu/test_ryu_agent.pyConsole Output[...truncated 2355 lines...]INFO:root:Complete command log:INFO:root:Destroying schroot.apt-get -y install python-setuptoolspython setup.py sdistbzr branch lp:~ubuntu-server-dev/neutron/havana neutrondch -b -D saucy --newversion 1:2013.2+git201307241031~saucy-0ubuntu1 Automated Ubuntu testing build:git log -n1 --no-merges --pretty=format:%Hgit log 0f129121a1c8331c702204cf95951444ae53ef9c..HEAD --no-merges --pretty=format:[%h] %sdch -a [85dc410] remove netifaces dependency of ryu-agentdch -a [9b0ccf6] remove policy checks in port_security testsdch -a [d766f1f] Imported Translations from Transifexdch -a [4bd7bea] LBaaS: add delete_health_monitor() to driver APIdch -a [aa39de6] Imported Translations from Transifexdch -a [6cb8672] Imported Translations from Transifexdch -a [a7c23c3] Add help strings to Config Optionsdch -a [ce013f2] Imported Translations from Transifexdch -a [59fe071] Avoid refreshing firewall rules unnecessarily.dch -a [da65fe6] Add agent scheduling for LBaaS namespace agentdch -a [713838e] Fix revision branches appeared after merging recent patchesdch -a [b6d787c] Cisco plugin check for a valid nexus driverdch -a [a1e483d] Add support for the agent extension to NVP Plugin.dch -a [c98ec24] GRE tunnels should include local_ip.dch -a [b40edd1] Clean up Cisco plugin config parametersdch -a [c2427c2] Add decorator helping to log method calls.dch -a [375d8be] remove repeated allocation_pools check in unittestdch -a [95a63d1] Fixes Opt type of "topologyname"dch -a [7b69d98] nvp plugin rxtx_factor readonly update portdebcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piupartsbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-aeb65bd5-92c3-4305-9399-39183aab8558', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-aeb65bd5-92c3-4305-9399-39183aab8558', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
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   : https://help.launchpad.net/ListHelp


[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 on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesImported Translations from Transifexby Jenkinseditceilometer/locale/pl_PL/LC_MESSAGES/ceilometer.poaddceilometer/locale/en_US/LC_MESSAGES/ceilometer.poeditceilometer/locale/bg_BG/LC_MESSAGES/ceilometer.poeditceilometer/locale/ko_KR/LC_MESSAGES/ceilometer.poeditceilometer/locale/zh_TW/LC_MESSAGES/ceilometer.poaddceilometer/locale/en_GB/LC_MESSAGES/ceilometer.poeditceilometer/locale/ja/LC_MESSAGES/ceilometer.poaddceilometer/locale/it_IT/LC_MESSAGES/ceilometer.poeditceilometer/locale/fi_FI/LC_MESSAGES/ceilometer.poaddceilometer/locale/pt/LC_MESSAGES/ceilometer.poeditceilometer/locale/zh_CN/LC_MESSAGES/ceilometer.poaddceilometer/locale/nl_NL/LC_MESSAGES/ceilometer.poeditceilometer/locale/it/LC_MESSAGES/ceilometer.poaddceilometer/locale/ko/LC_MESSAGES/ceilometer.poaddceilometer/locale/tr_TR/LC_MESSAGES/ceilometer.poaddceilometer/locale/ru_RU/LC_MESSAGES/ceilometer.poaddceilometer/locale/uk/LC_MESSAGES/ceilometer.poaddceilometer/locale/hr/LC_MESSAGES/ceilometer.poaddceilometer/locale/tl/LC_MESSAGES/ceilometer.poeditceilometer/locale/ro/LC_MESSAGES/ceilometer.poeditceilometer/locale/sl_SI/LC_MESSAGES/ceilometer.poaddceilometer/locale/ms/LC_MESSAGES/ceilometer.poaddceilometer/locale/zh_HK/LC_MESSAGES/ceilometer.poaddceilometer/locale/nb/LC_MESSAGES/ceilometer.poaddceilometer/locale/ca/LC_MESSAGES/ceilometer.poaddceilometer/locale/id/LC_MESSAGES/ceilometer.poeditceilometer/locale/vi_VN/LC_MESSAGES/ceilometer.poaddceilometer/locale/sw_KE/LC_MESSAGES/ceilometer.poaddceilometer/locale/hu/LC_MESSAGES/ceilometer.poeditceilometer/locale/cs/LC_MESSAGES/ceilometer.poeditceilometer/locale/ceilometer.poteditceilometer/locale/es/LC_MESSAGES/ceilometer.poeditceilometer/locale/pt_BR/LC_MESSAGES/ceilometer.poaddceilometer/locale/bs/LC_MESSAGES/ceilometer.poaddceilometer/locale/en_AU/LC_MESSAGES/ceilometer.poaddceilometer/locale/ka_GE/LC_MESSAGES/ceilometer.poeditceilometer/locale/de/LC_MESSAGES/ceilometer.poeditceilometer/locale/fr/LC_MESSAGES/ceilometer.poeditceilometer/locale/ru/LC_MESSAGES/ceilometer.poeditceilometer/locale/da/LC_MESSAGES/ceilometer.poConsole Output[...truncated 2001 lines...]dch -a [40bbcff] Imported Translations from Transifexdch -a [541cf77] Imported Translations from Transifexdch -a [0c841ab] Filter query op:gt does not work as expecteddch -a [327bd26] sqlalchemy: fix performance issue on get_meters()dch -a [89fc448] enable v2 api sqlalchemy testsdch -a [19e5eb1] Update compute vnic pollster to use cachedch -a [f51b20e] Update compute CPU pollster to use cachedch -a [4dd7ee3] Update compute disk I/O pollster to use cachedch -a [ef17d89] update Quantum references to Neutrondch -a [3b251f2] Update swift pollster to use cachedch -a [3b20729] Update kwapi pollster to use cachedch -a [df62b92] Update floating-ip pollster to use cachedch -a [4437fb5] Update glance pollster to use cachedch -a [a10773e] Add pollster data cachedch -a [2f1378e] Fix flake8 errorsdch -a [afba75f] Update Oslodch -a [a2b6dc4] Enable Ceilometer to support mongodb replication setdch -a [fbb1eb9] Fix return error when resource can't be founddch -a [99373ff] Simple service for singleton threshold evaldch -a [135612f] Basic alarm threshold evaluation logic.dch -a [298e2f7] add metadata to nova_client resultsdch -a [ae4caf8] Bring in oslo-common rpc ack() changes.dch -a [1ba1bc7] Pin the keystone client versiondch -a [53785ef] Imported Translations from Transifexdch -a [2f594fc] Check that the config file sample is always up to datedch -a [3b9fced] api: enable v2 tests on SQLAlchemy & HBasedch -a [71ac3a5] doc: be more explicit about network countersdebcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piupartsbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-003e1831-8740-4b12-95aa-36290c3b1aa2', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 

[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   : https://help.launchpad.net/ListHelp


[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 on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesPort migrations extension to v3 API part 1by maheshpaddnova/api/openstack/compute/plugins/v3/migrations.pyaddnova/tests/api/openstack/compute/plugins/v3/test_migrations.pyPort migrations extension to v3 API part 2by maheshpeditnova/tests/fake_policy.pyeditetc/nova/policy.jsoneditnova/api/openstack/compute/plugins/v3/migrations.pyeditnova/tests/api/openstack/compute/plugins/v3/test_migrations.pyeditsetup.cfgConsole Output[...truncated 4715 lines...]dch -a [d9b6e31] Port scheduler hints extension to v3 API Part 1dch -a [5bceb0f] Port config_drive API to v3 Part 2dch -a [57b3fc1] Port config drive API to v3 Part 1dch -a [827c2d3] Sane rest API rate limit defaultsdch -a [4fbc164] Remove locals() from compute directorydch -a [d2a4915] Hypervisor uptime fails if service is disableddch -a [09accc6] Port server password extension to v3 API Part 1dch -a [e00245804] Port Simple_tenant_usage API to v3 Part 2dch -a [b505388] Make sure periodic instance reclaims continues on errordch -a [941984e] Make sure periodic cleanup of instances continues on errordch -a [7f57bb8] Sync models.Console* with migrations.dch -a [42bd910] Exeption message of 'live migration' is not appropriatedch -a [b5a3d05] Sync rpc from oslo-incubator.dch -a [ec01030] Update pyparsing to 1.5.7dch -a [b0a2a2d] Avoid redefining host to none in get_instance_nw_info(...)dch -a [12c6416] Clarify the compute API is_volume_backed_instance methoddch -a [1b3f890] Port extended-server-attributes into v3 part1dch -a [37b269d] Revert "fixes nova resize bug when force_config_drive is set."dch -a [b01136e] Port extended status extension to v3 API Part 1dch -a [b0da1ab] Preserve network order when using ConfigDrivedch -a [5e6c081] Add troubleshoot to baremetal PXE template.dch -a [fdafaf3] Port hypervisor API into v3 part1dch -a [5bc4b7a] port Simple_tenant_usage  API into v3 part1dch -a [d925044] Don't deallocate network if destroy time outdch -a [c8fc1c2] Port fping extension to v3 API Part 1dch -a [cf3cf3c] libvirt fix resize/migrates with swap or ephemeraldch -a [2654ae8] Enforce sqlite-specific flow in drop_unique_constraintdebcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piupartsbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-a7e0fa57-12ad-493f-b108-8f7737998ba4', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-a7e0fa57-12ad-493f-b108-8f7737998ba4', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
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   : https://help.launchpad.net/ListHelp


[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 changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0Changesdoc: how to inject user-defined databy frederic.faureeditdoc/source/webapi/v2.rstConsole Output[...truncated 1325 lines...]dch -a [40bbcff] Imported Translations from Transifexdch -a [541cf77] Imported Translations from Transifexdch -a [0c841ab] Filter query op:gt does not work as expecteddch -a [327bd26] sqlalchemy: fix performance issue on get_meters()dch -a [89fc448] enable v2 api sqlalchemy testsdch -a [19e5eb1] Update compute vnic pollster to use cachedch -a [f51b20e] Update compute CPU pollster to use cachedch -a [4dd7ee3] Update compute disk I/O pollster to use cachedch -a [ef17d89] update Quantum references to Neutrondch -a [3b251f2] Update swift pollster to use cachedch -a [3b20729] Update kwapi pollster to use cachedch -a [df62b92] Update floating-ip pollster to use cachedch -a [4437fb5] Update glance pollster to use cachedch -a [a10773e] Add pollster data cachedch -a [2f1378e] Fix flake8 errorsdch -a [afba75f] Update Oslodch -a [a2b6dc4] Enable Ceilometer to support mongodb replication setdch -a [fbb1eb9] Fix return error when resource can't be founddch -a [99373ff] Simple service for singleton threshold evaldch -a [135612f] Basic alarm threshold evaluation logic.dch -a [298e2f7] add metadata to nova_client resultsdch -a [ae4caf8] Bring in oslo-common rpc ack() changes.dch -a [1ba1bc7] Pin the keystone client versiondch -a [53785ef] Imported Translations from Transifexdch -a [2f594fc] Check that the config file sample is always up to datedch -a [3b9fced] api: enable v2 tests on SQLAlchemy & HBasedch -a [71ac3a5] doc: be more explicit about network countersdebcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piupartsbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-5844be6e-9891-401c-a9f7-dfcc9389c80a', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-5844be6e-9891-401c-a9f7-dfcc9389c80a', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
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   : https://help.launchpad.net/ListHelp


[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 on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0Changesdoc: how to inject user-defined databy frederic.faureeditdoc/source/webapi/v2.rstConsole Output[...truncated 2004 lines...]dch -a [40bbcff] Imported Translations from Transifexdch -a [541cf77] Imported Translations from Transifexdch -a [0c841ab] Filter query op:gt does not work as expecteddch -a [327bd26] sqlalchemy: fix performance issue on get_meters()dch -a [89fc448] enable v2 api sqlalchemy testsdch -a [19e5eb1] Update compute vnic pollster to use cachedch -a [f51b20e] Update compute CPU pollster to use cachedch -a [4dd7ee3] Update compute disk I/O pollster to use cachedch -a [ef17d89] update Quantum references to Neutrondch -a [3b251f2] Update swift pollster to use cachedch -a [3b20729] Update kwapi pollster to use cachedch -a [df62b92] Update floating-ip pollster to use cachedch -a [4437fb5] Update glance pollster to use cachedch -a [a10773e] Add pollster data cachedch -a [2f1378e] Fix flake8 errorsdch -a [afba75f] Update Oslodch -a [a2b6dc4] Enable Ceilometer to support mongodb replication setdch -a [fbb1eb9] Fix return error when resource can't be founddch -a [99373ff] Simple service for singleton threshold evaldch -a [135612f] Basic alarm threshold evaluation logic.dch -a [298e2f7] add metadata to nova_client resultsdch -a [ae4caf8] Bring in oslo-common rpc ack() changes.dch -a [1ba1bc7] Pin the keystone client versiondch -a [53785ef] Imported Translations from Transifexdch -a [2f594fc] Check that the config file sample is always up to datedch -a [3b9fced] api: enable v2 tests on SQLAlchemy & HBasedch -a [71ac3a5] doc: be more explicit about network countersdebcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piupartsbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-43962f3a-61b6-4485-a74a-69adc3ab8214', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-43962f3a-61b6-4485-a74a-69adc3ab8214', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
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   : https://help.launchpad.net/ListHelp


[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 changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesSets storage_conn in CollectorService.by andrew.meltoneditceilometer/collector/service.pyedittests/collector/test_service.pyConsole Output[...truncated 1328 lines...]dch -a [40bbcff] Imported Translations from Transifexdch -a [541cf77] Imported Translations from Transifexdch -a [0c841ab] Filter query op:gt does not work as expecteddch -a [327bd26] sqlalchemy: fix performance issue on get_meters()dch -a [89fc448] enable v2 api sqlalchemy testsdch -a [19e5eb1] Update compute vnic pollster to use cachedch -a [f51b20e] Update compute CPU pollster to use cachedch -a [4dd7ee3] Update compute disk I/O pollster to use cachedch -a [ef17d89] update Quantum references to Neutrondch -a [3b251f2] Update swift pollster to use cachedch -a [3b20729] Update kwapi pollster to use cachedch -a [df62b92] Update floating-ip pollster to use cachedch -a [4437fb5] Update glance pollster to use cachedch -a [a10773e] Add pollster data cachedch -a [2f1378e] Fix flake8 errorsdch -a [afba75f] Update Oslodch -a [a2b6dc4] Enable Ceilometer to support mongodb replication setdch -a [fbb1eb9] Fix return error when resource can't be founddch -a [99373ff] Simple service for singleton threshold evaldch -a [135612f] Basic alarm threshold evaluation logic.dch -a [298e2f7] add metadata to nova_client resultsdch -a [ae4caf8] Bring in oslo-common rpc ack() changes.dch -a [1ba1bc7] Pin the keystone client versiondch -a [53785ef] Imported Translations from Transifexdch -a [2f594fc] Check that the config file sample is always up to datedch -a [3b9fced] api: enable v2 tests on SQLAlchemy & HBasedch -a [71ac3a5] doc: be more explicit about network countersdebcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piupartsbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-2cabeca1-e4e4-4966-bfdb-b763e4d7f727', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-2cabeca1-e4e4-4966-bfdb-b763e4d7f727', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
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   : https://help.launchpad.net/ListHelp


[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 on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesFix loguserdata output to file issueby guohliueditheat/cloudinit/loguserdata.pyeditheat/tests/test_loguserdata.pyConsole Output[...truncated 950 lines...]| version thing, and they will remove it upstream.|Author: Thomas Goirand |Forwarded: no|Last-Update: 2013-05-16||--- heat-2013.1.orig/tools/pip-requires|+++ heat-2013.1/tools/pip-requires--No file to patch.  Skipping patch.1 out of 1 hunk ignoredPatch removes-lxml-version-limitation-from-pip-requires.patch does not apply (enforce with -f)ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-99772177-4610-414b-a0b7-c096559c688c', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-99772177-4610-414b-a0b7-c096559c688c', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3INFO:root:Complete command log:INFO:root:Destroying schroot.apt-get -y install python-setuptoolspython setup.py sdistbzr branch lp:~ubuntu-server-dev/heat/havana heatdch -b -D precise --newversion 1:2013.2+git201307241432~precise-0ubuntu1 Automated Ubuntu testing build:git log -n1 --no-merges --pretty=format:%Hgit log -n5 --no-merges --pretty=format:[%h] %sdch -a [6ab8e1b] remove remote_error and corresponding try...catches.dch -a [929c9ed] HOT parameter validation model translationdch -a [c5ab336] make heat-api return a parsable errordch -a [dc41655] Fix loguserdata output to file issuedch -a [e3caef4] Use new style classesdebcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piupartsbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-99772177-4610-414b-a0b7-c096559c688c', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-99772177-4610-414b-a0b7-c096559c688c', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
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   : https://help.launchpad.net/ListHelp


[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 on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesRemove use_namespaces option from etc/lbaas_agent.iniby revieweditetc/lbaas_agent.iniset static route for windows 2003by ppyyeditneutron/tests/unit/test_linux_dhcp.pyeditneutron/agent/linux/dhcp.pyremove get_agents rule in policy.jsonby gongysheditetc/policy.jsonImported Translations from Transifexby Jenkinseditneutron/locale/zh_TW/LC_MESSAGES/neutron.poeditneutron/locale/ko/LC_MESSAGES/neutron.poeditneutron/locale/vi_VN/LC_MESSAGES/neutron.poeditneutron/locale/ru_RU/LC_MESSAGES/neutron.poeditneutron/locale/tr_TR/LC_MESSAGES/neutron.poeditneutron/locale/ko_KR/LC_MESSAGES/neutron.poeditneutron/locale/ms/LC_MESSAGES/neutron.poeditneutron/locale/neutron.poteditneutron/locale/ru/LC_MESSAGES/neutron.poeditneutron/locale/pl_PL/LC_MESSAGES/neutron.poeditneutron/locale/hu/LC_MESSAGES/neutron.poeditneutron/locale/bs/LC_MESSAGES/neutron.poeditneutron/locale/id/LC_MESSAGES/neutron.poeditneutron/locale/ja/LC_MESSAGES/neutron.poeditneutron/locale/en_AU/LC_MESSAGES/neutron.poeditneutron/locale/ro/LC_MESSAGES/neutron.poeditneutron/locale/cs/LC_MESSAGES/neutron.poeditneutron/locale/nl_NL/LC_MESSAGES/neutron.poeditneutron/locale/da/LC_MESSAGES/neutron.poeditneutron/locale/zh_HK/LC_MESSAGES/neutron.poeditneutron/locale/sw_KE/LC_MESSAGES/neutron.poeditneutron/locale/en_US/LC_MESSAGES/neutron.poeditneutron/locale/fr/LC_MESSAGES/neutron.poeditneutron/locale/ka_GE/LC_MESSAGES/neutron.poeditneutron/locale/ca/LC_MESSAGES/neutron.poeditneutron/locale/de/LC_MESSAGES/neutron.poeditneutron/locale/it/LC_MESSAGES/neutron.poeditneutron/locale/it_IT/LC_MESSAGES/neutron.poeditneutron/locale/hr/LC_MESSAGES/neutron.poeditneutron/locale/nb/LC_MESSAGES/neutron.poeditneutron/locale/pt_BR/LC_MESSAGES/neutron.poeditneutron/locale/sl_SI/LC_MESSAGES/neutron.poeditneutron/locale/pt/LC_MESSAGES/neutron.poeditneutron/locale/fi_FI/LC_MESSAGES/neutron.poeditneutron/locale/uk/LC_MESSAGES/neutron.poeditneutron/locale/es/LC_MESSAGES/neutron.poeditneutron/locale/en_GB/LC_MESSAGES/neutron.poeditneutron/locale/bg_BG/LC_MESSAGES/neutron.poeditneutron/locale/zh_CN/LC_MESSAGES/neutron.poeditneutron/locale/tl/LC_MESSAGES/neutron.poConsole Output[...truncated 1690 lines...]bzr branch lp:~ubuntu-server-dev/neutron/havana neutrondch -b -D precise --newversion 1:2013.2+git201307241433~precise-0ubuntu1 Automated Ubuntu testing build:git log -n1 --no-merges --pretty=format:%Hgit log 0f129121a1c8331c702204cf95951444ae53ef9c..HEAD --no-merges --pretty=format:[%h] %sdch -a [85dc410] remove netifaces dependency of ryu-agentdch -a [7f0ba38] Imported Translations from Transifexdch -a [9b0ccf6] remove policy checks in port_security testsdch -a [1c8e5f1] remove "get_agents" rule in policy.jsondch -a [d766f1f] Imported Translations from Transifexdch -a [4bd7bea] LBaaS: add delete_health_monitor() to driver APIdch -a [aa39de6] Imported Translations from Transifexdch -a [a669a91] set static route for windows 2003dch -a [6cb8672] Imported Translations from Transifexdch -a [a7c23c3] Add help strings to Config Optionsdch -a [ce013f2] Imported Translations from Transifexdch -a [59fe071] Avoid refreshing firewall rules unnecessarily.dch -a [da65fe6] Add agent scheduling for LBaaS namespace agentdch -a [713838e] Fix revision branches appeared after merging recent patchesdch -a [b6d787c] Cisco plugin check for a valid nexus driverdch -a [a1e483d] Add support for the agent extension to NVP Plugin.dch -a [c98ec24] GRE tunnels should include local_ip.dch -a [b40edd1] Clean up Cisco plugin config parametersdch -a [c2427c2] Add decorator helping to log method calls.dch -a [375d8be] remove repeated allocation_pools check in unittestdch -a [95a63d1] Fixes Opt type of "topologyname"dch -a [7b69d98] nvp plugin rxtx_factor readonly update portdch -a [078a73c] Remove use_namespaces option from etc/lbaas_agent.inidebcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piupartsbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-6951ccc9-874c-4683-b2dc-57c640eae71f', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback 

[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 ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesFix loguserdata output to file issueby guohliueditheat/cloudinit/loguserdata.pyeditheat/tests/test_loguserdata.pyConsole Output[...truncated 1629 lines...]| version thing, and they will remove it upstream.|Author: Thomas Goirand |Forwarded: no|Last-Update: 2013-05-16||--- heat-2013.1.orig/tools/pip-requires|+++ heat-2013.1/tools/pip-requires--No file to patch.  Skipping patch.1 out of 1 hunk ignoredPatch removes-lxml-version-limitation-from-pip-requires.patch does not apply (enforce with -f)ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-bd53d739-d0c0-42a3-9fc5-91ef37adb149', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-bd53d739-d0c0-42a3-9fc5-91ef37adb149', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3INFO:root:Complete command log:INFO:root:Destroying schroot.apt-get -y install python-setuptoolspython setup.py sdistbzr branch lp:~ubuntu-server-dev/heat/havana heatdch -b -D saucy --newversion 1:2013.2+git201307241433~saucy-0ubuntu1 Automated Ubuntu testing build:git log -n1 --no-merges --pretty=format:%Hgit log -n5 --no-merges --pretty=format:[%h] %sdch -a [6ab8e1b] remove remote_error and corresponding try...catches.dch -a [929c9ed] HOT parameter validation model translationdch -a [c5ab336] make heat-api return a parsable errordch -a [dc41655] Fix loguserdata output to file issuedch -a [e3caef4] Use new style classesdebcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piupartsbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-bd53d739-d0c0-42a3-9fc5-91ef37adb149', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-bd53d739-d0c0-42a3-9fc5-91ef37adb149', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
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   : https://help.launchpad.net/ListHelp


[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 on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesRemove use_namespaces option from etc/lbaas_agent.iniby revieweditetc/lbaas_agent.iniset static route for windows 2003by ppyyeditneutron/tests/unit/test_linux_dhcp.pyeditneutron/agent/linux/dhcp.pyremove get_agents rule in policy.jsonby gongysheditetc/policy.jsonImported Translations from Transifexby Jenkinseditneutron/locale/it/LC_MESSAGES/neutron.poeditneutron/locale/zh_HK/LC_MESSAGES/neutron.poeditneutron/locale/en_GB/LC_MESSAGES/neutron.poeditneutron/locale/de/LC_MESSAGES/neutron.poeditneutron/locale/tr_TR/LC_MESSAGES/neutron.poeditneutron/locale/da/LC_MESSAGES/neutron.poeditneutron/locale/cs/LC_MESSAGES/neutron.poeditneutron/locale/nb/LC_MESSAGES/neutron.poeditneutron/locale/hu/LC_MESSAGES/neutron.poeditneutron/locale/fi_FI/LC_MESSAGES/neutron.poeditneutron/locale/zh_CN/LC_MESSAGES/neutron.poeditneutron/locale/hr/LC_MESSAGES/neutron.poeditneutron/locale/nl_NL/LC_MESSAGES/neutron.poeditneutron/locale/ms/LC_MESSAGES/neutron.poeditneutron/locale/en_AU/LC_MESSAGES/neutron.poeditneutron/locale/fr/LC_MESSAGES/neutron.poeditneutron/locale/pt_BR/LC_MESSAGES/neutron.poeditneutron/locale/pt/LC_MESSAGES/neutron.poeditneutron/locale/ja/LC_MESSAGES/neutron.poeditneutron/locale/ka_GE/LC_MESSAGES/neutron.poeditneutron/locale/sl_SI/LC_MESSAGES/neutron.poeditneutron/locale/neutron.poteditneutron/locale/vi_VN/LC_MESSAGES/neutron.poeditneutron/locale/zh_TW/LC_MESSAGES/neutron.poeditneutron/locale/bg_BG/LC_MESSAGES/neutron.poeditneutron/locale/pl_PL/LC_MESSAGES/neutron.poeditneutron/locale/tl/LC_MESSAGES/neutron.poeditneutron/locale/it_IT/LC_MESSAGES/neutron.poeditneutron/locale/ro/LC_MESSAGES/neutron.poeditneutron/locale/en_US/LC_MESSAGES/neutron.poeditneutron/locale/ca/LC_MESSAGES/neutron.poeditneutron/locale/ru/LC_MESSAGES/neutron.poeditneutron/locale/ko/LC_MESSAGES/neutron.poeditneutron/locale/sw_KE/LC_MESSAGES/neutron.poeditneutron/locale/id/LC_MESSAGES/neutron.poeditneutron/locale/ko_KR/LC_MESSAGES/neutron.poeditneutron/locale/ru_RU/LC_MESSAGES/neutron.poeditneutron/locale/es/LC_MESSAGES/neutron.poeditneutron/locale/bs/LC_MESSAGES/neutron.poeditneutron/locale/uk/LC_MESSAGES/neutron.poConsole Output[...truncated 2369 lines...]bzr branch lp:~ubuntu-server-dev/neutron/havana neutrondch -b -D saucy --newversion 1:2013.2+git201307241443~saucy-0ubuntu1 Automated Ubuntu testing build:git log -n1 --no-merges --pretty=format:%Hgit log 0f129121a1c8331c702204cf95951444ae53ef9c..HEAD --no-merges --pretty=format:[%h] %sdch -a [85dc410] remove netifaces dependency of ryu-agentdch -a [7f0ba38] Imported Translations from Transifexdch -a [9b0ccf6] remove policy checks in port_security testsdch -a [1c8e5f1] remove "get_agents" rule in policy.jsondch -a [d766f1f] Imported Translations from Transifexdch -a [4bd7bea] LBaaS: add delete_health_monitor() to driver APIdch -a [aa39de6] Imported Translations from Transifexdch -a [a669a91] set static route for windows 2003dch -a [6cb8672] Imported Translations from Transifexdch -a [a7c23c3] Add help strings to Config Optionsdch -a [ce013f2] Imported Translations from Transifexdch -a [59fe071] Avoid refreshing firewall rules unnecessarily.dch -a [da65fe6] Add agent scheduling for LBaaS namespace agentdch -a [713838e] Fix revision branches appeared after merging recent patchesdch -a [b6d787c] Cisco plugin check for a valid nexus driverdch -a [a1e483d] Add support for the agent extension to NVP Plugin.dch -a [c98ec24] GRE tunnels should include local_ip.dch -a [b40edd1] Clean up Cisco plugin config parametersdch -a [c2427c2] Add decorator helping to log method calls.dch -a [375d8be] remove repeated allocation_pools check in unittestdch -a [95a63d1] Fixes Opt type of "topologyname"dch -a [7b69d98] nvp plugin rxtx_factor readonly update portdch -a [078a73c] Remove use_namespaces option from etc/lbaas_agent.inidebcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piupartsbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-f9cdfccf-c04e-4ec8-9787-c75d30985a1a', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most 

[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 on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesSync some of Instance* models with migrationsby bogorodskiyeditnova/db/sqlalchemy/models.pyConsole Output[...truncated 4718 lines...]dch -a [d9b6e31] Port scheduler hints extension to v3 API Part 1dch -a [5bceb0f] Port config_drive API to v3 Part 2dch -a [57b3fc1] Port config drive API to v3 Part 1dch -a [827c2d3] Sane rest API rate limit defaultsdch -a [4fbc164] Remove locals() from compute directorydch -a [d2a4915] Hypervisor uptime fails if service is disableddch -a [09accc6] Port server password extension to v3 API Part 1dch -a [e00245804] Port Simple_tenant_usage API to v3 Part 2dch -a [b505388] Make sure periodic instance reclaims continues on errordch -a [941984e] Make sure periodic cleanup of instances continues on errordch -a [7f57bb8] Sync models.Console* with migrations.dch -a [42bd910] Exeption message of 'live migration' is not appropriatedch -a [b5a3d05] Sync rpc from oslo-incubator.dch -a [ec01030] Update pyparsing to 1.5.7dch -a [b0a2a2d] Avoid redefining host to none in get_instance_nw_info(...)dch -a [12c6416] Clarify the compute API is_volume_backed_instance methoddch -a [1b3f890] Port extended-server-attributes into v3 part1dch -a [37b269d] Revert "fixes nova resize bug when force_config_drive is set."dch -a [b01136e] Port extended status extension to v3 API Part 1dch -a [b0da1ab] Preserve network order when using ConfigDrivedch -a [5e6c081] Add troubleshoot to baremetal PXE template.dch -a [fdafaf3] Port hypervisor API into v3 part1dch -a [5bc4b7a] port Simple_tenant_usage  API into v3 part1dch -a [d925044] Don't deallocate network if destroy time outdch -a [c8fc1c2] Port fping extension to v3 API Part 1dch -a [cf3cf3c] libvirt fix resize/migrates with swap or ephemeraldch -a [2654ae8] Enforce sqlite-specific flow in drop_unique_constraintdebcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piupartsbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-fe239a72-bcd6-4d81-af4c-bec944f2f5ff', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-fe239a72-bcd6-4d81-af4c-bec944f2f5ff', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
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   : https://help.launchpad.net/ListHelp


[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 ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesSync some of Instance* models with migrationsby bogorodskiyeditnova/db/sqlalchemy/models.pyConsole Output[...truncated 4592 lines...]dch -a [d73041f] ec2-api: Disable describing of instances using deleted tags as filter.dch -a [583addc] Disable ssl layer compression for glance requests.dch -a [3881871] Missed message -> msg_fmt conversiondch -a [49fdad5] Refresh network cache when reassigning a floating IP in Neutrondch -a [c8c048b] Remove unnecessary comments for instance rebuild tests.dch -a [1f53881] Add missing tests for console_* methods.dch -a [fd398fb] Remove project_id from alternate image link pathdch -a [c57674c] Fixes wrong action comment 'lock' to 'unlock'dch -a [20eac6c] Remove locals() from various places.dch -a [f87cf68] Add expected_errors for extension deferred_delete v3dch -a [74e189f] Code dedup in class ImageXMLSerializationTestdch -a [f81ae35] Code dedup in test_libvirt_volumedch -a [4a24d14] Code dedup in tests for server._action_rebuilddch -a [6b12076] Moved tests for server._action_rebuilddch -a [97f8069] Remove redundant if statements in cells.statedch -a [7e8fa8f] Fix filtering aggregate metadata by keydch -a [cd38293] Fix IPAddress and CIDR type decoratorsdch -a [13513a1] Fix aggregate_get_by_host host filteringdch -a [7f7d29d] port disk_config API into v3 part1dch -a [2b750f7] Sync v2/v3 console_output API extensionsdch -a [79039a7] Handle instance being deleted while in filter schedulerdch -a [e16260b] Unimplemented pause should not change vm state on PowerVMdch -a [b1ee1f9] Sync 10 DB models and migrations.dch -a [5dc997c] Clarify flavorid vs instance_type_id in dbdch -a [7041100] Sync db.models.Security* and dINFO:root:Destroying schroot.b.models.Volume*.dch -a [ed7d159] Sync db.models.Instance* with migrations.debcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piupartsbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-53ccd9ab-5b98-4c08-a0aa-440561723767', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-53ccd9ab-5b98-4c08-a0aa-440561723767', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
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   : https://help.launchpad.net/ListHelp


[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 on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesFix DHCP agent to work with latest dnsmasqby kmesteryeditneutron/tests/unit/test_linux_dhcp.pyeditneutron/agent/linux/dhcp.pyConsole Output[...truncated 1693 lines...]dch -b -D precise --newversion 1:2013.2+git201307241601~precise-0ubuntu1 Automated Ubuntu testing build:git log -n1 --no-merges --pretty=format:%Hgit log 0f129121a1c8331c702204cf95951444ae53ef9c..HEAD --no-merges --pretty=format:[%h] %sdch -a [85dc410] remove netifaces dependency of ryu-agentdch -a [acebf76] Fix DHCP agent to work with latest dnsmasqdch -a [7f0ba38] Imported Translations from Transifexdch -a [9b0ccf6] remove policy checks in port_security testsdch -a [1c8e5f1] remove "get_agents" rule in policy.jsondch -a [d766f1f] Imported Translations from Transifexdch -a [4bd7bea] LBaaS: add delete_health_monitor() to driver APIdch -a [aa39de6] Imported Translations from Transifexdch -a [a669a91] set static route for windows 2003dch -a [6cb8672] Imported Translations from Transifexdch -a [a7c23c3] Add help strings to Config Optionsdch -a [ce013f2] Imported Translations from Transifexdch -a [59fe071] Avoid refreshing firewall rules unnecessarily.dch -a [da65fe6] Add agent scheduling for LBaaS namespace agentdch -a [713838e] Fix revision branches appeared after merging recent patchesdch -a [b6d787c] Cisco plugin check for a valid nexus driverdch -a [a1e483d] Add support for the agent extension to NVP Plugin.dch -a [c98ec24] GRE tunnels should include local_ip.dch -a [b40edd1] Clean up Cisco plugin config parametersdch -a [c2427c2] Add decorator helping to log method calls.dch -a [375d8be] remove repeated allocation_pools check in unittestdch -a [95a63d1] Fixes Opt type of "topologyname"dch -a [7b69d98] nvp plugin rxtx_factor readonly update portdch -a [078a73c] Remove use_namespaces option from etc/lbaas_agent.inidebcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piupartsbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-df746caa-cffe-40a1-9191-b252f74e005b', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-df746caa-cffe-40a1-9191-b252f74e005b', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
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   : https://help.launchpad.net/ListHelp


[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 on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesFix DHCP agent to work with latest dnsmasqby kmesteryeditneutron/tests/unit/test_linux_dhcp.pyeditneutron/agent/linux/dhcp.pyConsole Output[...truncated 2372 lines...]dch -b -D saucy --newversion 1:2013.2+git201307241601~saucy-0ubuntu1 Automated Ubuntu testing build:git log -n1 --no-merges --pretty=format:%Hgit log 0f129121a1c8331c702204cf95951444ae53ef9c..HEAD --no-merges --pretty=format:[%h] %sdch -a [85dc410] remove netifaces dependency of ryu-agentdch -a [acebf76] Fix DHCP agent to work with latest dnsmasqdch -a [7f0ba38] Imported Translations from Transifexdch -a [9b0ccf6] remove policy checks in port_security testsdch -a [1c8e5f1] remove "get_agents" rule in policy.jsondch -a [d766f1f] Imported Translations from Transifexdch -a [4bd7bea] LBaaS: add delete_health_monitor() to driver APIdch -a [aa39de6] Imported Translations from Transifexdch -a [a669a91] set static route for windows 2003dch -a [6cb8672] Imported Translations from Transifexdch -a [a7c23c3] Add help strings to Config Optionsdch -a [ce013f2] Imported Translations from Transifexdch -a [59fe071] Avoid refreshing firewall rules unnecessarily.dch -a [da65fe6] Add agent scheduling for LBaaS namespace agentdch -a [713838e] Fix revision branches appeared after merging recent patchesdch -a [b6d787c] Cisco plugin check for a valid nexus driverdch -a [a1e483d] Add support for the agent extension to NVP Plugin.dch -a [c98ec24] GRE tunnels should include local_ip.dch -a [b40edd1] Clean up Cisco plugin config parametersdch -a [c2427c2] Add decorator helping to log method calls.dch -a [375d8be] remove repeated allocation_pools check in unittestdch -a [95a63d1] Fixes Opt type of "topologyname"dch -a [7b69d98] nvp plugin rxtx_factor readonly update portdch -a [078a73c] Remove use_namespaces option from etc/lbaas_agent.inidebcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piupartsbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-f36b1cb2-cfd6-4fe4-bd73-a27be1d75ee6', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-f36b1cb2-cfd6-4fe4-bd73-a27be1d75ee6', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
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   : https://help.launchpad.net/ListHelp


[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 on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesImported Translations from Transifexby Jenkinseditneutron/locale/bg_BG/LC_MESSAGES/neutron.poeditneutron/locale/es/LC_MESSAGES/neutron.poeditneutron/locale/ca/LC_MESSAGES/neutron.poeditneutron/locale/ms/LC_MESSAGES/neutron.poeditneutron/locale/ru_RU/LC_MESSAGES/neutron.poeditneutron/locale/ja/LC_MESSAGES/neutron.poeditneutron/locale/pt_BR/LC_MESSAGES/neutron.poeditneutron/locale/ko/LC_MESSAGES/neutron.poeditneutron/locale/bs/LC_MESSAGES/neutron.poeditneutron/locale/tl/LC_MESSAGES/neutron.poeditneutron/locale/pl_PL/LC_MESSAGES/neutron.poeditneutron/locale/en_GB/LC_MESSAGES/neutron.poeditneutron/locale/id/LC_MESSAGES/neutron.poeditneutron/locale/vi_VN/LC_MESSAGES/neutron.poeditneutron/locale/cs/LC_MESSAGES/neutron.poeditneutron/locale/hu/LC_MESSAGES/neutron.poeditneutron/locale/neutron.poteditneutron/locale/nb/LC_MESSAGES/neutron.poeditneutron/locale/de/LC_MESSAGES/neutron.poeditneutron/locale/en_AU/LC_MESSAGES/neutron.poeditneutron/locale/da/LC_MESSAGES/neutron.poeditneutron/locale/sw_KE/LC_MESSAGES/neutron.poeditneutron/locale/fi_FI/LC_MESSAGES/neutron.poeditneutron/locale/it_IT/LC_MESSAGES/neutron.poeditneutron/locale/nl_NL/LC_MESSAGES/neutron.poeditneutron/locale/it/LC_MESSAGES/neutron.poeditneutron/locale/zh_TW/LC_MESSAGES/neutron.poeditneutron/locale/ro/LC_MESSAGES/neutron.poeditneutron/locale/en_US/LC_MESSAGES/neutron.poeditneutron/locale/ko_KR/LC_MESSAGES/neutron.poeditneutron/locale/ru/LC_MESSAGES/neutron.poeditneutron/locale/uk/LC_MESSAGES/neutron.poeditneutron/locale/ka_GE/LC_MESSAGES/neutron.poeditneutron/locale/tr_TR/LC_MESSAGES/neutron.poeditneutron/locale/hr/LC_MESSAGES/neutron.poeditneutron/locale/fr/LC_MESSAGES/neutron.poeditneutron/locale/zh_HK/LC_MESSAGES/neutron.poeditneutron/locale/zh_CN/LC_MESSAGES/neutron.poeditneutron/locale/pt/LC_MESSAGES/neutron.poeditneutron/locale/sl_SI/LC_MESSAGES/neutron.poConsole Output[...truncated 1696 lines...]git log -n1 --no-merges --pretty=format:%Hgit log 0f129121a1c8331c702204cf95951444ae53ef9c..HEAD --no-merges --pretty=format:[%h] %sdch -a [8fb3f48] Imported Translations from Transifexdch -a [85dc410] remove netifaces dependency of ryu-agentdch -a [acebf76] Fix DHCP agent to work with latest dnsmasqdch -a [7f0ba38] Imported Translations from Transifexdch -a [9b0ccf6] remove policy checks in port_security testsdch -a [1c8e5f1] remove "get_agents" rule in policy.jsondch -a [d766f1f] Imported Translations from Transifexdch -a [4bd7bea] LBaaS: add delete_health_monitor() to driver APIdch -a [aa39de6] Imported Translations from Transifexdch -a [a669a91] set static route for windows 2003dch -a [6cb8672] Imported Translations from Transifexdch -a [a7c23c3] Add help strings to Config Optionsdch -a [ce013f2] Imported Translations from Transifexdch -a [59fe071] Avoid refreshing firewall rules unnecessarily.dch -a [da65fe6] Add agent scheduling for LBaaS namespace agentdch -a [713838e] Fix revision branches appeared after merging recent patchesdch -a [b6d787c] Cisco plugin check for a valid nexus driverdch -a [a1e483d] Add support for the agent extension to NVP Plugin.dch -a [c98ec24] GRE tunnels should include local_ip.dch -a [b40edd1] Clean up Cisco plugin config parametersdch -a [c2427c2] Add decorator helping to log method calls.dch -a [375d8be] remove repeated allocation_pools check in unittestdch -a [95a63d1] Fixes Opt type of "topologyname"dch -a [7b69d98] nvp plugin rxtx_factor readonly update portdch -a [078a73c] Remove use_namespaces option from etc/lbaas_agent.inidebcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piupartsbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-25208791-aab8-43c6-8838-6a1d29af2b12', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-25208791-aab8-43c6-8838-6a1d29af2b12', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', 

[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 on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesImported Translations from Transifexby Jenkinseditneutron/locale/ca/LC_MESSAGES/neutron.poeditneutron/locale/ru_RU/LC_MESSAGES/neutron.poeditneutron/locale/fi_FI/LC_MESSAGES/neutron.poeditneutron/locale/it/LC_MESSAGES/neutron.poeditneutron/locale/ka_GE/LC_MESSAGES/neutron.poeditneutron/locale/ko/LC_MESSAGES/neutron.poeditneutron/locale/pt_BR/LC_MESSAGES/neutron.poeditneutron/locale/hr/LC_MESSAGES/neutron.poeditneutron/locale/nl_NL/LC_MESSAGES/neutron.poeditneutron/locale/pt/LC_MESSAGES/neutron.poeditneutron/locale/vi_VN/LC_MESSAGES/neutron.poeditneutron/locale/zh_TW/LC_MESSAGES/neutron.poeditneutron/locale/cs/LC_MESSAGES/neutron.poeditneutron/locale/en_AU/LC_MESSAGES/neutron.poeditneutron/locale/bs/LC_MESSAGES/neutron.poeditneutron/locale/ms/LC_MESSAGES/neutron.poeditneutron/locale/tl/LC_MESSAGES/neutron.poeditneutron/locale/id/LC_MESSAGES/neutron.poeditneutron/locale/ru/LC_MESSAGES/neutron.poeditneutron/locale/da/LC_MESSAGES/neutron.poeditneutron/locale/nb/LC_MESSAGES/neutron.poeditneutron/locale/bg_BG/LC_MESSAGES/neutron.poeditneutron/locale/neutron.poteditneutron/locale/ko_KR/LC_MESSAGES/neutron.poeditneutron/locale/ja/LC_MESSAGES/neutron.poeditneutron/locale/ro/LC_MESSAGES/neutron.poeditneutron/locale/it_IT/LC_MESSAGES/neutron.poeditneutron/locale/es/LC_MESSAGES/neutron.poeditneutron/locale/uk/LC_MESSAGES/neutron.poeditneutron/locale/en_GB/LC_MESSAGES/neutron.poeditneutron/locale/fr/LC_MESSAGES/neutron.poeditneutron/locale/sw_KE/LC_MESSAGES/neutron.poeditneutron/locale/en_US/LC_MESSAGES/neutron.poeditneutron/locale/pl_PL/LC_MESSAGES/neutron.poeditneutron/locale/de/LC_MESSAGES/neutron.poeditneutron/locale/tr_TR/LC_MESSAGES/neutron.poeditneutron/locale/sl_SI/LC_MESSAGES/neutron.poeditneutron/locale/zh_HK/LC_MESSAGES/neutron.poeditneutron/locale/zh_CN/LC_MESSAGES/neutron.poeditneutron/locale/hu/LC_MESSAGES/neutron.poConsole Output[...truncated 2375 lines...]git log -n1 --no-merges --pretty=format:%Hgit log 0f129121a1c8331c702204cf95951444ae53ef9c..HEAD --no-merges --pretty=format:[%h] %sdch -a [8fb3f48] Imported Translations from Transifexdch -a [85dc410] remove netifaces dependency of ryu-agentdch -a [acebf76] Fix DHCP agent to work with latest dnsmasqdch -a [7f0ba38] Imported Translations from Transifexdch -a [9b0ccf6] remove policy checks in port_security testsdch -a [1c8e5f1] remove "get_agents" rule in policy.jsondch -a [d766f1f] Imported Translations from Transifexdch -a [4bd7bea] LBaaS: add delete_health_monitor() to driver APIdch -a [aa39de6] Imported Translations from Transifexdch -a [a669a91] set static route for windows 2003dch -a [6cb8672] Imported Translations from Transifexdch -a [a7c23c3] Add help strings to Config Optionsdch -a [ce013f2] Imported Translations from Transifexdch -a [59fe071] Avoid refreshing firewall rules unnecessarily.dch -a [da65fe6] Add agent scheduling for LBaaS namespace agentdch -a [713838e] Fix revision branches appeared after merging recent patchesdch -a [b6d787c] Cisco plugin check for a valid nexus driverdch -a [a1e483d] Add support for the agent extension to NVP Plugin.dch -a [c98ec24] GRE tunnels should include local_ip.dch -a [b40edd1] Clean up Cisco plugin config parametersdch -a [c2427c2] Add decorator helping to log method calls.dch -a [375d8be] remove repeated allocation_pools check in unittestdch -a [95a63d1] Fixes Opt type of "topologyname"dch -a [7b69d98] nvp plugin rxtx_factor readonly update portdch -a [078a73c] Remove use_namespaces option from etc/lbaas_agent.inidebcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piupartsbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-15a7cae4-da5e-4b09-92ec-83983254f27a', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-15a7cae4-da5e-4b09-92ec-83983254f27a', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', 

[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 on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesChange force_dhcp_release default to Trueby joe.gordon0editetc/nova/nova.conf.sampleeditnova/network/manager.pyeditnova/test.pyImported Translations from Transifexby Jenkinseditnova/locale/tl/LC_MESSAGES/nova.poeditnova/locale/es/LC_MESSAGES/nova.poeditnova/locale/sl_SI/LC_MESSAGES/nova.poeditnova/locale/ca/LC_MESSAGES/nova.poeditnova/locale/tr_TR/LC_MESSAGES/nova.poeditnova/locale/en_AU/LC_MESSAGES/nova.poeditnova/locale/bs/LC_MESSAGES/nova.poeditnova/locale/pt/LC_MESSAGES/nova.poeditnova/locale/pl_PL/LC_MESSAGES/nova.poeditnova/locale/bg_BG/LC_MESSAGES/nova.poeditnova/locale/zh_CN/LC_MESSAGES/nova.poeditnova/locale/cs/LC_MESSAGES/nova.poeditnova/locale/nb/LC_MESSAGES/nova.poeditnova/locale/fi_FI/LC_MESSAGES/nova.poeditnova/locale/tr/LC_MESSAGES/nova.poeditnova/locale/ro/LC_MESSAGES/nova.poeditnova/locale/en_US/LC_MESSAGES/nova.poeditnova/locale/nl_NL/LC_MESSAGES/nova.poeditnova/locale/zh_HK/LC_MESSAGES/nova.poeditnova/locale/ka_GE/LC_MESSAGES/nova.poeditnova/locale/fr/LC_MESSAGES/nova.poeditnova/locale/de/LC_MESSAGES/nova.poeditnova/locale/it_IT/LC_MESSAGES/nova.poeditnova/locale/da/LC_MESSAGES/nova.poeditnova/locale/uk/LC_MESSAGES/nova.poeditnova/locale/zh_TW/LC_MESSAGES/nova.poeditnova/locale/id/LC_MESSAGES/nova.poeditnova/locale/en_GB/LC_MESSAGES/nova.poeditnova/locale/sw_KE/LC_MESSAGES/nova.poeditnova/locale/nova.poteditnova/locale/hu/LC_MESSAGES/nova.poeditnova/locale/ru_RU/LC_MESSAGES/nova.poeditnova/locale/hr/LC_MESSAGES/nova.poeditnova/locale/ru/LC_MESSAGES/nova.poeditnova/locale/it/LC_MESSAGES/nova.poeditnova/locale/ko/LC_MESSAGES/nova.poeditnova/locale/ja/LC_MESSAGES/nova.poeditnova/locale/pt_BR/LC_MESSAGES/nova.poeditnova/locale/ko_KR/LC_MESSAGES/nova.poeditnova/locale/ms/LC_MESSAGES/nova.poeditnova/locale/vi_VN/LC_MESSAGES/nova.poConsole Output[...truncated 4599 lines...]dch -a [583addc] Disable ssl layer compression for glance requests.dch -a [3881871] Missed message -> msg_fmt conversiondch -a [49fdad5] Refresh network cache when reassigning a floating IP in Neutrondch -a [c8c048b] Remove unnecessary comments for instance rebuild tests.dch -a [1f53881] Add missing tests for console_* methods.dch -a [fd398fb] Remove project_id from alternate image link pathdch -a [c57674c] Fixes wrong action comment 'lock' to 'unlock'dch -a [20eac6c] Remove locals() from various places.dch -a [f87cf68] Add expected_errors for extension deferred_delete v3dch -a [74e189f] Code dedup in class ImageXMLSerializationTestdch -a [f81ae35] Code dedup in test_libvirt_volumedch -a [4a24d14] Code dedup in tests for server._action_rebuilddch -a [6b12076] Moved tests for server._action_rebuilddch -a [97f8069] Remove redundant if statements in cells.statedch -a [7e8fa8f] Fix filtering aggregate metadata by keydch -a [cd38293] Fix IPAddress and CIDR type decoratorsdch -a [13513a1] Fix aggregate_get_by_host host filteringdch -a [7f7d29d] port disk_config API into v3 part1dch -a [2b750f7] Sync v2/v3 console_output API extensionsdch -a [79039a7] Handle instance being deleted while in filter schedulerdch -a [e16260b] Unimplemented pause should not change vm state on PowerVMdch -a [8c5d132] Change force_dhcp_release default to Truedch -a [b1ee1f9] Sync 10 DB models and migratINFO:root:Destroying schroot.ions.dch -a [5dc997c] Clarify flavorid vs instance_type_id in dbdch -a [7041100] Sync db.models.Security* and db.models.Volume*.dch -a [ed7d159] Sync db.models.Instance* with migrations.debcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piupartsbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-84f2fd64-5f2a-4387-98b4-9ec8ca93006f', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-84f2fd64-5f2a-4387-98b4-9ec8ca93006f', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build step 'Execute 

[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 on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesChange force_dhcp_release default to Trueby joe.gordon0editnova/test.pyeditnova/network/manager.pyeditetc/nova/nova.conf.sampleImported Translations from Transifexby Jenkinseditnova/locale/ko/LC_MESSAGES/nova.poeditnova/locale/ro/LC_MESSAGES/nova.poeditnova/locale/pt_BR/LC_MESSAGES/nova.poeditnova/locale/fi_FI/LC_MESSAGES/nova.poeditnova/locale/tr_TR/LC_MESSAGES/nova.poeditnova/locale/zh_TW/LC_MESSAGES/nova.poeditnova/locale/it/LC_MESSAGES/nova.poeditnova/locale/es/LC_MESSAGES/nova.poeditnova/locale/bg_BG/LC_MESSAGES/nova.poeditnova/locale/ko_KR/LC_MESSAGES/nova.poeditnova/locale/da/LC_MESSAGES/nova.poeditnova/locale/fr/LC_MESSAGES/nova.poeditnova/locale/nb/LC_MESSAGES/nova.poeditnova/locale/vi_VN/LC_MESSAGES/nova.poeditnova/locale/uk/LC_MESSAGES/nova.poeditnova/locale/ru_RU/LC_MESSAGES/nova.poeditnova/locale/hu/LC_MESSAGES/nova.poeditnova/locale/zh_CN/LC_MESSAGES/nova.poeditnova/locale/en_GB/LC_MESSAGES/nova.poeditnova/locale/tl/LC_MESSAGES/nova.poeditnova/locale/en_AU/LC_MESSAGES/nova.poeditnova/locale/id/LC_MESSAGES/nova.poeditnova/locale/pl_PL/LC_MESSAGES/nova.poeditnova/locale/ja/LC_MESSAGES/nova.poeditnova/locale/sl_SI/LC_MESSAGES/nova.poeditnova/locale/pt/LC_MESSAGES/nova.poeditnova/locale/zh_HK/LC_MESSAGES/nova.poeditnova/locale/ca/LC_MESSAGES/nova.poeditnova/locale/ms/LC_MESSAGES/nova.poeditnova/locale/cs/LC_MESSAGES/nova.poeditnova/locale/ru/LC_MESSAGES/nova.poeditnova/locale/tr/LC_MESSAGES/nova.poeditnova/locale/nova.poteditnova/locale/hr/LC_MESSAGES/nova.poeditnova/locale/nl_NL/LC_MESSAGES/nova.poeditnova/locale/it_IT/LC_MESSAGES/nova.poeditnova/locale/en_US/LC_MESSAGES/nova.poeditnova/locale/ka_GE/LC_MESSAGES/nova.poeditnova/locale/sw_KE/LC_MESSAGES/nova.poeditnova/locale/de/LC_MESSAGES/nova.poeditnova/locale/bs/LC_MESSAGES/nova.poConsole Output[...truncated 4724 lines...]dch -a [5bceb0f] Port config_drive API to v3 Part 2dch -a [57b3fc1] Port config drive API to v3 Part 1dch -a [827c2d3] Sane rest API rate limit defaultsdch -a [4fbc164] Remove locals() from compute directorydch -a [d2a4915] Hypervisor uptime fails if service is disableddch -a [09accc6] Port server password extension to v3 API Part 1dch -a [e00245804] Port Simple_tenant_usage API to v3 Part 2dch -a [b505388] Make sure periodic instance reclaims continues on errordch -a [941984e] Make sure periodic cleanup of instances continues on errordch -a [7f57bb8] Sync models.Console* with migrations.dch -a [42bd910] Exeption message of 'live migration' is not appropriatedch -a [b5a3d05] Sync rpc from oslo-incubator.dch -a [ec01030] Update pyparsing to 1.5.7dch -a [b0a2a2d] Avoid redefining host to none in get_instance_nw_info(...)dch -a [12c6416] Clarify the compute API is_volume_backed_instance methoddch -a [1b3f890] Port extended-server-attributes into v3 part1dch -a [37b269d] Revert "fixes nova resize bug when force_config_drive is set."dch -a [b01136e] Port extended status extension to v3 API Part 1dch -a [b0da1ab] Preserve network order when using ConfigDrivedch -a [5e6c081] Add troubleshoot to baremetal PXE template.dch -a [fdafaf3] Port hypervisor API into v3 part1dch -a [5bc4b7a] port Simple_tenant_usage  API into v3 part1dch -a [d925044] Don't deallocate network if destroy time outdch -a [c8fc1c2] Port fping extension to v3 API Part 1dch -a [cf3cf3c] libvirt fix resize/migrates with swap or ephemeraldch -a [2654ae8] Enforce sqlite-specific flow in drop_unique_constraintdebcommitapt-get -y install equivs devscriptsINFO:root:Destroying schroot. bzr bzr-builddeb git quilt gnupg piupartsbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-4fb9f103-efed-4bae-a531-10f9a8680b9f', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-4fb9f103-efed-4bae-a531-10f9a8680b9f', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit 

[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 on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesProvidernet extension support for the Cisco Nexus pluginby gessaueditetc/neutron/plugins/cisco/cisco_plugins.inieditneutron/plugins/cisco/common/config.pyeditneutron/plugins/cisco/network_plugin.pydeleteneutron/plugins/cisco/common/cisco_utils.pyeditneutron/plugins/cisco/nexus/cisco_nexus_network_driver_v2.pyeditneutron/plugins/cisco/common/cisco_constants.pyeditneutron/plugins/cisco/nexus/cisco_nexus_plugin_v2.pyeditneutron/plugins/cisco/db/network_models_v2.pyeditneutron/tests/unit/cisco/test_nexus_plugin.pyeditneutron/plugins/cisco/common/cisco_exceptions.pyeditneutron/plugins/cisco/l2device_plugin_base.pyeditneutron/plugins/cisco/models/virt_phy_sw_v2.pyeditneutron/plugins/cisco/db/network_db_v2.pyeditneutron/tests/unit/cisco/test_network_plugin.pyaddneutron/db/migration/alembic_migrations/versions/e6b16a30d97_cisco_provider_nets.pyConsole Output[...truncated 1699 lines...]git log 0f129121a1c8331c702204cf95951444ae53ef9c..HEAD --no-merges --pretty=format:[%h] %sdch -a [8fb3f48] Imported Translations from Transifexdch -a [85dc410] remove netifaces dependency of ryu-agentdch -a [acebf76] Fix DHCP agent to work with latest dnsmasqdch -a [731401e] Providernet extension support for the Cisco Nexus plugindch -a [7f0ba38] Imported Translations from Transifexdch -a [9b0ccf6] remove policy checks in port_security testsdch -a [1c8e5f1] remove "get_agents" rule in policy.jsondch -a [d766f1f] Imported Translations from Transifexdch -a [4bd7bea] LBaaS: add delete_health_monitor() to driver APIdch -a [aa39de6] Imported Translations from Transifexdch -a [a669a91] set static route for windows 2003dch -a [6cb8672] Imported Translations from Transifexdch -a [a7c23c3] Add help strings to Config Optionsdch -a [ce013f2] Imported Translations from Transifexdch -a [59fe071] Avoid refreshing firewall rules unnecessarily.dch -a [da65fe6] Add agent scheduling for LBaaS namespace agentdch -a [713838e] Fix revision branches appeared after merging recent patchesdch -a [b6d787c] Cisco plugin check for a valid nexus driverdch -a [a1e483d] Add support for the agent extension to NVP Plugin.dch -a [c98ec24] GRE tunnels should include local_ip.dch -a [b40edd1] Clean up Cisco plugin config parametersdch -a [c2427c2] Add decorator helping to log method calls.dch -a [375d8be] remove repeated allocation_pools check in unittestdch -a [95a63d1] Fixes Opt type of "topologyname"dch -a [7b69d98] nvp plugin rxtx_factor readonly update portdch -a [078a73c] Remove use_namespaces option from etc/lbaas_agent.inidebcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piupartsbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-28c0e101-3db6-4cb8-8cfa-a3aeab01da80', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-28c0e101-3db6-4cb8-8cfa-a3aeab01da80', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
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   : https://help.launchpad.net/ListHelp


[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 on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesFix mig 186 downgrade when using sqlalchemy >= 0.8by ndipanoveditnova/tests/db/test_migrations.pyeditnova/db/sqlalchemy/migrate_repo/versions/186_new_bdm_format.pyDeduplicate data in TestAddressesXMLSerializationby agorodneveditnova/tests/api/openstack/compute/test_servers.pyFixed tests for flavor swap extension after merging in core APIby akornienkoeditnova/api/openstack/compute/views/flavors.pyeditnova/tests/api/openstack/compute/plugins/v3/test_flavors.pyeditnova/api/openstack/compute/plugins/v3/flavors.pyConsole Output[...truncated 4734 lines...]dch -a [5bceb0f] Port config_drive API to v3 Part 2dch -a [57b3fc1] Port config drive API to v3 Part 1dch -a [827c2d3] Sane rest API rate limit defaultsdch -a [4fbc164] Remove locals() from compute directorydch -a [d2a4915] Hypervisor uptime fails if service is disableddch -a [09accc6] Port server password extension to v3 API Part 1dch -a [e00245804] Port Simple_tenant_usage API to v3 Part 2dch -a [b505388] Make sure periodic instance reclaims continues on errordch -a [941984e] Make sure periodic cleanup of instances continues on errordch -a [7f57bb8] Sync models.Console* with migrations.dch -a [42bd910] Exeption message of 'live migration' is not appropriatedch -a [b5a3d05] Sync rpc from oslo-incubator.dch -a [ec01030] Update pyparsing to 1.5.7dch -a [b0a2a2d] Avoid redefining host to none in get_instance_nw_info(...)dch -a [12c6416] Clarify the compute API is_volume_backed_instance methoddch -a [1b3f890] Port extended-server-attributes into v3 part1dch -a [37b269d] Revert "fixes nova resize bug when force_config_drive is set."dch -a [b01136e] Port extended status extension to v3 API Part 1dch -a [b0da1ab] Preserve network order when using ConfigDrivedch -a [5e6c081] Add troubleshoot to baremetal PXE template.dch -a [fdafaf3] Port hypervisor API into v3 part1dch -a [5bc4b7a] port Simple_tenant_usage  API into v3 part1dch -a [d925044] Don't deallocate network if destroy time outdch -a [c8fc1c2] Port fpiINFO:root:Destroying schroot.ng extension to v3 API Part 1dch -a [cf3cf3c] libvirt fix resize/migrates with swap or ephemeraldch -a [2654ae8] Enforce sqlite-specific flow in drop_unique_constraintdebcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piupartsbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-5bf53fec-f231-4cf5-83bf-e562bc20dd0c', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-5bf53fec-f231-4cf5-83bf-e562bc20dd0c', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
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   : https://help.launchpad.net/ListHelp


[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 on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesFix up trivial license mismatchesby dirkeditnova/api/openstack/compute/plugins/v3/console_output.pyeditnova/api/openstack/compute/contrib/migrations.pyeditnova/api/openstack/compute/plugins/v3/scheduler_hints.pyeditnova/tests/api/openstack/compute/plugins/v3/test_coverage.pyeditnova/api/openstack/compute/plugins/v3/coverage.pyeditnova/api/openstack/compute/plugins/v3/user_data.pyeditnova/api/openstack/compute/plugins/v3/availability_zone.pyeditnova/api/openstack/compute/plugins/v3/certificates.pyConsole Output[...truncated 4737 lines...]dch -a [5bceb0f] Port config_drive API to v3 Part 2dch -a [57b3fc1] Port config drive API to v3 Part 1dch -a [827c2d3] Sane rest API rate limit defaultsdch -a [4fbc164] Remove locals() from compute directorydch -a [d2a4915] Hypervisor uptime fails if service is disableddch -a [09accc6] Port server password extension to v3 API Part 1dch -a [e00245804] Port Simple_tenant_usage API to v3 Part 2dch -a [b505388] Make sure periodic instance reclaims continues on errordch -a [941984e] Make sure periodic cleanup of instances continues on errordch -a [7f57bb8] Sync models.Console* with migrations.dch -a [42bd910] Exeption message of 'live migration' is not appropriatedch -a [b5a3d05] Sync rpc from oslo-incubator.dch -a [ec01030] Update pyparsing to 1.5.7dch -a [b0a2a2d] Avoid redefining host to none in get_instance_nw_info(...)dch -a [12c6416] Clarify the compute API is_volume_backed_instance methoddch -a [1b3f890] Port extended-server-attributes into v3 part1dch -a [37b269d] Revert "fixes nova resize bug when force_config_drive is set."dch -a [b01136e] Port extended status extension to v3 API Part 1dch -a [b0da1ab] Preserve network order when using ConfigDrivedch -a [5e6c081] Add troubleshoot to baremetal PXE template.dch -a [fdafaf3] Port hypervisor API into v3 part1dch -a [5bc4b7a] port Simple_tenant_usage  API into v3 part1dch -a [d925044] Don't deallocate neINFO:root:Destroying schroot.twork if destroy time outdch -a [c8fc1c2] Port fping extension to v3 API Part 1dch -a [cf3cf3c] libvirt fix resize/migrates with swap or ephemeraldch -a [2654ae8] Enforce sqlite-specific flow in drop_unique_constraintdebcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piupartsbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-fb4a5d47-c0a4-4329-9eff-402664616bac', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-fb4a5d47-c0a4-4329-9eff-402664616bac', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
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   : https://help.launchpad.net/ListHelp


[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 on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesCode dedup in class ServersControllerCreateTestby akamyshnikovaeditnova/tests/api/openstack/compute/test_servers.pyeditnova/tests/api/openstack/compute/plugins/v3/test_servers.pyMake ServersViewBuilderTest DRYer.by agorodneveditnova/tests/api/openstack/compute/test_servers.pyAdd validation of available_zone during instance createby duan101101editnova/availability_zones.pyeditnova/tests/api/openstack/compute/test_servers.pyeditnova/compute/api.pyeditnova/tests/api/openstack/compute/plugins/v3/test_availability_zone.pyeditnova/tests/test_availability_zones.pyAdd support for volume swapby vishvanandaeditnova/tests/virt/test_virt_drivers.pyaddnova/tests/integrated/api_samples/os-volume-attachment-update/update-volume-req.json.tpleditnova/tests/integrated/api_samples/all_extensions/extensions-get-resp.json.tpladdnova/tests/integrated/api_samples/os-volume-attachment-update/server-post-resp.json.tpleditnova/tests/compute/test_rpcapi.pyaddnova/tests/integrated/api_samples/os-volume-attachment-update/server-post-resp.xml.tpladddoc/api_samples/os-volume-attachment-update/update-volume-req.xmleditnova/virt/fake.pyeditnova/tests/api/openstack/compute/test_extensions.pyeditnova/virt/driver.pyadddoc/api_samples/os-volume-attachment-update/server-post-resp.xmleditnova/virt/libvirt/driver.pyeditetc/nova/policy.jsoneditnova/api/openstack/compute/contrib/volumes.pyadddoc/api_samples/os-volume-attachment-update/server-post-req.xmleditdoc/api_samples/all_extensions/extensions-get-resp.xmleditnova/compute/manager.pyaddnova/tests/integrated/api_samples/os-volume-attachment-update/server-post-req.json.tpleditnova/tests/integrated/test_api_samples.pyeditdoc/api_samples/all_extensions/extensions-get-resp.jsonaddnova/tests/integrated/api_samples/os-volume-attachment-update/update-volume-req.xml.tpladddoc/api_samples/os-volume-attachment-update/update-volume-req.jsoneditnova/tests/integrated/api_samples/all_extensions/extensions-get-resp.xml.tpladdnova/api/openstack/compute/contrib/volume_attachment_update.pyeditnova/compute/rpcapi.pyeditnova/tests/fake_policy.pyeditnova/tests/api/openstack/compute/contrib/test_volumes.pyeditnova/compute/api.pyadddoc/api_samples/os-volume-attachment-update/server-post-req.jsonaddnova/tests/integrated/api_samples/os-volume-attachment-update/server-post-req.xml.tpladddoc/api_samples/os-volume-attachment-update/server-post-resp.jsonConsole Output[...truncated 4638 lines...]dch -a [1f53881] Add missing tests for console_* methods.dch -a [fd398fb] Remove project_id from alternate image link pathdch -a [c57674c] Fixes wrong action comment 'lock' to 'unlock'dch -a [aada048] Add validation of available_zone during instance createdch -a [20eac6c] Remove locals() from various places.dch -a [f87cf68] Add expected_errors for extension deferred_delete v3dch -a [f48f194] Fix mig 186 downgrade when using sqlalchemy >= 0.8dch -a [74e189f] Code dedup in class ImageXMLSerializationTestdch -a [f81ae35] Code dedup in test_libvirt_volumedch -a [dacd85d] Make ServersViewBuilderTest DRYer.dch -a [6729082] Code dedup in class ServersControllerCreateTestdch -a [4a24d14] Code dedup in tests for server._action_rebuilddch -a [6b12076] Moved tests for server._action_rebuilddch -a [97f8069] Remove redundant if statements in cells.statedch -a [7e8fa8f] Fix filtering INFO:root:Destroying schroot.aggregate metadata by keydch -a [cd38293] Fix IPAddress and CIDR type decoratorsdch -a [13513a1] Fix aggregate_get_by_host host filteringdch -a [7f7d29d] port disk_config API into v3 part1dch -a [2b750f7] Sync v2/v3 console_output API extensionsdch -a [79039a7] Handle instance being deleted while in filter schedulerdch -a [e16260b] Unimplemented pause should not change vm state on PowerVMdch -a [8c5d132] Change force_dhcp_release default to Truedch -a [b1ee1f9] Sync 10 DB models and migrations.dch -a [5dc997c] Clarify flavorid vs instance_type_id in dbdch -a [7041100] Sync db.models.Security* and db.models.Volume*.dch -a [ed7d159] Sync db.models.Instance* with migrations.debcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piupartsbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-7ef92fa7-a1fb-41aa-a1ca-128edb0f35e6', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File 

[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 on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesCode dedup in class ServersControllerCreateTestby akamyshnikovaeditnova/tests/api/openstack/compute/test_servers.pyeditnova/tests/api/openstack/compute/plugins/v3/test_servers.pyMake ServersViewBuilderTest DRYer.by agorodneveditnova/tests/api/openstack/compute/test_servers.pyAdd validation of available_zone during instance createby duan101101editnova/compute/api.pyeditnova/tests/api/openstack/compute/plugins/v3/test_availability_zone.pyeditnova/tests/test_availability_zones.pyeditnova/tests/api/openstack/compute/test_servers.pyeditnova/availability_zones.pyAdd support for volume swapby vishvanandaaddnova/tests/integrated/api_samples/os-volume-attachment-update/server-post-req.json.tpleditnova/compute/manager.pyeditnova/tests/compute/test_rpcapi.pyeditnova/virt/libvirt/driver.pyeditnova/compute/rpcapi.pyeditnova/compute/api.pyeditnova/tests/api/openstack/compute/contrib/test_volumes.pyaddnova/tests/integrated/api_samples/os-volume-attachment-update/server-post-resp.json.tpleditnova/tests/api/openstack/compute/test_extensions.pyeditdoc/api_samples/all_extensions/extensions-get-resp.xmleditnova/api/openstack/compute/contrib/volumes.pyadddoc/api_samples/os-volume-attachment-update/server-post-resp.xmleditnova/virt/driver.pyeditnova/tests/integrated/api_samples/all_extensions/extensions-get-resp.xml.tpleditnova/tests/fake_policy.pyaddnova/tests/integrated/api_samples/os-volume-attachment-update/server-post-resp.xml.tpladddoc/api_samples/os-volume-attachment-update/server-post-resp.jsonadddoc/api_samples/os-volume-attachment-update/server-post-req.xmladddoc/api_samples/os-volume-attachment-update/update-volume-req.xmleditdoc/api_samples/all_extensions/extensions-get-resp.jsonadddoc/api_samples/os-volume-attachment-update/update-volume-req.jsonaddnova/tests/integrated/api_samples/os-volume-attachment-update/update-volume-req.json.tpladdnova/tests/integrated/api_samples/os-volume-attachment-update/server-post-req.xml.tpleditnova/tests/integrated/test_api_samples.pyadddoc/api_samples/os-volume-attachment-update/server-post-req.jsonaddnova/api/openstack/compute/contrib/volume_attachment_update.pyeditnova/tests/integrated/api_samples/all_extensions/extensions-get-resp.json.tpleditetc/nova/policy.jsonaddnova/tests/integrated/api_samples/os-volume-attachment-update/update-volume-req.xml.tpleditnova/tests/virt/test_virt_drivers.pyeditnova/virt/fake.pyConsole Output[...truncated 4764 lines...]dch -a [5bceb0f] Port config_drive API to v3 Part 2dch -a [57b3fc1] Port config drive API to v3 Part 1dch -a [827c2d3] Sane rest API rate limit defaultsdch -a [4fbc164] Remove locals() from compute directorydch -a [d2a4915] Hypervisor uptime fails if service is disableddch -a [09accc6] Port server password extension to v3 API Part 1dch -a [e00245804] Port Simple_tenant_usage API to v3 Part 2dch -a [b505388] Make sure periodic instance reclaims continues on errordch -a [941984e] Make sure periodic cleanup of instances continues on errordch -a [7f57bb8] Sync models.Console* with migrations.dch -a [42bd910] Exeption message of 'live migration' is not appropriatedch -a [b5a3d05] Sync rpc from oslo-incubator.dch -a [ec01030] Update pyparsing to 1.5.7dch -a [b0a2a2d] Avoid redefining host to none in get_instance_nw_info(...)dch -a [12c6416] Clarify the compute API is_volume_backed_instance methoddch -a [1b3f890] Port extended-server-attributes into v3 part1dch -a [37b269d] Revert "fixes nova resize bug when force_config_drive is set."dch -a [b01136e] Port extended status extension to v3 API Part 1dch -a [b0da1ab] Preserve network ordINFO:root:Destroying schroot.er when using ConfigDrivedch -a [5e6c081] Add troubleshoot to baremetal PXE template.dch -a [fdafaf3] Port hypervisor API into v3 part1dch -a [5bc4b7a] port Simple_tenant_usage  API into v3 part1dch -a [d925044] Don't deallocate network if destroy time outdch -a [c8fc1c2] Port fping extension to v3 API Part 1dch -a [cf3cf3c] libvirt fix resize/migrates with swap or ephemeraldch -a [2654ae8] Enforce sqlite-specific flow in drop_unique_constraintdebcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piupartsbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-7c40f6ea-2e3f-426d-aa49-b0441b3a89ac', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call 

[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   : https://help.launchpad.net/ListHelp


[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   : https://help.launchpad.net/ListHelp


[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 on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesReplace urllib2 with requests in urlfetch moduleby dimseditheat/common/urlfetch.pyeditheat/tests/test_urlfetch.pyConsole Output[...truncated 950 lines...]| version thing, and they will remove it upstream.|Author: Thomas Goirand |Forwarded: no|Last-Update: 2013-05-16||--- heat-2013.1.orig/tools/pip-requires|+++ heat-2013.1/tools/pip-requires--No file to patch.  Skipping patch.1 out of 1 hunk ignoredPatch removes-lxml-version-limitation-from-pip-requires.patch does not apply (enforce with -f)ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-6b7859d4-5d59-4c6f-a2e3-fd9ffad4f5ab', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-6b7859d4-5d59-4c6f-a2e3-fd9ffad4f5ab', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3INFO:root:Complete command log:INFO:root:Destroying schroot.apt-get -y install python-setuptoolspython setup.py sdistbzr branch lp:~ubuntu-server-dev/heat/havana heatdch -b -D precise --newversion 1:2013.2+git201307242101~precise-0ubuntu1 Automated Ubuntu testing build:git log -n1 --no-merges --pretty=format:%Hgit log -n5 --no-merges --pretty=format:[%h] %sdch -a [6ab8e1b] remove remote_error and corresponding try...catches.dch -a [50e177e] Replace urllib2 with requests in urlfetch moduledch -a [929c9ed] HOT parameter validation model translationdch -a [c5ab336] make heat-api return a parsable errordch -a [dc41655] Fix loguserdata output to file issuedebcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piupartsbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-6b7859d4-5d59-4c6f-a2e3-fd9ffad4f5ab', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-6b7859d4-5d59-4c6f-a2e3-fd9ffad4f5ab', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
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   : https://help.launchpad.net/ListHelp


[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 on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesFixed miss spelled updated in test nameby aroseneditneutron/tests/unit/test_security_groups_rpc.pyConsole Output[...truncated 1702 lines...]dch -a [5658b59] Fixed miss spelled updated in test namedch -a [8fb3f48] Imported Translations from Transifexdch -a [85dc410] remove netifaces dependency of ryu-agentdch -a [acebf76] Fix DHCP agent to work with latest dnsmasqdch -a [731401e] Providernet extension support for the Cisco Nexus plugindch -a [7f0ba38] Imported Translations from Transifexdch -a [9b0ccf6] remove policy checks in port_security testsdch -a [1c8e5f1] remove "get_agents" rule in policy.jsondch -a [d766f1f] Imported Translations from Transifexdch -a [4bd7bea] LBaaS: add delete_health_monitor() to driver APIdch -a [aa39de6] Imported Translations from Transifexdch -a [a669a91] set static route for windows 2003dch -a [6cb8672] Imported Translations from Transifexdch -a [a7c23c3] Add help strings to Config Optionsdch -a [ce013f2] Imported Translations from Transifexdch -a [59fe071] Avoid refreshing firewall rules unnecessarily.dch -a [da65fe6] Add agent scheduling for LBaaS namespace agentdch -a [713838e] Fix revision branches appeared after merging recent patchesdch -a [b6d787c] Cisco plugin check for a valid nexus driverdch -a [a1e483d] Add support for the agent extension to NVP Plugin.dch -a [c98ec24] GRE tunnels should include local_ip.dch -a [b40edd1] Clean up Cisco plugin config parametersdch -a [c2427c2] Add decorator helping to log method calls.dch -a [375d8be] remove repeated allocation_pools check in unittestdch -a [95a63d1] Fixes Opt type of "topologyname"dch -a [7b69d98] nvp plugin rxtx_factor readonly update portdch -a [078a73c] Remove use_namespaces option from etc/lbaas_agent.inidebcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piupartsbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-0907962e-681f-4bb2-af55-059d64a3d0c2', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-0907962e-681f-4bb2-af55-059d64a3d0c2', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
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   : https://help.launchpad.net/ListHelp


[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 ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesReplace urllib2 with requests in urlfetch moduleby dimseditheat/common/urlfetch.pyeditheat/tests/test_urlfetch.pyConsole Output[...truncated 1629 lines...]| version thing, and they will remove it upstream.|Author: Thomas Goirand |Forwarded: no|Last-Update: 2013-05-16||--- heat-2013.1.orig/tools/pip-requires|+++ heat-2013.1/tools/pip-requires--No file to patch.  Skipping patch.1 out of 1 hunk ignoredPatch removes-lxml-version-limitation-from-pip-requires.patch does not apply (enforce with -f)ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-0d2b477c-7a65-47bc-9bfe-197c84da04d6', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-0d2b477c-7a65-47bc-9bfe-197c84da04d6', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3INFO:root:Complete command log:INFO:root:Destroying schroot.apt-get -y install python-setuptoolspython setup.py sdistbzr branch lp:~ubuntu-server-dev/heat/havana heatdch -b -D saucy --newversion 1:2013.2+git201307242101~saucy-0ubuntu1 Automated Ubuntu testing build:git log -n1 --no-merges --pretty=format:%Hgit log -n5 --no-merges --pretty=format:[%h] %sdch -a [6ab8e1b] remove remote_error and corresponding try...catches.dch -a [50e177e] Replace urllib2 with requests in urlfetch moduledch -a [929c9ed] HOT parameter validation model translationdch -a [c5ab336] make heat-api return a parsable errordch -a [dc41655] Fix loguserdata output to file issuedebcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piupartsbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-0d2b477c-7a65-47bc-9bfe-197c84da04d6', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-0d2b477c-7a65-47bc-9bfe-197c84da04d6', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
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   : https://help.launchpad.net/ListHelp


[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 on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesFixed miss spelled updated in test nameby aroseneditneutron/tests/unit/test_security_groups_rpc.pyConsole Output[...truncated 2381 lines...]dch -a [5658b59] Fixed miss spelled updated in test namedch -a [8fb3f48] Imported Translations from Transifexdch -a [85dc410] remove netifaces dependency of ryu-agentdch -a [acebf76] Fix DHCP agent to work with latest dnsmasqdch -a [731401e] Providernet extension support for the Cisco Nexus plugindch -a [7f0ba38] Imported Translations from Transifexdch -a [9b0ccf6] remove policy checks in port_security testsdch -a [1c8e5f1] remove "get_agents" rule in policy.jsondch -a [d766f1f] Imported Translations from Transifexdch -a [4bd7bea] LBaaS: add delete_health_monitor() to driver APIdch -a [aa39de6] Imported Translations from Transifexdch -a [a669a91] set static route for windows 2003dch -a [6cb8672] Imported Translations from Transifexdch -a [a7c23c3] Add help strings to Config Optionsdch -a [ce013f2] Imported Translations from Transifexdch -a [59fe071] Avoid refreshing firewall rules unnecessarily.dch -a [da65fe6] Add agent scheduling for LBaaS namespace agentdch -a [713838e] Fix revision branches appeared after merging recent patchesdch -a [b6d787c] Cisco plugin check for a valid nexus driverdch -a [a1e483d] Add support for the agent extension to NVP Plugin.dch -a [c98ec24] GRE tunnels should include local_ip.dch -a [b40edd1] Clean up Cisco plugin config parametersdch -a [c2427c2] Add decorator helping to log method calls.dch -a [375d8be] remove repeated allocation_pools check in unittestdch -a [95a63d1] Fixes Opt type of "topologyname"dch -a [7b69d98] nvp plugin rxtx_factor readonly update portdch -a [078a73c] Remove use_namespaces option from etc/lbaas_agent.inidebcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piupartsbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-ac110aca-f1d7-4a01-8c16-c319793f37f3', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-ac110aca-f1d7-4a01-8c16-c319793f37f3', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
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   : https://help.launchpad.net/ListHelp


[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 on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesFixing dnsdomain_get call in nova.network.managerby jshephereditnova/tests/network/test_manager.pyeditnova/network/manager.pySync latest rpc changes from oslo-incubatorby markmceditnova/openstack/common/rpc/common.pyeditnova/openstack/common/rpc/matchmaker.pyeditnova/openstack/common/rpc/impl_zmq.pyeditnova/openstack/common/rpc/service.pyeditnova/openstack/common/rpc/amqp.pyeditnova/openstack/common/rpc/matchmaker_ring.pyeditnova/openstack/common/rpc/proxy.pyeditnova/openstack/common/rpc/impl_kombu.pyeditnova/openstack/common/rpc/impl_qpid.pyaddnova/openstack/common/sslutils.pyeditetc/nova/nova.conf.sampleeditnova/openstack/common/excutils.pyeditopenstack-common.confeditnova/openstack/common/rpc/__init__.pyRemove hostname param from XenApi after first bootby kashi.reddyeditnova/tests/virt/xenapi/test_vmops.pyeditnova/virt/xenapi/vmops.pyeditnova/tests/virt/xenapi/test_xenapi.pyConsole Output[...truncated 4774 lines...]dch -a [5bceb0f] Port config_drive API to v3 Part 2dch -a [57b3fc1] Port config drive API to v3 Part 1dch -a [827c2d3] Sane rest API rate limit defaultsdch -a [4fbc164] Remove locals() from compute directorydch -a [d2a4915] Hypervisor uptime fails if service is disableddch -a [09accc6] Port server password extension to v3 API Part 1dch -a [e00245804] Port Simple_tenant_usage API to v3 Part 2dch -a [b505388] Make sure periodic instance reclaims continues on errordch -a [941984e] Make sure periodic cleanup of instances continues on errordch -a [7f57bb8] Sync models.Console* with migrations.dch -a [42bd910] Exeption message of 'live migration' is not appropriatedch -a [b5a3d05] Sync rpc from oslo-incubator.dch -a [ec01030] Update pyparsing to 1.5.7dch -a [b0a2a2d] Avoid redefining host to none in get_instance_nw_info(...)dch -a [12c6416] Clarify the compute API is_volume_backed_instance methoddch -a [1b3f890] Port extended-server-attributes INFO:root:Destroying schroot.into v3 part1dch -a [37b269d] Revert "fixes nova resize bug when force_config_drive is set."dch -a [b01136e] Port extended status extension to v3 API Part 1dch -a [b0da1ab] Preserve network order when using ConfigDrivedch -a [5e6c081] Add troubleshoot to baremetal PXE template.dch -a [fdafaf3] Port hypervisor API into v3 part1dch -a [5bc4b7a] port Simple_tenant_usage  API into v3 part1dch -a [d925044] Don't deallocate network if destroy time outdch -a [c8fc1c2] Port fping extension to v3 API Part 1dch -a [cf3cf3c] libvirt fix resize/migrates with swap or ephemeraldch -a [2654ae8] Enforce sqlite-specific flow in drop_unique_constraintdebcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piupartsbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-ee4c183b-7342-43f5-a492-19c5e475f434', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-ee4c183b-7342-43f5-a492-19c5e475f434', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
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   : https://help.launchpad.net/ListHelp


[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 on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesFixing dnsdomain_get call in nova.network.managerby jshephereditnova/tests/network/test_manager.pyeditnova/network/manager.pySync latest rpc changes from oslo-incubatorby markmceditnova/openstack/common/rpc/impl_zmq.pyeditopenstack-common.confeditnova/openstack/common/rpc/impl_qpid.pyeditnova/openstack/common/excutils.pyeditnova/openstack/common/rpc/__init__.pyeditnova/openstack/common/rpc/amqp.pyeditnova/openstack/common/rpc/matchmaker.pyeditetc/nova/nova.conf.sampleeditnova/openstack/common/rpc/impl_kombu.pyeditnova/openstack/common/rpc/common.pyeditnova/openstack/common/rpc/proxy.pyeditnova/openstack/common/rpc/service.pyaddnova/openstack/common/sslutils.pyeditnova/openstack/common/rpc/matchmaker_ring.pyRemove hostname param from XenApi after first bootby kashi.reddyeditnova/virt/xenapi/vmops.pyeditnova/tests/virt/xenapi/test_vmops.pyeditnova/tests/virt/xenapi/test_xenapi.pyConsole Output[...truncated 4648 lines...]dch -a [1f53881] Add missing tests for console_* methods.dch -a [fd398fb] Remove project_id from alternate image link pathdch -a [c57674c] Fixes wrong action comment 'lock' to 'unlock'dch -a [aada048] Add validation of available_zone during instance createdch -a [20eac6c] Remove locals() from various places.dch -a [f87cf68] Add expected_errors for extension deferred_delete v3dch -a [f48f194] Fix mig 186 downgrade when using sqlalchemy >= 0.8dch -a [74e189f] Code dedup in class ImageXMLSerializationTestdch -a [f81ae35] Code dedup in test_libvirt_volumedch -a [dacd85d] Make ServersViewBuilderTest DRYer.dch -a [6729082] Code dedup in class ServersControllerCreateTestdch -a [4a24d14] CINFO:root:Destroying schroot.ode dedup in tests for server._action_rebuilddch -a [6b12076] Moved tests for server._action_rebuilddch -a [97f8069] Remove redundant if statements in cells.statedch -a [7e8fa8f] Fix filtering aggregate metadata by keydch -a [cd38293] Fix IPAddress and CIDR type decoratorsdch -a [13513a1] Fix aggregate_get_by_host host filteringdch -a [7f7d29d] port disk_config API into v3 part1dch -a [2b750f7] Sync v2/v3 console_output API extensionsdch -a [79039a7] Handle instance being deleted while in filter schedulerdch -a [e16260b] Unimplemented pause should not change vm state on PowerVMdch -a [8c5d132] Change force_dhcp_release default to Truedch -a [b1ee1f9] Sync 10 DB models and migrations.dch -a [5dc997c] Clarify flavorid vs instance_type_id in dbdch -a [7041100] Sync db.models.Security* and db.models.Volume*.dch -a [ed7d159] Sync db.models.Instance* with migrations.debcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piupartsbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-f18f3cd2-2bda-43c0-94ed-6967263343bb', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-f18f3cd2-2bda-43c0-94ed-6967263343bb', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
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   : https://help.launchpad.net/ListHelp


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

2013-07-24 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/47/Project:saucy_havana_python-cinderclient_trunkDate of build:Wed, 24 Jul 2013 21:31:45 -0400Build duration:9 min 5 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 1 out of the last 5 builds failed.80ChangesAdd print to the upload-to-image commandby s.lotfyeditcinderclient/v2/shell.pyeditcinderclient/v2/volumes.pyeditcinderclient/v1/volumes.pyeditcinderclient/v1/shell.pyConsole Output[...truncated 2246 lines...]Fail-Stage: buildHost Architecture: amd64Install-Time: 90Job: python-cinderclient_1.0.4.70.g878098d+git201307242131~saucy-0ubuntu1.dscMachine Architecture: amd64Package: python-cinderclientPackage-Time: 216Source-Version: 1:1.0.4.70.g878098d+git201307242131~saucy-0ubuntu1Space: 880Status: attemptedVersion: 1:1.0.4.70.g878098d+git201307242131~saucy-0ubuntu1Finished at 20130724-2140Build needed 00:03:36, 880k disc spaceERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'saucy-havana', '-n', '-A', 'python-cinderclient_1.0.4.70.g878098d+git201307242131~saucy-0ubuntu1.dsc']' returned non-zero exit status 2ERROR:root:Command '['sbuild', '-d', 'saucy-havana', '-n', '-A', 'python-cinderclient_1.0.4.70.g878098d+git201307242131~saucy-0ubuntu1.dsc']' returned non-zero exit status 2INFO:root:Complete command log:INFO:root:Destroying schroot.apt-get -y install python-setuptoolspython setup.py sdistbzr branch lp:~ubuntu-server-dev/python-cinderclient/havana python-cinderclientdch -b -D saucy --newversion 1:1.0.4.70.g878098d+git201307242131~saucy-0ubuntu1 Automated Ubuntu testing build:git log -n1 --no-merges --pretty=format:%Hdch -a No change rebuild.debcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piupartsbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC python-cinderclient_1.0.4.70.g878098d+git201307242131~saucy-0ubuntu1_source.changesmk-build-deps -i -r -t apt-get -y /tmp/tmpxCzd2Z/python-cinderclient/debian/controlsbuild -d saucy-havana -n -A python-cinderclient_1.0.4.70.g878098d+git201307242131~saucy-0ubuntu1.dscTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'saucy-havana', '-n', '-A', 'python-cinderclient_1.0.4.70.g878098d+git201307242131~saucy-0ubuntu1.dsc']' returned non-zero exit status 2Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'saucy-havana', '-n', '-A', 'python-cinderclient_1.0.4.70.g878098d+git201307242131~saucy-0ubuntu1.dsc']' returned non-zero exit status 2Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
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   : https://help.launchpad.net/ListHelp


[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 on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesSync models for AgentBuild, Aggregates, AggregateHost tables.by sshturmeditnova/db/sqlalchemy/models.pyConsole Output[...truncated 4652 lines...]dch -a [1f53881] Add missing tests for console_* methods.dch -a [fd398fb] Remove project_id from alternate image link pathdch -a [c57674c] Fixes wrong action comment 'lock' to 'unlock'dch -a [aada048] Add validation of available_zone during instance createdch -a [20eac6c] Remove locals() from various places.dch -a [f87cf68] Add expected_errors for extension deferred_delete v3dch -a [f48f194] Fix mig 186 downgrade when using sqlalchemy >= 0.8dch -a [74e189f] Code dedup in class ImageXMLSerializationTestdch -a [f81ae35] Code dedup in test_libvirt_volumedch -a [dacd85d] Make ServersViewBuilderTest DRYer.dch INFO:root:Destroying schroot.-a [6729082] Code dedup in class ServersControllerCreateTestdch -a [4a24d14] Code dedup in tests for server._action_rebuilddch -a [6b12076] Moved tests for server._action_rebuilddch -a [97f8069] Remove redundant if statements in cells.statedch -a [7e8fa8f] Fix filtering aggregate metadata by keydch -a [cd38293] Fix IPAddress and CIDR type decoratorsdch -a [13513a1] Fix aggregate_get_by_host host filteringdch -a [7f7d29d] port disk_config API into v3 part1dch -a [2b750f7] Sync v2/v3 console_output API extensionsdch -a [79039a7] Handle instance being deleted while in filter schedulerdch -a [e16260b] Unimplemented pause should not change vm state on PowerVMdch -a [8c5d132] Change force_dhcp_release default to Truedch -a [b1ee1f9] Sync 10 DB models and migrations.dch -a [5dc997c] Clarify flavorid vs instance_type_id in dbdch -a [7041100] Sync db.models.Security* and db.models.Volume*.dch -a [ed7d159] Sync db.models.Instance* with migrations.debcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piupartsbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-fe8f4ce6-4f33-4887-9d58-c8187ff9aec8', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-fe8f4ce6-4f33-4887-9d58-c8187ff9aec8', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
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   : https://help.launchpad.net/ListHelp


[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 on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesSync models for AgentBuild, Aggregates, AggregateHost tables.by sshturmeditnova/db/sqlalchemy/models.pyConsole Output[...truncated 4778 lines...]dch -a [5bceb0f] Port config_drive API to v3 Part 2dch -a [57b3fc1] Port config drive API to v3 Part 1dch -a [827c2d3] Sane rest API rate limit defaultsdch -a [4fbc164] Remove locals() from compute directorydch -a [d2a4915] Hypervisor uptime fails if service is disableddch -a [09accc6] Port server password extension to v3 API Part 1dch -a [e00245804] Port Simple_tenant_usage API to v3 Part 2dch -a [b505388] Make sure periodic instance reclaims continues on errordch -a [941984e] Make sure periodic cleanup of instances continues on errordch -a [7f57bb8] Sync models.Console* with migrations.dch -a [42bd910] Exeption message of 'live migration' is not appropriatedch -a [b5a3d05] Sync rpc from oslo-incubator.dch -a [ec01030] Update pyparsing to 1.5.7dch -a [b0a2a2d] Avoid redefining host to none in get_instance_nw_info(...)dch -a [12c6416] Clarify the compute API is_INFO:root:Destroying schroot.volume_backed_instance methoddch -a [1b3f890] Port extended-server-attributes into v3 part1dch -a [37b269d] Revert "fixes nova resize bug when force_config_drive is set."dch -a [b01136e] Port extended status extension to v3 API Part 1dch -a [b0da1ab] Preserve network order when using ConfigDrivedch -a [5e6c081] Add troubleshoot to baremetal PXE template.dch -a [fdafaf3] Port hypervisor API into v3 part1dch -a [5bc4b7a] port Simple_tenant_usage  API into v3 part1dch -a [d925044] Don't deallocate network if destroy time outdch -a [c8fc1c2] Port fping extension to v3 API Part 1dch -a [cf3cf3c] libvirt fix resize/migrates with swap or ephemeraldch -a [2654ae8] Enforce sqlite-specific flow in drop_unique_constraintdebcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piupartsbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-06855333-b872-4b79-a9c2-278c38e6c563', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-06855333-b872-4b79-a9c2-278c38e6c563', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
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   : https://help.launchpad.net/ListHelp