Re: [Openstack] [Grizzly-Cinder] Cannot create volume over 10GB

2013-07-18 Thread Jake G.
OK after some fiddling I managed to configure Cinder to use my NFS server 
instead of the default local LVM partition.

I used this doc. 
http://docs.openstack.org/grizzly/openstack-block-storage/admin/content/NFS-driver.html


Thanks



 From: Jake G. dj_dark_jungl...@yahoo.com
To: laserjetyang laserjety...@gmail.com; openstack@lists.launchpad.net 
openstack@lists.launchpad.net 
Sent: Wednesday, July 17, 2013 7:15 PM
Subject: Re: [Openstack] [Grizzly-Cinder] Cannot create volume over 10GB
 


Here is my LVM partition for cinder:

  --- Physical volume ---
  PV Name               /dev/loop0
  VG Name               cinder-volumes
  PV Size               20.00 GiB / not usable 4.00 MiB
  Allocatable           yes 
  PE Size               4.00 MiB
  Total PE              5119
  Free PE               5119
  Allocated PE          0
  PV UUID               S9357z-IqRI-6JZa-TCiu-8fFg-rZZ6-jcQjLW


How can I increase the size or even better use a NFS server to hold cinder 
volumes?

Thanks



 From: laserjetyang laserjety...@gmail.com
To: Jake G. dj_dark_jungl...@yahoo.com 
Sent: Wednesday, July 17, 2013 7:06 PM
Subject: Re: [Openstack] [Grizzly-Cinder] Cannot create volume over 10GB
 


Your LVM is less than 10g

On Wednesday, July 17, 2013, Jake G.  wrote:

Hi all!


I am unable to create a volume bigger than 10GB or a combinatino of volumes 
totaling bigger than 10GB.


I have 1TB of space to use.


Any ideas?  


___
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] [Glance] Storage images on NFS server

2013-07-18 Thread Jake G.
Hi All,

Wondering how to configure Openstack so that all images are stored on NFS 
storage instead of the default /var/lib/glance/images.
Is this as simple as mounting the NFS store to the /var/lib/glance/images 
directory?

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


Re: [Openstack] [Glance] Storage images on NFS server

2013-07-18 Thread Blair Bethwaite
On 18 July 2013 16:21, Jake G. dj_dark_jungl...@yahoo.com wrote:

 Wondering how to configure Openstack so that all images are stored on NFS
 storage instead of the default /var/lib/glance/images.
 Is this as simple as mounting the NFS store to the /var/lib/glance/images
 directory?


Yep.

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


Re: [Openstack] [Glance] Storage images on NFS server

2013-07-18 Thread Jake G.
Nothing this configure in a config file somewhere like cinder? 
Just double checking.

Thanks!




 From: Blair Bethwaite blair.bethwa...@gmail.com
To: Jake G. dj_dark_jungl...@yahoo.com 
Cc: openstack@lists.launchpad.net openstack@lists.launchpad.net 
Sent: Thursday, July 18, 2013 3:24 PM
Subject: Re: [Openstack] [Glance] Storage images on NFS server
 


On 18 July 2013 16:21, Jake G. dj_dark_jungl...@yahoo.com wrote:

Wondering how to configure Openstack so that all images are stored on NFS 
storage instead of the default /var/lib/glance/images.

Is this as simple as mounting the NFS store to the /var/lib/glance/images 
directory?

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


Re: [Openstack] [Glance] Storage images on NFS server

2013-07-18 Thread John Bresnahan
 Nothing this configure in a config file somewhere like cinder? 
 Just double checking.

in glance-api.conf look set the option filesystem_store_datadir to the
location where you want the data stored.  For example:

$ grep filesystem_store_datadir glance-api.conf
filesystem_store_datadir = /home/jbresnah/.glance



___
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] [Nova] Configure NFS storage for instances?

2013-07-18 Thread Jake G.
Hi All,

Wondering how to setup Nova to storage all instances on a NFS server? 
Is it as easy as mounting the NFS store to the /var/lib/nova/instances/ 
directory?

Thanks!
Jake___
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] [Nova] Configure NFS storage for instances?

2013-07-18 Thread laserjetyang
yes, so NFS won't achieve good performance


On Thu, Jul 18, 2013 at 3:01 PM, Jake G. dj_dark_jungl...@yahoo.com wrote:

 Hi All,

 Wondering how to setup Nova to storage all instances on a NFS server?
 Is it as easy as mounting the NFS store to the /var/lib/nova/instances/
 directory?

 Thanks!
 Jake

 ___
 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 one user in multiple tenants?

2013-07-18 Thread Peter Cheung
I understand now, the tenant is keystone user-get is the default tenant ID. 
User can have many roles in different tenant.But we don't have a command to 
list out all roles among all tenant for a specific user.
take a look this screen:http://peter.kingofcoders.com/?p=779


Date: Thu, 18 Jul 2013 00:15:52 -0400
From: ayo...@redhat.com
To: openstack@lists.launchpad.net
Subject: Re: [Openstack] can one user in multiple tenants?


  

  
  
On 07/18/2013 12:12 AM, Peter Cheung
  wrote:



  
  Hi all
   1) can one user in multiple tenants? I think yes, but
  when i keystone user-get, i can see only one tenant field. 


  

User has a role assignemnt.  The default role is Member, and they
can have this role in multiple tenants.  You are seeing the default
tenant field.




  
   2) how can i assign another tenant to a specific user?
  which command can do that?
  

keystone user-role-add 




  


  

  Thanks
  from Peter

  
  

  
  

  ___
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] [Nova] Configure NFS storage for instances?

2013-07-18 Thread Jake G.
Thats fine. 

Do I have to modify any config files?



 From: laserjetyang laserjety...@gmail.com
To: Jake G. dj_dark_jungl...@yahoo.com 
Cc: openstack@lists.launchpad.net openstack@lists.launchpad.net 
Sent: Thursday, July 18, 2013 5:02 PM
Subject: Re: [Openstack] [Nova] Configure NFS storage for instances?
 


yes, so NFS won't achieve good performance




On Thu, Jul 18, 2013 at 3:01 PM, Jake G. dj_dark_jungl...@yahoo.com wrote:

Hi All,


Wondering how to setup Nova to storage all instances on a NFS server? 
Is it as easy as mounting the NFS store to the /var/lib/nova/instances/ 
directory?


Thanks!Jake
___
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] How to create image for first instance (CentOS 6.4)

2013-07-18 Thread Jake G.
Hi All,

I figured this would be the easiest part, but seems not to be.

So creating an instance and booting from a CentOS installation disk doesn't 
work the way I imagined, 
How would you create the image template to use to deploy instances of CentOS 
6.4? The specs are below:

OS: CentOS 6.4 x8664
RAM: 1024MB
HDD: 40GB
NIC: 1


Thank you!
Jake___
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] [Nova] Configure NFS storage for instances?

2013-07-18 Thread Jake G.
Thanks!I saw that link but its for live migration not setting up NFS storage for nova.I just simply mounted my NFS store to /var/lib/nova/instances and that worked.From: Razique Mahroua razique.mahr...@gmail.com To: Jake G. dj_dark_jungl...@yahoo.com Cc: laserjetyang laserjety...@gmail.com; "openstack@lists.launchpad.net" openstack@lists.launchpad.net  Sent: Thursday, July 18, 2013 6:35 PM Subject: Re: [Openstack] [Nova] Configure NFS storage for instances?   There we are :)http://docs.openstack.org/trunk/openstack-compute/admin/content/configuring-live-migrations.html
Razique Mahroua-Nuage  Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15

Le 18 juil. 2013 à 10:13, Jake G. dj_dark_jungl...@yahoo.com a écrit :Thats fine.Do I have to modify any config files?From: laserjetyang laserjety...@gmail.com To: Jake G.
 dj_dark_jungl...@yahoo.com Cc: "openstack@lists.launchpad.net" openstack@lists.launchpad.net  Sent: Thursday, July 18, 2013 5:02 PM Subject: Re: [Openstack] [Nova] Configure NFS storage for instances?   yes, so NFS won't achieve good performanceOn Thu, Jul 18, 2013 at 3:01 PM, Jake G. dj_dark_jungl...@yahoo.com wrote:
Hi All,
Wondering how to setup Nova to storage all instances on a NFS server?Is it as easy as mounting the NFS store to the /var/lib/nova/instances/ directory?

Thanks!Jake
___
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/~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


Re: [Openstack] Memory meters from ceilometer

2013-07-18 Thread Eoghan Glynn

Hey Jobin,

Thanks for your perceptive question.

The reason is that the conduits for gathering CPU metering and memory
metering are quite different in ceilometer currently:

* cpu/cpu_util are derived by polling the libvirt daemon

* memory is derived from the compute.instance.exists notification
  sent by nova

(This is the pollster versus notification-handler dichotomy you'll
 see throughout ceilometer).

The reason you're not seeing the memory meter being collected is
probably because you don't have instance usage auditing enabled in
your nova config (see the Configure nova section in [1]).

However, be warned that this meter is probably not the memory
utilization statistic that you're expecting. Rather it's likely to
be a static value reflecting the quantum of memory allocated by the
hypervisor to the instance (as opposed to the sort of number you'd
see when running free -m on the instance).

I'm looking into adding support for more useful memory utilization
metering (that could for example drive autoscaling logic), but this
will require usage of an upcoming release of libvirt.

Cheers,
Eoghan

[1] http://docs.openstack.org/developer/ceilometer/install/manual.html



 Hey!
 
 
 
 
 
 I am running openstack on an Ubuntu 12.04 desktop 64-bit virtual machine. I
 am trying to use ceilometer to get the CPU and memory utilization from my
 compute node on a KVM host which has a few VM's running on it.
 
 However, this is the list of meters I get from ceilometer:
 
 cpu, cpu_util, disk.read.bytes, disk.write.bytes, disk.read.requests,
 disk.write.requests, image, image.size, image.download, instance,
 instance:m1.small, network.incoming.bytes, network.outgoing.bytes,
 network.incoming.packets, network.outgoing.packets
 
 
 
 
 
 Why am I not getting memory usage meters? I don't see the logs to have any
 interpretation of this. Here is my ceilometer config file .
 
 --
 
 
 
 
 
 
 
 
 
 
 
 
 Thanks and regards,
 
 Jobin Raju George
 
 Third Year, Information Technology
 
 College of Engineering Pune
 
 Alternate e-mail: georgejr10...@coep.ac.in
 
 
 
 
 
 
 
 
 
 
 
 ___
 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] Improved browser-based access to Swift

2013-07-18 Thread Koert van der Veer
We've been offering public object store services for roughly half a year
now. In the past few months, we received a wide range of responses from our
customers. Tech-savvy customers are very happy with this offering, and
quite a few are busy migrating their existing storage solutions to our
object store.

However, we find that several customers, especially those coming from
shared hosting solutions, struggle to grasp the abstract ideas behind
object storage. They struggle with two things: authentication against
keystone, which they consider too complicated, and having a user interface
that is totally distinct from the actual object store.

To help these users, we've developed two middleware projects:
swift_basicauth and better_staticweb. swift_basicauth allows web browsers
and general purpose HTTP clients to access object stores, without having to
contact keystone. The middleware interprets the authentication, and then
fetches a token based on that authentication. With that token, the rest of
the request is processed. This enables a wide range of HTTP clients to
access the object store. While the primary aim was unlocking the
objectstore for web-browsers, we quickly discovered the convenience of
using it with curl: curl --user uid:pwd -X PUT 
https://static.example.net/the_file; -T the_file.

The second middleware we developed was named better_staticweb (sorry for
the pretentious name). It is similar to static-web, in fact is is mostly
compatible. However, web-listings is enabled by default, even for
authenticated access (useful in combination with basic auth). It enables
the user to visualize his object store as a less-abstract concept.
Better_staticweb looks at the http Accept header to determine whether or
not to respond with a listing. It still listens to the same meta-headers,
but it assumes different defaults. We've gone through quite a bit of
testing to guarantee that it doesn't interfere with regular API usage.

Both middleware projects are released under the Apache 2.0 licence, and can
be found on our github page:
https://github.com/CloudVPS/better-staticweb
https://github.com/CloudVPS/swift-basicauth

--

Koert van der Veer - Senior Developer @ CloudVPS
CloudVPS - High Availability Cloud Solutions
w: http://www.cloudvps.com/
m: ko...@cloudvps.com
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Keystone client auth plugins

2013-07-18 Thread Adam Young

On 07/18/2013 12:33 AM, Alessio Ababilov wrote:


Hi, Chmouel!

I have seen your commit https://review.openstack.org/#/c/36427/2 
introducing auth plugins to keystone client.


I have developed a common API client library that already has auth 
plugin mechanism found in novaclient. The library can be used in 
keystone, nova, and glance clients, and now it is accepted to marconi 
client ( 
https://github.com/stackforge/python-marconiclient/tree/master/marconiclient/common/apiclient).


The library has several important features:

* reissue authentication request for expired tokens;
* pluggable authentication;
* rich exceptions hierarchy;
* utils for building CLI tools;
* share one token between sessions to different servers (nova, glance, 
keystone, etc)


The library is ready to use in keystone client.

Could you take a look on it, please?

Alessio Ababilov
Senior Software Engineer
Grid Dynamics



___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp
Would it be possible to move that code to Keystone Client?  We'd love to 
use it, but the Keystone team is working on Auth, and to have the auth 
mechanisms spit out of our project will put a real burden on getting 
things working and fixed.
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] How to create image for first instance (CentOS 6.4)

2013-07-18 Thread Brian Schott
Did this work for you?

http://docs.openstack.org/trunk/openstack-image/content/centos-image.html

-
Brian Schott, CTO
Nimbis Services, Inc.
brian.sch...@nimbisservices.com
ph: 443-274-6064  fx: 443-274-6060



On Jul 18, 2013, at 5:28 AM, Jake G. dj_dark_jungl...@yahoo.com wrote:

 Hi All,
 
 I figured this would be the easiest part, but seems not to be.
 
 So creating an instance and booting from a CentOS installation disk doesn't 
 work the way I imagined, 
 How would you create the image template to use to deploy instances of CentOS 
 6.4? The specs are below:
 
 OS: CentOS 6.4 x8664
 RAM: 1024MB
 HDD: 40GB
 NIC: 1
 
 
 Thank you!
 Jake
 ___
 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] tenant Id and user ID

2013-07-18 Thread Nirlay Kundu
I am a similar question. I am trying to create an image using RDO. When I do 
this, it is asking for username
glance image-create --name Fedora 19 x86_64 --disk-format qcow2 
--container-format bare --is-public true --copy-from 
http://cloud.fedoraproject.org/fedora-19.x86_64.qcow2
You must provide a username via either --os-username or env[OS_USERNAME]
Then it is asking for tenant ID, OS_AUTH_URL.
ThanksNirlayFrom: mcheun...@hotmail.com
To: openstack@lists.launchpad.net
Date: Thu, 18 Jul 2013 11:50:26 +0800
Subject: [Openstack] tenant Id and user ID




hi all   when i keystone user-role-list, why i need to pass tenantId and 
userId to horizon to get the user role list? Suppose the command will list out 
all roles for all users.
192.168.100.170.47363-192.168.100.170.35357: GET 
/v2.0/tenants/b721f5b1f7cd43dd83ee573f6d4e6c74/users/9a1f8c114e2f44f8a5e4889997f2cac1/roles
 HTTP/1.1

Thanksfrom Peter  

___
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] Improved browser-based access to Swift

2013-07-18 Thread John Dickinson
Those both sound pretty cool.

If you submit a patch (via gerrit) to the 
https://github.com/openstack/swift/blob/master/doc/source/associated_projects.rst
 document, then you can have these projects listed on 
http://docs.openstack.org/developer/swift/associated_projects.html

--John



On Jul 18, 2013, at 5:20 AM, Koert van der Veer ko...@cloudvps.com wrote:

 We've been offering public object store services for roughly half a year now. 
 In the past few months, we received a wide range of responses from our 
 customers. Tech-savvy customers are very happy with this offering, and quite 
 a few are busy migrating their existing storage solutions to our object 
 store. 
 
 However, we find that several customers, especially those coming from shared 
 hosting solutions, struggle to grasp the abstract ideas behind object 
 storage. They struggle with two things: authentication against keystone, 
 which they consider too complicated, and having a user interface that is 
 totally distinct from the actual object store.
 
 To help these users, we've developed two middleware projects: swift_basicauth 
 and better_staticweb. swift_basicauth allows web browsers and general purpose 
 HTTP clients to access object stores, without having to contact keystone. The 
 middleware interprets the authentication, and then fetches a token based on 
 that authentication. With that token, the rest of the request is processed. 
 This enables a wide range of HTTP clients to access the object store. While 
 the primary aim was unlocking the objectstore for web-browsers, we quickly 
 discovered the convenience of using it with curl: curl --user uid:pwd -X PUT 
 https://static.example.net/the_file; -T the_file.
 
 The second middleware we developed was named better_staticweb (sorry for the 
 pretentious name). It is similar to static-web, in fact is is mostly 
 compatible. However, web-listings is enabled by default, even for 
 authenticated access (useful in combination with basic auth). It enables the 
 user to visualize his object store as a less-abstract concept. 
 Better_staticweb looks at the http Accept header to determine whether or not 
 to respond with a listing. It still listens to the same meta-headers, but it 
 assumes different defaults. We've gone through quite a bit of testing to 
 guarantee that it doesn't interfere with regular API usage.
 
 Both middleware projects are released under the Apache 2.0 licence, and can 
 be found on our github page:
 https://github.com/CloudVPS/better-staticweb
 https://github.com/CloudVPS/swift-basicauth
 
 --
 
 Koert van der Veer - Senior Developer @ CloudVPS
 CloudVPS - High Availability Cloud Solutions
 w: http://www.cloudvps.com/
 m: ko...@cloudvps.com
 
 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp



smime.p7s
Description: S/MIME cryptographic signature
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] Grizzly requirements

2013-07-18 Thread comiqadze

Hi, all.

After a month of messing around with Grizzly installation, I came to the 
beginning - requirements.
I have Ubuntu 12.04 LTS, 64 bit, on my three machines, each with 4 gb ram, one 
250 gb hard drive, one NIC.
Since I don't have another physical NIC, I added the virtual one, so that I 
have eth0 (for private management network, native), eth0:1 (for external public 
network, virtual) on my controller node. For data network it's eth0:2.
I can ping, make ssh connection with these virtual NICs, everything is the 
same, except that they are virtual.

With the disk I haven't done anything, I haven't created a partition for 
volumes, because it will erase everything on my disk.
So I just followed the steps here:

dd if=/dev/zero of=cinder-volumes bs=1 count=0 seek=2G
losetup /dev/loop2 cinder-volumes
fdisk /dev/loop2
#Type in the followings:
n
p
1
ENTER
ENTER
t
8e
w

pvcreate /dev/loop2
vgcreate cinder-volumes /dev/loop2

As I understood it created a virtual new partition but with only 1 gb, I guess, 
because when I type command vgdisplay I see:
  --- Volume group ---
  VG Name   cinder-volumes
  System ID 
  Formatlvm2
  Metadata Areas1
  Metadata Sequence No  6
  VG Access read/write
  VG Status resizable
  MAX LV0
  Cur LV1
  Open LV   1
  Max PV0
  Cur PV1
  Act PV1
  VG Size   2.00 GiB
  PE Size   4.00 MiB
  Total PE  511
  Alloc PE / Size   256 / 1.00 GiB
  Free  PE / Size   255 / 1020.00 MiB
  VG UUID   NInOD3-R3Iv-VjE6-Jk24-av3u-FlZd-7k9Gmw

Maybe I can resize it somehow, using a free space on my disk? And what about 
NICs? It's not how the network configuration should be?
And the last: do these two issues affect on the instance creation? It's always 
in ERROR state.

Thank you.

___
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] tenant Id and user ID

2013-07-18 Thread Peter Cheung
hi, you need 4 variables
export OS_USERNAME=adminexport OS_PASSWORD=123456export 
OS_TENANT_NAME=adminexport OS_AUTH_URL=http://localhost:5000/v2.0/
Thanksfrom Peter

From: nir...@hotmail.com
To: mcheun...@hotmail.com; openstack@lists.launchpad.net
Subject: RE: [Openstack] tenant Id and user ID
Date: Thu, 18 Jul 2013 09:20:59 -0400




I am a similar question. I am trying to create an image using RDO. When I do 
this, it is asking for username
glance image-create --name Fedora 19 x86_64 --disk-format qcow2 
--container-format bare --is-public true --copy-from 
http://cloud.fedoraproject.org/fedora-19.x86_64.qcow2
You must provide a username via either --os-username or env[OS_USERNAME]
Then it is asking for tenant ID, OS_AUTH_URL.
ThanksNirlayFrom: mcheun...@hotmail.com
To: openstack@lists.launchpad.net
Date: Thu, 18 Jul 2013 11:50:26 +0800
Subject: [Openstack] tenant Id and user ID




hi all   when i keystone user-role-list, why i need to pass tenantId and 
userId to horizon to get the user role list? Suppose the command will list out 
all roles for all users.
192.168.100.170.47363-192.168.100.170.35357: GET 
/v2.0/tenants/b721f5b1f7cd43dd83ee573f6d4e6c74/users/9a1f8c114e2f44f8a5e4889997f2cac1/roles
 HTTP/1.1

Thanksfrom Peter  

___
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 to create image for first instance (CentOS 6.4)

2013-07-18 Thread Jake G.
I saw that but I don't have virt-manager on my compute node. 

Is it ok to install it?

On 2013/07/18, at 22:19, Brian Schott brian.sch...@nimbisservices.com wrote:

 Did this work for you?
 
 http://docs.openstack.org/trunk/openstack-image/content/centos-image.html
 
 -
 Brian Schott, CTO
 Nimbis Services, Inc.
 brian.sch...@nimbisservices.com
 ph: 443-274-6064  fx: 443-274-6060
 
 
 
 On Jul 18, 2013, at 5:28 AM, Jake G. dj_dark_jungl...@yahoo.com wrote:
 
 Hi All,
 
 I figured this would be the easiest part, but seems not to be.
 
 So creating an instance and booting from a CentOS installation disk doesn't 
 work the way I imagined, 
 How would you create the image template to use to deploy instances of CentOS 
 6.4? The specs are below:
 
 OS: CentOS 6.4 x8664
 RAM: 1024MB
 HDD: 40GB
 NIC: 1
 
 
 Thank you!
 Jake
 ___
 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] Memory meters from ceilometer

2013-07-18 Thread Jobin Raju George
Thanks a lot Eoghan for your detailed response. I have enabled instance
usage auditing in my nova.conf http://pastebin.ubuntu.com/5887592/. Is
there anyway I could get these meters(memory and disk utilization) for VM's
provisioned using OpenStack?

Thanks for your efforts.


On Thu, Jul 18, 2013 at 4:57 PM, Eoghan Glynn egl...@redhat.com wrote:


 Hey Jobin,

 Thanks for your perceptive question.

 The reason is that the conduits for gathering CPU metering and memory
 metering are quite different in ceilometer currently:

 * cpu/cpu_util are derived by polling the libvirt daemon

 * memory is derived from the compute.instance.exists notification
   sent by nova

 (This is the pollster versus notification-handler dichotomy you'll
  see throughout ceilometer).

 The reason you're not seeing the memory meter being collected is
 probably because you don't have instance usage auditing enabled in
 your nova config (see the Configure nova section in [1]).

 However, be warned that this meter is probably not the memory
 utilization statistic that you're expecting. Rather it's likely to
 be a static value reflecting the quantum of memory allocated by the
 hypervisor to the instance (as opposed to the sort of number you'd
 see when running free -m on the instance).

 I'm looking into adding support for more useful memory utilization
 metering (that could for example drive autoscaling logic), but this
 will require usage of an upcoming release of libvirt.

 Cheers,
 Eoghan

 [1] http://docs.openstack.org/developer/ceilometer/install/manual.html



  Hey!
 
 
 
 
 
  I am running openstack on an Ubuntu 12.04 desktop 64-bit virtual
 machine. I
  am trying to use ceilometer to get the CPU and memory utilization from my
  compute node on a KVM host which has a few VM's running on it.
 
  However, this is the list of meters I get from ceilometer:
 
  cpu, cpu_util, disk.read.bytes, disk.write.bytes, disk.read.requests,
  disk.write.requests, image, image.size, image.download, instance,
  instance:m1.small, network.incoming.bytes, network.outgoing.bytes,
  network.incoming.packets, network.outgoing.packets
 
 
 
 
 
  Why am I not getting memory usage meters? I don't see the logs to have
 any
  interpretation of this. Here is my ceilometer config file .
 
  --
 
 
 
 
 
 
 
 
 
 
 
 
  Thanks and regards,
 
  Jobin Raju George
 
  Third Year, Information Technology
 
  College of Engineering Pune
 
  Alternate e-mail: georgejr10...@coep.ac.in
 
 
 
 
 
 
 
 
 
 
 
  ___
  Mailing list: https://launchpad.net/~openstack
  Post to : openstack@lists.launchpad.net
  Unsubscribe : https://launchpad.net/~openstack
  More help   : https://help.launchpad.net/ListHelp
 




-- 

Thanks and regards,

Jobin Raju George

Third Year, Information Technology

College of Engineering Pune

Alternate e-mail: georgejr10...@coep.ac.in
___
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] Improved browser-based access to Swift

2013-07-18 Thread Chmouel Boudjnah
On Thu, Jul 18, 2013 at 2:20 PM, Koert van der Veer ko...@cloudvps.com wrote:
 Both middleware projects are released under the Apache 2.0 licence, and can
 be found on our github page:
 https://github.com/CloudVPS/better-staticweb
 https://github.com/CloudVPS/swift-basicauth

Nice! You probably want to use the swift.authorize mechanism instead
of doing authorization in __call__ eg :

https://github.com/openstack/swift/blob/master/swift/common/middleware/keystoneauth.py#L106


see http://docs.openstack.org/developer/swift/development_auth.html :

Authorization is performed through callbacks by the Swift Proxy server
to the WSGI environment’s swift.authorize value, if one is set. The
swift.authorize value should simply be a function that takes a Request
as an argument and returns None if access is granted or returns a
callable(environ, start_response) if access is denied. This callable
is a standard WSGI callable. Generally, you should return 403
Forbidden for requests by an authenticated user and 401 Unauthorized
for an unauthenticated request. For example, here’s an authorize
function that only allows GETs (in this case you’d probably return 405
Method Not Allowed, but ignore that for the moment).:

Chmouel.
Chmouel.

___
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] Memory meters from ceilometer

2013-07-18 Thread Eoghan Glynn

Hi Jobin,

The memory utilization metering will require a new release of libvirt
which will not be available for another few weeks. After that, it will
depend on there being developer bandwidth available to put the ceilometer
support in place for a new meter type.

We have no current plans that I'm aware of to implement metering of disk
utilization (in the sense of available diskspace, equivalent to that 
reported by say running the df command on the instance). But I could see
it being a useful thing.

The information is certainly available via the libvirt domain blockInfo,
though there may be some wrinkles around multiple block devices versus
volumes attached.

In any case, please submit[1] a bug with a request for enhancement.

Cheers,
Eoghan

[1] https://bugs.launchpad.net/ceilometer/+filebug

- Original Message -
 Thanks a lot Eoghan for your detailed response. I have enabled instance
 usage auditing in my nova.conf http://pastebin.ubuntu.com/5887592/. Is
 there anyway I could get these meters(memory and disk utilization) for VM's
 provisioned using OpenStack?
 
 Thanks for your efforts.
 
 
 On Thu, Jul 18, 2013 at 4:57 PM, Eoghan Glynn egl...@redhat.com wrote:
 
 
  Hey Jobin,
 
  Thanks for your perceptive question.
 
  The reason is that the conduits for gathering CPU metering and memory
  metering are quite different in ceilometer currently:
 
  * cpu/cpu_util are derived by polling the libvirt daemon
 
  * memory is derived from the compute.instance.exists notification
sent by nova
 
  (This is the pollster versus notification-handler dichotomy you'll
   see throughout ceilometer).
 
  The reason you're not seeing the memory meter being collected is
  probably because you don't have instance usage auditing enabled in
  your nova config (see the Configure nova section in [1]).
 
  However, be warned that this meter is probably not the memory
  utilization statistic that you're expecting. Rather it's likely to
  be a static value reflecting the quantum of memory allocated by the
  hypervisor to the instance (as opposed to the sort of number you'd
  see when running free -m on the instance).
 
  I'm looking into adding support for more useful memory utilization
  metering (that could for example drive autoscaling logic), but this
  will require usage of an upcoming release of libvirt.
 
  Cheers,
  Eoghan
 
  [1] http://docs.openstack.org/developer/ceilometer/install/manual.html
 
 
 
   Hey!
  
  
  
  
  
   I am running openstack on an Ubuntu 12.04 desktop 64-bit virtual
  machine. I
   am trying to use ceilometer to get the CPU and memory utilization from my
   compute node on a KVM host which has a few VM's running on it.
  
   However, this is the list of meters I get from ceilometer:
  
   cpu, cpu_util, disk.read.bytes, disk.write.bytes, disk.read.requests,
   disk.write.requests, image, image.size, image.download, instance,
   instance:m1.small, network.incoming.bytes, network.outgoing.bytes,
   network.incoming.packets, network.outgoing.packets
  
  
  
  
  
   Why am I not getting memory usage meters? I don't see the logs to have
  any
   interpretation of this. Here is my ceilometer config file .
  
   --
  
  
  
  
  
  
  
  
  
  
  
  
   Thanks and regards,
  
   Jobin Raju George
  
   Third Year, Information Technology
  
   College of Engineering Pune
  
   Alternate e-mail: georgejr10...@coep.ac.in
  
  
  
  
  
  
  
  
  
  
  
   ___
   Mailing list: https://launchpad.net/~openstack
   Post to : openstack@lists.launchpad.net
   Unsubscribe : https://launchpad.net/~openstack
   More help   : https://help.launchpad.net/ListHelp
  
 
 
 
 
 --
 
 Thanks and regards,
 
 Jobin Raju George
 
 Third Year, Information Technology
 
 College of Engineering Pune
 
 Alternate e-mail: georgejr10...@coep.ac.in
 


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


Re: [Openstack] How to create image for first instance (CentOS 6.4)

2013-07-18 Thread Staicu Gabriel
Yes it's ok.
Or you can use another computer with virt-manager installed which supports 
running windows virtual machines on it. In other words another computer with 
cpu with virtualization feature + kvm + virt-manager.
If you use the option with another computer you will have to copy the resulted 
qcow2 file resulted from the installation of win7 with virtio drivers for net 
and disk from the computer with virt-manager to the glance server.


Regards,
Gabriel




 From: Jake G. dj_dark_jungl...@yahoo.com
To: Brian Schott brian.sch...@nimbisservices.com 
Cc: openstack@lists.launchpad.net openstack@lists.launchpad.net 
Sent: Thursday, July 18, 2013 4:54 PM
Subject: Re: [Openstack] How to create image for first instance (CentOS 6.4)
 


I saw that but I don't have virt-manager on my compute node. 

Is it ok to install it?

On 2013/07/18, at 22:19, Brian Schott brian.sch...@nimbisservices.com wrote:


Did this work for you?

http://docs.openstack.org/trunk/openstack-image/content/centos-image.html


-
Brian Schott, CTO
Nimbis Services, Inc.
brian.sch...@nimbisservices.com
ph: 443-274-6064  fx: 443-274-6060




On Jul 18, 2013, at 5:28 AM, Jake G. dj_dark_jungl...@yahoo.com wrote:

Hi All,


I figured this would be the easiest part, but seems not to be.


So creating an instance and booting from a CentOS installation disk doesn't 
work the way I imagined, 
How would you create the image template to use to deploy instances of CentOS 
6.4? The specs are below:


OS: CentOS 6.4 x8664
RAM: 1024MB
HDD: 40GB
NIC: 1




Thank you!
Jake___
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 one user in multiple tenants?

2013-07-18 Thread Adam Young
The CLI keystone user-role-list should be returning that, so long as you
don't filter by tenant.

From an API perspective, you would call

/users/{user_id}/roles

http://docs.openstack.org/developer/keystone/api_curl_examples.html#get-users-user-id-roles


On 07/18/2013 04:04 AM, Peter Cheung wrote:
 I understand now, the tenant is keystone user-get is the default
 tenant ID. User can have many roles in different tenant.
 But we don't have a command to list out all roles among all tenant for
 a specific user.

 take a look this screen:
 http://peter.kingofcoders.com/?p=779



 
 Date: Thu, 18 Jul 2013 00:15:52 -0400
 From: ayo...@redhat.com
 To: openstack@lists.launchpad.net
 Subject: Re: [Openstack] can one user in multiple tenants?

 On 07/18/2013 12:12 AM, Peter Cheung wrote:

 Hi all
 1) can one user in multiple tenants? I think yes, but when i
 keystone user-get, i can see only one tenant field.

 User has a role assignemnt. The default role is Member, and they can
 have this role in multiple tenants. You are seeing the default tenant
 field.

 2) how can i assign another tenant to a specific user? which
 command can do that?

 keystone user-role-add



 Thanks
 from Peter


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



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

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


[Openstack] 回覆: can one user in multiple tenants?

2013-07-18 Thread mcheung63
thanks Adam
Peter.

 原有訊息 
由: Adam Young ayo...@redhat.com
日期: 2013-07-18  23:50  (GMT+08:00)
至: Peter Cheung mcheun...@hotmail.com
抄送: openstack@lists.launchpad.net
主題: Re: [Openstack] can one user in multiple tenants?

The CLI keystone user-role-list should be returning that, so long as you
don't filter by tenant.

From an API perspective, you would call

/users/{user_id}/roles

http://docs.openstack.org/developer/keystone/api_curl_examples.html#get-users-user-id-roles


On 07/18/2013 04:04 AM, Peter Cheung wrote:
 I understand now, the tenant is keystone user-get is the default
 tenant ID. User can have many roles in different tenant.
 But we don't have a command to list out all roles among all tenant for
 a specific user.

 take a look this screen:
 http://peter.kingofcoders.com/?p=779



 
 Date: Thu, 18 Jul 2013 00:15:52 -0400
 From: ayo...@redhat.com
 To: openstack@lists.launchpad.net
 Subject: Re: [Openstack] can one user in multiple tenants?

 On 07/18/2013 12:12 AM, Peter Cheung wrote:

 Hi all
 1) can one user in multiple tenants? I think yes, but when i
 keystone user-get, i can see only one tenant field.

 User has a role assignemnt. The default role is Member, and they can
 have this role in multiple tenants. You are seeing the default tenant
 field.

 2) how can i assign another tenant to a specific user? which
 command can do that?

 keystone user-role-add



 Thanks
 from Peter


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



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

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


Re: [Openstack] [cinder] Proposal for Ollie Leahy to join cinder-core

2013-07-18 Thread thingee
On Wed, Jul 17, 2013 at 8:09 AM, Duncan Thomas duncan.tho...@gmail.comwrote:

 Hi Everybody

 I'd like to propose Ollie Leahy for cinder core. He has been doing
 plenty of reviews and bug fixes, provided useful and tasteful negative
 reviews (something often of far higher value than a +1) and has joined
 in various design discussions.


I do find Ollie's reviews insightful, but given the current review stats
[0], I'd like to see that more near average with the rest of core.

Besides numbers in reviews I'm mostly looking at bug triaging/fixes and
involvement in the ML and IRC with Cinder.

With that in mind, given the discussions that have been going on and the
direction [1], I'm going to have to give a -1.

I absolutely welcome Ollie to self nominate or be nominated by myself if
that improves after 30 days. [2]

Thanks,
Mike Perez

[0] - http://russellbryant.net/openstack-stats/cinder-reviewers-30.txt
[1] -
http://lists.openstack.org/pipermail/openstack-dev/2013-July/012079.html
[2] - https://wiki.openstack.org/wiki/Governance/Approved/CoreDevProcess
___
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] [cinder] Proposal for Ollie Leahy to join cinder-core

2013-07-18 Thread John Griffith
On Thu, Jul 18, 2013 at 10:30 AM, thingee thin...@gmail.com wrote:

 On Wed, Jul 17, 2013 at 8:09 AM, Duncan Thomas duncan.tho...@gmail.comwrote:

 Hi Everybody

 I'd like to propose Ollie Leahy for cinder core. He has been doing
 plenty of reviews and bug fixes, provided useful and tasteful negative
 reviews (something often of far higher value than a +1) and has joined
 in various design discussions.


 I do find Ollie's reviews insightful, but given the current review stats
 [0], I'd like to see that more near average with the rest of core.

 Besides numbers in reviews I'm mostly looking at bug triaging/fixes and
 involvement in the ML and IRC with Cinder.

 With that in mind, given the discussions that have been going on and the
 direction [1], I'm going to have to give a -1.

 I absolutely welcome Ollie to self nominate or be nominated by myself if
 that improves after 30 days. [2]

 Thanks,
 Mike Perez

 [0] - http://russellbryant.net/openstack-stats/cinder-reviewers-30.txt
 [1] -
 http://lists.openstack.org/pipermail/openstack-dev/2013-July/012079.html
 [2] - https://wiki.openstack.org/wiki/Governance/Approved/CoreDevProcess

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

 While I think Ollie provides fantastic detailed reviews (and he's a cool
dude), I'd like to see more of them as well. So for now I'm going to have
to vote with a -1.

As Cinder grows I think we need to be taking a closer look at the review
activity by ALL of the core team members.

John
___
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] [Savanna] Savanna 0.2 is released!

2013-07-18 Thread Sergey Lukjanov
JFYI Savanna Dashboard is already available at PYPI as savanna-dashboard.

Big thanks for OpenStack Infra guys for help!

Sincerely yours,
Sergey Lukjanov
Savanna Technical Lead
Mirantis Inc.

On Jul 16, 2013, at 2:14, Sergey Lukjanov slukja...@mirantis.com wrote:

 Hello everyone,
 
 I'm very happy to announce the immediate release of Savanna 0.2. This release 
 contains 3 components: Savanna core, plugin for OpenStack Dashboard and 
 diskimage-builder elements.
 
 Release Notes (https://wiki.openstack.org/wiki/Savanna/ReleaseNotes/0.2): 
 
 * Plugin Provisioning Mechanism implemented
 * Vanilla Hadoop plugin implemented with the following features supported:
* creation of Hadoop clusters with different topologies
* scaling: resizing existing node groups and adding new ones
* support of Swift as input and output for Hadoop jobs
 * diskimage-builder elements for automation of Hadoop images creation
 * Cinder supported as block storage provider
 * Anti-affinity supported for Hadoop processes
 * OpenStack Dashboard plugin which supports almost all the operations exposed 
 through Savanna REST API (screencast will be available soon)
 * Integration tests for Vanilla plugin
 
 Savanna wiki: https://wiki.openstack.org/wiki/Savanna
 Launchpad project: https://launchpad.net/savanna
 Savanna docs: https://savanna.readthedocs.org/en/latest/index.html 
 (quickstart and installation, user and dev guides)
 
 Enjoy!
 
 P.S. Savanna Dashboard isn't available yet, but will be very soon.
 
 Sincerely yours,
 Sergey Lukjanov
 Savanna Technical Lead
 Mirantis Inc.
 


___
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] Havana-2 development milestone available

2013-07-18 Thread Thierry Carrez
Hi everyone,

The second milestone of the Havana development cycle, havana-2 is now
available for Keystone, Glance, Nova, Horizon, Neutron, Cinder,
Ceilometer, and Heat. In the last 7 weeks, more than 100 features were
added and more than 650 bugs fixed.

You can see the full list of new features and fixed bugs, as well as
tarball downloads, at:

https://launchpad.net/keystone/havana/havana-2
https://launchpad.net/glance/havana/havana-2
https://launchpad.net/nova/havana/havana-2
https://launchpad.net/horizon/havana/havana-2
https://launchpad.net/neutron/havana/havana-2
https://launchpad.net/cinder/havana/havana-2
https://launchpad.net/ceilometer/havana/havana-2
https://launchpad.net/heat/havana/havana-2

The next (and last) development milestone of the Havana cycle, havana-3,
is scheduled for September 6th (final release is planned October 17th).

Regards,

-- 
Thierry Carrez (ttx)
Release Manager, OpenStack

___
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] Grizzly Bear

2013-07-18 Thread comiqadze

Hi, all.

Will the system work, if I have virtual network interface card instead of the 
physical for controller, network and compute nodes on Openstack Grizzly?

So on Controller node in interfaces file I have:
# Management Network
auto eth0
iface eth0 inet static
address 192.168.0.1
netmask 255.255.255.0

# API + Public Network
auto eth0:1
iface eth0:1 inet static
address x.x.x.70
netmask 255.255.255.0
gateway x.x.x.1
dns-nameservers x.x.x.105

Thank you.

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

___
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] Havana-2 development milestone available

2013-07-18 Thread Michael Basnight
On Jul 18, 2013, at 12:05 PM, Thierry Carrez wrote:

 Hi everyone,
 
 The second milestone of the Havana development cycle, havana-2 is now
 available for Keystone, Glance, Nova, Horizon, Neutron, Cinder,
 Ceilometer, and Heat. In the last 7 weeks, more than 100 features were
 added and more than 650 bugs fixed.
 
 You can see the full list of new features and fixed bugs, as well as
 tarball downloads, at:
 
 https://launchpad.net/keystone/havana/havana-2
 https://launchpad.net/glance/havana/havana-2
 https://launchpad.net/nova/havana/havana-2
 https://launchpad.net/horizon/havana/havana-2
 https://launchpad.net/neutron/havana/havana-2
 https://launchpad.net/cinder/havana/havana-2
 https://launchpad.net/ceilometer/havana/havana-2
 https://launchpad.net/heat/havana/havana-2
 
 The next (and last) development milestone of the Havana cycle, havana-3,
 is scheduled for September 6th (final release is planned October 17th).

And let us not forget our incubated program, Trove, and its milestone!!

https://launchpad.net/trove/havana/havana-2



___
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] glance: Invalid Openstack Identity Credentials

2013-07-18 Thread Matt Davis
Hello all,

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

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

My result:

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

Request returned failure status.
Invalid OpenStack Identity credentials.
=

The glance API log is as follows:

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

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

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

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

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

Thanks for your time!

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


[Openstack] Cinder iscsi

2013-07-18 Thread Remo Mattei
Hello everyone I was reading the code of cinder and I want to check if this is 
correct

1 vm will get a instruction to mount the drive using the iscsi 
2 on the back end I can have any time of drive type net app,emc etc. 
3 once the vm has mount the drive it goes direct 

Thanks 

Remo
___
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] Cinder iscsi

2013-07-18 Thread John Griffith
On Thu, Jul 18, 2013 at 4:55 PM, Remo Mattei r...@mattei.org wrote:

 Hello everyone I was reading the code of cinder and I want to check if
 this is correct

 1 vm will get a instruction to mount the drive using the iscsi


It's actually more like the compute node gets the iSCSI attach, and the
local-dev is passed in to
the instance.

 2 on the back end I can have any time of drive type net app,emc etc.


To a point, yes; assuming the device of interest has a driver integrated in
Cinder.

 3 once the vm has mount the drive it goes direct


See points on note 1.. but yes, I think you're kinda on the right page


 Thanks

 Remo
 ___
 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] [HEAT] orchestration on multiple external Cloud providers

2013-07-18 Thread Steve Baker
On 07/11/2013 10:04 PM, Geoffroy wrote:
 I am trying to use Heat as an provisioning tool on multiple Cloud
 providers, lets say HpCloud and Rackspace. I got local keystone,
 heat-api and heat-engine servers. My scenario is: if i submit a
 template with 2 compute instances, i want them to be distributed on
 each providers.

 It's a little difficult, because heat-engine reuses my local keystone
 to retrieve the endpoint and credentials, which are different for each
 external providers.

 My guess was to use the Environment to store every external
 credentials in the parameters, and precise in the resource_registry a
 binding for every instances:

 parameters:
   HpCloudUserName: foo
   HpCloudPassword: foo
   HpCloudAuthUrl: http://foo.org
   RackspaceUserName: bar
   RackspacePassword: bar
   RackspaceAuthUrl: http://bar.org
 resource_registry:
   resources:
 my_instance_1:
   AWS::EC2::Instance : HpCloud::Nova::Compute
 my_instance_2:
   AWS::EC2::Instance : Rackspace::Compute::Server

 Then, i code some new python plugins, that will handle this 2 new
 type, take the corresponding credentials in the environment, and call
 the novaclient with the correct arguments.


 But my problem is that this solution seems overkill, as i  will have
 to add a new python class for every type i want to use, multiply by
 the number of externals providers. Even if i can factorize the code,
 in the end i just want to customize the credentials and auth endpoint.


 Do you known if there is a better way to achieve this goal, or simply
 if Heat shouldn't be use for this ?.

There are a few interim steps required before we can handle your
scenario of multiple clouds in a single template. The first steps are to
change API middleware behaviour to not assume heat is installed in a
single integrated openstack:
https://blueprints.launchpad.net/heat/+spec/heat-standalone
https://blueprints.launchpad.net/heat/+spec/heat-multicloud

When they are ready, the HOT template concepts of Environments and
Providers should allow you to implement your HpCloud::Nova::Compute and
Rackspace::Compute::Server as nested stacks so you won't need to code
these in python.


___
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] Improved browser-based access to Swift

2013-07-18 Thread Morten Møller Riis
Nice.

Just looked through the code. Would like to add this to our solution but it 
seems to be hardcoded to keystone (we use swauth).

I might look into getting it working with swauth though - would be a nice 
addition.

Thanks for sharing!

Mvh / Best regards
Morten Møller Riis
Gigahost ApS
m...@gigahost.dk




On Jul 18, 2013, at 10:20 PM, Koert van der Veer ko...@cloudvps.com wrote:

 We've been offering public object store services for roughly half a year now. 
 In the past few months, we received a wide range of responses from our 
 customers. Tech-savvy customers are very happy with this offering, and quite 
 a few are busy migrating their existing storage solutions to our object 
 store. 
 
 However, we find that several customers, especially those coming from shared 
 hosting solutions, struggle to grasp the abstract ideas behind object 
 storage. They struggle with two things: authentication against keystone, 
 which they consider too complicated, and having a user interface that is 
 totally distinct from the actual object store.
 
 To help these users, we've developed two middleware projects: swift_basicauth 
 and better_staticweb. swift_basicauth allows web browsers and general purpose 
 HTTP clients to access object stores, without having to contact keystone. The 
 middleware interprets the authentication, and then fetches a token based on 
 that authentication. With that token, the rest of the request is processed. 
 This enables a wide range of HTTP clients to access the object store. While 
 the primary aim was unlocking the objectstore for web-browsers, we quickly 
 discovered the convenience of using it with curl: curl --user uid:pwd -X PUT 
 https://static.example.net/the_file; -T the_file.
 
 The second middleware we developed was named better_staticweb (sorry for the 
 pretentious name). It is similar to static-web, in fact is is mostly 
 compatible. However, web-listings is enabled by default, even for 
 authenticated access (useful in combination with basic auth). It enables the 
 user to visualize his object store as a less-abstract concept. 
 Better_staticweb looks at the http Accept header to determine whether or not 
 to respond with a listing. It still listens to the same meta-headers, but it 
 assumes different defaults. We've gone through quite a bit of testing to 
 guarantee that it doesn't interfere with regular API usage.
 
 Both middleware projects are released under the Apache 2.0 licence, and can 
 be found on our github page:
 https://github.com/CloudVPS/better-staticweb
 https://github.com/CloudVPS/swift-basicauth
 
 --
 
 Koert van der Veer - Senior Developer @ CloudVPS
 CloudVPS - High Availability Cloud Solutions
 w: http://www.cloudvps.com/
 m: ko...@cloudvps.com
 
 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp

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


Re: [Openstack] Memory meters from ceilometer

2013-07-18 Thread Jobin Raju George
Thanks Eoghan for your detailed response regarding the current scenario and
progress related to this project. Had been investigating about this for
while since they had been documented here in the official ceilometer
measurements 
pagehttp://docs.openstack.org/developer/ceilometer/measurements.html.
Thanks for your enlightenment!


On Thu, Jul 18, 2013 at 8:43 PM, Eoghan Glynn egl...@redhat.com wrote:


 Hi Jobin,

 The memory utilization metering will require a new release of libvirt
 which will not be available for another few weeks. After that, it will
 depend on there being developer bandwidth available to put the ceilometer
 support in place for a new meter type.

 We have no current plans that I'm aware of to implement metering of disk
 utilization (in the sense of available diskspace, equivalent to that
 reported by say running the df command on the instance). But I could see
 it being a useful thing.

 The information is certainly available via the libvirt domain blockInfo,
 though there may be some wrinkles around multiple block devices versus
 volumes attached.

 In any case, please submit[1] a bug with a request for enhancement.

 Cheers,
 Eoghan

 [1] https://bugs.launchpad.net/ceilometer/+filebug

 - Original Message -
  Thanks a lot Eoghan for your detailed response. I have enabled instance
  usage auditing in my nova.conf http://pastebin.ubuntu.com/5887592/. Is
  there anyway I could get these meters(memory and disk utilization) for
 VM's
  provisioned using OpenStack?
 
  Thanks for your efforts.
 
 
  On Thu, Jul 18, 2013 at 4:57 PM, Eoghan Glynn egl...@redhat.com wrote:
 
  
   Hey Jobin,
  
   Thanks for your perceptive question.
  
   The reason is that the conduits for gathering CPU metering and memory
   metering are quite different in ceilometer currently:
  
   * cpu/cpu_util are derived by polling the libvirt daemon
  
   * memory is derived from the compute.instance.exists notification
 sent by nova
  
   (This is the pollster versus notification-handler dichotomy you'll
see throughout ceilometer).
  
   The reason you're not seeing the memory meter being collected is
   probably because you don't have instance usage auditing enabled in
   your nova config (see the Configure nova section in [1]).
  
   However, be warned that this meter is probably not the memory
   utilization statistic that you're expecting. Rather it's likely to
   be a static value reflecting the quantum of memory allocated by the
   hypervisor to the instance (as opposed to the sort of number you'd
   see when running free -m on the instance).
  
   I'm looking into adding support for more useful memory utilization
   metering (that could for example drive autoscaling logic), but this
   will require usage of an upcoming release of libvirt.
  
   Cheers,
   Eoghan
  
   [1] http://docs.openstack.org/developer/ceilometer/install/manual.html
  
  
  
Hey!
   
   
   
   
   
I am running openstack on an Ubuntu 12.04 desktop 64-bit virtual
   machine. I
am trying to use ceilometer to get the CPU and memory utilization
 from my
compute node on a KVM host which has a few VM's running on it.
   
However, this is the list of meters I get from ceilometer:
   
cpu, cpu_util, disk.read.bytes, disk.write.bytes, disk.read.requests,
disk.write.requests, image, image.size, image.download, instance,
instance:m1.small, network.incoming.bytes, network.outgoing.bytes,
network.incoming.packets, network.outgoing.packets
   
   
   
   
   
Why am I not getting memory usage meters? I don't see the logs to
 have
   any
interpretation of this. Here is my ceilometer config file .
   
--
   
   
   
   
   
   
   
   
   
   
   
   
Thanks and regards,
   
Jobin Raju George
   
Third Year, Information Technology
   
College of Engineering Pune
   
Alternate e-mail: georgejr10...@coep.ac.in
   
   
   
   
   
   
   
   
   
   
   
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp
   
  
 
 
 
  --
 
  Thanks and regards,
 
  Jobin Raju George
 
  Third Year, Information Technology
 
  College of Engineering Pune
 
  Alternate e-mail: georgejr10...@coep.ac.in
 




-- 

Thanks and regards,

Jobin Raju George

Third Year, Information Technology

College of Engineering Pune

Alternate e-mail: georgejr10...@coep.ac.in
___
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] Cannot Associate floating IP to Instance

2013-07-18 Thread Jake G.
HI All! Jake again,

I am unable to assign a floating ip address to my instance with the error:

Error: External network ed657653-639f-48f2-bbb1-5be2f78fd6d1 is not reachable 
from subnet 2d011f08-0609-4a88-9c25-3d7fc1290d6b. 
Therefore, cannot associate Port f2a0789c-fb70-4448-88b1-2f5f5965fc1f with a 
Floating IP

Network ed65 is my public network 
Subnet 2d01... is my subnet for the public network
Port f2a07... is my port for my public network.

Public network subnet is 192.168.100.0/24 with the gateway 192.168.100.254
Interface for the Public Network Router shows Status= DOWN

I have two NICs on my server:
1. eth0
IP: 10.3.7.24/8
Gateway: 10.0.1.1

2. eth0
IP: 192.168.100.24/24
Gateway: none

Any ideas? I tried entering a gateway for eth0 but no love.___
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] Delete orphaned floating ip

2013-07-18 Thread Jake G.
Hi all,

I have a orphaned floating IP I am unable to delete.

# nova floating-ip-list
+-+-+--++
| Ip              | Instance Id | Fixed Ip | Pool           |
+-+-+--++
| 192.168.100.133 | None        | None     | Public Network |

Is there a way to delete this manually?

Thanks,
Jake
___
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] Delete orphaned floating ip

2013-07-18 Thread laserjetyang
I will do it by entering database


On Fri, Jul 19, 2013 at 1:21 PM, Jake G. dj_dark_jungl...@yahoo.com wrote:

 Hi all,

 I have a orphaned floating IP I am unable to delete.

 # nova floating-ip-list
 +-+-+--++
 | Ip  | Instance Id | Fixed Ip | Pool   |
 +-+-+--++
 | 192.168.100.133 | None| None | Public Network |

 Is there a way to delete this manually?

 Thanks,
 Jake


 ___
 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_nova_trunk #628

2013-07-18 Thread openstack-testing-bot
Title: precise_havana_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/628/Project:precise_havana_nova_trunkDate of build:Thu, 18 Jul 2013 03:01:18 -0400Build duration:6 min 16 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesFix duplicate osapi_hide_server_address_states config optionby zhongyue.naheditnova/api/openstack/compute/contrib/hide_server_addresses.pyConsole Output[...truncated 5211 lines...]dch -a [4fbc164] Remove locals() from compute directorydch -a [d2a4915] Hypervisor uptime fails if service is disableddch -a [09accc6] Port server password extension to v3 API Part 1dch -a [e00245804] Port Simple_tenant_usage API to v3 Part 2dch -a [b505388] Make sure periodic instance reclaims continues on errordch -a [941984e] Make sure periodic cleanup of instances continues on errordch -a [7f57bb8] Sync models.Console* with migrations.dch -a [42bd910] Exeption message of 'live migration' is not appropriatedch -a [b5a3d05] Sync rpc from oslo-incubator.dch -a [ec01030] Update pyparsing to 1.5.7dch -a [b0a2a2d] Avoid redefining host to none in get_instance_nw_info(...)dch -a [12c6416] Clarify the compute API is_volume_backed_instance methoddch -a [1b3f890] Port extended-server-attributes into v3 part1dch -a [37b269d] Revert "fixes nova resize bug when force_config_drive is set."dch -a [b01136e] Port extended status extension to v3 API Part 1dch -a [b0da1ab] Preserve network order when using ConfigDrivedch -a [5e6c081] Add troubleshoot to baremetal PXE template.dch -a [fdafaf3] Port hypervisor API into v3 part1dch -a [5bc4b7a] port Simple_tenant_usage  API into v3 part1dch -a [d925044] Don't deallocate network if destroy time outdch -a [c8fc1c2] Port fping extension to v3 API Part 1dch -a [cf3cf3c] libvirt fix resize/migrates with swap or ephemeraldch -a [2654ae8] Enforce sqlite-specific flow in drop_unique_constraintdebcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gINFO:root:Destroying schroot.nupg piupartsbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC nova_2013.2+git201307180302~precise-0ubuntu1_source.changesmk-build-deps -i -r -t apt-get -y /tmp/tmpKBN7x7/nova/debian/controlsbuild -d precise-havana -n -A nova_2013.2+git201307180302~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', 'nova_2013.2+git201307180302~precise-0ubuntu1.dsc']' 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 '['sbuild', '-d', 'precise-havana', '-n', '-A', 'nova_2013.2+git201307180302~precise-0ubuntu1.dsc']' 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: saucy_havana_nova_trunk #476

2013-07-18 Thread openstack-testing-bot
Title: saucy_havana_nova_trunk
General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_nova_trunk/476/Project:saucy_havana_nova_trunkDate of build:Thu, 18 Jul 2013 03:32:42 -0400Build duration:16 minBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 1 out of the last 5 builds failed.80ChangesPort used limits extension to v3 API Part 1by melwittaddnova/api/openstack/compute/plugins/v3/used_limits.pyaddnova/tests/api/openstack/compute/plugins/v3/test_used_limits.pyPort used limits extension to v3 API Part 2by melwitteditnova/tests/api/openstack/compute/plugins/v3/test_used_limits.pyeditsetup.cfgeditnova/tests/fake_policy.pyeditetc/nova/policy.jsoneditnova/api/openstack/compute/plugins/v3/used_limits.pyConsole Output[...truncated 19177 lines...]deleting and forgetting pool/main/n/nova/nova-api_2013.2+git201307171934~saucy-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-baremetal_2013.2+git201307171934~saucy-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-cells_2013.2+git201307171934~saucy-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-cert_2013.2+git201307171934~saucy-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-common_2013.2+git201307171934~saucy-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-compute-kvm_2013.2+git201307171934~saucy-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-compute-lxc_2013.2+git201307171934~saucy-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-compute-qemu_2013.2+git201307171934~saucy-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-compute-uml_2013.2+git201307171934~saucy-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-compute-xcp_2013.2+git201307171934~saucy-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-compute-xen_2013.2+git201307171934~saucy-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-compute_2013.2+git201307171934~saucy-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-conductor_2013.2+git201307171934~saucy-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-console_2013.2+git201307171934~saucy-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-consoleauth_2013.2+git201307171934~saucy-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-doc_2013.2+git201307171934~saucy-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-network_2013.2+git201307171934~saucy-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-novncproxy_2013.2+git201307171934~saucy-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-objectstore_2013.2+git201307171934~saucy-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-scheduler_2013.2+git201307171934~saucy-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-spiceproxy_2013.2+git201307171934~saucy-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-volume_2013.2+git201307171934~saucy-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-xcp-network_2013.2+git201307171934~saucy-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-xcp-plugins_2013.2+git201307171934~saucy-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-xvpvncproxy_2013.2+git201307171934~saucy-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/python-nova_2013.2+git201307171934~saucy-0ubuntu1_all.debINFO:root:Storing current commit for next build: 9b06817fe0ec8ab1d7de2bde405345589fbadcd5INFO:root:Complete command log:INFO:root:Destroying schroot.apt-get -y install python-setuptoolspython setup.py sdistbzr branch lp:~ubuntu-server-dev/nova/havana novadch -b -D saucy --newversion 1:2013.2+git201307180333~saucy-0ubuntu1 Automated Ubuntu testing build:git log -n1 --no-merges --pretty=format:%Hdch -a No change rebuild.debcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piupartsbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC nova_2013.2+git201307180333~saucy-0ubuntu1_source.changesmk-build-deps -i -r -t apt-get -y /tmp/tmpwV7cff/nova/debian/controlsbuild -d saucy-havana -n -A nova_2013.2+git201307180333~saucy-0ubuntu1.dscdput ppa:openstack-ubuntu-testing/havana nova_2013.2+git201307180333~saucy-0ubuntu1_source.changesreprepro --waitforlock 10 -Vb /var/lib/jenkins/www/apt include saucy-havana nova_2013.2+git201307180333~saucy-0ubuntu1_amd64.changes+ [ 0 != 0 ]+ jenkins-cli build -p pipeline_parameters=pipeline_parameters -p PARENT_BUILD_TAG=jenkins-saucy_havana_nova_trunk-476 pipeline_runnerEmail 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   : 

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

2013-07-18 Thread openstack-testing-bot
Title: saucy_havana_neutron_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_neutron_trunk/46/Project:saucy_havana_neutron_trunkDate of build:Thu, 18 Jul 2013 05:01:15 -0400Build duration:1 min 58 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0Changesport-update fails when using SELECT FOR UPDATE lockby zhhuabjeditneutron/db/db_base_plugin_v2.pyConsole Output[...truncated 2257 lines...]uscan: you must have the libcrypt-ssleay-perl package installedto use https URLs-- Found watchfile in ./debian-- In debian/watch, processing watchfile line:   opts="uversionmangle=s/\.([a-zA-Z])/~$1/;s/%7E/~/"  https://launchpad.net/quantum/+download https://launchpad.net/quantum/.*/.*/.*/quantum-(.*)\.tar\.gzmake: *** [get-orig-source] Error 25Trying to run get-orig-source rule failedUsing uscan to look for the upstream tarball.uscan: you must have the libcrypt-ssleay-perl package installedto use https URLsuscan could not find the needed tarball.bzr: ERROR: Unable to find the needed upstream tarball for package quantum, version 2013.2+git201307180501~saucy.ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-f7fd1a6c-1d27-4a89-aa02-6ae724055607', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-f7fd1a6c-1d27-4a89-aa02-6ae724055607', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3INFO:root:Complete command log:INFO:root:Destroying schroot.apt-get -y install python-setuptoolspython setup.py sdistbzr branch lp:~ubuntu-server-dev/neutron/havana neutrondch -b -D saucy --newversion 1:2013.2+git201307180501~saucy-0ubuntu1 Automated Ubuntu testing build:git log -n1 --no-merges --pretty=format:%Hgit log -n5 --no-merges --pretty=format:[%h] %sdch -a [28d6ca9] Fixes argument mismatch in l3-agentdch -a [de19674] Fix argument name mismatch in L3-RPC sync_routersdch -a [0043044] Improve packet-filter test coverage in NEC Plugindch -a [70c2fcf] Imported Translations from Transifexdch -a [7ce9bc9] Enable policy control over external_gateway_info sub-attributesdebcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piupartsbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-f7fd1a6c-1d27-4a89-aa02-6ae724055607', '-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-f7fd1a6c-1d27-4a89-aa02-6ae724055607', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


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

2013-07-18 Thread openstack-testing-bot
Title: saucy_havana_neutron_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_neutron_trunk/47/Project:saucy_havana_neutron_trunkDate of build:Thu, 18 Jul 2013 06:31:33 -0400Build duration:6 min 15 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesRegister agent schedulers options in one placeby obondareveditneutron/plugins/openvswitch/common/config.pyeditneutron/plugins/linuxbridge/common/config.pyeditneutron/scheduler/__init__.pyeditneutron/db/agentschedulers_db.pyeditneutron/tests/unit/test_neutron_manager.pyeditneutron/plugins/ml2/config.pyeditneutron/plugins/nicira/common/config.pyeditneutron/plugins/brocade/NeutronPlugin.pyeditneutron/plugins/nec/common/config.pyAdd status description field for lbaas objectsby obondarevaddneutron/db/migration/alembic_migrations/versions/2032abe8edac_lbaas_add_status_des.pyeditneutron/extensions/loadbalancer.pyeditneutron/db/models_v2.pyeditneutron/tests/unit/db/loadbalancer/test_db_loadbalancer.pyeditneutron/db/loadbalancer/loadbalancer_db.pyConsole Output[...truncated 2258 lines...]uscan: you must have the libcrypt-ssleay-perl package installedto use https URLs-- Found watchfile in ./debian-- In debian/watch, processing watchfile line:   opts="uversionmangle=s/\.([a-zA-Z])/~$1/;s/%7E/~/"  https://launchpad.net/quantum/+download https://launchpad.net/quantum/.*/.*/.*/quantum-(.*)\.tar\.gzmake: *** [get-orig-source] Error 25Trying to run get-orig-source rule failedUsing uscan to look for the upstream tarball.uscan: you must have the libcrypt-ssleay-perl package installedto use https URLsuscan could not find the needed tarball.bzr: ERROR: Unable to find the needed upstream tarball for package quantum, version 2013.2+git201307180631~saucy.ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-d3d59592-f0ea-4597-bcd9-15bcc1a13be5', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-d3d59592-f0ea-4597-bcd9-15bcc1a13be5', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3INFO:root:Complete command log:INFO:root:Destroying schroot.apt-get -y install python-setuptoolspython setup.py sdistbzr branch lp:~ubuntu-server-dev/neutron/havana neutrondch -b -D saucy --newversion 1:2013.2+git201307180631~saucy-0ubuntu1 Automated Ubuntu testing build:git log -n1 --no-merges --pretty=format:%Hgit log -n5 --no-merges --pretty=format:[%h] %sdch -a [28d6ca9] Fixes argument mismatch in l3-agentdch -a [de19674] Fix argument name mismatch in L3-RPC sync_routersdch -a [0043044] Improve packet-filter test coverage in NEC Plugindch -a [70c2fcf] Imported Translations from Transifexdch -a [7ce9bc9] Enable policy control over external_gateway_info sub-attributesdebcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piupartsbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-d3d59592-f0ea-4597-bcd9-15bcc1a13be5', '-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-d3d59592-f0ea-4597-bcd9-15bcc1a13be5', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


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

2013-07-18 Thread openstack-testing-bot
Title: precise_havana_ceilometer_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_ceilometer_trunk/190/Project:precise_havana_ceilometer_trunkDate of build:Thu, 18 Jul 2013 07:04:06 -0400Build duration:7 min 48 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0Changesdoc: /statistics fields are not queryable (you cannot filter on them)by frederic.faureeditdoc/source/webapi/v2.rstConsole Output[...truncated 1192 lines...]dch -a [541cf77] Imported Translations from Transifexdch -a [0c841ab] Filter query op:gt does not work as expecteddch -a [327bd26] sqlalchemy: fix performance issue on get_meters()dch -a [89fc448] enable v2 api sqlalchemy testsdch -a [19e5eb1] Update compute vnic pollster to use cachedch -a [f51b20e] Update compute CPU pollster to use cachedch -a [4dd7ee3] Update compute disk I/O pollster to use cachedch -a [ef17d89] update Quantum references to Neutrondch -a [3b251f2] Update swift pollster to use cachedch -a [3b20729] Update kwapi pollster to use cachedch -a [df62b92] Update floating-ip pollster to INFO:root:Destroying schroot.use cachedch -a [4437fb5] Update glance pollster to use cachedch -a [a10773e] Add pollster data cachedch -a [2f1378e] Fix flake8 errorsdch -a [afba75f] Update Oslodch -a [a2b6dc4] Enable Ceilometer to support mongodb replication setdch -a [fbb1eb9] Fix return error when resource can't be founddch -a [99373ff] Simple service for singleton threshold evaldch -a [135612f] Basic alarm threshold evaluation logic.dch -a [298e2f7] add metadata to nova_client resultsdch -a [ae4caf8] Bring in oslo-common rpc ack() changes.dch -a [1ba1bc7] Pin the keystone client versiondch -a [53785ef] Imported Translations from Transifexdch -a [2f594fc] Check that the config file sample is always up to datedch -a [3b9fced] api: enable v2 tests on SQLAlchemy & HBasedch -a [71ac3a5] doc: be more explicit about network countersdebcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piupartsbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-c4c8b69a-8d8e-4ff4-b3be-7b4e6a009b13', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-c4c8b69a-8d8e-4ff4-b3be-7b4e6a009b13', '-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: saucy_havana_neutron_trunk #48

2013-07-18 Thread openstack-testing-bot
Title: saucy_havana_neutron_trunk
General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_neutron_trunk/48/Project:saucy_havana_neutron_trunkDate of build:Thu, 18 Jul 2013 06:39:06 -0400Build duration:34 minBuild cause:Started by user James PageBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 4 out of the last 5 builds failed.20ChangesNo ChangesConsole Output[...truncated 22827 lines...]deleting and forgetting pool/main/q/quantum/python-quantum_2013.2+git201306251201~saucy-0ubuntu1_all.debdeleting and forgetting pool/main/q/quantum/quantum-common_2013.2+git201306251201~saucy-0ubuntu1_all.debdeleting and forgetting pool/main/q/quantum/quantum-dhcp-agent_2013.2+git201306251201~saucy-0ubuntu1_all.debdeleting and forgetting pool/main/q/quantum/quantum-l3-agent_2013.2+git201306251201~saucy-0ubuntu1_all.debdeleting and forgetting pool/main/q/quantum/quantum-lbaas-agent_2013.2+git201306251201~saucy-0ubuntu1_all.debdeleting and forgetting pool/main/q/quantum/quantum-metadata-agent_2013.2+git201306251201~saucy-0ubuntu1_all.debdeleting and forgetting pool/main/q/quantum/quantum-plugin-bigswitch_2013.2+git201306251201~saucy-0ubuntu1_all.debdeleting and forgetting pool/main/q/quantum/quantum-plugin-brocade_2013.2+git201306251201~saucy-0ubuntu1_all.debdeleting and forgetting pool/main/q/quantum/quantum-plugin-cisco_2013.2+git201306251201~saucy-0ubuntu1_all.debdeleting and forgetting pool/main/q/quantum/quantum-plugin-hyperv_2013.2+git201306251201~saucy-0ubuntu1_all.debdeleting and forgetting pool/main/q/quantum/quantum-plugin-linuxbridge-agent_2013.2+git201306251201~saucy-0ubuntu1_all.debdeleting and forgetting pool/main/q/quantum/quantum-plugin-linuxbridge_2013.2+git201306251201~saucy-0ubuntu1_all.debdeleting and forgetting pool/main/q/quantum/quantum-plugin-metaplugin_2013.2+git201306251201~saucy-0ubuntu1_all.debdeleting and forgetting pool/main/q/quantum/quantum-plugin-midonet_2013.2+git201306251201~saucy-0ubuntu1_all.debdeleting and forgetting pool/main/q/quantum/quantum-plugin-nec-agent_2013.2+git201306251201~saucy-0ubuntu1_all.debdeleting and forgetting pool/main/q/quantum/quantum-plugin-nec_2013.2+git201306251201~saucy-0ubuntu1_all.debdeleting and forgetting pool/main/q/quantum/quantum-plugin-nicira_2013.2+git201306251201~saucy-0ubuntu1_all.debdeleting and forgetting pool/main/q/quantum/quantum-plugin-openvswitch-agent_2013.2+git201306251201~saucy-0ubuntu1_all.debdeleting and forgetting pool/main/q/quantum/quantum-plugin-openvswitch_2013.2+git201306251201~saucy-0ubuntu1_all.debdeleting and forgetting pool/main/q/quantum/quantum-plugin-plumgrid_2013.2+git201306251201~saucy-0ubuntu1_all.debdeleting and forgetting pool/main/q/quantum/quantum-plugin-ryu-agent_2013.2+git201306251201~saucy-0ubuntu1_all.debdeleting and forgetting pool/main/q/quantum/quantum-plugin-ryu_2013.2+git201306251201~saucy-0ubuntu1_all.debdeleting and forgetting pool/main/q/quantum/quantum-server_2013.2+git201306251201~saucy-0ubuntu1_all.debINFO:root:Storing current commit for next build: 28d6ca99277b5f8edf61d03af07da0658fee920eINFO:root:Complete command log:INFO:root:Destroying schroot.apt-get -y install python-setuptoolspython setup.py sdistbzr branch lp:~ubuntu-server-dev/neutron/havana neutrondch -b -D saucy --newversion 1:2013.2+git201307180639~saucy-0ubuntu1 Automated Ubuntu testing build:git log -n1 --no-merges --pretty=format:%Hgit log -n5 --no-merges --pretty=format:[%h] %sdch -a [28d6ca9] Fixes argument mismatch in l3-agentdch -a [de19674] Fix argument name mismatch in L3-RPC sync_routersdch -a [0043044] Improve packet-filter test coverage in NEC Plugindch -a [70c2fcf] Imported Translations from Transifexdch -a [7ce9bc9] Enable policy control over external_gateway_info sub-attributesdebcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piupartsbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC neutron_2013.2+git201307180639~saucy-0ubuntu1_source.changesmk-build-deps -i -r -t apt-get -y /tmp/tmpQN7e0u/neutron/debian/controlsbuild -d saucy-havana -n -A neutron_2013.2+git201307180639~saucy-0ubuntu1.dscdput ppa:openstack-ubuntu-testing/havana neutron_2013.2+git201307180639~saucy-0ubuntu1_source.changesreprepro --waitforlock 10 -Vb /var/lib/jenkins/www/apt include saucy-havana neutron_2013.2+git201307180639~saucy-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 #171

2013-07-18 Thread openstack-testing-bot
Title: saucy_havana_ceilometer_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_ceilometer_trunk/171/Project:saucy_havana_ceilometer_trunkDate of build:Thu, 18 Jul 2013 07:07:44 -0400Build duration:18 minBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0Changesdoc: /statistics fields are not queryable (you cannot filter on them)by frederic.faureeditdoc/source/webapi/v2.rstConsole Output[...truncated 1871 lines...]dch -a [541cf77] Imported Translations from Transifexdch -a [0c841ab] Filter query op:gt does not work as expecteddch -a [327bd26] sqlalchemy: fix performance issue on get_meters()dch -a [89fc448] enable v2 api sqlalchemy testsdch -a [19e5eb1] Update compute vnic pollster to use cachedch -a [f51b20e] Update compute CPU pollster to use cachedch -a [4dd7ee3] Update compute disk I/O pollster to use cachedch -a [ef17d89] update Quantum references to Neutrondch -a [3b251f2] Update swift pollster to use cachedch -a [3b20729] Update kwapi pollster to use cachedch -a [df62b92] Update floating-ip pollster to use INFO:root:Destroying schroot.cachedch -a [4437fb5] Update glance pollster to use cachedch -a [a10773e] Add pollster data cachedch -a [2f1378e] Fix flake8 errorsdch -a [afba75f] Update Oslodch -a [a2b6dc4] Enable Ceilometer to support mongodb replication setdch -a [fbb1eb9] Fix return error when resource can't be founddch -a [99373ff] Simple service for singleton threshold evaldch -a [135612f] Basic alarm threshold evaluation logic.dch -a [298e2f7] add metadata to nova_client resultsdch -a [ae4caf8] Bring in oslo-common rpc ack() changes.dch -a [1ba1bc7] Pin the keystone client versiondch -a [53785ef] Imported Translations from Transifexdch -a [2f594fc] Check that the config file sample is always up to datedch -a [3b9fced] api: enable v2 tests on SQLAlchemy & HBasedch -a [71ac3a5] doc: be more explicit about network countersdebcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piupartsbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-d017da22-3b3a-4719-b964-591d4307a983', '-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-d017da22-3b3a-4719-b964-591d4307a983', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


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

2013-07-18 Thread openstack-testing-bot
Title: precise_havana_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/630/Project:precise_havana_nova_trunkDate of build:Thu, 18 Jul 2013 08:10:11 -0400Build duration:11 minBuild cause:Started by user Chuck ShortBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesNo ChangesConsole Output[...truncated 619565 lines...]dch -a [4fbc164] Remove locals() from compute directorydch -a [d2a4915] Hypervisor uptime fails if service is disableddch -a [09accc6] Port server password extension to v3 API Part 1dch -a [e00245804] Port Simple_tenant_usage API to v3 Part 2dch -a [b505388] Make sure periodic instance reclaims continues on errordch -a [941984e] Make sure periodic cleanup of instances continues on errordch -a [7f57bb8] Sync models.Console* with migrations.dch -a [42bd910] Exeption message of 'live migration' is not appropriatedch -a [b5a3d05] Sync rpc from oslo-incubator.dch -a [ec01030] Update pyparsing to 1.5.7dch -a [b0a2a2d] Avoid redefining host to none in get_instance_nw_info(...)dch -a [12c6416] Clarify the compute API is_volume_backed_instance methoddch -a [1b3f890] Port extended-server-attributes into v3 part1dch -a [37b269d] Revert "fixes nova resize bug when force_config_drive is set."dch -a [b01136e] Port extended status extension to v3 API Part 1dch -a [b0da1ab] Preserve network order when using ConfigDrivedch -a [5e6c081] Add troubleshoot to baremetal PXE template.dch -a [fdafaf3] Port hypervisor API into v3 part1dch -a [5bc4b7a] port Simple_tenant_usage  API into v3 part1dch -a [d925044] Don't deallocate network if destroy time outdch -a [c8fc1c2] Port fping extension to v3 API Part 1dch -a [cf3cf3c] libvirt fix resize/migrates with swap or ephemeraldch -a [2654ae8] Enforce INFO:root:Destroying schroot.sqlite-specific flow in drop_unique_constraintdebcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piupartsbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC nova_2013.2+git201307180810~precise-0ubuntu1_source.changesmk-build-deps -i -r -t apt-get -y /tmp/tmptbJUcf/nova/debian/controlsbuild -d precise-havana -n -A nova_2013.2+git201307180810~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', 'nova_2013.2+git201307180810~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', 'nova_2013.2+git201307180810~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_ceilometer_trunk #172

2013-07-18 Thread openstack-testing-bot
Title: saucy_havana_ceilometer_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_ceilometer_trunk/172/Project:saucy_havana_ceilometer_trunkDate of build:Thu, 18 Jul 2013 09:46:45 -0400Build duration:6 min 12 secBuild cause:Started by user Chuck ShortBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesNo ChangesConsole Output[...truncated 18697 lines...]dch -a [89fc448] enable v2 api sqlalchemy testsdch -a [19e5eb1] Update compute vnic pollster to use cachedch -a [f51b20e] Update compute CPU pollster to use cachedch -a [4dd7ee3] Update compute disk I/O pollster to use cachedch -a [ef17d89] update Quantum references to Neutrondch -a [3b251f2] Update swift pollster to use cachedch -a [3b20729] Update kwapi pollster to use cachedch -a [df62b92] Update floating-ip pollster to use INFO:root:Destroying schroot.cachedch -a [4437fb5] Update glance pollster to use cachedch -a [a10773e] Add pollster data cachedch -a [2f1378e] Fix flake8 errorsdch -a [afba75f] Update Oslodch -a [a2b6dc4] Enable Ceilometer to support mongodb replication setdch -a [fbb1eb9] Fix return error when resource can't be founddch -a [99373ff] Simple service for singleton threshold evaldch -a [135612f] Basic alarm threshold evaluation logic.dch -a [298e2f7] add metadata to nova_client resultsdch -a [ae4caf8] Bring in oslo-common rpc ack() changes.dch -a [1ba1bc7] Pin the keystone client versiondch -a [53785ef] Imported Translations from Transifexdch -a [2f594fc] Check that the config file sample is always up to datedch -a [3b9fced] api: enable v2 tests on SQLAlchemy & HBasedch -a [71ac3a5] doc: be more explicit about network countersdebcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piupartsbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC ceilometer_2013.2+git201307180946~saucy-0ubuntu1_source.changesmk-build-deps -i -r -t apt-get -y /tmp/tmprJoJYf/ceilometer/debian/controlsbuild -d saucy-havana -n -A ceilometer_2013.2+git201307180946~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', 'ceilometer_2013.2+git201307180946~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', 'ceilometer_2013.2+git201307180946~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_ceilometer_trunk #173

2013-07-18 Thread openstack-testing-bot
Title: saucy_havana_ceilometer_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_ceilometer_trunk/173/Project:saucy_havana_ceilometer_trunkDate of build:Thu, 18 Jul 2013 12:12:39 -0400Build duration:5 min 40 secBuild cause:Started by user Chuck ShortBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesNo ChangesConsole Output[...truncated 4341 lines...]dch -a [89fc448] enable v2 api sqlalchemy testsdch -a [19e5eb1] Update compute vnic pollster to use cachedch -a [f51b20e] Update compute CPU pollster to use cachedch -a [4dd7ee3] Update compute disk I/O pollster to use cachedch -a [ef17d89] update Quantum references to Neutrondch -a [3b251f2] Update swift pollster to use cachedch -a [3b20729] Update kwapi pollster to use cachedch -a [df62b92] Update floating-ip pollster to use INFO:root:Destroying schroot.cachedch -a [4437fb5] Update glance pollster to use cachedch -a [a10773e] Add pollster data cachedch -a [2f1378e] Fix flake8 errorsdch -a [afba75f] Update Oslodch -a [a2b6dc4] Enable Ceilometer to support mongodb replication setdch -a [fbb1eb9] Fix return error when resource can't be founddch -a [99373ff] Simple service for singleton threshold evaldch -a [135612f] Basic alarm threshold evaluation logic.dch -a [298e2f7] add metadata to nova_client resultsdch -a [ae4caf8] Bring in oslo-common rpc ack() changes.dch -a [1ba1bc7] Pin the keystone client versiondch -a [53785ef] Imported Translations from Transifexdch -a [2f594fc] Check that the config file sample is always up to datedch -a [3b9fced] api: enable v2 tests on SQLAlchemy & HBasedch -a [71ac3a5] doc: be more explicit about network countersdebcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piupartsbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC ceilometer_2013.2+git201307181212~saucy-0ubuntu1_source.changesmk-build-deps -i -r -t apt-get -y /tmp/tmpoHih0z/ceilometer/debian/controlsbuild -d saucy-havana -n -A ceilometer_2013.2+git201307181212~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', 'ceilometer_2013.2+git201307181212~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', 'ceilometer_2013.2+git201307181212~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 #477

2013-07-18 Thread openstack-testing-bot
Title: saucy_havana_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_nova_trunk/477/Project:saucy_havana_nova_trunkDate of build:Thu, 18 Jul 2013 12:31:32 -0400Build duration:1 hr 12 minBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 2 out of the last 5 builds failed.60ChangesRemove unnecessary comments for instance rebuild tests.by yufang521247editnova/tests/compute/test_compute.pyCreate key manager interfaceby joel.coffmanaddnova/tests/keymgr/test_key_mgr.pyaddnova/tests/keymgr/test_key.pyaddnova/tests/keymgr/mock_key_mgr.pyaddnova/keymgr/key_mgr.pyaddnova/tests/keymgr/test_mock_key_mgr.pyaddnova/keymgr/key.pyaddnova/keymgr/__init__.pyaddnova/tests/keymgr/__init__.pyxenapi: no glance upload retry on 401 errorby revieweditplugins/xenserver/xenapi/etc/xapi.d/plugins/glanceConsole Output[...truncated 10221 lines...]	at hudson.model.ResourceController.execute(ResourceController.java:88)	at hudson.model.Executor.run(Executor.java:237)Caused by: hudson.remoting.ChannelClosedException: channel is already closed	at hudson.remoting.Channel.send(Channel.java:493)	at hudson.remoting.Request.call(Request.java:129)	at hudson.remoting.Channel.call(Channel.java:671)	at hudson.FilePath.act(FilePath.java:841)	... 13 moreCaused by: java.io.IOException: Unexpected termination of the channel	at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:50)Caused by: java.io.EOFException	at java.io.ObjectInputStream$BlockDataInputStream.peekByte(ObjectInputStream.java:2596)	at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1316)	at java.io.ObjectInputStream.readObject(ObjectInputStream.java:370)	at hudson.remoting.Command.readFrom(Command.java:92)	at hudson.remoting.ClassicCommandTransport.read(ClassicCommandTransport.java:59)	at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:48)FATAL: hudson.remoting.RequestAbortedException: java.io.IOException: Unexpected termination of the channelhudson.remoting.RequestAbortedException: hudson.remoting.RequestAbortedException: java.io.IOException: Unexpected termination of the channel	at hudson.remoting.Request.call(Request.java:174)	at hudson.remoting.Channel.call(Channel.java:671)	at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:158)	at com.sun.proxy.$Proxy33.join(Unknown Source)	at hudson.Launcher$RemoteLauncher$ProcImpl.join(Launcher.java:861)	at hudson.Launcher$ProcStarter.join(Launcher.java:345)	at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:82)	at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:58)	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:19)	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:718)	at hudson.model.Build$BuildExecution.build(Build.java:199)	at hudson.model.Build$BuildExecution.doRun(Build.java:160)	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:500)	at hudson.model.Run.execute(Run.java:1502)	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)	at hudson.model.ResourceController.execute(ResourceController.java:88)	at hudson.model.Executor.run(Executor.java:237)Caused by: hudson.remoting.RequestAbortedException: java.io.IOException: Unexpected termination of the channel	at hudson.remoting.Request.abort(Request.java:299)	at hudson.remoting.Channel.terminate(Channel.java:730)	at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:69)Caused by: java.io.IOException: Unexpected termination of the channel	at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:50)Caused by: java.io.EOFException	at java.io.ObjectInputStream$BlockDataInputStream.peekByte(ObjectInputStream.java:2596)	at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1316)	at java.io.ObjectInputStream.readObject(ObjectInputStream.java:370)	at hudson.remoting.Command.readFrom(Command.java:92)	at hudson.remoting.ClassicCommandTransport.read(ClassicCommandTransport.java:59)	at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:48)-- 
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 #631

2013-07-18 Thread openstack-testing-bot
Title: precise_havana_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/631/Project:precise_havana_nova_trunkDate of build:Thu, 18 Jul 2013 12:31:25 -0400Build duration:1 hr 13 minBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesRemove unnecessary comments for instance rebuild tests.by yufang521247editnova/tests/compute/test_compute.pyCreate key manager interfaceby joel.coffmanaddnova/tests/keymgr/test_mock_key_mgr.pyaddnova/tests/keymgr/test_key.pyaddnova/keymgr/key_mgr.pyaddnova/keymgr/__init__.pyaddnova/tests/keymgr/mock_key_mgr.pyaddnova/tests/keymgr/test_key_mgr.pyaddnova/keymgr/key.pyaddnova/tests/keymgr/__init__.pyxenapi: no glance upload retry on 401 errorby revieweditplugins/xenserver/xenapi/etc/xapi.d/plugins/glanceConsole Output[...truncated 259933 lines...]	at hudson.model.ResourceController.execute(ResourceController.java:88)	at hudson.model.Executor.run(Executor.java:237)Caused by: hudson.remoting.ChannelClosedException: channel is already closed	at hudson.remoting.Channel.send(Channel.java:493)	at hudson.remoting.Request.call(Request.java:129)	at hudson.remoting.Channel.call(Channel.java:671)	at hudson.FilePath.act(FilePath.java:841)	... 13 moreCaused by: java.io.IOException: Unexpected termination of the channel	at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:50)Caused by: java.io.EOFException	at java.io.ObjectInputStream$BlockDataInputStream.peekByte(ObjectInputStream.java:2596)	at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1316)	at java.io.ObjectInputStream.readObject(ObjectInputStream.java:370)	at hudson.remoting.Command.readFrom(Command.java:92)	at hudson.remoting.ClassicCommandTransport.read(ClassicCommandTransport.java:59)	at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:48)FATAL: hudson.remoting.RequestAbortedException: java.io.IOException: Unexpected termination of the channelhudson.remoting.RequestAbortedException: hudson.remoting.RequestAbortedException: java.io.IOException: Unexpected termination of the channel	at hudson.remoting.Request.call(Request.java:174)	at hudson.remoting.Channel.call(Channel.java:671)	at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:158)	at com.sun.proxy.$Proxy33.join(Unknown Source)	at hudson.Launcher$RemoteLauncher$ProcImpl.join(Launcher.java:861)	at hudson.Launcher$ProcStarter.join(Launcher.java:345)	at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:82)	at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:58)	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:19)	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:718)	at hudson.model.Build$BuildExecution.build(Build.java:199)	at hudson.model.Build$BuildExecution.doRun(Build.java:160)	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:500)	at hudson.model.Run.execute(Run.java:1502)	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)	at hudson.model.ResourceController.execute(ResourceController.java:88)	at hudson.model.Executor.run(Executor.java:237)Caused by: hudson.remoting.RequestAbortedException: java.io.IOException: Unexpected termination of the channel	at hudson.remoting.Request.abort(Request.java:299)	at hudson.remoting.Channel.terminate(Channel.java:730)	at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:69)Caused by: java.io.IOException: Unexpected termination of the channel	at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:50)Caused by: java.io.EOFException	at java.io.ObjectInputStream$BlockDataInputStream.peekByte(ObjectInputStream.java:2596)	at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1316)	at java.io.ObjectInputStream.readObject(ObjectInputStream.java:370)	at hudson.remoting.Command.readFrom(Command.java:92)	at hudson.remoting.ClassicCommandTransport.read(ClassicCommandTransport.java:59)	at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:48)-- 
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] Jenkins build is back to normal : cloud-archive_folsom_version-drift #22579

2013-07-18 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/22579/


-- 
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 #479

2013-07-18 Thread openstack-testing-bot
Title: saucy_havana_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_nova_trunk/479/Project:saucy_havana_nova_trunkDate of build:Thu, 18 Jul 2013 16:03:21 -0400Build duration:44 minBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 3 out of the last 5 builds failed.40ChangesCheck that the configuration file sample is up to dateby julienedittest-requirements.txtedittools/conf/generate_sample.shedittox.inieditetc/nova/nova.conf.sampleaddtools/conf/check_uptodate.shConsole Output[...truncated 10327 lines...]	at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:158)	at com.sun.proxy.$Proxy33.join(Unknown Source)	at hudson.Launcher$RemoteLauncher$ProcImpl.join(Launcher.java:861)	at hudson.Launcher$ProcStarter.join(Launcher.java:345)	at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:82)	at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:58)	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:19)	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:718)	at hudson.model.Build$BuildExecution.build(Build.java:199)	at hudson.model.Build$BuildExecution.doRun(Build.java:160)	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:500)	at hudson.model.Run.execute(Run.java:1502)	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)	at hudson.model.ResourceController.execute(ResourceController.java:88)	at hudson.model.Executor.run(Executor.java:237)Caused by: hudson.remoting.RequestAbortedException: java.net.SocketException: Socket closed	at hudson.remoting.Request.abort(Request.java:299)	at hudson.remoting.Channel.terminate(Channel.java:730)	at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:69)Caused by: java.net.SocketException: Socket closed	at java.net.SocketInputStream.socketRead0(Native Method)	at java.net.SocketInputStream.read(SocketInputStream.java:150)	at java.net.SocketInputStream.read(SocketInputStream.java:121)	at java.io.BufferedInputStream.fill(BufferedInputStream.java:235)	at java.io.BufferedInputStream.read1(BufferedInputStream.java:275)	at java.io.BufferedInputStream.read(BufferedInputStream.java:334)	at java.io.ObjectInputStream$PeekInputStream.read(ObjectInputStream.java:2308)	at java.io.ObjectInputStream$PeekInputStream.readFully(ObjectInputStream.java:2321)	at java.io.ObjectInputStream$BlockDataInputStream.readUTFBody(ObjectInputStream.java:3061)	at java.io.ObjectInputStream$BlockDataInputStream.readUTF(ObjectInputStream.java:2862)	at java.io.ObjectInputStream.readUTF(ObjectInputStream.java:1070)	at java.io.ObjectStreamClass.readNonProxy(ObjectStreamClass.java:658)	at java.io.ObjectInputStream.readClassDescriptor(ObjectInputStream.java:828)	at java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1599)	at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1515)	at java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1620)	at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1515)	at java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1620)	at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1515)	at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1769)	at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1348)	at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1989)	at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1913)	at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1796)	at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1348)	at java.io.ObjectInputStream.readObject(ObjectInputStream.java:370)	at hudson.remoting.Command.readFrom(Command.java:92)	at hudson.remoting.ClassicCommandTransport.read(ClassicCommandTransport.java:59)	at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:48)-- 
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 #633

2013-07-18 Thread openstack-testing-bot
Title: precise_havana_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/633/Project:precise_havana_nova_trunkDate of build:Thu, 18 Jul 2013 16:01:38 -0400Build duration:53 minBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesCheck that the configuration file sample is up to dateby julienedittest-requirements.txtedittools/conf/generate_sample.shedittox.inieditetc/nova/nova.conf.sampleaddtools/conf/check_uptodate.shConsole Output[...truncated 500403 lines...]	at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:158)	at com.sun.proxy.$Proxy33.join(Unknown Source)	at hudson.Launcher$RemoteLauncher$ProcImpl.join(Launcher.java:861)	at hudson.Launcher$ProcStarter.join(Launcher.java:345)	at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:82)	at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:58)	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:19)	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:718)	at hudson.model.Build$BuildExecution.build(Build.java:199)	at hudson.model.Build$BuildExecution.doRun(Build.java:160)	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:500)	at hudson.model.Run.execute(Run.java:1502)	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)	at hudson.model.ResourceController.execute(ResourceController.java:88)	at hudson.model.Executor.run(Executor.java:237)Caused by: hudson.remoting.RequestAbortedException: java.net.SocketException: Socket closed	at hudson.remoting.Request.abort(Request.java:299)	at hudson.remoting.Channel.terminate(Channel.java:730)	at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:69)Caused by: java.net.SocketException: Socket closed	at java.net.SocketInputStream.socketRead0(Native Method)	at java.net.SocketInputStream.read(SocketInputStream.java:150)	at java.net.SocketInputStream.read(SocketInputStream.java:121)	at java.io.BufferedInputStream.fill(BufferedInputStream.java:235)	at java.io.BufferedInputStream.read1(BufferedInputStream.java:275)	at java.io.BufferedInputStream.read(BufferedInputStream.java:334)	at java.io.ObjectInputStream$PeekInputStream.read(ObjectInputStream.java:2308)	at java.io.ObjectInputStream$PeekInputStream.readFully(ObjectInputStream.java:2321)	at java.io.ObjectInputStream$BlockDataInputStream.readUTFBody(ObjectInputStream.java:3061)	at java.io.ObjectInputStream$BlockDataInputStream.readUTF(ObjectInputStream.java:2862)	at java.io.ObjectInputStream.readUTF(ObjectInputStream.java:1070)	at java.io.ObjectStreamClass.readNonProxy(ObjectStreamClass.java:658)	at java.io.ObjectInputStream.readClassDescriptor(ObjectInputStream.java:828)	at java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1599)	at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1515)	at java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1620)	at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1515)	at java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1620)	at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1515)	at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1769)	at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1348)	at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1989)	at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1913)	at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1796)	at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1348)	at java.io.ObjectInputStream.readObject(ObjectInputStream.java:370)	at hudson.remoting.Command.readFrom(Command.java:92)	at hudson.remoting.ClassicCommandTransport.read(ClassicCommandTransport.java:59)	at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:48)-- 
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 #191

2013-07-18 Thread openstack-testing-bot
Title: precise_havana_ceilometer_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_ceilometer_trunk/191/Project:precise_havana_ceilometer_trunkDate of build:Thu, 18 Jul 2013 18:03:21 -0400Build duration:3 min 5 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesAvoid dropping cpu_util for multiple instances.by eglynnedittests/test_pipeline.pyeditceilometer/transformer/conversions.pyConsole Output[...truncated 1201 lines...]dch -a [541cf77] Imported Translations from Transifexdch -a [0c841ab] Filter query op:gt does not work as expecteddch -a [327bd26] sqlalchemy: fix performance issue on get_meters()dch -a [89fc448] enable v2 api sqlalchemy testsdch -a [19e5eb1] Update compute vnic pollster to use cachedch -a [f51b20e] Update compute CPU pollster to use cachedch -a [4dd7ee3] Update compute disk I/O pollster to use cachedch -a [ef17d89] update Quantum references to Neutrondch -a [3b251f2] Update swift pollster to use cachedch -a [3b20729] Update kwapi pollsINFO:root:Destroying schroot.ter to use cachedch -a [df62b92] Update floating-ip pollster to use cachedch -a [4437fb5] Update glance pollster to use cachedch -a [a10773e] Add pollster data cachedch -a [2f1378e] Fix flake8 errorsdch -a [afba75f] Update Oslodch -a [a2b6dc4] Enable Ceilometer to support mongodb replication setdch -a [fbb1eb9] Fix return error when resource can't be founddch -a [99373ff] Simple service for singleton threshold evaldch -a [135612f] Basic alarm threshold evaluation logic.dch -a [298e2f7] add metadata to nova_client resultsdch -a [ae4caf8] Bring in oslo-common rpc ack() changes.dch -a [1ba1bc7] Pin the keystone client versiondch -a [53785ef] Imported Translations from Transifexdch -a [2f594fc] Check that the config file sample is always up to datedch -a [3b9fced] api: enable v2 tests on SQLAlchemy & HBasedch -a [71ac3a5] doc: be more explicit about network countersdebcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piupartsbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-4e0a9386-c5af-45b8-a83b-f8659a5204bc', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-4e0a9386-c5af-45b8-a83b-f8659a5204bc', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


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

2013-07-18 Thread openstack-testing-bot
Title: saucy_havana_ceilometer_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_ceilometer_trunk/175/Project:saucy_havana_ceilometer_trunkDate of build:Thu, 18 Jul 2013 18:06:30 -0400Build duration:4 min 35 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesAvoid dropping cpu_util for multiple instances.by eglynneditceilometer/transformer/conversions.pyedittests/test_pipeline.pyConsole Output[...truncated 1880 lines...]dch -a [541cf77] Imported Translations from Transifexdch -a [0c841ab] Filter query op:gt does not work as expecteddch -a [327bd26] sqlalchemy: fix performance issue on get_meters()dch -a [89fc448] enable v2 api sqlalchemy testsdch -a [19e5eb1] Update compute vnic pollster to use cachedch -a [f51b20e] Update compute CPU pollster to use cachedch -a [4dd7ee3] Update compute disk I/O pollster to use cachedch -a [ef17d89] update Quantum references to Neutrondch -a [3b251f2] Update swift pollster to use cachedch -a [3b20729] Update kwapi pollster INFO:root:Destroying schroot.to use cachedch -a [df62b92] Update floating-ip pollster to use cachedch -a [4437fb5] Update glance pollster to use cachedch -a [a10773e] Add pollster data cachedch -a [2f1378e] Fix flake8 errorsdch -a [afba75f] Update Oslodch -a [a2b6dc4] Enable Ceilometer to support mongodb replication setdch -a [fbb1eb9] Fix return error when resource can't be founddch -a [99373ff] Simple service for singleton threshold evaldch -a [135612f] Basic alarm threshold evaluation logic.dch -a [298e2f7] add metadata to nova_client resultsdch -a [ae4caf8] Bring in oslo-common rpc ack() changes.dch -a [1ba1bc7] Pin the keystone client versiondch -a [53785ef] Imported Translations from Transifexdch -a [2f594fc] Check that the config file sample is always up to datedch -a [3b9fced] api: enable v2 tests on SQLAlchemy & HBasedch -a [71ac3a5] doc: be more explicit about network countersdebcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piupartsbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-d5fb1c4d-b24c-4b48-a898-4264483b52b4', '-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-d5fb1c4d-b24c-4b48-a898-4264483b52b4', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


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

2013-07-18 Thread openstack-testing-bot
Title: precise_havana_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/634/Project:precise_havana_nova_trunkDate of build:Thu, 18 Jul 2013 18:03:10 -0400Build duration:7 min 30 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesSync v2/v3 console_output API extensionsby cyeoheditnova/tests/api/openstack/compute/plugins/v3/test_console_output.pyeditnova/api/openstack/compute/plugins/v3/console_output.pyport disk_config API into v3 part1by bozhuaddnova/api/openstack/compute/plugins/v3/disk_config.pyaddnova/tests/api/openstack/compute/plugins/v3/test_disk_config.pyMake compute_api.reboot() use objectsby danmseditnova/compute/cells_api.pyeditnova/compute/manager.pyeditnova/tests/cells/test_cells_rpcapi.pyeditnova/tests/cells/test_cells_messaging.pyeditnova/tests/compute/test_rpcapi.pyeditnova/tests/cells/test_cells_manager.pyeditnova/tests/compute/test_compute.pyeditnova/api/ec2/cloud.pyeditnova/compute/rpcapi.pyeditnova/tests/compute/test_compute_api.pyeditnova/cells/manager.pyeditnova/cells/rpcapi.pyeditnova/compute/api.pyeditnova/cells/messaging.pyConsole Output[...truncated 4819 lines...]dch -a [827c2d3] Sane rest API rate limit defaultsdch -a [4fbc164] Remove locals() from compute directorydch -a [d2a4915] Hypervisor uptime fails if service is disableddch -a [09accc6] Port server password extension to v3 API Part 1dch -a [e00245804] Port Simple_tenant_usage API to v3 Part 2dch -a [b505388] Make sure periodic instance reclaims continues on errordch -a [941984e] Make sure periodic cleanup of instances continues on errordch -a [7f57bb8] Sync models.Console* with migrations.dch -a [42bd910] Exeption message of 'live migration' is not appropriatedch -a [b5a3d05] Sync rpc from oslo-incubator.dch -a [ec01030] Update pyparsing to 1.5.7dch -a [b0a2a2d] Avoid redefining host to none in get_instance_nw_info(...)dch -a [12c6416] Clarify the compute API is_volume_backed_instance methoddch -a [1b3f890] Port extended-server-attributes into v3 part1dch -a [37b269d] Revert "fixes nova resize bug when force_config_drive is set."dch -a [b01136e] Port exteINFO:root:Destroying schroot.nded status extension to v3 API Part 1dch -a [b0da1ab] Preserve network order when using ConfigDrivedch -a [5e6c081] Add troubleshoot to baremetal PXE template.dch -a [fdafaf3] Port hypervisor API into v3 part1dch -a [5bc4b7a] port Simple_tenant_usage  API into v3 part1dch -a [d925044] Don't deallocate network if destroy time outdch -a [c8fc1c2] Port fping extension to v3 API Part 1dch -a [cf3cf3c] libvirt fix resize/migrates with swap or ephemeraldch -a [2654ae8] Enforce sqlite-specific flow in drop_unique_constraintdebcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piupartsbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC nova_2013.2+git201307181804~precise-0ubuntu1_source.changesmk-build-deps -i -r -t apt-get -y /tmp/tmpb7V6jj/nova/debian/controlTraceback (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-b248be39-99be-439a-a055-0c49854b0d50', '-u', 'root', '--', 'mk-build-deps', '-i', '-r', '-t', 'apt-get -y', '/tmp/tmpb7V6jj/nova/debian/control']' returned non-zero exit status 100Error 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-b248be39-99be-439a-a055-0c49854b0d50', '-u', 'root', '--', 'mk-build-deps', '-i', '-r', '-t', 'apt-get -y', '/tmp/tmpb7V6jj/nova/debian/control']' returned non-zero exit status 100Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


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

2013-07-18 Thread openstack-testing-bot
Title: saucy_havana_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_nova_trunk/480/Project:saucy_havana_nova_trunkDate of build:Thu, 18 Jul 2013 18:10:49 -0400Build duration:55 minBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 3 out of the last 5 builds failed.40ChangesSync v2/v3 console_output API extensionsby cyeoheditnova/api/openstack/compute/plugins/v3/console_output.pyeditnova/tests/api/openstack/compute/plugins/v3/test_console_output.pyport disk_config API into v3 part1by bozhuaddnova/tests/api/openstack/compute/plugins/v3/test_disk_config.pyaddnova/api/openstack/compute/plugins/v3/disk_config.pyRemove redundant if statements in cells.stateby zhongyue.naheditnova/cells/state.pyMake compute_api.reboot() use objectsby danmseditnova/compute/rpcapi.pyeditnova/tests/cells/test_cells_manager.pyeditnova/tests/compute/test_compute_api.pyeditnova/api/ec2/cloud.pyeditnova/tests/compute/test_rpcapi.pyeditnova/cells/manager.pyeditnova/tests/cells/test_cells_messaging.pyeditnova/tests/compute/test_compute.pyeditnova/compute/api.pyeditnova/compute/cells_api.pyeditnova/tests/cells/test_cells_rpcapi.pyeditnova/cells/messaging.pyeditnova/cells/rpcapi.pyeditnova/compute/manager.pyConsole Output[...truncated 10425 lines...]Space: 96736Status: attemptedVersion: 1:2013.2+git201307181812~saucy-0ubuntu1Finished at 20130718-1902Build needed 00:38:35, 96736k disc spaceERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'saucy-havana', '-n', '-A', 'nova_2013.2+git201307181812~saucy-0ubuntu1.dsc']' returned non-zero exit status 2ERROR:root:Command '['sbuild', '-d', 'saucy-havana', '-n', '-A', 'nova_2013.2+git201307181812~saucy-0ubuntu1.dsc']' returned non-zero exit status 2INFO:root:Complete command log:INFO:root:Destroying schroot.apt-get -y install python-setuptoolspython setup.py sdistbzr branch lp:~ubuntu-server-dev/nova/havana novadch -b -D saucy --newversion 1:2013.2+git201307181812~saucy-0ubuntu1 Automated Ubuntu testing build:git log -n1 --no-merges --pretty=format:%Hgit log 8e81e069a18e09562abfc4b18c5c7e57020aee66..HEAD --no-merges --pretty=format:[%h] %sdch -a [923a7ee] Check that the configuration file sample is up to datedch -a [7f0051d] Make compute_api.reboot() use objectsdch -a [fc8cb35] Create key manager interfacedch -a [583addc] Disable ssl layer compression for glance requests.dch -a [c8c048b] Remove unnecessary comments for instance rebuild tests.dch -a [97f8069] Remove redundant if statements in cells.statedch -a [7f7d29d] port disk_config API into v3 part1dch -a [2b750f7] Sync v2/v3 console_output API extensionsdebcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piupartsbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC nova_2013.2+git201307181812~saucy-0ubuntu1_source.changesmk-build-deps -i -r -t apt-get -y /tmp/tmpzf6cKq/nova/debian/controlsbuild -d saucy-havana -n -A nova_2013.2+git201307181812~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', 'nova_2013.2+git201307181812~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', 'nova_2013.2+git201307181812~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://l

[Openstack-ubuntu-testing-notifications] Build Failure: saucy_havana_neutron_trunk #49

2013-07-18 Thread openstack-testing-bot
Title: saucy_havana_neutron_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_neutron_trunk/49/Project:saucy_havana_neutron_trunkDate of build:Thu, 18 Jul 2013 18:11:09 -0400Build duration:55 minBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 4 out of the last 5 builds failed.20ChangesUpdate the ML2 README file with the latest tunnel changesby kmesteryeditneutron/plugins/ml2/READMEImported Translations from Transifexby Jenkinseditneutron/locale/bg_BG/LC_MESSAGES/neutron.poeditneutron/locale/it/LC_MESSAGES/neutron.poeditneutron/locale/ru/LC_MESSAGES/neutron.poeditneutron/locale/zh_TW/LC_MESSAGES/neutron.poeditneutron/locale/ko_KR/LC_MESSAGES/neutron.poeditneutron/locale/fi_FI/LC_MESSAGES/neutron.poeditneutron/locale/neutron.poteditneutron/locale/de/LC_MESSAGES/neutron.poeditneutron/locale/ja/LC_MESSAGES/neutron.poeditneutron/locale/fr/LC_MESSAGES/neutron.poeditneutron/locale/zh_CN/LC_MESSAGES/neutron.poeditneutron/locale/ka_GE/LC_MESSAGES/neutron.poeditneutron/locale/pl_PL/LC_MESSAGES/neutron.poeditneutron/locale/cs/LC_MESSAGES/neutron.poeditneutron/locale/es/LC_MESSAGES/neutron.poeditneutron/locale/vi_VN/LC_MESSAGES/neutron.poeditneutron/locale/da/LC_MESSAGES/neutron.poeditneutron/locale/sl_SI/LC_MESSAGES/neutron.poeditneutron/locale/ro/LC_MESSAGES/neutron.poeditneutron/locale/pt_BR/LC_MESSAGES/neutron.poConsole Output[...truncated 17851 lines...]Finished at 20130718-1905Build needed 00:43:08, 101080k disc spaceERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'saucy-havana', '-n', '-A', 'neutron_2013.2+git201307181811~saucy-0ubuntu1.dsc']' returned non-zero exit status 2ERROR:root:Command '['sbuild', '-d', 'saucy-havana', '-n', '-A', 'neutron_2013.2+git201307181811~saucy-0ubuntu1.dsc']' returned non-zero exit status 2INFO:root:Complete command log:INFO:root:Destroying schroot.apt-get -y install python-setuptoolspython setup.py sdistbzr branch lp:~ubuntu-server-dev/neutron/havana neutrondch -b -D saucy --newversion 1:2013.2+git201307181811~saucy-0ubuntu1 Automated Ubuntu testing build:git log -n1 --no-merges --pretty=format:%Hgit log 28d6ca99277b5f8edf61d03af07da0658fee920e..HEAD --no-merges --pretty=format:[%h] %sdch -a [6d300d9] Imported Translations from Transifexdch -a [7fe0de8] Update the ML2 README file with the latest tunnel changesdch -a [de19674] Fix argument name mismatch in L3-RPC sync_routersdch -a [0043044] Improve packet-filter test coverage in NEC Plugindch -a [aa3e64f] modernize quantum config in proper placedch -a [dab95c4] LBaaS: update DB pool stats received from lbaas agentdch -a [4a01e35] rename quantum into neutrondch -a [32e5b05] Add status description field for lbaas objectsdch -a [b9900c2] port-update fails when using SELECT FOR UPDATE lockdch -a [1761fce] Register agent schedulers options in one placedch -a [8417fe1] Improve lbaas haproxy plugin_driver test coveragedch -a [1f4e8a3] Apply Oslo ModelBase to NeutronBasedebcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piupartsbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC neutron_2013.2+git201307181811~saucy-0ubuntu1_source.changesmk-build-deps -i -r -t apt-get -y /tmp/tmpIhhLgu/neutron/debian/controlsbuild -d saucy-havana -n -A neutron_2013.2+git201307181811~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', 'neutron_2013.2+git201307181811~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', 'neutron_2013.2+git201307181811~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 #635

2013-07-18 Thread openstack-testing-bot
Title: precise_havana_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/635/Project:precise_havana_nova_trunkDate of build:Thu, 18 Jul 2013 19:06:59 -0400Build duration:22 minBuild cause:Started by an SCM changeStarted by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesFix IPAddress and CIDR type decoratorsby rpodolyakaeditnova/db/sqlalchemy/types.pyRemove redundant if statements in cells.stateby zhongyue.naheditnova/cells/state.pyRefresh network cache when reassigning a floating IP in Neutronby philip.dayeditnova/tests/network/test_neutronv2.pyeditnova/network/neutronv2/api.pyConsole Output[...truncated 4566 lines...]dch -a [5bceb0f] Port config_drive API to v3 Part 2dch -a [57b3fc1] Port config drive API to v3 Part 1dch -a [827c2d3] Sane rest API rate limit defaultsdch -a [4fbc164] Remove locals() from compute directorydch -a [d2a4915] Hypervisor uptime fails if service is disableddch -a [09accc6] Port server password extension to v3 API Part 1dch -a [e00245804] Port Simple_tenant_usage API to v3 Part 2dch -a [b505388] Make sure periodic instance reclaims continues on errordch -a [941984e] Make sure periodic cleanup of instances continues on errordch -a [7f57bb8] Sync models.Console* with migrations.dch -a [42bd910] Exeption message of 'live migration' is not appropriatedch -a [b5a3d05] Sync rpc from oslo-incubator.dch -a [ec01030] Update pyparsing to 1.5.7dch -a [b0a2a2d] Avoid redefining host to none in get_instance_nw_info(...)dch -a [12c6416] Clarify the compute API isINFO:root:Destroying schroot._volume_backed_instance methoddch -a [1b3f890] Port extended-server-attributes into v3 part1dch -a [37b269d] Revert "fixes nova resize bug when force_config_drive is set."dch -a [b01136e] Port extended status extension to v3 API Part 1dch -a [b0da1ab] Preserve network order when using ConfigDrivedch -a [5e6c081] Add troubleshoot to baremetal PXE template.dch -a [fdafaf3] Port hypervisor API into v3 part1dch -a [5bc4b7a] port Simple_tenant_usage  API into v3 part1dch -a [d925044] Don't deallocate network if destroy time outdch -a [c8fc1c2] Port fping extension to v3 API Part 1dch -a [cf3cf3c] libvirt fix resize/migrates with swap or ephemeraldch -a [2654ae8] Enforce sqlite-specific flow in drop_unique_constraintdebcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piupartsbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-d0bb6ed9-c98d-4628-85f0-eb54db4ce1b1', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-d0bb6ed9-c98d-4628-85f0-eb54db4ce1b1', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


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

2013-07-18 Thread openstack-testing-bot
Title: saucy_havana_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_nova_trunk/481/Project:saucy_havana_nova_trunkDate of build:Thu, 18 Jul 2013 19:08:07 -0400Build duration:40 minBuild cause:Started by an SCM changeStarted by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 4 out of the last 5 builds failed.20ChangesFix IPAddress and CIDR type decoratorsby rpodolyakaeditnova/db/sqlalchemy/types.pyRefresh network cache when reassigning a floating IP in Neutronby philip.dayeditnova/tests/network/test_neutronv2.pyeditnova/network/neutronv2/api.pyConsole Output[...truncated 4441 lines...]patching file nova/db/sqlalchemy/types.pyHunk #1 FAILED at 25.Hunk #2 FAILED at 40.2 out of 2 hunks FAILED -- rejects in file nova/db/sqlalchemy/types.pypatching file nova/tests/db/test_migrations.pyPatch fix-sqlalchemy-0.7.9-usage.patch does not apply (enforce with -f)ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-c6bd3440-425b-479f-933b-d151bcf83a41', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-c6bd3440-425b-479f-933b-d151bcf83a41', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3INFO:root:Complete command log:INFO:root:Destroying schroot.apt-get -y install python-setuptoolspython setup.py sdistbzr branch lp:~ubuntu-server-dev/nova/havana novadch -b -D saucy --newversion 1:2013.2+git201307181912~saucy-0ubuntu1 Automated Ubuntu testing build:git log -n1 --no-merges --pretty=format:%Hgit log 8e81e069a18e09562abfc4b18c5c7e57020aee66..HEAD --no-merges --pretty=format:[%h] %sdch -a [923a7ee] Check that the configuration file sample is up to datedch -a [7f0051d] Make compute_api.reboot() use objectsdch -a [fc8cb35] Create key manager interfacedch -a [583addc] Disable ssl layer compression for glance requests.dch -a [49fdad5] Refresh network cache when reassigning a floating IP in Neutrondch -a [c8c048b] Remove unnecessary comments for instance rebuild tests.dch -a [97f8069] Remove redundant if statements in cells.statedch -a [cd38293] Fix IPAddress and CIDR type decoratorsdch -a [7f7d29d] port disk_config API into v3 part1dch -a [2b750f7] Sync v2/v3 console_output API extensionsdebcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piupartsbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-c6bd3440-425b-479f-933b-d151bcf83a41', '-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-c6bd3440-425b-479f-933b-d151bcf83a41', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


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

2013-07-18 Thread openstack-testing-bot
Title: precise_havana_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/636/Project:precise_havana_nova_trunkDate of build:Thu, 18 Jul 2013 20:03:16 -0400Build duration:11 minBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesFix HTTP response for PortInUse during bootby rohit.karajgieditnova/tests/api/openstack/compute/test_servers.pyeditnova/api/openstack/compute/servers.pyConsole Output[...truncated 4568 lines...]dch -a [5bceb0f] Port config_drive API to v3 Part 2dch -a [57b3fc1] Port config drive API to v3 Part 1dch -a [827c2d3] Sane rest API rate limit defaultsdch -a [4fbc164] Remove locals() from compute directorydch -a [d2a4915] Hypervisor uptime fails if service is disableddch -a [09accc6] Port server password extension to v3 API Part 1dch -a [e00245804] Port Simple_tenant_usage API to v3 Part 2dch -a [b505388] Make sure periodic instance reclaims continues on errordch -a [941984e] Make sure periodic cleanup of instances continues on errordch -a [7f57bb8] Sync models.Console* with migrations.dch -a [42bd910] Exeption message of 'live migration' is not appropriatedch -a [b5a3d05] Sync rpc from oslo-incubator.dch -a [ec01030] Update pyparsing to 1.5.7dch -a [b0a2a2d] Avoid redefining host to none in get_instINFO:root:Destroying schroot.ance_nw_info(...)dch -a [12c6416] Clarify the compute API is_volume_backed_instance methoddch -a [1b3f890] Port extended-server-attributes into v3 part1dch -a [37b269d] Revert "fixes nova resize bug when force_config_drive is set."dch -a [b01136e] Port extended status extension to v3 API Part 1dch -a [b0da1ab] Preserve network order when using ConfigDrivedch -a [5e6c081] Add troubleshoot to baremetal PXE template.dch -a [fdafaf3] Port hypervisor API into v3 part1dch -a [5bc4b7a] port Simple_tenant_usage  API into v3 part1dch -a [d925044] Don't deallocate network if destroy time outdch -a [c8fc1c2] Port fping extension to v3 API Part 1dch -a [cf3cf3c] libvirt fix resize/migrates with swap or ephemeraldch -a [2654ae8] Enforce sqlite-specific flow in drop_unique_constraintdebcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piupartsbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-733fa3b8-12ce-4f0e-a201-3fff5675a19b', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-733fa3b8-12ce-4f0e-a201-3fff5675a19b', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


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

2013-07-18 Thread openstack-testing-bot
Title: saucy_havana_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_nova_trunk/482/Project:saucy_havana_nova_trunkDate of build:Thu, 18 Jul 2013 20:03:16 -0400Build duration:16 minBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 4 out of the last 5 builds failed.20ChangesFix HTTP response for PortInUse during bootby rohit.karajgieditnova/tests/api/openstack/compute/test_servers.pyeditnova/api/openstack/compute/servers.pyConsole Output[...truncated 4442 lines...]Hunk #1 FAILED at 25.Hunk #2 FAILED at 40.2 out of 2 hunks FAILED -- rejects in file nova/db/sqlalchemy/types.pypatching file nova/tests/db/test_migrations.pyPatch fix-sqlalchemy-0.7.9-usage.patch does not apply (enforce with -f)ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-b8b29b96-7869-4193-92b5-685601fb12d0', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-b8b29b96-7869-4193-92b5-685601fb12d0', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3INFO:root:Complete command log:INFO:root:Destroying schroot.apt-get -y install python-setuptoolspython setup.py sdistbzr branch lp:~ubuntu-server-dev/nova/havana novadch -b -D saucy --newversion 1:2013.2+git201307182005~saucy-0ubuntu1 Automated Ubuntu testing build:git log -n1 --no-merges --pretty=format:%Hgit log 8e81e069a18e09562abfc4b18c5c7e57020aee66..HEAD --no-merges --pretty=format:[%h] %sdch -a [923a7ee] Check that the configuration file sample is up to datedch -a [7f0051d] Make compute_api.reboot() use objectsdch -a [48b31c9] Fix HTTP response for PortInUse during bootdch -a [fc8cb35] Create key manager interfacedch -a [583addc] Disable ssl layer compression for glance requests.dch -a [49fdad5] Refresh network cache when reassigning a floating IP in Neutrondch -a [c8c048b] Remove unnecessary comments for instance rebuild tests.dch -a [97f8069] Remove redundant if statements in cells.statedch -a [cd38293] Fix IPAddress and CIDR type decoratorsdch -a [7f7d29d] port disk_config API into v3 part1dch -a [2b750f7] Sync v2/v3 console_output API extensionsdebcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piupartsbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-b8b29b96-7869-4193-92b5-685601fb12d0', '-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-b8b29b96-7869-4193-92b5-685601fb12d0', '-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: precise_havana_keystone_trunk #172

2013-07-18 Thread openstack-testing-bot
Title: precise_havana_keystone_trunk
General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_keystone_trunk/172/Project:precise_havana_keystone_trunkDate of build:Thu, 18 Jul 2013 18:24:10 -0400Build duration:2 hr 19 minBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 2 out of the last 5 builds failed.60Changespython3: Introduce py33 to tox.iniby reviewedittox.iniConsole Output[...truncated 36559 lines...]INFO:root:Uploading package to ppa:openstack-ubuntu-testing/havanaDEBUG:root:['dput', 'ppa:openstack-ubuntu-testing/havana', 'keystone_2013.2+git201307181825~precise-0ubuntu1_source.changes']gpg: Signature made Thu Jul 18 18:55:26 2013 EDT using RSA key ID 9935ACDCgpg: Good signature from "Openstack Ubuntu Testing Bot (Jenkins Key) "gpg: Signature made Thu Jul 18 18:55:00 2013 EDT using RSA key ID 9935ACDCgpg: Good signature from "Openstack Ubuntu Testing Bot (Jenkins Key) "Checking signature on .changesGood signature on /tmp/tmpURd4KH/keystone_2013.2+git201307181825~precise-0ubuntu1_source.changes.Checking signature on .dscGood signature on /tmp/tmpURd4KH/keystone_2013.2+git201307181825~precise-0ubuntu1.dsc.Uploading to ppa (via ftp to ppa.launchpad.net):  Uploading keystone_2013.2+git201307181825~precise-0ubuntu1.dsc: done.  Uploading keystone_2013.2+git201307181825~precise.orig.tar.gz: done.  Uploading keystone_2013.2+git201307181825~precise-0ubuntu1.debian.tar.gz: done.  Uploading keystone_2013.2+git201307181825~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-havana', 'keystone_2013.2+git201307181825~precise-0ubuntu1_amd64.changes']Exporting indices...Successfully created '/var/lib/jenkins/www/apt/dists/precise-havana/Release.gpg.new'Successfully created '/var/lib/jenkins/www/apt/dists/precise-havana/InRelease.new'Deleting files no longer referenced...deleting and forgetting pool/main/k/keystone/keystone-doc_2013.2+git201307171607~precise-0ubuntu1_all.debdeleting and forgetting pool/main/k/keystone/keystone_2013.2+git201307171607~precise-0ubuntu1_all.debdeleting and forgetting pool/main/k/keystone/python-keystone_2013.2+git201307171607~precise-0ubuntu1_all.debINFO:root:Storing current commit for next build: e63501d305c67b898821ad65ec744adf6851236aINFO:root:Complete command log:INFO:root:Destroying schroot.apt-get -y install python-setuptoolspython setup.py sdistbzr branch lp:~ubuntu-server-dev/keystone/havana keystonedch -b -D precise --newversion 1:2013.2+git201307181825~precise-0ubuntu1 Automated Ubuntu testing build:git log -n1 --no-merges --pretty=format:%Hgit log bd23cf25e2eeb139c6f3b35abf1e644a4270c0f2..HEAD --no-merges --pretty=format:[%h] %sdch -a [e63501d] Support token_format for backward compatibilitydch -a [fecb6c0] grammar fixes in error messagesdch -a [821435f] python3: Introduce py33 to tox.inidebcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piupartsbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC keystone_2013.2+git201307181825~precise-0ubuntu1_source.changesmk-build-deps -i -r -t apt-get -y /tmp/tmpURd4KH/keystone/debian/controlsbuild -d precise-havana -n -A keystone_2013.2+git201307181825~precise-0ubuntu1.dscdput ppa:openstack-ubuntu-testing/havana keystone_2013.2+git201307181825~precise-0ubuntu1_source.changesreprepro --waitforlock 10 -Vb /var/lib/jenkins/www/apt include precise-havana keystone_2013.2+git201307181825~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_nova_trunk #483

2013-07-18 Thread openstack-testing-bot
Title: saucy_havana_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_nova_trunk/483/Project:saucy_havana_nova_trunkDate of build:Thu, 18 Jul 2013 21:02:01 -0400Build duration:4 min 35 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesUnimplemented pause should not change vm state on PowerVMby mengqxqxeditnova/virt/powervm/driver.pyCode dedup in test_libvirt_vifby akamyshnikovaeditnova/tests/virt/libvirt/test_libvirt_vif.pyFix parse_transport_url when url has query stringby xqueralteditnova/cells/rpc_driver.pyeditnova/tests/cells/test_cells_rpc_driver.pyConsole Output[...truncated 4451 lines...]patching file nova/tests/db/test_migrations.pyPatch fix-sqlalchemy-0.7.9-usage.patch does not apply (enforce with -f)ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-e046cd5e-cce3-49e2-bbac-f298550b4e49', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-e046cd5e-cce3-49e2-bbac-f298550b4e49', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3INFO:root:Complete command log:INFO:root:Destroying schroot.apt-get -y install python-setuptoolspython setup.py sdistbzr branch lp:~ubuntu-server-dev/nova/havana novadch -b -D saucy --newversion 1:2013.2+git201307182103~saucy-0ubuntu1 Automated Ubuntu testing build:git log -n1 --no-merges --pretty=format:%Hgit log 8e81e069a18e09562abfc4b18c5c7e57020aee66..HEAD --no-merges --pretty=format:[%h] %sdch -a [923a7ee] Check that the configuration file sample is up to datedch -a [7f0051d] Make compute_api.reboot() use objectsdch -a [48b31c9] Fix HTTP response for PortInUse during bootdch -a [dcdb545] Fix parse_transport_url when url has query stringdch -a [1b40765] Code dedup in test_libvirt_vifdch -a [fc8cb35] Create key manager interfacedch -a [583addc] Disable ssl layer compression for glance requests.dch -a [49fdad5] Refresh network cache when reassigning a floating IP in Neutrondch -a [c8c048b] Remove unnecessary comments for instance rebuild tests.dch -a [97f8069] Remove redundant if statements in cells.statedch -a [cd38293] Fix IPAddress and CIDR type decoratorsdch -a [7f7d29d] port disk_config API into v3 part1dch -a [2b750f7] Sync v2/v3 console_output API extensionsdch -a [e16260b] Unimplemented pause should not change vm state on PowerVMdebcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piupartsbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-e046cd5e-cce3-49e2-bbac-f298550b4e49', '-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-e046cd5e-cce3-49e2-bbac-f298550b4e49', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


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

2013-07-18 Thread openstack-testing-bot
Title: precise_havana_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/637/Project:precise_havana_nova_trunkDate of build:Thu, 18 Jul 2013 21:02:01 -0400Build duration:4 min 26 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesUnimplemented pause should not change vm state on PowerVMby mengqxqxeditnova/virt/powervm/driver.pyCode dedup in test_libvirt_vifby akamyshnikovaeditnova/tests/virt/libvirt/test_libvirt_vif.pyFix parse_transport_url when url has query stringby xqueralteditnova/tests/cells/test_cells_rpc_driver.pyeditnova/cells/rpc_driver.pyConsole Output[...truncated 4577 lines...]dch -a [5bceb0f] Port config_drive API to v3 Part 2dch -a [57b3fc1] Port config drive API to v3 Part 1dch -a [827c2d3] Sane rest API rate limit defaultsdch -a [4fbc164] Remove locals() from compute directorydch -a [d2a4915] Hypervisor uptime fails if service is disableddch -a [09accc6] Port server password extension to v3 API Part 1dch -a [e00245804] Port Simple_tenant_usage API to v3 Part 2dch -a [b505388] Make sure periodic instance reclaims continues on errordch -a [941984e] Make sure periodic cleanup of instances continues on errordch -a [7f57bb8] Sync models.Console* with migrations.dch -a [42bd910] Exeption messaINFO:root:Destroying schroot.ge of 'live migration' is not appropriatedch -a [b5a3d05] Sync rpc from oslo-incubator.dch -a [ec01030] Update pyparsing to 1.5.7dch -a [b0a2a2d] Avoid redefining host to none in get_instance_nw_info(...)dch -a [12c6416] Clarify the compute API is_volume_backed_instance methoddch -a [1b3f890] Port extended-server-attributes into v3 part1dch -a [37b269d] Revert "fixes nova resize bug when force_config_drive is set."dch -a [b01136e] Port extended status extension to v3 API Part 1dch -a [b0da1ab] Preserve network order when using ConfigDrivedch -a [5e6c081] Add troubleshoot to baremetal PXE template.dch -a [fdafaf3] Port hypervisor API into v3 part1dch -a [5bc4b7a] port Simple_tenant_usage  API into v3 part1dch -a [d925044] Don't deallocate network if destroy time outdch -a [c8fc1c2] Port fping extension to v3 API Part 1dch -a [cf3cf3c] libvirt fix resize/migrates with swap or ephemeraldch -a [2654ae8] Enforce sqlite-specific flow in drop_unique_constraintdebcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piupartsbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-c48af510-0043-43cb-9b97-08713c8a573f', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-c48af510-0043-43cb-9b97-08713c8a573f', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


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

2013-07-18 Thread openstack-testing-bot
Title: saucy_havana_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_nova_trunk/484/Project:saucy_havana_nova_trunkDate of build:Thu, 18 Jul 2013 21:31:47 -0400Build duration:5 min 48 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesFix aggregate_get_by_host host filteringby kispeareditnova/db/sqlalchemy/api.pyeditnova/tests/db/test_db_api.pyFix filtering aggregate metadata by keyby kispeareditnova/tests/db/test_db_api.pyeditnova/db/sqlalchemy/api.pyConsole Output[...truncated 4457 lines...]ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-0ae3afe7-c802-45d4-ba27-73516b283fc8', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-0ae3afe7-c802-45d4-ba27-73516b283fc8', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3INFO:root:Complete command log:INFO:root:Destroying schroot.apt-get -y install python-setuptoolspython setup.py sdistbzr branch lp:~ubuntu-server-dev/nova/havana novadch -b -D saucy --newversion 1:2013.2+git201307182132~saucy-0ubuntu1 Automated Ubuntu testing build:git log -n1 --no-merges --pretty=format:%Hgit log 8e81e069a18e09562abfc4b18c5c7e57020aee66..HEAD --no-merges --pretty=format:[%h] %sdch -a [923a7ee] Check that the configuration file sample is up to datedch -a [7f0051d] Make compute_api.reboot() use objectsdch -a [48b31c9] Fix HTTP response for PortInUse during bootdch -a [dcdb545] Fix parse_transport_url when url has query stringdch -a [1b40765] Code dedup in test_libvirt_vifdch -a [fc8cb35] Create key manager interfacedch -a [583addc] Disable ssl layer compression for glance requests.dch -a [49fdad5] Refresh network cache when reassigning a floating IP in Neutrondch -a [c8c048b] Remove unnecessary comments for instance rebuild tests.dch -a [97f8069] Remove redundant if statements in cells.statedch -a [7e8fa8f] Fix filtering aggregate metadata by keydch -a [cd38293] Fix IPAddress and CIDR type decoratorsdch -a [13513a1] Fix aggregate_get_by_host host filteringdch -a [7f7d29d] port disk_config API into v3 part1dch -a [2b750f7] Sync v2/v3 console_output API extensionsdch -a [e16260b] Unimplemented pause should not change vm state on PowerVMdebcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piupartsbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-0ae3afe7-c802-45d4-ba27-73516b283fc8', '-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-0ae3afe7-c802-45d4-ba27-73516b283fc8', '-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: saucy_havana_neutron_trunk #50

2013-07-18 Thread openstack-testing-bot
Title: saucy_havana_neutron_trunk
General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_neutron_trunk/50/Project:saucy_havana_neutron_trunkDate of build:Thu, 18 Jul 2013 23:01:15 -0400Build duration:22 minBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 3 out of the last 5 builds failed.40ChangesAllow to clear extra routes in NVPby amigliaccioeditneutron/plugins/nicira/nvplib.pyConsole Output[...truncated 23315 lines...]deleting and forgetting pool/main/n/neutron/quantum-plugin-cisco_2013.2+git201307180639~saucy-0ubuntu1_all.debdeleting and forgetting pool/main/n/neutron/quantum-plugin-hyperv_2013.2+git201307180639~saucy-0ubuntu1_all.debdeleting and forgetting pool/main/n/neutron/quantum-plugin-linuxbridge-agent_2013.2+git201307180639~saucy-0ubuntu1_all.debdeleting and forgetting pool/main/n/neutron/quantum-plugin-linuxbridge_2013.2+git201307180639~saucy-0ubuntu1_all.debdeleting and forgetting pool/main/n/neutron/quantum-plugin-metaplugin_2013.2+git201307180639~saucy-0ubuntu1_all.debdeleting and forgetting pool/main/n/neutron/quantum-plugin-midonet_2013.2+git201307180639~saucy-0ubuntu1_all.debdeleting and forgetting pool/main/n/neutron/quantum-plugin-nec-agent_2013.2+git201307180639~saucy-0ubuntu1_all.debdeleting and forgetting pool/main/n/neutron/quantum-plugin-nec_2013.2+git201307180639~saucy-0ubuntu1_all.debdeleting and forgetting pool/main/n/neutron/quantum-plugin-nicira_2013.2+git201307180639~saucy-0ubuntu1_all.debdeleting and forgetting pool/main/n/neutron/quantum-plugin-openvswitch-agent_2013.2+git201307180639~saucy-0ubuntu1_all.debdeleting and forgetting pool/main/n/neutron/quantum-plugin-openvswitch_2013.2+git201307180639~saucy-0ubuntu1_all.debdeleting and forgetting pool/main/n/neutron/quantum-plugin-plumgrid_2013.2+git201307180639~saucy-0ubuntu1_all.debdeleting and forgetting pool/main/n/neutron/quantum-plugin-ryu-agent_2013.2+git201307180639~saucy-0ubuntu1_all.debdeleting and forgetting pool/main/n/neutron/quantum-plugin-ryu_2013.2+git201307180639~saucy-0ubuntu1_all.debdeleting and forgetting pool/main/n/neutron/quantum-server_2013.2+git201307180639~saucy-0ubuntu1_all.debINFO:root:Storing current commit for next build: 0f129121a1c8331c702204cf95951444ae53ef9cINFO:root:Complete command log:INFO:root:Destroying schroot.apt-get -y install python-setuptoolspython setup.py sdistbzr branch lp:~ubuntu-server-dev/neutron/havana neutrondch -b -D saucy --newversion 1:2013.2+git201307182301~saucy-0ubuntu1 Automated Ubuntu testing build:git log -n1 --no-merges --pretty=format:%Hgit log 28d6ca99277b5f8edf61d03af07da0658fee920e..HEAD --no-merges --pretty=format:[%h] %sdch -a [0f12912] Allow to clear extra routes in NVPdch -a [6d300d9] Imported Translations from Transifexdch -a [7fe0de8] Update the ML2 README file with the latest tunnel changesdch -a [de19674] Fix argument name mismatch in L3-RPC sync_routersdch -a [0043044] Improve packet-filter test coverage in NEC Plugindch -a [aa3e64f] modernize quantum config in proper placedch -a [dab95c4] LBaaS: update DB pool stats received from lbaas agentdch -a [4a01e35] rename quantum into neutrondch -a [32e5b05] Add status description field for lbaas objectsdch -a [b9900c2] port-update fails when using SELECT FOR UPDATE lockdch -a [1761fce] Register agent schedulers options in one placedch -a [8417fe1] Improve lbaas haproxy plugin_driver test coveragedch -a [1f4e8a3] Apply Oslo ModelBase to NeutronBasedebcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piupartsbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC neutron_2013.2+git201307182301~saucy-0ubuntu1_source.changesmk-build-deps -i -r -t apt-get -y /tmp/tmpWHx8rS/neutron/debian/controlsbuild -d saucy-havana -n -A neutron_2013.2+git201307182301~saucy-0ubuntu1.dscdput ppa:openstack-ubuntu-testing/havana neutron_2013.2+git201307182301~saucy-0ubuntu1_source.changesreprepro --waitforlock 10 -Vb /var/lib/jenkins/www/apt include saucy-havana neutron_2013.2+git201307182301~saucy-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