Re: [Openstack] Use IOMMU even when not doing device pass-through?

2013-05-17 Thread Sam Stoelinga
Libvirt usb passthrough also doesn't need this.


On Fri, May 17, 2013 at 1:29 PM, Matthew Thode prometheanf...@gentoo.orgwrote:

 On 05/16/13 22:43, Blair Bethwaite wrote:
  Hi all,
 
  We're running a KVM based OpenStack cloud. I recently realised we don't
  have the IOMMU turned on in our hypervisors. All indications I know about
  and can find suggest it's only really useful if you want guests accessing
  host devices directly, e.g., PCI pass-through. But I wonder if there are
  any other performance advantages to be gained...? Virtio, for one,
 doesn't
  seem to use this/need this.
 
 
 
  ___
  Mailing list: https://launchpad.net/~openstack
  Post to : openstack@lists.launchpad.net
  Unsubscribe : https://launchpad.net/~openstack
  More help   : https://help.launchpad.net/ListHelp
 
 No, it's generally only for device pass-through.

 --
 -- Matthew Thode (prometheanfire)


 ___
 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] Is there any possible to attach an extra iso for an existing instance?

2013-05-17 Thread Ray Sun
For an existing running instance, Can I attach an ISO for it?

Thanks.


Best Regards
-- Ray
___
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] Is there any possible to attach an extra iso for an existing instance?

2013-05-17 Thread Razique Mahroua
Not that I'm aware of through OpenStack, but if you use libvrit, you can yes by editing the domain directly :-)regards
Razique Mahroua-Nuage  Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15

Le 17 mai 2013 à 09:18, Ray Sun xiaoq...@gmail.com a écrit :For an existing running instance, Can I attach an ISO for it?

Thanks.

Best Regards-- Ray

___Mailing list: https://launchpad.net/~openstackPost to : openstack@lists.launchpad.netUnsubscribe : https://launchpad.net/~openstackMore 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] Install from ISO in OpenStack

2013-05-17 Thread Ray Sun
I try to install ubuntu 12.04 on OpenStack, here's my steps:
1. Upload ubuntu iso into OpenStack
2. Launch a new VM and install
3. Network can't detect
4. Can't find any disk

Any one met this problem before? Thanks.

Best Regards
-- Ray
___
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] Multiple nova-pools (floating ips)

2013-05-17 Thread Razique Mahroua
Hi guys,I just noticed if you have multiple floating ip pools, (different subnet) with nova-network - the floating ips don't work if the second pool doesn't have any route available on the compute node (using openstack multi_host but I guess that apply even if you don't use it)for example	floating-ip range :10.0.10.0/27 - same IP range of the compute node (that has routing rules for that) : works	floating-ip range: 46.46.46.0/27 - other subnet the compute node doesn't have any route for : doesn't workBecause basically, doesn't that mean we are trying to assign two WAN routing to the same computer? if so I think it's about setting up priorities on two new routing tables:ip rule add prio 201 from IP1/NETMASK1 table 201ip rule add prio 202 from IP2/NETMASK2 table 202iproute add default via GATEWAY1 dev eth0 src IP1 proto static table 201iproute append prohibit default table 201 metric 1 proto staticiproute add default via GATEWAY2 dev eth0 src IP2 proto static table 202iproute append prohibit default table 202 metric 1 proto staticiprule add prio 221 table 221ip route add default table 221 proto staticnexthop via GATEWAY1 dev eth0 weight 2nexthop via GATEWAY2 dev eth0 weight 3How does nova-network manages the multiple pools with IP that are routed to the same nodes, even if that last doesn't have any ip within these pools?thank you!
Razique Mahroua-Nuage  Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15

___
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] Install from ISO in OpenStack

2013-05-17 Thread Rashmi SN
Hi Ray ,

Which release of Openstack are you trying it on?

Regards,
Rashmi


On Fri, May 17, 2013 at 1:46 PM, Ray Sun xiaoq...@gmail.com wrote:

 I try to install ubuntu 12.04 on OpenStack, here's my steps:
 1. Upload ubuntu iso into OpenStack
 2. Launch a new VM and install
 3. Network can't detect
 4. Can't find any disk

 Any one met this problem before? Thanks.

 Best Regards
 -- Ray

 ___
 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] [metering] Ceilometer plugin for VM provisioning metrics

2013-05-17 Thread Julien Danjou
On Thu, May 16 2013, Ruslan Kiianchuk wrote:

 There were issues with versioning (I have to run Ceilometer with Folsom
 OpenStack version) so few lines of code had to be changed for successful
 porting. Now everything works.

 Yet, another question arose, weather I can ignore some events from the RPC
 bus in process_notification() method or any other way?

Yes, you can ignore whatever you want in process_notification. You don't
have to return/yield counters if there's no need.

-- 
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] Is there any possible to attach an extra iso for an existing instance?

2013-05-17 Thread Razique Mahroua
Not sure thereAs for the procedure, here is a good workthrough :http://serverfault.com/questions/373372/how-to-connect-a-cdrom-device-to-a-kvm-qemu-domain-using-command-line-tools
Razique Mahroua-Nuage  Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15

Le 17 mai 2013 à 09:57, Ray Sun xiaoq...@gmail.com a écrit :On Fri, May 17, 2013 at 3:48 PM, Razique Mahroua razique.mahr...@gmail.com wrote:

Not that I'm aware of through OpenStack, but if you use libvrit, you can yes by editing the domain directly :-)

Is there any blueprint for this requirement?

Best Regards-- Ray

___
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] Install from ISO in OpenStack

2013-05-17 Thread Sam Stoelinga
Are you trying to create an Openstack instance based on Ubuntu 12.04 or are
you trying to install openstack on ubuntu?

If you're trying to just launch an ubuntu image, you can use the pre-made
qcow2 images by ubuntu, didn't have any issues with those.
See:
http://docs.openstack.org/trunk/openstack-compute/admin/content/starting-images.html


What iso are you using?



On Fri, May 17, 2013 at 4:16 PM, Ray Sun xiaoq...@gmail.com wrote:

 I try to install ubuntu 12.04 on OpenStack, here's my steps:
 1. Upload ubuntu iso into OpenStack
 2. Launch a new VM and install
 3. Network can't detect
 4. Can't find any disk

 Any one met this problem before? Thanks.

 Best Regards
 -- Ray

 ___
 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] Troubles starting nova-dns on CentOS 6.4

2013-05-17 Thread Aleksandar Petreski
Hi,

I'm trying to setup and run nova-dns on my Openstack (grizly) test
environment.
Got the code from https://github.com/nsavin/nova-dns (also tried with
https://github.com/griddynamics/nova-dns same result)
The installation went fine, but when trying to start the service (nova-dns)
got:

Traceback (most recent call last):
  File /usr/bin/nova-dns, line 36, in module
from nova_dns import dns, amqp
  File /usr/lib/python2.6/site-packages/nova_dns/dns.py, line 23, in
module
from nova import flags
ImportError: cannot import name flags

Has anyone got this sort of issue and managed to solve ?

Thank you.

-- 
Aleksandar Petreski

RHCE #805008289536145
___
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] How can I change my username on openstack Gerrit

2013-05-17 Thread Lei Zhang
Hi all,

I type a wrong username by mistake. Does anybody know how to reset the
Username?

-- 
Lei Zhang

Blog: http://jeffrey4l.github.io
twitter/weibo: @jeffrey4l
___
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] can two tenants create two identical network?

2013-05-17 Thread Balamurugan V G
I am assuming you are using Quantum for networking, in which case make sure
you have enable overlapping IPs by setting:

allow_overlapping_ips = True

in /etc/quantum/quantum.conf

You also need to enable namespaces:

use_namespaces = True

in /etc/quantum/l3_agent.ini

Regards
Balu

On Fri, May 17, 2013 at 3:22 PM, Liu Wenmao marvel...@gmail.com wrote:

 Hi

 Suppose there are two tenants: A and B, they can create their own
 networks, but the networks are both 100.0.0.0/24, I think it is possible
 in multi-tenant scenarios since networks of different tenants are isolated,
 But in openstack, I have a network creation error, which says there is an
 existing network already.

 I wonder is it possible to create two identical networks for two tenant?

 Liu Wenmao

 ___
 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] can two tenants create two identical network?

2013-05-17 Thread Ashok Kumaran
In addition to the below changes set use_namespaces=False in dhcp_agent.ini
too.Make sure that your operating system supports network namespaces

Sent from my iPhone

On 17-May-2013, at 3:32 PM, Balamurugan V G balamuruga...@gmail.com wrote:

I am assuming you are using Quantum for networking, in which case make sure
you have enable overlapping IPs by setting:

allow_overlapping_ips = True

in /etc/quantum/quantum.conf

You also need to enable namespaces:

use_namespaces = True

in /etc/quantum/l3_agent.ini

Regards
Balu

On Fri, May 17, 2013 at 3:22 PM, Liu Wenmao marvel...@gmail.com wrote:

 Hi

 Suppose there are two tenants: A and B, they can create their own
 networks, but the networks are both 100.0.0.0/24, I think it is possible
 in multi-tenant scenarios since networks of different tenants are isolated,
 But in openstack, I have a network creation error, which says there is an
 existing network already.

 I wonder is it possible to create two identical networks for two tenant?

 Liu Wenmao

 ___
 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] [OpenStack] JSON Naming convention

2013-05-17 Thread Balamurugan V G
Hi,

I see that the REST API using both the camelCase and underscore separated
names for the JSON attributes. An example is below:


curl  -X 'POST' http://1.1.1.1:5000/v2.0/tokens -d
'{auth:{passwordCredentials:{username: admin,
password:admin_pass}, tenantName:test}}' -H 'Content-type:
application/json'
{access: {token: {expires: 2013-05-18T06:10:07Z, id:
d92aebd5112f44b9b13dfabbf4283110, tenant: {enabled: true,
description: null, name: automation, id:
4a8c3029619e4afbaa39f85fcd121003}}, serviceCatalog: [{endpoints:
[{adminURL: http://2.2.2.2:8774/v2/4a8c3029619e4afbaa39f85fcd121003;,
region: RegionOne, internalURL: 
http://2.2.2.2:8774/v2/4a8c3029619e4afbaa39f85fcd121003;, id:
5c3598dc6b384a598046471858b55417, publicURL: 
http://1.1.1.1:8774/v2/4a8c3029619e4afbaa39f85fcd121003}],
endpoints_links: [], type: compute, name: nova}, {endpoints:
[{adminURL: http://2.2.2.2:9696/;, region: RegionOne, internalURL:
http://2.2.2.2:9696/;, id: 18ffe92b8db242d8b39991b4dceafe6c,
publicURL: http://1.1.1.1:9696/}], endpoints_links: [], type:
network, name: quantum}, {endpoints: [{adminURL: 
http://2.2.2.2:9292/v2;, region: RegionOne, internalURL: 
http://2.2.2.2:9292/v2;, id: 91bce3f20f704165bd430629a1446baf,
publicURL: http://1.1.1.1:9292/v2}], endpoints_links: [], type:
image, name: glance}, {endpoints: [{adminURL: 
http://2.2.2.2:8776/v1/4a8c3029619e4afbaa39f85fcd121003;, region:
RegionOne, internalURL: 
http://2.2.2.2:8776/v1/4a8c3029619e4afbaa39f85fcd121003;, id:
710bb818196f4f06a12f4efc4e32b47a, publicURL: 
http://1.1.1.1:8776/v1/4a8c3029619e4afbaa39f85fcd121003}],
endpoints_links: [], type: volume, name: cinder}, {endpoints:
[{adminURL: http://2.2.2.2:8773/services/Admin;, region: RegionOne,
internalURL: http://2.2.2.2:8773/services/Cloud;, id:
01b49f1552dd486cba9499e567aa3774, publicURL: 
http://1.1.1.1:8773/services/Cloud}], endpoints_links: [], type:
ec2, name: ec2}, {endpoints: [{adminURL: 
http://2.2.2.2:35357/v2.0;, region: RegionOne, internalURL: 
http://2.2.2.2:5000/v2.0;, id: f6305996eb8a49ff8fca9c40f1a78ae8,
publicURL: http://1.1.1.1:5000/v2.0}], endpoints_links: [], type:
identity, name: keystone}], user: {username: admin,
roles_links: [], id: b254901420994f3895fed48073761b00, roles:
[{name: admin}], name: admin}, metadata: {is_admin: 0, roles:
[55e3d24acce64b8bb29955945de47d21]}}}

For example, 'publicURL' and 'endpoint_links'.

Is there any plan/blueprint to standardize on one naming convention?

Regards,
Balu
___
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] [OVS] Loopingcall and high load on nova comp

2013-05-17 Thread Heiko Krämer
Hi guys,

i seen on each nova compute node a ressource overhead caused by quantum
ovs agent.

This means if only runs the agent on the compute node (+ nova-compute)
i'll have sometimes a load by 2. The agent will have a many cpu hours
and if i take a look into the log file i see manytimes this one:

2013-05-17 12:35:46  WARNING [quantum.openstack.common.loopingcall] task
run outlasted interval by 0.195565 sec
2013-05-17 12:35:50  WARNING [quantum.openstack.common.loopingcall] task
run outlasted interval by 0.24272 sec
2013-05-17 12:35:54  WARNING [quantum.openstack.common.loopingcall] task
run outlasted interval by 0.254162 sec
2013-05-17 12:35:58  WARNING [quantum.openstack.common.loopingcall] task
run outlasted interval by 0.131815 sec
2013-05-17 12:36:02  WARNING [quantum.openstack.common.loopingcall] task
run outlasted interval by 0.213518 sec
2013-05-17 12:36:07  WARNING [quantum.openstack.common.loopingcall] task
run outlasted interval by 0.212293 sec
2013-05-17 12:36:11  WARNING [quantum.openstack.common.loopingcall] task
run outlasted interval by 0.223576 sec

I've searched to this warning but without success.

Anyone have an idea or the same problem ?


Greetings
Heiko

___
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] [OVS] Loopingcall and high load on nova comp

2013-05-17 Thread Michael Still
Hi! This means that this loopingcall will be running in a hard loop
(no delay between runs) because it is taking longer than the interval
it has requested to be called at.

Either we need to change the interval (if that's ok, no idea with
Quantum), or we need to make the work being done in a loop faster.

Hope that helps,
Michael

On Fri, May 17, 2013 at 8:41 PM, Heiko Krämer i...@honeybutcher.de wrote:
 Hi guys,

 i seen on each nova compute node a ressource overhead caused by quantum
 ovs agent.

 This means if only runs the agent on the compute node (+ nova-compute)
 i'll have sometimes a load by 2. The agent will have a many cpu hours
 and if i take a look into the log file i see manytimes this one:

 2013-05-17 12:35:46  WARNING [quantum.openstack.common.loopingcall] task
 run outlasted interval by 0.195565 sec
 2013-05-17 12:35:50  WARNING [quantum.openstack.common.loopingcall] task
 run outlasted interval by 0.24272 sec
 2013-05-17 12:35:54  WARNING [quantum.openstack.common.loopingcall] task
 run outlasted interval by 0.254162 sec
 2013-05-17 12:35:58  WARNING [quantum.openstack.common.loopingcall] task
 run outlasted interval by 0.131815 sec
 2013-05-17 12:36:02  WARNING [quantum.openstack.common.loopingcall] task
 run outlasted interval by 0.213518 sec
 2013-05-17 12:36:07  WARNING [quantum.openstack.common.loopingcall] task
 run outlasted interval by 0.212293 sec
 2013-05-17 12:36:11  WARNING [quantum.openstack.common.loopingcall] task
 run outlasted interval by 0.223576 sec

 I've searched to this warning but without success.

 Anyone have an idea or the same problem ?


 Greetings
 Heiko

 ___
 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] How can I change my username on openstack Gerrit

2013-05-17 Thread Jeremy Stanley
On 2013-05-17 17:54:02 +0800 (+0800), Lei Zhang wrote:
 I type a wrong username by mistake. Does anybody know how to
 reset the Username?

It's something I or one of the other Gerrit admins have to change
manually, and current versions of Gerrit do not provide a way for a
user to change their username once it's been set. I'll follow up
with you in a separate private E-mail message to work out the
details.
-- 
Jeremy Stanley

___
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] Vmware running images

2013-05-17 Thread Jay Kumbhani
Team,

Thank you for support.

Finally i am able to migrate running VM from VMware player to openstack private 
cloud.

I used thick (-flat.vmdk) for importing to openstack.

Let me know if anyone looking for steps. I am happy to help.

Thanks
Jay
On May 16, 2013, at 7:39 PM, Anne Gentle a...@openstack.org wrote:

 
 
 
 On Thu, May 16, 2013 at 9:02 AM, Shawn Hartsock hartso...@vmware.com wrote:
 So, a couple of points:
 when OpenStack manages a VM it does so, cradle to grave
 it sounds like you want to manage existing vSphere inventory and that's not a 
 supported use case remember: cradle-to-grave in one stack or the other.
 at the moment sharing part of your vSphere resources (say a resource pool) 
 with OpenStack is possible but not documented someone needs to write that doc 
 (and perhaps submit code)
 use thick (-flat.vmdk) provisioned VMDK with glance at the moment (we 
 notice problems using 'thin' in some setups)
 official docs 
 http://docs.openstack.org/trunk/openstack-compute/admin/content/vmware.html
 These docs need updating, I'd do it but I don't know how
 Hi Shawn, I'm happy to walk you through the process if you get stuck, 
 basically git clone the openstack-manuals directory and edit 
 https://github.com/openstack/openstack-manuals/blob/master/doc/src/docbkx/common/vmware.xml.
  Dan Wendlandt had a patch go in last week to improve those docs so you might 
 want to coordinate efforts.
 
 See http://wiki.openstack.org/Documentation/HowTo for details.
 Thanks,
 Anne
  
 BTW: we fixed the bit where you do stuff with tomcat and the SDK
 Hope that helps. Please correct me if I've gotten something wrong.
 
 # Shawn Hartsock
 
 From: Marcos Antônio Cavenaghi mar...@cavenaghi.ca
 To: Jay Kumbhani jkumbh...@gmail.com
 Cc: Openstack openstack-translat...@lists.launchpad.net, Openstack 
 openstack@lists.launchpad.net
 Sent: Thursday, May 16, 2013 9:39:33 AM
 Subject: Re: [Openstack] Vmware running images
 
 
 You have to pick up the image.vmdk file and add it using glance. The syntax 
 here depends on the version (essex, folsom, ...) you are using.
 
 glance add name=My VMware Image is_public=true container_format=bare 
 disk_format=vmdk  My_VMware_Image.vmdk
 
 If you have more than one vmdk file (the image is split), use qemu-img to 
 convert them to a single file.
 
 Marcos
 
 
 On Wed, May 15, 2013 at 11:36 PM, Jay Kumbhani jkumbh...@gmail.com wrote:
 Guys
 
 I am trying to import running vmware virtual machines into openstack private 
 cloud.
 
 I did some steps but couldn't succeed. Please send me steps or links to 
 follow.
 
 Thanks
 Jay
 
 
 Sent from my iPad
 ___
 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] [OVS] Loopingcall and high load on nova comp

2013-05-17 Thread ashii007
Unsubscribe

On Friday, May 17, 2013, Heiko Krämer wrote:

 Hi guys,

 i seen on each nova compute node a ressource overhead caused by quantum
 ovs agent.

 This means if only runs the agent on the compute node (+ nova-compute)
 i'll have sometimes a load by 2. The agent will have a many cpu hours
 and if i take a look into the log file i see manytimes this one:

 2013-05-17 12:35:46  WARNING [quantum.openstack.common.loopingcall] task
 run outlasted interval by 0.195565 sec
 2013-05-17 12:35:50  WARNING [quantum.openstack.common.loopingcall] task
 run outlasted interval by 0.24272 sec
 2013-05-17 12:35:54  WARNING [quantum.openstack.common.loopingcall] task
 run outlasted interval by 0.254162 sec
 2013-05-17 12:35:58  WARNING [quantum.openstack.common.loopingcall] task
 run outlasted interval by 0.131815 sec
 2013-05-17 12:36:02  WARNING [quantum.openstack.common.loopingcall] task
 run outlasted interval by 0.213518 sec
 2013-05-17 12:36:07  WARNING [quantum.openstack.common.loopingcall] task
 run outlasted interval by 0.212293 sec
 2013-05-17 12:36:11  WARNING [quantum.openstack.common.loopingcall] task
 run outlasted interval by 0.223576 sec

 I've searched to this warning but without success.

 Anyone have an idea or the same problem ?


 Greetings
 Heiko

 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net javascript:;
 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] Troubles starting nova-dns on CentOS 6.4

2013-05-17 Thread Lau Jay
Hi Aleksandar,

flags.py was removed from Grizzly, you may want to update the code for nova
dns by using from oslo.config import cfg instead.

Thanks,

Jay


2013/5/17 Aleksandar Petreski apetre...@gmail.com

 Hi,

 I'm trying to setup and run nova-dns on my Openstack (grizly) test
 environment.
 Got the code from https://github.com/nsavin/nova-dns (also tried with
 https://github.com/griddynamics/nova-dns same result)
 The installation went fine, but when trying to start the service
 (nova-dns) got:

 Traceback (most recent call last):
   File /usr/bin/nova-dns, line 36, in module
 from nova_dns import dns, amqp
   File /usr/lib/python2.6/site-packages/nova_dns/dns.py, line 23, in
 module
 from nova import flags
 ImportError: cannot import name flags

 Has anyone got this sort of issue and managed to solve ?

 Thank you.

 --
 Aleksandar Petreski

 RHCE #805008289536145

 ___
 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] can two tenants create two identical network?

2013-05-17 Thread Liu Wenmao
Yes, I use namespace and quantum.

After I set the allow_overlapping_ips option, it works, thanks guys.

To Kumaran: Do you mean that namespace support should be disabled in DHCP
agent, but why? If I disable namespace in dhcp_agent.ini, is it possible
that something does not work?


On Fri, May 17, 2013 at 6:07 PM, Ashok Kumaran ashokkumara...@gmail.comwrote:

 In addition to the below changes set use_namespaces=False in
 dhcp_agent.ini too.Make sure that your operating system supports
 network namespaces

 Sent from my iPhone

 On 17-May-2013, at 3:32 PM, Balamurugan V G balamuruga...@gmail.com
 wrote:

 I am assuming you are using Quantum for networking, in which case make
 sure you have enable overlapping IPs by setting:

 allow_overlapping_ips = True

 in /etc/quantum/quantum.conf

 You also need to enable namespaces:

 use_namespaces = True

 in /etc/quantum/l3_agent.ini

 Regards
 Balu

 On Fri, May 17, 2013 at 3:22 PM, Liu Wenmao marvel...@gmail.com wrote:

 Hi

 Suppose there are two tenants: A and B, they can create their own
 networks, but the networks are both 100.0.0.0/24, I think it is possible
 in multi-tenant scenarios since networks of different tenants are isolated,
 But in openstack, I have a network creation error, which says there is an
 existing network already.

 I wonder is it possible to create two identical networks for two tenant?

 Liu Wenmao

 ___
 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] Vmware running images

2013-05-17 Thread Shawn Hartsock
I think it would be a great if you could post this. 

# Shawn Hartsock 

- Original Message -

 From: Jay Kumbhani jkumbh...@gmail.com
 To: Anne Gentle a...@openstack.org
 Cc: Shawn Hartsock hartso...@vmware.com, Openstack
 openstack-translat...@lists.launchpad.net, Openstack
 openstack@lists.launchpad.net
 Sent: Friday, May 17, 2013 9:05:20 AM
 Subject: Re: [Openstack] Vmware running images

 Team,

 Thank you for support.

 Finally i am able to migrate running VM from VMware player to openstack
 private cloud.

 I used thick (-flat.vmdk) for importing to openstack.

 Let me know if anyone looking for steps. I am happy to help.

 Thanks
 Jay
 On May 16, 2013, at 7:39 PM, Anne Gentle  a...@openstack.org  wrote:

  On Thu, May 16, 2013 at 9:02 AM, Shawn Hartsock  hartso...@vmware.com 
  wrote:
 

   So, a couple of points:
  
 

   * when OpenStack manages a VM it does so, cradle to grave
  
 

   * it sounds like you want to manage existing vSphere inventory and that's
   not
   a supported use case remember: cradle-to-grave in one stack or the other.
  
 
   * at the moment sharing part of your vSphere resources (say a resource
   pool)
   with OpenStack is possible but not documented someone needs to write that
   doc (and perhaps submit code)
  
 
   *
  
 
   use thick (-flat.vmdk) provisioned VMDK with glance at the moment (we
   notice problems using 'thin' in some setups) * official docs
   http://docs.openstack.org/trunk/openstack-compute/admin/content/vmware.html
  
 

   * These docs need updating, I'd do it but I don't know how
  
 

  Hi Shawn, I'm happy to walk you through the process if you get stuck,
  basically git clone the openstack-manuals directory and edit
  https://github.com/openstack/openstack-manuals/blob/master/doc/src/docbkx/common/vmware.xml
  . Dan Wendlandt had a patch go in last week to improve those docs so you
  might want to coordinate efforts.
 

  See http://wiki.openstack.org/Documentation/HowTo for details.
 
  Thanks,
 
  Anne
 

   * BTW: we fixed the bit where you do stuff with tomcat and the SDK
  
 
   Hope that helps. Please correct me if I've gotten something wrong.
  
 

   # Shawn Hartsock
  
 

From: Marcos Antônio Cavenaghi  mar...@cavenaghi.ca 
   
  
 
To: Jay Kumbhani  jkumbh...@gmail.com 
   
  
 
Cc: Openstack  openstack-translat...@lists.launchpad.net ,
Openstack

openstack@lists.launchpad.net 
   
  
 
Sent: Thursday, May 16, 2013 9:39:33 AM
   
  
 
Subject: Re: [Openstack] Vmware running images
   
  
 

You have to pick up the image.vmdk file and add it using glance. The
syntax
here depends on the version (essex, folsom, ...) you are using.
   
  
 

glance add name=My VMware Image is_public=true container_format=bare
disk_format=vmdk  My_VMware_Image.vmdk
   
  
 

If you have more than one vmdk file (the image is split), use qemu-img
to
convert them to a single file.
   
  
 

Marcos
   
  
 

On Wed, May 15, 2013 at 11:36 PM, Jay Kumbhani  jkumbh...@gmail.com 
wrote:
   
  
 

 Guys

   
  
 

 I am trying to import running vmware virtual machines into openstack
 private
 cloud.

   
  
 

 I did some steps but couldn't succeed. Please send me steps or links
 to
 follow.

   
  
 

 Thanks

   
  
 
 Jay

   
  
 

 Sent from my iPad

   
  
 
 ___

   
  
 
 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] can two tenants create two identical network?

2013-05-17 Thread Ashok Kumaran
Liu.  Sorry I meant to enable namespaces as true . Mistakenly I mentioned
as false . It's good that you made it worked now

Sent from my iPhone

On 17-May-2013, at 10:18 PM, Liu Wenmao marvel...@gmail.com wrote:

Yes, I use namespace and quantum.

After I set the allow_overlapping_ips option, it works, thanks guys.

To Kumaran: Do you mean that namespace support should be disabled in DHCP
agent, but why? If I disable namespace in dhcp_agent.ini, is it possible
that something does not work?


On Fri, May 17, 2013 at 6:07 PM, Ashok Kumaran ashokkumara...@gmail.comwrote:

 In addition to the below changes set use_namespaces=False in
 dhcp_agent.ini too.Make sure that your operating system supports
 network namespaces

 Sent from my iPhone

 On 17-May-2013, at 3:32 PM, Balamurugan V G balamuruga...@gmail.com
 wrote:

 I am assuming you are using Quantum for networking, in which case make
 sure you have enable overlapping IPs by setting:

 allow_overlapping_ips = True

 in /etc/quantum/quantum.conf

 You also need to enable namespaces:

 use_namespaces = True

 in /etc/quantum/l3_agent.ini

 Regards
 Balu

 On Fri, May 17, 2013 at 3:22 PM, Liu Wenmao marvel...@gmail.com wrote:

 Hi

 Suppose there are two tenants: A and B, they can create their own
 networks, but the networks are both 100.0.0.0/24, I think it is possible
 in multi-tenant scenarios since networks of different tenants are isolated,
 But in openstack, I have a network creation error, which says there is an
 existing network already.

 I wonder is it possible to create two identical networks for two tenant?

 Liu Wenmao

 ___
 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] instance dns issue

2013-05-17 Thread Paras pradhan
Hi,

My instances can ping the ips but not using dns. The resolv.conf gets
populated by the private instance network dns ip (10.0.0.2, from 10.0.0.0/24)
. I can ping the dns ip but dns resolv is not working. What might be the
issue?

I am on quantum and grizzly in 12.04 lts.

Thanks
Paras.
___
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] instance dns issue

2013-05-17 Thread Ashok Kumaran
I am assuming that you have a DNS externally and you want the instances to
use that DNS. If this is the requirement then
you will have to add dnsmasq_dns_server= external DNS IP in your
/etc/quantum/dhcp_agent.ini.Now your launched instances(VM's) can use
external DNS through quantum dnsmasq.

Please let us know if you have some other requirement.

-Ashok


On Sat, May 18, 2013 at 12:38 AM, Paras pradhan pradhanpa...@gmail.comwrote:

 Hi,

 My instances can ping the ips but not using dns. The resolv.conf gets
 populated by the private instance network dns ip (10.0.0.2, from
 10.0.0.0/24) . I can ping the dns ip but dns resolv is not working. What
 might be the issue?

 I am on quantum and grizzly in 12.04 lts.

 Thanks
 Paras.

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




-- 
Regds,

Ashok ,
Delivery Consultant,
HP.
___
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] instance dns issue

2013-05-17 Thread Paras pradhan
So adding dnsmasq_dns_server= external DNS IP should populate the
resolv.conf of my instances with the externel DNS IP?

I did that but still seeing the same ip on resolv.conf.

Paras.


On Fri, May 17, 2013 at 2:17 PM, Ashok Kumaran ashokkumara...@gmail.comwrote:

 I am assuming that you have a DNS externally and you want the instances to
 use that DNS. If this is the requirement then
 you will have to add dnsmasq_dns_server= external DNS IP in your
 /etc/quantum/dhcp_agent.ini.Now your launched instances(VM's) can use
 external DNS through quantum dnsmasq.

 Please let us know if you have some other requirement.

 -Ashok


 On Sat, May 18, 2013 at 12:38 AM, Paras pradhan pradhanpa...@gmail.comwrote:

 Hi,

 My instances can ping the ips but not using dns. The resolv.conf gets
 populated by the private instance network dns ip (10.0.0.2, from
 10.0.0.0/24) . I can ping the dns ip but dns resolv is not working. What
 might be the issue?

 I am on quantum and grizzly in 12.04 lts.

 Thanks
 Paras.

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




 --
 Regds,

 Ashok ,
 Delivery Consultant,
 HP.

___
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] instance dns issue

2013-05-17 Thread Ashok Kumaran
It will not populate the external DNS ip  in your resolv.conf . Instead the
external DNS will be used by the local quantum dnsmasq for the name
resolution purpose.

For an instance lets say that your network node has a DNS ip of some
xx.xx.xx.xx  in its resolv.conf . By adding the same IP to the
dhcp_agent.ini you can make your instances to use the same DNS. I hope you
got the concept


On Sat, May 18, 2013 at 1:32 AM, Paras pradhan pradhanpa...@gmail.comwrote:

 So adding dnsmasq_dns_server= external DNS IP should populate the
 resolv.conf of my instances with the externel DNS IP?

 I did that but still seeing the same ip on resolv.conf.

 Paras.


 On Fri, May 17, 2013 at 2:17 PM, Ashok Kumaran 
 ashokkumara...@gmail.comwrote:

 I am assuming that you have a DNS externally and you want the instances
 to use that DNS. If this is the requirement then
 you will have to add dnsmasq_dns_server= external DNS IP in your
 /etc/quantum/dhcp_agent.ini.Now your launched instances(VM's) can use
 external DNS through quantum dnsmasq.

 Please let us know if you have some other requirement.

 -Ashok


 On Sat, May 18, 2013 at 12:38 AM, Paras pradhan 
 pradhanpa...@gmail.comwrote:

 Hi,

 My instances can ping the ips but not using dns. The resolv.conf gets
 populated by the private instance network dns ip (10.0.0.2, from
 10.0.0.0/24) . I can ping the dns ip but dns resolv is not working.
 What might be the issue?

 I am on quantum and grizzly in 12.04 lts.

 Thanks
 Paras.

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




 --
 Regds,

 Ashok ,
 Delivery Consultant,
 HP.





-- 
Regds,

Ashok ,
Delivery Consultant,
HP.
___
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] instance dns issue

2013-05-17 Thread Paras pradhan
Hmm. telnet to 53 is not working.

Paras.


On Fri, May 17, 2013 at 3:20 PM, Ashok Kumaran ashokkumara...@gmail.comwrote:

 Can you telnet to port 53 of local DNS ip from your instance (IP in your
 resolv.conf) ?  If its not working then you might need to check your local
 quantum dnsmasq settings.


 On Sat, May 18, 2013 at 1:45 AM, Paras pradhan pradhanpa...@gmail.comwrote:

 Thanks. Yes I got the concept but something is not working. I can't
 resolv the hosts from my instances.

 Thanks
 Paras.


 On Fri, May 17, 2013 at 3:10 PM, Ashok Kumaran 
 ashokkumara...@gmail.comwrote:

 It will not populate the external DNS ip  in your resolv.conf . Instead
 the external DNS will be used by the local quantum dnsmasq for the name
 resolution purpose.

 For an instance lets say that your network node has a DNS ip of some
 xx.xx.xx.xx  in its resolv.conf . By adding the same IP to the
 dhcp_agent.ini you can make your instances to use the same DNS. I hope you
 got the concept


 On Sat, May 18, 2013 at 1:32 AM, Paras pradhan 
 pradhanpa...@gmail.comwrote:

 So adding dnsmasq_dns_server= external DNS IP should populate the
 resolv.conf of my instances with the externel DNS IP?

 I did that but still seeing the same ip on resolv.conf.

 Paras.


 On Fri, May 17, 2013 at 2:17 PM, Ashok Kumaran 
 ashokkumara...@gmail.com wrote:

 I am assuming that you have a DNS externally and you want the
 instances to use that DNS. If this is the requirement then
 you will have to add dnsmasq_dns_server= external DNS IP in your
 /etc/quantum/dhcp_agent.ini.Now your launched instances(VM's) can use
 external DNS through quantum dnsmasq.

 Please let us know if you have some other requirement.

 -Ashok


 On Sat, May 18, 2013 at 12:38 AM, Paras pradhan 
 pradhanpa...@gmail.com wrote:

 Hi,

 My instances can ping the ips but not using dns. The resolv.conf gets
 populated by the private instance network dns ip (10.0.0.2, from
 10.0.0.0/24) . I can ping the dns ip but dns resolv is not working.
 What might be the issue?

 I am on quantum and grizzly in 12.04 lts.

 Thanks
 Paras.

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




 --
 Regds,

 Ashok ,
 Delivery Consultant,
 HP.





 --
 Regds,

 Ashok ,
 Delivery Consultant,
 HP.





 --
 Regds,

 Ashok ,
 Delivery Consultant,
 HP.

___
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] instance dns issue

2013-05-17 Thread Darragh O'Reilly
Hi,

I reckon this is because dnsmasq is isolated in the dhcp namespace. You can use 
DHCP to push out a specific nameserver:

$ quantum subnet-update sub1 --dns_nameservers 8.8.4.4 8.8.8.8

I can't seem to figure out the syntax to pass just one (list=false is not 
working). Or you could use Horizon instead. Anyway the DHCP agent should ensure 
that it is pushed out to the instance's resolv.conf or whatever.

Darragh.


 From: Paras pradhan pradhanpa...@gmail.com
To: openstack openstack@lists.launchpad.net 
Sent: Friday, 17 May 2013, 20:08
Subject: [Openstack] instance dns issue
 


Hi,


My instances can ping the ips but not using dns. The resolv.conf gets 
populated by the private instance network dns ip (10.0.0.2, from 10.0.0.0/24) 
. I can ping the dns ip but dns resolv is not working. What might be the issue?


I am on quantum and grizzly in 12.04 lts.


Thanks
Paras.
___
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] instance dns issue

2013-05-17 Thread Paras pradhan
Doing quantum subnet-update sub1 --dns_nameservers 8.8.4.4 8.8.8.8 works.
BTW from horizon you can pass one dns also.

Thanks guys
Paras.


On Fri, May 17, 2013 at 3:47 PM, Darragh O'Reilly 
dara2002-openst...@yahoo.com wrote:

 Hi,

 I reckon this is because dnsmasq is isolated in the dhcp namespace. You
 can use
 DHCP to push out a specific nameserver:

 $ quantum subnet-update sub1 --dns_nameservers 8.8.4.4 8.8.8.8

 I can't seem to figure out the syntax to pass just one (list=false is not
 working). Or you could use Horizon instead. Anyway the DHCP agent should
 ensure
 that it is pushed out to the instance's resolv.conf or whatever.

 Darragh.

 
  From: Paras pradhan pradhanpa...@gmail.com
 To: openstack openstack@lists.launchpad.net
 Sent: Friday, 17 May 2013, 20:08
 Subject: [Openstack] instance dns issue
 
 
 
 Hi,
 
 
 My instances can ping the ips but not using dns. The resolv.conf gets
 populated by the private instance network dns ip (10.0.0.2, from
 10.0.0.0/24) . I can ping the dns ip but dns resolv is not working. What
 might be the issue?
 
 
 I am on quantum and grizzly in 12.04 lts.
 
 
 Thanks
 Paras.
 ___
 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] OpenStack Community Weekly Newsletter (May 10-17)

2013-05-17 Thread Stefano Maffulli


 OpenStack Compute (Nova) Roadmap for Havana
 
http://russellbryantnet.wordpress.com/2013/05/13/openstack-compute-nova-roadmap-for-havana/

The Havana design summit was held mid-April.  Since then the Nova team 
has been documenting the Havana roadmap and going full speed ahead on 
development of these features.  The list of features that developers 
have committed to completing for the Havana release is tracked using 
blueprints on Launchpad https://blueprints.launchpad.net/nova/havana. 
At the time of writing, there are 74 blueprints listed that cover a wide 
range of development efforts. Russell Bryant 
http://russellbryantnet.wordpress.com/, Nova Tech Lead, highlights 
some of them.



 Stacker Voices: Thierry Carrez, OpenStack Foundation
 
http://engineering.cloudscaling.com/stacker-voices-thierry-carrez-openstack-foundation/

Thierry Carrez handles release management for the OpenStack Foundation 
and is chair of the project's Technical Committee. Thierry was involved 
with the earliest incarnations of OpenStack while at Rackspace. 
Cloudscaling's team caught up with him at the OpenStack Summit in 
Portland to get Thierry's insights into the release cycle, governance 
and his wish list for the project.



 Swiftsync -- A way to synchronize two swift clusters
 
http://www.enovance.com/fr/blog/5653/swiftsync-a-way-to-synchronize-two-swift-clusters-2

Enovance was asked to migrate and synchronize two swift clusters in 
order to provide a customer a way to handle a swift migration easily. 
For that they started a project called swiftsync 
https://github.com/enovance/swiftsync hosted in github.



   Tips 'n Tricks

 * By Ceph http://ceph.com/: Incremental Snapshots with RBD
   http://ceph.com/dev-notes/incremental-snapshots-with-rbd/
 * By eNovance http://www.enovance.com/: Swiftsync -- A way to
   synchronize two swift clusters
   
http://www.enovance.com/fr/blog/5653/swiftsync-a-way-to-synchronize-two-swift-clusters-2
 * By Loïc Dachary http://dachary.org/: Disaster recovery on host
   failure in OpenStack http://dachary.org/?p=1961


   Security Issues

 * Nova fails to verify image virtual size (CVE-2013-2096)
   
http://lists.openstack.org/pipermail/openstack-announce/2013-May/000102.html


   OpenStack In The Wild

A new section of the weekly newsletter dedicated to users of OpenStack. 
If you want to showcase how OpenStack helps you (or you know somebody 
that uses OpenStack) please let us know: email 
mailto:communitym...@openstack.org, twitter 
http://twitter.com/openstack, reddit 
http://www.reddit.com/r/openstack/ or avian carrier 
http://en.wikipedia.org/wiki/IP_over_Avian_Carriers will do).


 * Canadian Web Hosting to Launch Public Cloud Built on OpenStack
   Software
   
http://www.dailyhostnews.com/canadian-web-hosting-to-launch-public-cloud-built-on-openstack-software?utm_source=feedburnerutm_medium=twitterutm_campaign=Feed%3A+DailyHostNews+%28DailyHostNews%29


   Upcoming Events

 * OpenStack Dublin Meetup
   http://www.meetup.com/OpenStack-Ireland/events/116567022/ May 22,
   2013 -- Dublin, Ireland Details
   http://www.meetup.com/OpenStack-Ireland/events/116567022/
 * 3rd London OpenStack Meetup
   http://www.meetup.com/Openstack-London/events/116975682/ May 23,
   2013 -- London, UK Details
   http://www.meetup.com/Openstack-London/events/116975682/
 * OpenStack DACH Day
   http://www.prweb.com/releases/2013/3/prweb10526716.htm May 24,
   2013 -- Berlin Fairgrounds Details
   http://www.prweb.com/releases/2013/3/prweb10526716.htm
 * OpenStack India Meetup
   http://www.meetup.com/Indian-OpenStack-User-Group/events/117132352/ May
   26, 2013 -- Bangalore, India at Anuta Network Details
   http://www.meetup.com/Indian-OpenStack-User-Group/events/117132352/
 * OpenStack Israel http://www.openstack-israel.org/ May 27, 2013 --
   Tel-Aviv, Israel Details http://www.openstack-israel.org/
 * Australian OpenStack User Group tri-city Meetup
   http://aosug.openstack.org.au/ May 27, 2013 -- Australia Details
   http://aosug.openstack.org.au/
 * OpenStack at CeBit Australia http://www.cebit.com.au/ May 28 --
   30, 2013 -- Sidney, Australia Booth in Hall 4 http://www.cebit.com.au/
 * OpenStack CEE Day http://openstackceeday.com/ May 29, 2013 --
   Budapest, Hungary Details http://openstackceeday.com/
 * Building an OpenStack Cloud
   http://www.meetup.com/meetup-group-NjZdcegA/events/108731562/ May
   30, 2013 -- Chicago, IL Details
   http://www.meetup.com/meetup-group-NjZdcegA/events/108731562/
 * OpenStack meeting in Munich
   http://www.meetup.com/openstack-de/events/109700562/ Jun 11, 2013
   -- Munich, Germany Details
   http://www.meetup.com/openstack-de/events/109700562/
 * DatacenterDynamics Converged
   http://www.datacenterdynamics.com/fr/conferences/2013/paris-2013
   Jun 11, 2013 -- Paris, France Details
   http://www.datacenterdynamics.com/fr/conferences/2013/paris-2013
 * GigaOM Structure http://event.gigaom.com/structure/ Jun 19 -- 20,
   2013 -- San 

Re: [Openstack] Install from ISO in OpenStack

2013-05-17 Thread Ray Sun
Grizzly Stable

Best Regards
-- Ray


On Fri, May 17, 2013 at 4:39 PM, Rashmi SN snrashm...@gmail.com wrote:

 Hi Ray ,

 Which release of Openstack are you trying it on?

 Regards,
 Rashmi


 On Fri, May 17, 2013 at 1:46 PM, Ray Sun xiaoq...@gmail.com wrote:

  I try to install ubuntu 12.04 on OpenStack, here's my steps:
 1. Upload ubuntu iso into OpenStack
 2. Launch a new VM and install
 3. Network can't detect
 4. Can't find any disk

 Any one met this problem before? Thanks.

 Best Regards
 -- Ray

 ___
 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] Install from ISO in OpenStack

2013-05-17 Thread Ray Sun
I am trying to create an instance using an ISO which is already in glance.

I can successfully use a pre-made qcow2 to launch an instance, from the
document, I know the glance support ISO file, so I tried to do this test,
but it seems not work on KVM under OpenStack platform.

Best Regards
-- Ray


On Fri, May 17, 2013 at 4:48 PM, Sam Stoelinga sammiest...@gmail.comwrote:

 Are you trying to create an Openstack instance based on Ubuntu 12.04 or
 are you trying to install openstack on ubuntu?

 If you're trying to just launch an ubuntu image, you can use the pre-made
 qcow2 images by ubuntu, didn't have any issues with those.
 See:
 http://docs.openstack.org/trunk/openstack-compute/admin/content/starting-images.html


 What iso are you using?



 On Fri, May 17, 2013 at 4:16 PM, Ray Sun xiaoq...@gmail.com wrote:

 I try to install ubuntu 12.04 on OpenStack, here's my steps:
  1. Upload ubuntu iso into OpenStack
 2. Launch a new VM and install
 3. Network can't detect
 4. Can't find any disk

 Any one met this problem before? Thanks.

 Best Regards
 -- Ray

 ___
 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] Is there any possible to attach an extra iso for an existing instance?

2013-05-17 Thread Robert Collins
Thats what the rescue mode is for :)

-Rob

On 18 May 2013 12:06, Ray Sun xiaoq...@gmail.com wrote:

 Razique,
 Thanks. Actually the requirement is coming from our IT operation guy. They
 asked me about if there's something wrong with an instance, something like
 the boot partition is broken, the instance can not startup. In this
 situation, they want to attach a system installation ISO to repair this
 instance.

 Best Regards
 -- Ray


 On Fri, May 17, 2013 at 4:46 PM, Razique Mahroua 
 razique.mahr...@gmail.com wrote:

 Not sure there
 As for the procedure, here is a  good workthrough :

 http://serverfault.com/questions/373372/how-to-connect-a-cdrom-device-to-a-kvm-qemu-domain-using-command-line-tools

 *Razique Mahroua** - **Nuage  Co*
 razique.mahr...@gmail.com
 Tel : +33 9 72 37 94 15


 Le 17 mai 2013 à 09:57, Ray Sun xiaoq...@gmail.com a écrit :


 On Fri, May 17, 2013 at 3:48 PM, Razique Mahroua 
 razique.mahr...@gmail.com wrote:

 Not that I'm aware of through OpenStack, but if you use libvrit, you can
 yes by editing the domain directly :-)


 Is there any blueprint for this requirement?


 Best Regards
 -- Ray




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




-- 
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] Is there any possible to attach an extra iso for an existing instance?

2013-05-17 Thread Leandro Reox
Go cloud go stateless

Lean
Mercadolibre stackbuilders
On May 17, 2013 10:36 PM, Robert Collins robe...@robertcollins.net
wrote:

 Thats what the rescue mode is for :)

 -Rob

 On 18 May 2013 12:06, Ray Sun xiaoq...@gmail.com wrote:

 Razique,
 Thanks. Actually the requirement is coming from our IT operation guy.
 They asked me about if there's something wrong with an instance, something
 like the boot partition is broken, the instance can not startup. In this
 situation, they want to attach a system installation ISO to repair this
 instance.

 Best Regards
 -- Ray


 On Fri, May 17, 2013 at 4:46 PM, Razique Mahroua 
 razique.mahr...@gmail.com wrote:

 Not sure there
 As for the procedure, here is a  good workthrough :

 http://serverfault.com/questions/373372/how-to-connect-a-cdrom-device-to-a-kvm-qemu-domain-using-command-line-tools

 *Razique Mahroua** - **Nuage  Co*
 razique.mahr...@gmail.com
 Tel : +33 9 72 37 94 15


 Le 17 mai 2013 à 09:57, Ray Sun xiaoq...@gmail.com a écrit :


 On Fri, May 17, 2013 at 3:48 PM, Razique Mahroua 
 razique.mahr...@gmail.com wrote:

 Not that I'm aware of through OpenStack, but if you use libvrit, you
 can yes by editing the domain directly :-)


 Is there any blueprint for this requirement?


 Best Regards
 -- Ray




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




 --
 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] Is there any possible to attach an extra iso for an existing instance?

2013-05-17 Thread Ray Sun
I see, Thanks.

Another requirement is if I start a new instance running on ESXI, and I
want to install vmware-tools in my instance, how can I do that?

Best Regards
-- Ray


On Sat, May 18, 2013 at 9:35 AM, Robert Collins
robe...@robertcollins.netwrote:

 Thats what the rescue mode is for :)

 -Rob

 On 18 May 2013 12:06, Ray Sun xiaoq...@gmail.com wrote:

 Razique,
 Thanks. Actually the requirement is coming from our IT operation guy.
 They asked me about if there's something wrong with an instance, something
 like the boot partition is broken, the instance can not startup. In this
 situation, they want to attach a system installation ISO to repair this
 instance.

 Best Regards
 -- Ray


 On Fri, May 17, 2013 at 4:46 PM, Razique Mahroua 
 razique.mahr...@gmail.com wrote:

 Not sure there
 As for the procedure, here is a  good workthrough :

 http://serverfault.com/questions/373372/how-to-connect-a-cdrom-device-to-a-kvm-qemu-domain-using-command-line-tools

 *Razique Mahroua** - **Nuage  Co*
 razique.mahr...@gmail.com
 Tel : +33 9 72 37 94 15


 Le 17 mai 2013 à 09:57, Ray Sun xiaoq...@gmail.com a écrit :


 On Fri, May 17, 2013 at 3:48 PM, Razique Mahroua 
 razique.mahr...@gmail.com wrote:

 Not that I'm aware of through OpenStack, but if you use libvrit, you
 can yes by editing the domain directly :-)


 Is there any blueprint for this requirement?


 Best Regards
 -- Ray




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




 --
 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] Install from ISO in OpenStack

2013-05-17 Thread Martinx - ジェームズ
That is pretty cool!

I was thinking on this about a week now... Because I'm facing some problems
with a pre-installed Windows 7 VM with Grizzly + Ubuntu 12.04...

*** Windows froze on the first boot of the Instance, at its recovery mode
checks (or something like that)...

So, boot an Instance with an ISO sounds great! To try to do the Windows
installation there, directly on Instance first boot, prompting Windows end
user license to the clients and etc...

Anyway, I'll try now that Golden Image approach...

Some info: https://wiki.openstack.org/wiki/BootFromISO

Regards,
Thiago

On 17 May 2013 21:00, Ray Sun xiaoq...@gmail.com wrote:

 I am trying to create an instance using an ISO which is already in glance.

 I can successfully use a pre-made qcow2 to launch an instance, from the
 document, I know the glance support ISO file, so I tried to do this test,
 but it seems not work on KVM under OpenStack platform.

 Best Regards
 -- Ray


 On Fri, May 17, 2013 at 4:48 PM, Sam Stoelinga sammiest...@gmail.comwrote:

 Are you trying to create an Openstack instance based on Ubuntu 12.04 or
 are you trying to install openstack on ubuntu?

 If you're trying to just launch an ubuntu image, you can use the pre-made
 qcow2 images by ubuntu, didn't have any issues with those.
 See:
 http://docs.openstack.org/trunk/openstack-compute/admin/content/starting-images.html


 What iso are you using?



 On Fri, May 17, 2013 at 4:16 PM, Ray Sun xiaoq...@gmail.com wrote:

 I try to install ubuntu 12.04 on OpenStack, here's my steps:
  1. Upload ubuntu iso into OpenStack
 2. Launch a new VM and install
 3. Network can't detect
 4. Can't find any disk

 Any one met this problem before? Thanks.

 Best Regards
 -- Ray

 ___
 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-ubuntu-testing-notifications] Build Still Failing: precise_havana_quantum_trunk #125

2013-05-17 Thread openstack-testing-bot
Title: precise_havana_quantum_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_quantum_trunk/125/Project:precise_havana_quantum_trunkDate of build:Fri, 17 May 2013 03:30:24 -0400Build duration:3 min 16 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0Changesfix reference to tenant id.by fujioka-yuuichieditquantum/db/quota_db.pyeditquantum/tests/unit/test_quota_ext.pyConsole Output[...truncated 3535 lines...]dch -a [01a977b] Send 400 error if device specification contains unexpected attributesdch -a [62017cd] Imported Translations from Transifexdch -a [26b98b7] lbaas: check object state before update for pools, members, health monitorsdch -a [49c1c98] Metadata agent: reuse authentication info across eventlet threadsdch -a [11639a2] Imported Translations from Transifexdch -a [35988f1] Make the 'admin' role configurabledch -a [ee50162] Simplify delete_health_monitor() using cascadesdch -a [765baf8] Imported Translations from Transifexdch -a [15a1445] Update latest OSLO codedch -a [343ca18] Imported Translations from Transifexdch -a [c117074] Remove locals() from strings substitutionsdch -a [fb66e24] Imported Translations from Transifexdch -a [e001a8d] Add string 'quantum'/ version to scope/tag in NVPdch -a [5896322] Changed DHCPV6_PORT from 467 to 547, the correct port for DHCPv6.dch -a [80ffdde] Imported Translations from Transifexdch -a [929cbab] Imported Translations from Transifexdch -a [2a24058] Imported Translations from Transifexdch -a [b6f0f68] Imported Translations from Transifexdch -a [1e1c513] Imported Translations from Transifexdch -a [6bbcc38] Imported Translations from Transifexdch -a [bd702cb] Imported Translations from Transifexdch -a [a13295b] Enable automatic validation of many HACKING rules.dch -a [91bed75] Ensure unit tests work with all interface typesdch -a [0446eac] Shorten the path of the nicira nvp plugin.dch -a [8354133] Implement LB plugin delete_pool_health_monitor().dch -a [147038a] Parallelize quantum unit testing:debcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC quantum_2013.2+git201305170330~precise-0ubuntu1_source.changessbuild -d precise-havana -n -A quantum_2013.2+git201305170330~precise-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', 'precise-havana', '-n', '-A', 'quantum_2013.2+git201305170330~precise-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', 'precise-havana', '-n', '-A', 'quantum_2013.2+git201305170330~precise-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: precise_havana_quantum_trunk #126

2013-05-17 Thread openstack-testing-bot
Title: precise_havana_quantum_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_quantum_trunk/126/Project:precise_havana_quantum_trunkDate of build:Fri, 17 May 2013 05:30:23 -0400Build duration:3 min 29 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesAdd support for dnsmasq version 2.48by gkottoneditquantum/agent/dhcp_agent.pyeditquantum/tests/unit/test_linux_dhcp.pyeditquantum/tests/unit/test_dhcp_agent.pyeditquantum/agent/linux/dhcp.pyConsole Output[...truncated 3538 lines...]dch -a [01a977b] Send 400 error if device specification contains unexpected attributesdch -a [62017cd] Imported Translations from Transifexdch -a [26b98b7] lbaas: check object state before update for pools, members, health monitorsdch -a [49c1c98] Metadata agent: reuse authentication info across eventlet threadsdch -a [11639a2] Imported Translations from Transifexdch -a [35988f1] Make the 'admin' role configurabledch -a [ee50162] Simplify delete_health_monitor() using cascadesdch -a [765baf8] Imported Translations from Transifexdch -a [15a1445] Update latest OSLO codedch -a [343ca18] Imported Translations from Transifexdch -a [c117074] Remove locals() from strings substitutionsdch -a [fb66e24] Imported Translations from Transifexdch -a [e001a8d] Add string 'quantum'/ version to scope/tag in NVPdch -a [5896322] Changed DHCPV6_PORT from 467 to 547, the correct port for DHCPv6.dch -a [80ffdde] Imported Translations from Transifexdch -a [929cbab] Imported Translations from Transifexdch -a [2a24058] Imported Translations from Transifexdch -a [b6f0f68] Imported Translations from Transifexdch -a [1e1c513] Imported Translations from Transifexdch -a [6bbcc38] Imported Translations from Transifexdch -a [bd702cb] Imported Translations from Transifexdch -a [a13295b] Enable automatic validation of many HACKING rules.dch -a [91bed75] Ensure unit tests work with all interface typesdch -a [0446eac] Shorten the path of the nicira nvp plugin.dch -a [8354133] Implement LB plugin delete_pool_health_monitor().dch -a [147038a] Parallelize quantum unit testing:debcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC quantum_2013.2+git201305170530~precise-0ubuntu1_source.changessbuild -d precise-havana -n -A quantum_2013.2+git201305170530~precise-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', 'precise-havana', '-n', '-A', 'quantum_2013.2+git201305170530~precise-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', 'precise-havana', '-n', '-A', 'quantum_2013.2+git201305170530~precise-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 Fixed: precise_folsom_nova_stable #727

2013-05-17 Thread openstack-testing-bot
Title: precise_folsom_nova_stable
General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/precise_folsom_nova_stable/727/Project:precise_folsom_nova_stableDate of build:Fri, 17 May 2013 06:00:33 -0400Build duration:14 minBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 4 out of the last 5 builds failed.20ChangesCheck QCOW2 image size during root disk creationby mikaleditnova/tests/test_imagebackend.pyeditnova/virt/libvirt/imagebackend.pyConsole Output[...truncated 18290 lines...]deleting and forgetting pool/main/n/nova/nova-consoleauth_2012.2.4+git201303211002~precise-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-doc_2012.2.4+git201303211002~precise-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-network_2012.2.4+git201303211002~precise-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-novncproxy_2012.2.4+git201303211002~precise-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-objectstore_2012.2.4+git201303211002~precise-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-scheduler_2012.2.4+git201303211002~precise-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-volume_2012.2.4+git201303211002~precise-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-xcp-network_2012.2.4+git201303211002~precise-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-xcp-plugins_2012.2.4+git201303211002~precise-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-xvpvncproxy_2012.2.4+git201303211002~precise-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/python-nova_2012.2.4+git201303211002~precise-0ubuntu1_all.debINFO:root:Storing current commit for next build: 6740c4141ea1152529b82cbf6e5b808eaba912e7INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/nova/folsom /tmp/tmpQmqYtP/novamk-build-deps -i -r -t apt-get -y /tmp/tmpQmqYtP/nova/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log 5b43cef510b68cff1f6e2f80742d3204b0b51e45..HEAD --no-merges --pretty=format:[%h] %sdch -b -D precise --newversion 2012.2.5+git201305170601~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [6740c41] Check QCOW2 image size during root disk creationdch -a [74aa04e] Remove insecure default for signing_dir option.dch -a [9ecd965] Bump version to 2012.2.5dch -a [49931ce] Final versioning for 2012.2.4dch -a [975a312] Fix Network object encoding issue when using qpiddch -a [056a7df] Use format_message on exceptions instead of str()dch -a [c4c417e] Set default fixed_ip quota to unlimited.dch -a [8f8ef21] Add a format_message method to the Exceptionsdch -a [c85683e] Adding netmask to dnsmasq argument --dhcp-rangedch -a [50dece6] Fix Wrong syntax for set:tag in dnsmasq startup optiondch -a [2dd8f3e] LibvirtHybridOVSBridgeDriver update for STPdch -a [69ba489] Fixes PowerVM spawn failed as missing attr supported_instancesdch -a [28aacf6] Fix bad Log statement in nova-managedch -a [524a5a3] Don't include traceback when wrapping exceptionsdch -a [67eb495] Decouple EC2 API from using instance iddch -a [f8c5492] libvirt: Optimize test_connection and capabilitiesdch -a [53626bf] populate dnsmasq lease db with valid leasesdebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC nova_2012.2.5+git201305170601~precise-0ubuntu1_source.changessbuild -d precise-folsom -n -A nova_2012.2.5+git201305170601~precise-0ubuntu1.dscdput ppa:openstack-ubuntu-testing/folsom-stable-testing nova_2012.2.5+git201305170601~precise-0ubuntu1_source.changesreprepro --waitforlock 10 -Vb /var/lib/jenkins/www/apt include precise-folsom nova_2012.2.5+git201305170601~precise-0ubuntu1_amd64.changes+ [ ! 0 ]+ jenkins-cli build precise_folsom_deployEmail was triggered for: FixedTrigger Success was overridden by another trigger and will not send an email.Sending email for trigger: Fixed-- 
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 Fixed: quantal_folsom_nova_stable #718

2013-05-17 Thread openstack-testing-bot
Title: quantal_folsom_nova_stable
General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/quantal_folsom_nova_stable/718/Project:quantal_folsom_nova_stableDate of build:Fri, 17 May 2013 06:00:32 -0400Build duration:15 minBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 4 out of the last 5 builds failed.20ChangesCheck QCOW2 image size during root disk creationby mikaleditnova/tests/test_imagebackend.pyeditnova/virt/libvirt/imagebackend.pyConsole Output[...truncated 18820 lines...]deleting and forgetting pool/main/n/nova/nova-consoleauth_2012.2.4+git201303211003~quantal-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-doc_2012.2.4+git201303211003~quantal-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-network_2012.2.4+git201303211003~quantal-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-novncproxy_2012.2.4+git201303211003~quantal-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-objectstore_2012.2.4+git201303211003~quantal-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-scheduler_2012.2.4+git201303211003~quantal-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-volume_2012.2.4+git201303211003~quantal-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-xcp-network_2012.2.4+git201303211003~quantal-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-xcp-plugins_2012.2.4+git201303211003~quantal-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-xvpvncproxy_2012.2.4+git201303211003~quantal-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/python-nova_2012.2.4+git201303211003~quantal-0ubuntu1_all.debINFO:root:Storing current commit for next build: 6740c4141ea1152529b82cbf6e5b808eaba912e7INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/nova/folsom /tmp/tmpfSkvxE/novamk-build-deps -i -r -t apt-get -y /tmp/tmpfSkvxE/nova/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log 5b43cef510b68cff1f6e2f80742d3204b0b51e45..HEAD --no-merges --pretty=format:[%h] %sdch -b -D quantal --newversion 2012.2.5+git201305170601~quantal-0ubuntu1 Automated Ubuntu testing build:dch -a [6740c41] Check QCOW2 image size during root disk creationdch -a [74aa04e] Remove insecure default for signing_dir option.dch -a [9ecd965] Bump version to 2012.2.5dch -a [49931ce] Final versioning for 2012.2.4dch -a [975a312] Fix Network object encoding issue when using qpiddch -a [056a7df] Use format_message on exceptions instead of str()dch -a [c4c417e] Set default fixed_ip quota to unlimited.dch -a [8f8ef21] Add a format_message method to the Exceptionsdch -a [c85683e] Adding netmask to dnsmasq argument --dhcp-rangedch -a [50dece6] Fix Wrong syntax for set:tag in dnsmasq startup optiondch -a [2dd8f3e] LibvirtHybridOVSBridgeDriver update for STPdch -a [69ba489] Fixes PowerVM spawn failed as missing attr supported_instancesdch -a [28aacf6] Fix bad Log statement in nova-managedch -a [524a5a3] Don't include traceback when wrapping exceptionsdch -a [67eb495] Decouple EC2 API from using instance iddch -a [f8c5492] libvirt: Optimize test_connection and capabilitiesdch -a [53626bf] populate dnsmasq lease db with valid leasesdebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC nova_2012.2.5+git201305170601~quantal-0ubuntu1_source.changessbuild -d quantal-folsom -n -A nova_2012.2.5+git201305170601~quantal-0ubuntu1.dscdput ppa:openstack-ubuntu-testing/folsom-stable-testing nova_2012.2.5+git201305170601~quantal-0ubuntu1_source.changesreprepro --waitforlock 10 -Vb /var/lib/jenkins/www/apt include quantal-folsom nova_2012.2.5+git201305170601~quantal-0ubuntu1_amd64.changes+ [ ! 0 ]+ jenkins-cli build quantal_folsom_deployEmail was triggered for: FixedTrigger Success was overridden by another trigger and will not send an email.Sending email for trigger: Fixed-- 
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 Fixed: precise_grizzly_glance_trunk #297

2013-05-17 Thread openstack-testing-bot
Title: precise_grizzly_glance_trunk
General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_glance_trunk/297/Project:precise_grizzly_glance_trunkDate of build:Fri, 17 May 2013 06:42:03 -0400Build duration:9 min 53 secBuild cause:Started by user James PageBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 3 out of the last 5 builds failed.40ChangesNo ChangesConsole Output[...truncated 6326 lines...]Build needed 00:08:19, 28740k disc spaceINFO:root:Uploading package to ppa:openstack-ubuntu-testing/grizzly-trunk-testingDEBUG:root:['dput', 'ppa:openstack-ubuntu-testing/grizzly-trunk-testing', 'glance_2013.1+git201305170642~precise-0ubuntu1_source.changes']gpg: Signature made Fri May 17 06:43:30 2013 EDT using RSA key ID 9935ACDCgpg: Good signature from "Openstack Ubuntu Testing Bot (Jenkins Key) "gpg: Signature made Fri May 17 06:43:30 2013 EDT using RSA key ID 9935ACDCgpg: Good signature from "Openstack Ubuntu Testing Bot (Jenkins Key) "Checking signature on .changesGood signature on /tmp/tmpgyKnAN/glance_2013.1+git201305170642~precise-0ubuntu1_source.changes.Checking signature on .dscGood signature on /tmp/tmpgyKnAN/glance_2013.1+git201305170642~precise-0ubuntu1.dsc.Uploading to ppa (via ftp to ppa.launchpad.net):  Uploading glance_2013.1+git201305170642~precise-0ubuntu1.dsc: done.  Uploading glance_2013.1+git201305170642~precise.orig.tar.gz: done.  Uploading glance_2013.1+git201305170642~precise-0ubuntu1.debian.tar.gz: done.  Uploading glance_2013.1+git201305170642~precise-0ubuntu1_source.changes: done.Successfully uploaded packages.INFO:root:Installing build artifacts into /var/lib/jenkins/www/aptDEBUG:root:['reprepro', '--waitforlock', '10', '-Vb', '/var/lib/jenkins/www/apt', 'include', 'precise-grizzly', 'glance_2013.1+git201305170642~precise-0ubuntu1_amd64.changes']Exporting indices...Successfully created '/var/lib/jenkins/www/apt/dists/precise-grizzly/Release.gpg.new'Successfully created '/var/lib/jenkins/www/apt/dists/precise-grizzly/InRelease.new'Deleting files no longer referenced...deleting and forgetting pool/main/g/glance/glance-api_2013.1+git201304081051~precise-0ubuntu1_all.debdeleting and forgetting pool/main/g/glance/glance-common_2013.1+git201304081051~precise-0ubuntu1_all.debdeleting and forgetting pool/main/g/glance/glance-registry_2013.1+git201304081051~precise-0ubuntu1_all.debdeleting and forgetting pool/main/g/glance/glance_2013.1+git201304081051~precise-0ubuntu1_all.debdeleting and forgetting pool/main/g/glance/python-glance-doc_2013.1+git201304081051~precise-0ubuntu1_all.debdeleting and forgetting pool/main/g/glance/python-glance_2013.1+git201304081051~precise-0ubuntu1_all.debINFO:root:Storing current commit for next build: 4b1f8039ad26ec9a193feb7689c4440b553113b8INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/glance/grizzly /tmp/tmpgyKnAN/glancemk-build-deps -i -r -t apt-get -y /tmp/tmpgyKnAN/glance/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log 43c5fdacd62ec6f4e78d466ac5905f2b581a476f..HEAD --no-merges --pretty=format:[%h] %sdch -b -D precise --newversion 1:2013.1+git201305170642~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [4b1f803] Bump stable/grizzly next version to 2013.1.2debcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC glance_2013.1+git201305170642~precise-0ubuntu1_source.changessbuild -d precise-grizzly -n -A glance_2013.1+git201305170642~precise-0ubuntu1.dscdput ppa:openstack-ubuntu-testing/grizzly-trunk-testing glance_2013.1+git201305170642~precise-0ubuntu1_source.changesreprepro --waitforlock 10 -Vb /var/lib/jenkins/www/apt include precise-grizzly glance_2013.1+git201305170642~precise-0ubuntu1_amd64.changesEmail was triggered for: FixedTrigger Success was overridden by another trigger and will not send an email.Sending email for trigger: Fixed-- 
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 #46

2013-05-17 Thread openstack-testing-bot
Title: saucy_havana_ceilometer_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_ceilometer_trunk/46/Project:saucy_havana_ceilometer_trunkDate of build:Fri, 17 May 2013 10:00:23 -0400Build duration:2 min 40 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesImported Translations from Transifexby Jenkinseditceilometer/locale/it/LC_MESSAGES/ceilometer.poeditceilometer/locale/cs/LC_MESSAGES/ceilometer.poeditceilometer/locale/fi_FI/LC_MESSAGES/ceilometer.poeditceilometer/locale/fr/LC_MESSAGES/ceilometer.poeditceilometer/locale/es/LC_MESSAGES/ceilometer.poeditceilometer/locale/zh_CN/LC_MESSAGES/ceilometer.poeditceilometer/locale/vi_VN/LC_MESSAGES/ceilometer.poeditceilometer/locale/ja/LC_MESSAGES/ceilometer.poeditceilometer/locale/ko_KR/LC_MESSAGES/ceilometer.poeditceilometer/locale/ceilometer.poteditceilometer/locale/bg_BG/LC_MESSAGES/ceilometer.poeditceilometer/locale/ru/LC_MESSAGES/ceilometer.poeditceilometer/locale/zh_TW/LC_MESSAGES/ceilometer.poaddceilometer/locale/da/LC_MESSAGES/ceilometer.poConsole Output[...truncated 2089 lines...]dch -a [1c14bcd] Updated the ceilometer.conf.sample.dch -a [578e6fa] Don't use trivial alarm_id's like "1" in the test cases.dch -a [a60fc5b] Fix the nova notifier tests after a nova renamedch -a [018e39d] Document HBase configurationdch -a [0fdf53d] alarm: fix MongoDB alarm iddch -a [53172bc] Use jsonutils instead of json in test/api.pydch -a [8629e09] Connect the Alarm API to the dbdch -a [896015c] Add the mongo implementation of alarms collectiondch -a [43d728c] Move meter signature computing into meter_publishdch -a [bcb8236] Update WSME dependencydch -a [0c45387] Imported Translations from Transifexdch -a [c1b7161] Add Alarm DB API and modelsdch -a [9518813] Imported Translations from Transifexdch -a [d764f8c] Remove "extras" againdch -a [89ab2f8] add links to return values from API methodsdch -a [82ad299] Modify limitation on request versiondch -a [f90b36d] Doc improvementsdch -a [92905c9] Rename EventFilter to SampleFilter.dch -a [39d9ca7] Fixes AttributeError of FloatingIPPollsterdch -a [0d5c271] Add just the most minimal alarm APIdch -a [5cb2f9c] Update oslo before bringing in exceptionsdch -a [4fb7650] Enumerate the meter type in the API Meter classdch -a [ca971ff] Remove "extras" as it is not useddch -a [6979b16] Adds examples of CLI and API queries to the V2 documentation.dch -a [1828143] update the ceilometer.conf.sampledch -a [8bcc377] Set hbase table_prefix default to Nonedch -a [af2704e] glance/cinder/quantum counter units are not accurate/consistentdch -a [6cb0eb9] Add some recommendations about databasedebcommitbzr 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-24bad008-f913-42a3-abdd-c503cf8f8e34', '-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-24bad008-f913-42a3-abdd-c503cf8f8e34', '-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_quantum_trunk #127

2013-05-17 Thread openstack-testing-bot
Title: precise_havana_quantum_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_quantum_trunk/127/Project:precise_havana_quantum_trunkDate of build:Fri, 17 May 2013 10:30:23 -0400Build duration:3 min 36 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesImported Translations from Transifexby Jenkinseditquantum/locale/ka_GE/LC_MESSAGES/quantum.poeditquantum/locale/vi_VN/LC_MESSAGES/quantum.poeditquantum/locale/zh_CN/LC_MESSAGES/quantum.poeditquantum/locale/ru/LC_MESSAGES/quantum.poeditquantum/locale/cs/LC_MESSAGES/quantum.poeditquantum/locale/es/LC_MESSAGES/quantum.poeditquantum/locale/quantum.poteditquantum/locale/fi_FI/LC_MESSAGES/quantum.poeditquantum/locale/ja/LC_MESSAGES/quantum.poeditquantum/locale/da/LC_MESSAGES/quantum.poeditquantum/locale/fr/LC_MESSAGES/quantum.poeditquantum/locale/bg_BG/LC_MESSAGES/quantum.poeditquantum/locale/it/LC_MESSAGES/quantum.poeditquantum/locale/ko_KR/LC_MESSAGES/quantum.poDocstrings formatted according to pep257by sskripnickeditquantum/quota.pyeditquantum/rootwrap/wrapper.pyeditquantum/manager.pyeditquantum/context.pyeditquantum/quantum_plugin_base_v2.pyeditquantum/wsgi.pyConsole Output[...truncated 3544 lines...]dch -a [62017cd] Imported Translations from Transifexdch -a [26b98b7] lbaas: check object state before update for pools, members, health monitorsdch -a [49c1c98] Metadata agent: reuse authentication info across eventlet threadsdch -a [11639a2] Imported Translations from Transifexdch -a [35988f1] Make the 'admin' role configurabledch -a [ee50162] Simplify delete_health_monitor() using cascadesdch -a [765baf8] Imported Translations from Transifexdch -a [15a1445] Update latest OSLO codedch -a [343ca18] Imported Translations from Transifexdch -a [c117074] Remove locals() from strings substitutionsdch -a [fb66e24] Imported Translations from Transifexdch -a [e001a8d] Add string 'quantum'/ version to scope/tag in NVPdch -a [5896322] Changed DHCPV6_PORT from 467 to 547, the correct port for DHCPv6.dch -a [80ffdde] Imported Translations from Transifexdch -a [929cbab] Imported Translations from Transifexdch -a [2a24058] Imported Translations from Transifexdch -a [b6f0f68] Imported Translations from Transifexdch -a [1e1c513] Imported Translations from Transifexdch -a [6bbcc38] Imported Translations from Transifexdch -a [bd702cb] Imported Translations from Transifexdch -a [a13295b] Enable automatic validation of many HACKING rules.dch -a [91bed75] Ensure unit tests work with all interface typesdch -a [0446eac] Shorten the path of the nicira nvp plugin.dch -a [8354133] Implement LB plugin delete_pool_health_monitor().dch -a [147038a] Parallelize quantum unit testing:debcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC quantum_2013.2+git201305171030~precise-0ubuntu1_source.changessbuild -d precise-havana -n -A quantum_2013.2+git201305171030~precise-0ubINFO:root:Destroying schroot.untu1.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', 'precise-havana', '-n', '-A', 'quantum_2013.2+git201305171030~precise-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', 'precise-havana', '-n', '-A', 'quantum_2013.2+git201305171030~precise-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: precise_havana_ceilometer_trunk #61

2013-05-17 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_ceilometer_trunk #47

2013-05-17 Thread openstack-testing-bot
Title: saucy_havana_ceilometer_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_ceilometer_trunk/47/Project:saucy_havana_ceilometer_trunkDate of build:Fri, 17 May 2013 11:00:32 -0400Build duration:2 min 21 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesChange from unittest to testtoolsby asalkeldeditceilometer/storage/impl_mongodb.pyedittools/test-requiresedittests/test_notifier.pyeditceilometer/tests/base.pyConsole Output[...truncated 2092 lines...]dch -a [1c14bcd] Updated the ceilometer.conf.sample.dch -a [578e6fa] Don't use trivial alarm_id's like "1" in the test cases.dch -a [a60fc5b] Fix the nova notifier tests after a nova renamedch -a [018e39d] Document HBase configurationdch -a [0fdf53d] alarm: fix MongoDB alarm iddch -a [53172bc] Use jsonutils instead of json in test/api.pydch -a [8629e09] Connect the Alarm API to the dbdch -a [896015c] Add the mongo implementation of alarms collectiondch -a [43d728c] Move meter signature computing into meter_publishdch -a [bcb8236] Update WSME dependencydch -a [0c45387] Imported Translations from Transifexdch -a [c1b7161] Add Alarm DB API and modelsdch -a [9518813] Imported Translations from Transifexdch -a [d764f8c] Remove "extras" againdch -a [89ab2f8] add links to return values from API methodsdch -a [82ad299] Modify limitation on request versiondch -a [f90b36d] Doc improvementsdch -a [92905c9] Rename EventFilter to SampleFilter.dch -a [39d9ca7] Fixes AttributeError of FloatingIPPollsterdch -a [0d5c271] Add just the most minimal alarm APIdch -a [5cb2f9c] Update oslo before bringing in exceptionsdch -a [4fb7650] Enumerate the meter type in the API Meter classdch -a [ca971ff] Remove "extras" as it is not useddch -a [6979b16] Adds examples of CLI and API queries to the V2 documentation.dch -a [1828143] update the ceilometer.conf.sampledch -a [8bcc377] Set hbase table_prefix default to Nonedch -a [af2704e] glance/cinder/quantum counter units are not accurate/consistentdch -a [6cb0eb9] Add some recommendations about databasedebcommitbzr 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-7433c3cf-8c49-45a9-af85-18a2b152cf15', '-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-7433c3cf-8c49-45a9-af85-18a2b152cf15', '-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 Fixed: raring_grizzly_ceilometer_trunk #156

2013-05-17 Thread openstack-testing-bot
Title: raring_grizzly_ceilometer_trunk
General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_ceilometer_trunk/156/Project:raring_grizzly_ceilometer_trunkDate of build:Fri, 17 May 2013 11:44:36 -0400Build duration:4 min 17 secBuild cause:Started by user James PageBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 2 out of the last 5 builds failed.60ChangesNo ChangesConsole Output[...truncated 9963 lines...]gpg: Good signature from "Openstack Ubuntu Testing Bot (Jenkins Key) "Checking signature on .changesGood signature on /tmp/tmp3lPrWh/ceilometer_2013.1+git201305171144~raring-0ubuntu1_source.changes.Checking signature on .dscGood signature on /tmp/tmp3lPrWh/ceilometer_2013.1+git201305171144~raring-0ubuntu1.dsc.Uploading to ppa (via ftp to ppa.launchpad.net):  Uploading ceilometer_2013.1+git201305171144~raring-0ubuntu1.dsc: done.  Uploading ceilometer_2013.1+git201305171144~raring.orig.tar.gz: done.  Uploading ceilometer_2013.1+git201305171144~raring-0ubuntu1.debian.tar.gz: done.  Uploading ceilometer_2013.1+git201305171144~raring-0ubuntu1_source.changes: done.Successfully uploaded packages.INFO:root:Installing build artifacts into /var/lib/jenkins/www/aptDEBUG:root:['reprepro', '--waitforlock', '10', '-Vb', '/var/lib/jenkins/www/apt', 'include', 'raring-grizzly', 'ceilometer_2013.1+git201305171144~raring-0ubuntu1_amd64.changes']Exporting indices...Successfully created '/var/lib/jenkins/www/apt/dists/raring-grizzly/Release.gpg.new'Successfully created '/var/lib/jenkins/www/apt/dists/raring-grizzly/InRelease.new'Deleting files no longer referenced...deleting and forgetting pool/main/c/ceilometer/ceilometer-agent-central_2013.1+git201305031113~raring-0ubuntu1_all.debdeleting and forgetting pool/main/c/ceilometer/ceilometer-agent-compute_2013.1+git201305031113~raring-0ubuntu1_all.debdeleting and forgetting pool/main/c/ceilometer/ceilometer-api_2013.1+git201305031113~raring-0ubuntu1_all.debdeleting and forgetting pool/main/c/ceilometer/ceilometer-collector_2013.1+git201305031113~raring-0ubuntu1_all.debdeleting and forgetting pool/main/c/ceilometer/ceilometer-common_2013.1+git201305031113~raring-0ubuntu1_all.debdeleting and forgetting pool/main/c/ceilometer/python-ceilometer_2013.1+git201305031113~raring-0ubuntu1_all.debINFO:root:Storing current commit for next build: aedc965cc2db384a385ce13a46e95fc6ec86fc9cINFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/ceilometer/grizzly /tmp/tmp3lPrWh/ceilometermk-build-deps -i -r -t apt-get -y /tmp/tmp3lPrWh/ceilometer/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log 01ced1c02adb73f289f88c28b3dba5bc4d160b12..HEAD --no-merges --pretty=format:[%h] %sdch -b -D raring --newversion 1:2013.1+git201305171144~raring-0ubuntu1 Automated Ubuntu testing build:dch -a [aedc965] Bump stable/grizzly next version to 2013.1.2dch -a [2adac26] Ceilometer configuration.rst file not using right param names for loggingdch -a [966539a] Set hbase table_prefix default to Nonedch -a [b889430] Measurements documentation updatedch -a [e9198d7] Adds examples of CLI and API queries to the V2 documentation.dch -a [f209b24] update the ceilometer.conf.sampledch -a [a2dd8c0] instances: fix counter unitdebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC ceilometer_2013.1+git201305171144~raring-0ubuntu1_source.changessbuild -d raring-grizzly -n -A ceilometer_2013.1+git201305171144~raring-0ubuntu1.dscdput ppa:openstack-ubuntu-testing/grizzly-trunk-testing ceilometer_2013.1+git201305171144~raring-0ubuntu1_source.changesreprepro --waitforlock 10 -Vb /var/lib/jenkins/www/apt include raring-grizzly ceilometer_2013.1+git201305171144~raring-0ubuntu1_amd64.changesEmail was triggered for: FixedTrigger Success was overridden by another trigger and will not send an email.Sending email for trigger: Fixed-- 
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: precise_havana_keystone_trunk #50

2013-05-17 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 Failure: saucy_havana_keystone_trunk #16

2013-05-17 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_horizon_trunk #19

2013-05-17 Thread openstack-testing-bot
Title: saucy_havana_horizon_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_horizon_trunk/19/Project:saucy_havana_horizon_trunkDate of build:Fri, 17 May 2013 13:00:24 -0400Build duration:4 min 49 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesAllow Create Snapshot for SHUTOFF stateby t.trifonoveditopenstack_dashboard/dashboards/project/instances/tables.pyConsole Output[...truncated 1455 lines...]Download error on http://pypi.python.org/simple/pbr/: timed out -- Some packages may not be found!Couldn't find index page for 'pbr' (maybe misspelled?)Download error on http://pypi.python.org/simple/: timed out -- Some packages may not be found!No local packages or download links found for pbrTraceback (most recent call last):  File "setup.py", line 28, in d2to1=True)  File "/usr/lib/python2.7/distutils/core.py", line 112, in setup_setup_distribution = dist = klass(attrs)  File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 221, in __init__self.fetch_build_eggs(attrs.pop('setup_requires'))  File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 245, in fetch_build_eggsparse_requirements(requires), installer=self.fetch_build_egg  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 586, in resolvedist = best[req.key] = env.best_match(req, self, installer)  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 831, in best_matchreturn self.obtain(req, installer) # try and download/install  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 843, in obtainreturn installer(requirement)  File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 295, in fetch_build_eggreturn cmd.easy_install(req)  File "/usr/lib/python2.7/dist-packages/setuptools/command/easy_install.py", line 616, in easy_installraise DistutilsError(msg)distutils.errors.DistutilsError: Could not find suitable distribution for Requirement.parse('pbr')ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-e4965746-c22d-4911-b5a3-2335d5cd6d47', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-e4965746-c22d-4911-b5a3-2335d5cd6d47', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/horizon/havana /tmp/tmpoumLqw/horizonmk-build-deps -i -r -t apt-get -y /tmp/tmpoumLqw/horizon/debian/controlpython setup.py sdistTraceback (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-e4965746-c22d-4911-b5a3-2335d5cd6d47', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1Error 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-e4965746-c22d-4911-b5a3-2335d5cd6d47', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1Build 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_horizon_trunk #38

2013-05-17 Thread openstack-testing-bot
Title: precise_havana_horizon_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_horizon_trunk/38/Project:precise_havana_horizon_trunkDate of build:Fri, 17 May 2013 13:00:24 -0400Build duration:5 min 3 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesAllow Create Snapshot for SHUTOFF stateby t.trifonoveditopenstack_dashboard/dashboards/project/instances/tables.pyConsole Output[...truncated 1031 lines...]Download error on http://pypi.python.org/simple/pbr/: timed out -- Some packages may not be found!Couldn't find index page for 'pbr' (maybe misspelled?)Download error on http://pypi.python.org/simple/: timed out -- Some packages may not be found!No local packages or download links found for pbrTraceback (most recent call last):  File "setup.py", line 28, in d2to1=True)  File "/usr/lib/python2.7/distutils/core.py", line 112, in setup_setup_distribution = dist = klass(attrs)  File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 221, in __init__self.fetch_build_eggs(attrs.pop('setup_requires'))  File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 245, in fetch_build_eggsparse_requirements(requires), installer=self.fetch_build_egg  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 576, in resolvedist = best[req.key] = env.best_match(req, self, installer)  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 821, in best_matchreturn self.obtain(req, installer) # try and download/install  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 833, in obtainreturn installer(requirement)  File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 294, in fetch_build_eggreturn cmd.easy_install(req)  File "/usr/lib/python2.7/dist-packages/setuptools/command/easy_install.py", line 602, in easy_installraise DistutilsError(msg)distutils.errors.DistutilsError: Could not find suitable distribution for Requirement.parse('pbr')ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-afbf2f3f-2c37-43c6-a0f3-b1ab375c4ca8', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-afbf2f3f-2c37-43c6-a0f3-b1ab375c4ca8', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/horizon/havana /tmp/tmpKwVBSz/horizonmk-build-deps -i -r -t apt-get -y /tmp/tmpKwVBSz/horizon/debian/controlpython setup.py sdistTraceback (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-afbf2f3f-2c37-43c6-a0f3-b1ab375c4ca8', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1Error 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-afbf2f3f-2c37-43c6-a0f3-b1ab375c4ca8', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1Build 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 #171

2013-05-17 Thread openstack-testing-bot
Title: precise_havana_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/171/Project:precise_havana_nova_trunkDate of build:Fri, 17 May 2013 13:00:27 -0400Build duration:5 min 21 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesCast `size` to int before comparisonby rconradharriseditnova/tests/compute/test_compute.pyeditnova/compute/manager.pyConsole Output[...truncated 793 lines...]Download error on http://pypi.python.org/simple/pbr/: timed out -- Some packages may not be found!Couldn't find index page for 'pbr' (maybe misspelled?)Download error on http://pypi.python.org/simple/: timed out -- Some packages may not be found!No local packages or download links found for pbrTraceback (most recent call last):  File "setup.py", line 21, in d2to1=True)  File "/usr/lib/python2.7/distutils/core.py", line 112, in setup_setup_distribution = dist = klass(attrs)  File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 221, in __init__self.fetch_build_eggs(attrs.pop('setup_requires'))  File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 245, in fetch_build_eggsparse_requirements(requires), installer=self.fetch_build_egg  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 576, in resolvedist = best[req.key] = env.best_match(req, self, installer)  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 821, in best_matchreturn self.obtain(req, installer) # try and download/install  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 833, in obtainreturn installer(requirement)  File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 294, in fetch_build_eggreturn cmd.easy_install(req)  File "/usr/lib/python2.7/dist-packages/setuptools/command/easy_install.py", line 602, in easy_installraise DistutilsError(msg)distutils.errors.DistutilsError: Could not find suitable distribution for Requirement.parse('pbr')ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-34a8f4f7-f27f-45d8-b079-9a39cdfd27cd', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-34a8f4f7-f27f-45d8-b079-9a39cdfd27cd', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/nova/havana /tmp/tmp040O2D/novamk-build-deps -i -r -t apt-get -y /tmp/tmp040O2D/nova/debian/controlpython setup.py sdistTraceback (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-34a8f4f7-f27f-45d8-b079-9a39cdfd27cd', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1Error 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-34a8f4f7-f27f-45d8-b079-9a39cdfd27cd', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1Build 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_keystone_trunk #17

2013-05-17 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_quantum_trunk #128

2013-05-17 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 Failure: saucy_havana_quantum_trunk #59

2013-05-17 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_keystone_trunk #51

2013-05-17 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_ceilometer_trunk #48

2013-05-17 Thread openstack-testing-bot
Title: saucy_havana_ceilometer_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_ceilometer_trunk/48/Project:saucy_havana_ceilometer_trunkDate of build:Fri, 17 May 2013 14:04:23 -0400Build duration:2 min 27 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesRestore default intervalby nickeditetc/ceilometer/pipeline.yamlConsole Output[...truncated 2095 lines...]dch -a [1c14bcd] Updated the ceilometer.conf.sample.dch -a [578e6fa] Don't use trivial alarm_id's like "1" in the test cases.dch -a [a60fc5b] Fix the nova notifier tests after a nova renamedch -a [018e39d] Document HBase configurationdch -a [0fdf53d] alarm: fix MongoDB alarm iddch -a [53172bc] Use jsonutils instead of json in test/api.pydch -a [8629e09] Connect the Alarm API to the dbdch -a [896015c] Add the mongo implementation of alarms collectiondch -a [43d728c] Move meter signature computing into meter_publishdch -a [bcb8236] Update WSME dependencydch -a [0c45387] Imported Translations from Transifexdch -a [c1b7161] Add Alarm DB API and modelsdch -a [9518813] Imported Translations from Transifexdch -a [d764f8c] Remove "extras" againdch -a [89ab2f8] add links to return values from API methodsdch -a [82ad299] Modify limitation on request versiondch -a [f90b36d] Doc improvementsdch -a [92905c9] Rename EventFilter to SampleFilter.dch -a [39d9ca7] Fixes AttributeError of FloatingIPPollsterdch -a [0d5c271] Add just the most minimal alarm APIdch -a [5cb2f9c] Update oslo before bringing in exceptionsdch -a [4fb7650] Enumerate the meter type in the API Meter classdch -a [ca971ff] Remove "extras" as it is not useddch -a [6979b16] Adds examples of CLI and API queries to the V2 documentation.dch -a [1828143] update the ceilometer.conf.sampledch -a [8bcc377] Set hbase table_prefix default to Nonedch -a [af2704e] glance/cinder/quantum counter units are not accurate/consistentdch -a [6cb0eb9] Add some recommendations about databasedebcommitbzr 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-d746f070-e3b9-4500-8182-d12062c023a9', '-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-d746f070-e3b9-4500-8182-d12062c023a9', '-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_cinder_trunk #34

2013-05-17 Thread openstack-testing-bot
Title: saucy_havana_cinder_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_cinder_trunk/34/Project:saucy_havana_cinder_trunkDate of build:Fri, 17 May 2013 15:20:06 -0400Build duration:3 min 26 secBuild cause:Started by user Chuck ShortBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesNo ChangesConsole Output[...truncated 5023 lines...]dch -a [197fbf1] Hide lock_prefix argument using synchronized_with_prefix()dch -a [88c8b42] Storwize/SVC: fix attach bug for live migration.dch -a [c355d68] Deprecating old dot path locations for Folsom configsdch -a [f9fd91e] solidfire: Add ability to override account prefixdch -a [20c2be3] Fixes an get_volume_stats reporting issuedch -a [93e8b63] Increased unit test code coveragedch -a [0fbe00f] Create an LVM utility to use for local storage.dch -a [68f28d2] Add CINDER_LOCALEDIR env variabledch -a [7cfb038] Remove gettext.install() from cinder/__init__.pydch -a [c23f620] Use flake8 and hacking.dch -a [381049b] Use pbr instead of openstack.common.setup.dch -a [59fc6cb] Change the type of "free_capacity_gb" to be floatdch -a [6d2d88c] Set default values for NFS/GlusterFS share_config filesdch -a [4580ee9] Add missing spaces to iscsi_iotype helpdch -a [caeb4a2] Fix missing spaces in Huawei Loggingdch -a [d75fafa] Add pylint-based lintstack test to tox environmentdch -a [7dad062] Remove outdated cinder test docdch -a [7ad6ac4] Implement copy_image_to_volume and copy_volume_to_image on nfs backendsdch -a [7996aaa] Update import of oslo's processutils.dch -a [54a2ee4] Fix ability to add custom volume_backend_namedch -a [cb3fb51] Add db client packages to dev env setup doc.dch -a [db991e6] Remove old_name from kwargs when using IET helper.dch -a [d52a0f2] Copy the RHEL6 eventlet workaround from Oslodch -a [7546682] Remove setuptools-git as run time dependencydch -a [006d673] Fix LHN driver to allow backend name configurationdch -a [0ee20a0] Fixes 3par driver methods that were double lockingdebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC cinder_2013.2+git201305171520~saucy-0ubuntu1_source.changessbuild -d saucy-havana -n -A cinder_2013.2+git201305171520~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', 'cinder_2013.2+git201305171520~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', 'cinder_2013.2+git201305171520~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: precise_havana_nova_trunk #172

2013-05-17 Thread openstack-testing-bot
Title: precise_havana_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/172/Project:precise_havana_nova_trunkDate of build:Fri, 17 May 2013 16:00:26 -0400Build duration:2 min 57 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesRemove locals() from messages in virt/disk/api.pyby mikaleditnova/virt/disk/api.pyConsole Output[...truncated 793 lines...]Download error on http://pypi.python.org/simple/pbr/: timed out -- Some packages may not be found!Couldn't find index page for 'pbr' (maybe misspelled?)Download error on http://pypi.python.org/simple/: timed out -- Some packages may not be found!No local packages or download links found for pbrTraceback (most recent call last):  File "setup.py", line 21, in d2to1=True)  File "/usr/lib/python2.7/distutils/core.py", line 112, in setup_setup_distribution = dist = klass(attrs)  File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 221, in __init__self.fetch_build_eggs(attrs.pop('setup_requires'))  File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 245, in fetch_build_eggsparse_requirements(requires), installer=self.fetch_build_egg  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 576, in resolvedist = best[req.key] = env.best_match(req, self, installer)  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 821, in best_matchreturn self.obtain(req, installer) # try and download/install  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 833, in obtainreturn installer(requirement)  File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 294, in fetch_build_eggreturn cmd.easy_install(req)  File "/usr/lib/python2.7/dist-packages/setuptools/command/easy_install.py", line 602, in easy_installraise DistutilsError(msg)distutils.errors.DistutilsError: Could not find suitable distribution for Requirement.parse('pbr')ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-47596fdd-2c07-405c-aee4-2eb6f842ca41', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-47596fdd-2c07-405c-aee4-2eb6f842ca41', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/nova/havana /tmp/tmpYUEZ7Z/novamk-build-deps -i -r -t apt-get -y /tmp/tmpYUEZ7Z/nova/debian/controlpython setup.py sdistTraceback (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-47596fdd-2c07-405c-aee4-2eb6f842ca41', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1Error 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-47596fdd-2c07-405c-aee4-2eb6f842ca41', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1Build 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_cinder_trunk #66

2013-05-17 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 Failure: precise_havana_python-keystoneclient_trunk #16

2013-05-17 Thread openstack-testing-bot
Title: precise_havana_python-keystoneclient_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_python-keystoneclient_trunk/16/Project:precise_havana_python-keystoneclient_trunkDate of build:Fri, 17 May 2013 17:30:21 -0400Build duration:2 min 40 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 1 out of the last 5 builds failed.80ChangesPerform oslo-incubator code sync.by clark.boylanedittools/install_venv_common.pyeditkeystoneclient/openstack/common/jsonutils.pyedittools/pip-requireseditkeystoneclient/openstack/common/setup.pyeditsetup.pyeditkeystoneclient/openstack/common/timeutils.pyeditMANIFEST.inUse testr instead of nose.by clark.boylanedit.gitignoreedittests/test_auth_token_middleware.pyedittools/test-requiresdeletekeystoneclient/middleware/test.pyedittox.inieditsetup.pyeditrun_tests.shadd.testr.confeditHACKINGeditsetup.cfgConsole Output[...truncated 1498 lines...]Build-Time: 2Distribution: precise-havanaFail-Stage: buildHost Architecture: amd64Install-Time: 29Job: python-keystoneclient_0.2.3.26.gf7d3837+git201305171730~precise-0ubuntu1.dscMachine Architecture: amd64Package: python-keystoneclientPackage-Time: 50Source-Version: 1:0.2.3.26.gf7d3837+git201305171730~precise-0ubuntu1Space: 1740Status: attemptedVersion: 1:0.2.3.26.gf7d3837+git201305171730~precise-0ubuntu1Finished at 20130517-1733Build needed 00:00:50, 1740k disc spaceERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'precise-havana', '-n', '-A', 'python-keystoneclient_0.2.3.26.gf7d3837+git201305171730~precise-0ubuntu1.dsc']' returned non-zero exit status 2ERROR:root:Command '['sbuild', '-d', 'precise-havana', '-n', '-A', 'python-keystoneclient_0.2.3.26.gf7d3837+git201305171730~precise-0ubuntu1.dsc']' returned non-zero exit status 2INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/python-keystoneclient/havana /tmp/tmp8FhKBS/python-keystoneclientmk-build-deps -i -r -t apt-get -y /tmp/tmp8FhKBS/python-keystoneclient/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hdch -b -D precise --newversion 1:0.2.3.26.gf7d3837+git201305171730~precise-0ubuntu1 Automated Ubuntu testing build:dch -a No change rebuild.debcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC python-keystoneclient_0.2.3.26.gf7d3837+git201305171730~precise-0ubuntu1_source.changessbuild -d precise-havana -n -A python-keystoneclient_0.2.3.26.gf7d3837+git201305171730~precise-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', 'precise-havana', '-n', '-A', 'python-keystoneclient_0.2.3.26.gf7d3837+git201305171730~precise-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', 'precise-havana', '-n', '-A', 'python-keystoneclient_0.2.3.26.gf7d3837+git201305171730~precise-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_python-keystoneclient_trunk #12

2013-05-17 Thread openstack-testing-bot
Title: saucy_havana_python-keystoneclient_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_python-keystoneclient_trunk/12/Project:saucy_havana_python-keystoneclient_trunkDate of build:Fri, 17 May 2013 17:30:22 -0400Build duration:3 min 7 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesPerform oslo-incubator code sync.by clark.boylanedittools/pip-requireseditkeystoneclient/openstack/common/timeutils.pyeditsetup.pyedittools/install_venv_common.pyeditMANIFEST.ineditkeystoneclient/openstack/common/jsonutils.pyeditkeystoneclient/openstack/common/setup.pyUse testr instead of nose.by clark.boylandeletekeystoneclient/middleware/test.pyeditHACKINGadd.testr.confedittox.iniedittools/test-requireseditsetup.pyeditrun_tests.shedit.gitignoreedittests/test_auth_token_middleware.pyeditsetup.cfgConsole Output[...truncated 1912 lines...]Job: python-keystoneclient_0.2.3.26.gf7d3837+git201305171730~saucy-0ubuntu1.dscMachine Architecture: amd64Package: python-keystoneclientPackage-Time: 54Source-Version: 1:0.2.3.26.gf7d3837+git201305171730~saucy-0ubuntu1Space: 1600Status: attemptedVersion: 1:0.2.3.26.gf7d3837+git201305171730~saucy-0ubuntu1Finished at 20130517-1733Build needed 00:00:54, 1600k disc spaceERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'saucy-havana', '-n', '-A', 'python-keystoneclient_0.2.3.26.gf7d3837+git201305171730~saucy-0ubuntu1.dsc']' returned non-zero exit status 2ERROR:root:Command '['sbuild', '-d', 'saucy-havana', '-n', '-A', 'python-keystoneclient_0.2.3.26.gf7d3837+git201305171730~saucy-0ubuntu1.dsc']' returned non-zero exit status 2INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/python-keystoneclient/havana /tmp/tmpe2vvAr/python-keystoneclientmk-build-deps -i -r -t apt-get -y /tmp/tmpe2vvAr/python-keystoneclient/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log -n5 --no-merges --pretty=format:[%h] %sdch -b -D saucy --newversion 1:0.2.3.26.gf7d3837+git201305171730~saucy-0ubuntu1 Automated Ubuntu testing build:dch -a [bda43e0] change "int(marker)" to "marker" on user list pagination.dch -a [11263ac] Use testr instead of nose.dch -a [548b523] Perform oslo-incubator code sync.dch -a [1736e2f] Securely create signing_dir (bug 1174608)dch -a [d10218f] Added Conflict Exception to the exception code mapdebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC python-keystoneclient_0.2.3.26.gf7d3837+git201305171730~saucy-0ubuntu1_source.changessbuild -d saucy-havana -n -A python-keystoneclient_0.2.3.26.gf7d3837+git201305171730~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-keystoneclient_0.2.3.26.gf7d3837+git201305171730~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-keystoneclient_0.2.3.26.gf7d3837+git201305171730~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_cinder_trunk #35

2013-05-17 Thread openstack-testing-bot
Title: saucy_havana_cinder_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_cinder_trunk/35/Project:saucy_havana_cinder_trunkDate of build:Fri, 17 May 2013 17:31:35 -0400Build duration:4 min 51 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesImported Translations from Transifexby Jenkinsaddcinder/locale/vi_VN/LC_MESSAGES/cinder.poeditcinder/locale/tl/LC_MESSAGES/cinder.poeditcinder/locale/de/LC_MESSAGES/cinder.poeditcinder/locale/zh_CN/LC_MESSAGES/cinder.poaddcinder/locale/ko_KR/LC_MESSAGES/cinder.poeditcinder/locale/ru/LC_MESSAGES/cinder.poeditcinder/locale/ko/LC_MESSAGES/cinder.poaddcinder/locale/en_US/LC_MESSAGES/cinder.poaddcinder/locale/bg_BG/LC_MESSAGES/cinder.poeditcinder/locale/bs/LC_MESSAGES/cinder.poeditcinder/locale/pt_BR/LC_MESSAGES/cinder.poeditcinder/locale/en_GB/LC_MESSAGES/cinder.poeditcinder/locale/zh_TW/LC_MESSAGES/cinder.poeditcinder/locale/tr/LC_MESSAGES/cinder.poeditcinder/locale/es/LC_MESSAGES/cinder.poaddcinder/locale/fi_FI/LC_MESSAGES/cinder.poeditcinder/locale/cinder.poteditcinder/locale/uk/LC_MESSAGES/cinder.poeditcinder/locale/cs/LC_MESSAGES/cinder.poeditcinder/locale/ja/LC_MESSAGES/cinder.poeditcinder/locale/fr/LC_MESSAGES/cinder.poeditcinder/locale/da/LC_MESSAGES/cinder.poeditcinder/locale/it/LC_MESSAGES/cinder.poeditcinder/locale/en_AU/LC_MESSAGES/cinder.poConsole Output[...truncated 5056 lines...]dch -a [197fbf1] Hide lock_prefix argument using synchronized_with_prefix()dch -a [88c8b42] Storwize/SVC: fix attach bug for live migration.dch -a [c355d68] Deprecating old dot path locations for Folsom configsdch -a [f9fd91e] solidfire: Add ability to override account prefixdch -a [20c2be3] Fixes an get_volume_stats reporting issuedch -a [93e8b63] Increased unit test code coveragedch -a [0fbe00f] Create an LVM utility to use for local storage.dch -a [68f28d2] Add CINDER_LOCALEDIR env variabledch -a [7cfb038] Remove gettext.install() from cinder/__init__.pydch -a [c23f620] Use flake8 and hacking.dch -a [381049b] Use pbr instead of openstack.common.setup.dch -a [59fc6cb] Change the type of "free_capacity_gb" to be floatdch -a [6d2d88c] Set default values for NFS/GlusterFS share_config filesdch -a [4580ee9] Add missing spaces to iscsi_iotype helpdch -a [caeb4a2] Fix missing spaces in Huawei Loggingdch -a [d75fafa] Add pylint-based lintstack test to tox environmentdch -a [7dad062] Remove outdated cinder test docdch -a [7ad6ac4] Implement copy_image_to_volume and copy_volume_to_image on nfs backendsdch -a [7996aaa] Update import of oslo's processutils.dch -a [54a2ee4] Fix ability to add custom volume_backend_namedch -a [cb3fb51] Add db client packages to dev env setup doc.dch -a [db991e6] Remove old_name from kwargs when using IET helper.dch -a [d52a0f2] Copy the RHEL6 eventlet workaround from Oslodch -a [7546682] Remove setuptools-git as run time dependencydch -a [006d673] Fix LHN driver to allow backend name configurationdch -a [0ee20a0] Fixes 3par driver methods that were double lockingdebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC cinder_2013.2+git201305171731~saucy-0ubuntu1_source.changessbuild -d saucy-havana -n -A cinder_2013.2+git201305171731~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', 'cinder_2013.2+git201305171731~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', 'cinder_2013.2+git201305171731~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 Failure: saucy_havana_nova_trunk #93

2013-05-17 Thread openstack-testing-bot
Title: saucy_havana_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_nova_trunk/93/Project:saucy_havana_nova_trunkDate of build:Fri, 17 May 2013 17:33:06 -0400Build duration:3 min 26 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 1 out of the last 5 builds failed.80ChangesFix flake8 errors in anticipation of flake8.by mordrededitnova/tests/compute/test_multiple_nodes.pyeditnova/api/openstack/compute/contrib/floating_ips.pyeditnova/cmd/spicehtml5proxy.pyeditnova/tests/test_db_api.pyeditnova/tests/integrated/test_api_samples.pyeditnova/tests/test_libvirt.pyeditnova/tests/compute/test_compute.pySwitch to flake8+hacking.by mordrededittox.iniaddnova/hacking/__init__.pyedittools/test-requiresdeletetools/hacking.pydeletetools/flakes.pyaddnova/hacking/checks.pydeletetools/run_pep8.shRemove usage of locals() for formatting from nova.api.*by boriseditnova/api/openstack/common.pyeditnova/api/openstack/wsgi.pyeditnova/api/openstack/compute/contrib/aggregates.pyeditnova/api/metadata/handler.pyeditnova/api/openstack/extensions.pyeditdoc/ext/nova_todo.pyeditnova/api/openstack/compute/contrib/hosts.pyeditnova/api/ec2/cloud.pyeditnova/api/ec2/__init__.pyeditnova/api/ec2/apirequest.pyeditnova/api/openstack/compute/contrib/volumes.pyeditnova/api/openstack/compute/contrib/admin_actions.pyeditnova/api/openstack/compute/contrib/floating_ips.pyeditnova/api/openstack/xmlutil.pyeditdoc/source/devref/il8n.rsteditnova/api/openstack/compute/servers.pyeditnova/api/openstack/__init__.pyConsole Output[...truncated 4542 lines...]Applying patch fix-ubuntu-tests.patchcan't find file to patch at input line 5Perhaps you used the wrong -p or --strip option?The text leading up to this was:--|Index: nova/tools/hacking.py|===|--- nova.orig/tools/hacking.py	2013-03-13 17:47:30.280806436 -0700|+++ nova/tools/hacking.py	2013-03-13 17:47:36.364806745 -0700--No file to patch.  Skipping patch.1 out of 1 hunk ignoredPatch fix-ubuntu-tests.patch does not apply (enforce with -f)ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-f30ec492-4b6d-461b-a1e6-a76569da4cbf', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-f30ec492-4b6d-461b-a1e6-a76569da4cbf', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/nova/havana /tmp/tmpyA_AoF/novamk-build-deps -i -r -t apt-get -y /tmp/tmpyA_AoF/nova/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log b196d9626379258bd8c950b68830657f8c8d01f8..HEAD --no-merges --pretty=format:[%h] %sdch -b -D saucy --newversion 1:2013.2+git201305171733~saucy-0ubuntu1 Automated Ubuntu testing build:dch -a [2dce8c9] Remove usage of locals() for formatting from nova.api.*dch -a [a333be8] Switch to flake8+hacking.dch -a [186c494] Fix flake8 errors in anticipation of flake8.dch -a [7f1670e] Cast `size` to int before comparisondebcommitbzr 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-f30ec492-4b6d-461b-a1e6-a76569da4cbf', '-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-f30ec492-4b6d-461b-a1e6-a76569da4cbf', '-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_cinder_trunk #67

2013-05-17 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_cinder_trunk #36

2013-05-17 Thread openstack-testing-bot
Title: saucy_havana_cinder_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_cinder_trunk/36/Project:saucy_havana_cinder_trunkDate of build:Fri, 17 May 2013 19:30:23 -0400Build duration:3 min 39 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesUpdate/Publish volume service updates on delete.by john.griffitheditcinder/volume/manager.pyConsole Output[...truncated 5059 lines...]dch -a [197fbf1] Hide lock_prefix argument using synchronized_with_prefix()dch -a [88c8b42] Storwize/SVC: fix attach bug for live migration.dch -a [c355d68] Deprecating old dot path locations for Folsom configsdch -a [f9fd91e] solidfire: Add ability to override account prefixdch -a [20c2be3] Fixes an get_volume_stats reporting issuedch -a [93e8b63] Increased unit test code coveragedch -a [0fbe00f] Create an LVM utility to use for local storage.dch -a [68f28d2] Add CINDER_LOCALEDIR env variabledch -a [7cfb038] Remove gettext.install() from cinder/__init__.pydch -a [c23f620] Use flake8 and hacking.dch -a [381049b] Use pbr instead of openstack.common.setup.dch -a [59fc6cb] Change the type of "free_capacity_gb" to be floatdch -a [6d2d88c] Set default values for NFS/GlusterFS share_config filesdch -a [4580ee9] Add missing spaces to iscsi_iotype helpdch -a [caeb4a2] Fix missing spaces in Huawei Loggingdch -a [d75fafa] Add pylint-based lintstack test to tox environmentdch -a [7dad062] Remove outdated cinder test docdch -a [7ad6ac4] Implement copy_image_to_volume and copy_volume_to_image on nfs backendsdch -a [7996aaa] Update import of oslo's processutils.dch -a [54a2ee4] Fix ability to add custom volume_backend_namedch -a [cb3fb51] Add db client packages to dev env setup doc.dch -a [db991e6] Remove old_name from kwargs when using IET helper.dch -a [d52a0f2] Copy the RHEL6 eventlet workaround from Oslodch -a [7546682] Remove setuptools-git as run time dependencydch -a [006d673] Fix LHN driver to allow backend name configurationdch -a [0ee20a0] Fixes 3par driver methods that were double lockingdebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC cinder_2013.2+git201305171930~saucy-0ubuntu1_source.changessbuild -d saucy-havana -n -A cinder_2013.2+git201305171930~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', 'cinder_2013.2+git201305171930~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', 'cinder_2013.2+git201305171930~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