[Openstack] [OpenStack][Cinder] ISCSITargetCreateFailed: Failed to create iscsi target for volume

2013-01-02 Thread Leander Bessa Beernaert
Hello all,

I'm having trouble getting Cinder to create volumes. I'm using a single
install of OpenStack Folsom on Ubuntu 12.04 and a lvm volume with 40 GB
labeled cinder-volumes.

# Output from vgs:
  VG #PV #LV #SN Attr   VSize  VFree
  cinder-volumes   1   0   0 wz--n- 45.69g 45.69g


Every time I try to create a volume I get the error
ISCSITargetCreateFailed: Failed to create iscsi target for volume. I've
already tried following suggestions from this topic [1], but it doesn't
make any diference.

One thing I do notice is, even though the volume creation ended in error,
the equivalent space is used in the lvm volume. For instance, after the
error operation on the creation of a 1GB volume, vgs reports the following:

 VG #PV #LV #SN Attr   VSize  VFree
  cinder-volumes   1   1   0 wz--n- 45.69g 44.69g

As you can see, 1GB has been allocated.

Below you can find my configuration files.

# /etc/tgt/targets.conf:
include /etc/tgt/conf.d/cinder_tgt.conf
include /etc/tgt/conf.d/cinder.conf
include /etc/tgt/conf.d/nova_tgt.conf
default-driver iscsi

# /etc/tgt/conf.d/cinder_tgt.conf
nclude /var/lib/cinder/volumes/*

# /etc/tgt/conf.d/cinder.conf
include  /var/lib/cinder/volumes/*

# /etc/tgt/conf.d/nova_tgt.conf
include /etc/nova/volumes/

#volume config in nova.conf
volume_group=cinder-volumes
volume_name_template=volume-%08x
iscsi_helper=tgtadm
iscsi_ip_prefix=192.168.111.218
volume_api_class=nova.volume.cinder.API

Any ideas in regards to what might be wrong?

Regards,

Leander

[1] https://bugs.launchpad.net/cinder/+bug/1057904
___
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] RabbitMQ

2013-01-02 Thread Daniel He
Interesting. Thanks.


On 2 January 2013 05:35, heut2008 heut2...@gmail.com wrote:

 There is a new project aims at  solving the MQ scale  problem,  see
 https://launchpad.net/marconi for details.


 2013/1/1 Frans Thamura fr...@meruvian.org

 i think this area are intersting area. to grow openstack ecossytem.

 Yes we need a measurement to know.

 there are 2 area that i find in OpenStack
 1. Controller to PaaS Platform
 2. AMQP Server

 ..and may be..
 3. Monitoring
 4.

 Just think, a very modular openstack model, to make anyone can join
 the openstack ecosystem and make it rich and become best of the best
 grow inside.



 On Tue, Jan 1, 2013 at 7:16 PM, Daniel He csdhe.g...@gmail.com wrote:
  I also thought zeromq but we need some quantitative measure. Does
  anyone have tested zeromq already? thanks
 
 
 
  On 1 January 2013 09:56, Frans Thamura fr...@meruvian.org wrote:
 
  which one is the best?
 
  F
 
  On Tue, Jan 1, 2013 at 4:54 PM, Matt Joyce 
 matt.jo...@cloudscaling.com
  wrote:
   Check out zeromq as an alternative.
  
   On Jan 1, 2013 4:01 AM, Frans Thamura fr...@meruvian.org wrote:
  
   Hi All
  
   Happy New Year
  
  
   a Little discussion here, about RabbitMQ.
  
   do we should scale the rabbit mq to make a scaleable cloud system?
  
   can we replace it with another AQMP server?
  
  
   any opinion?
  
   ___
   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
 
 
 
 
  --
  Dan He
  ---
 

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




 --
 Yaguang Tang




-- 
Dan He
---
___
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] [OpenStack][Cinder] ISCSITargetCreateFailed: Failed to create iscsi target for volume

2013-01-02 Thread Balamurugan V G
Is that a typo in your configuration or a copy pase error:

# /etc/tgt/conf.d/cinder_tgt.conf
nclude /var/lib/cinder/volumes/*

The 'i' is missing in 'include'. If its only a copy paste error in the
mail, make sure you have the following running:

root@openstack-vm:~# ps -ef | grep cinder
root  3636 1  0 06:53 ?00:00:33 /usr/bin/python
/usr/local/bin/cinder-volume
root 25433 1  0 06:46 ?00:00:01 /usr/bin/python
/usr/local/bin/cinder-api --config-file /etc/cinder/cinder.conf
root 25937 1  0 06:46 ?00:00:32 /usr/bin/python
/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf
root@openstack-vm:~# ps -ef | grep tgt
root 31176 31174  0 06:49 ?00:00:03 tgtd
root@openstack-vm:~#

Also, in my case(devstack install), the path is
'/opt/stack/data/cinder/volumes/*' and not ' /var/lib/cinder/volumes/*'. So
make sure your path is right.

Hope this helps.

Regards,
Balu


On Wed, Jan 2, 2013 at 3:47 PM, Leander Bessa Beernaert leande...@gmail.com
 wrote:

 # /etc/tgt/conf.d/cinder_tgt.conf
 nclude /var/lib/cinder/volumes/*

___
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] [OpenStack][Cinder] ISCSITargetCreateFailed: Failed to create iscsi target for volume

2013-01-02 Thread Leander Bessa Beernaert
Reply is inlined below.

On Wed, Jan 2, 2013 at 10:41 AM, Balamurugan V G balamuruga...@gmail.comwrote:

 Is that a typo in your configuration or a copy pase error:

 # /etc/tgt/conf.d/cinder_tgt.conf
 nclude /var/lib/cinder/volumes/*

 The 'i' is missing in 'include'. If its only a copy paste error in the
 mail, make sure you have the following running:


That was a copy  paste typo, the original file is correct.



 root@openstack-vm:~# ps -ef | grep cinder
 root  3636 1  0 06:53 ?00:00:33 /usr/bin/python
 /usr/local/bin/cinder-volume
 root 25433 1  0 06:46 ?00:00:01 /usr/bin/python
 /usr/local/bin/cinder-api --config-file /etc/cinder/cinder.conf
 root 25937 1  0 06:46 ?00:00:32 /usr/bin/python
 /usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf
 root@openstack-vm:~# ps -ef | grep tgt
 root 31176 31174  0 06:49 ?00:00:03 tgtd
 root@openstack-vm:~#

# ps -ef | grep cinder:
cinder   14315 1  0 10:12 ?00:00:00 su -s /bin/sh -c exec
cinder-volume --config-file=/etc/cinder/cinder.conf
--log-file=/var/log/cinder/cinder-volume.log cinder
cinder   14316 14315  0 10:12 ?00:00:01 /usr/bin/python
/usr/bin/cinder-volume --config-file=/etc/cinder/cinder.conf
--log-file=/var/log/cinder/cinder-volume.log
cinder   14336 1  0 10:12 ?00:00:00 su -s /bin/sh -c exec
cinder-api --config-file=/etc/cinder/cinder.conf
--log-file=/var/log/cinder/cinder-api.log cinder
cinder   14337 14336  0 10:12 ?00:00:00 /usr/bin/python
/usr/bin/cinder-api --config-file=/etc/cinder/cinder.conf
--log-file=/var/log/cinder/cinder-api.log
cinder   14358 1  0 10:12 ?00:00:00 su -s /bin/sh -c exec
cinder-scheduler --config-file=/etc/cinder/cinder.conf
--log-file=/var/log/cinder/cinder-scheduler.log cinder
cinder   14359 14358  0 10:12 ?00:00:01 /usr/bin/python
/usr/bin/cinder-scheduler --config-file=/etc/cinder/cinder.conf
--log-file=/var/log/cinder/cinder-scheduler.log
root 21026  6073  0 10:49 pts/200:00:00 grep --color=auto cinder

# ps -ef | grep tgt
root 13648 1  0 10:09 ?00:00:00 tgtd
root 13650 13648  0 10:09 ?00:00:00 tgtd
root 21369  6073  0 10:51 pts/200:00:00 grep --color=auto tgt

# cinder.conf: [user] and [pass] omitted
[DEFAULT]
rootwrap_config = /etc/cinder/rootwrap.conf
api_paste_confg = /etc/cinder/api-paste.ini
sql_connection = mysql://[user]:[pass]@192.168.111.218/cinder
iscsi_helper = tgtadm
volume_name_template = volume-%s
volume_group = cinder-volumes
verbose = True
auth_strategy = keystone
state_path = /var/lib/cinder
volumes_dir = /var/lib/cinder/volumes


 Also, in my case(devstack install), the path is
 '/opt/stack/data/cinder/volumes/*' and not ' /var/lib/cinder/volumes/*'. So
 make sure your path is right.


I'm using a custom install script to setup a single install of OpenStack
using the packages provided by Ubuntu 12.04.


 Hope this helps.

 Regards,
 Balu


 On Wed, Jan 2, 2013 at 3:47 PM, Leander Bessa Beernaert 
 leande...@gmail.com wrote:

 # /etc/tgt/conf.d/cinder_tgt.conf
 nclude /var/lib/cinder/volumes/*




Regards,

Leander
___
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] [OpenStack][Cinder] ISCSITargetCreateFailed: Failed to create iscsi target for volume

2013-01-02 Thread Balamurugan V G
Try restarting your 'tgt' and other cinder services. That is all I can
think of.

I had similar issue and after I set the path right and restarted the
services, it worked fine.

Regards,
Balu

On Wed, Jan 2, 2013 at 4:23 PM, Leander Bessa Beernaert leande...@gmail.com
 wrote:


 Reply is inlined below.

 On Wed, Jan 2, 2013 at 10:41 AM, Balamurugan V G 
 balamuruga...@gmail.comwrote:

 Is that a typo in your configuration or a copy pase error:

 # /etc/tgt/conf.d/cinder_tgt.conf
 nclude /var/lib/cinder/volumes/*

 The 'i' is missing in 'include'. If its only a copy paste error in the
 mail, make sure you have the following running:


 That was a copy  paste typo, the original file is correct.



 root@openstack-vm:~# ps -ef | grep cinder
 root  3636 1  0 06:53 ?00:00:33 /usr/bin/python
 /usr/local/bin/cinder-volume
 root 25433 1  0 06:46 ?00:00:01 /usr/bin/python
 /usr/local/bin/cinder-api --config-file /etc/cinder/cinder.conf
 root 25937 1  0 06:46 ?00:00:32 /usr/bin/python
 /usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf
 root@openstack-vm:~# ps -ef | grep tgt
 root 31176 31174  0 06:49 ?00:00:03 tgtd
 root@openstack-vm:~#

 # ps -ef | grep cinder:
 cinder   14315 1  0 10:12 ?00:00:00 su -s /bin/sh -c exec
 cinder-volume --config-file=/etc/cinder/cinder.conf
 --log-file=/var/log/cinder/cinder-volume.log cinder
 cinder   14316 14315  0 10:12 ?00:00:01 /usr/bin/python
 /usr/bin/cinder-volume --config-file=/etc/cinder/cinder.conf
 --log-file=/var/log/cinder/cinder-volume.log
 cinder   14336 1  0 10:12 ?00:00:00 su -s /bin/sh -c exec
 cinder-api --config-file=/etc/cinder/cinder.conf
 --log-file=/var/log/cinder/cinder-api.log cinder
 cinder   14337 14336  0 10:12 ?00:00:00 /usr/bin/python
 /usr/bin/cinder-api --config-file=/etc/cinder/cinder.conf
 --log-file=/var/log/cinder/cinder-api.log
 cinder   14358 1  0 10:12 ?00:00:00 su -s /bin/sh -c exec
 cinder-scheduler --config-file=/etc/cinder/cinder.conf
 --log-file=/var/log/cinder/cinder-scheduler.log cinder
 cinder   14359 14358  0 10:12 ?00:00:01 /usr/bin/python
 /usr/bin/cinder-scheduler --config-file=/etc/cinder/cinder.conf
 --log-file=/var/log/cinder/cinder-scheduler.log
 root 21026  6073  0 10:49 pts/200:00:00 grep --color=auto cinder

 # ps -ef | grep tgt
 root 13648 1  0 10:09 ?00:00:00 tgtd
 root 13650 13648  0 10:09 ?00:00:00 tgtd
 root 21369  6073  0 10:51 pts/200:00:00 grep --color=auto tgt

 # cinder.conf: [user] and [pass] omitted
 [DEFAULT]
 rootwrap_config = /etc/cinder/rootwrap.conf
 api_paste_confg = /etc/cinder/api-paste.ini
 sql_connection = mysql://[user]:[pass]@192.168.111.218/cinder
 iscsi_helper = tgtadm
 volume_name_template = volume-%s
 volume_group = cinder-volumes
 verbose = True
 auth_strategy = keystone
 state_path = /var/lib/cinder
 volumes_dir = /var/lib/cinder/volumes


 Also, in my case(devstack install), the path is
 '/opt/stack/data/cinder/volumes/*' and not ' /var/lib/cinder/volumes/*'. So
 make sure your path is right.


 I'm using a custom install script to setup a single install of OpenStack
 using the packages provided by Ubuntu 12.04.


 Hope this helps.

 Regards,
 Balu


 On Wed, Jan 2, 2013 at 3:47 PM, Leander Bessa Beernaert 
 leande...@gmail.com wrote:

 # /etc/tgt/conf.d/cinder_tgt.conf
 nclude /var/lib/cinder/volumes/*




 Regards,

 Leander


___
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] [OpenStack][Cinder] ISCSITargetCreateFailed: Failed to create iscsi target for volume

2013-01-02 Thread Leander Bessa Beernaert
I've already tried restarting all cinder services and tgt, the error still
remains.

Thanks for the help though.

Regards,

Leander


On Wed, Jan 2, 2013 at 11:08 AM, Balamurugan V G balamuruga...@gmail.comwrote:

 Try restarting your 'tgt' and other cinder services. That is all I can
 think of.

 I had similar issue and after I set the path right and restarted the
 services, it worked fine.

 Regards,
 Balu


 On Wed, Jan 2, 2013 at 4:23 PM, Leander Bessa Beernaert 
 leande...@gmail.com wrote:


 Reply is inlined below.

 On Wed, Jan 2, 2013 at 10:41 AM, Balamurugan V G balamuruga...@gmail.com
  wrote:

 Is that a typo in your configuration or a copy pase error:

 # /etc/tgt/conf.d/cinder_tgt.conf
 nclude /var/lib/cinder/volumes/*

 The 'i' is missing in 'include'. If its only a copy paste error in the
 mail, make sure you have the following running:


 That was a copy  paste typo, the original file is correct.



 root@openstack-vm:~# ps -ef | grep cinder
 root  3636 1  0 06:53 ?00:00:33 /usr/bin/python
 /usr/local/bin/cinder-volume
 root 25433 1  0 06:46 ?00:00:01 /usr/bin/python
 /usr/local/bin/cinder-api --config-file /etc/cinder/cinder.conf
 root 25937 1  0 06:46 ?00:00:32 /usr/bin/python
 /usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf
 root@openstack-vm:~# ps -ef | grep tgt
 root 31176 31174  0 06:49 ?00:00:03 tgtd
 root@openstack-vm:~#

 # ps -ef | grep cinder:
 cinder   14315 1  0 10:12 ?00:00:00 su -s /bin/sh -c exec
 cinder-volume --config-file=/etc/cinder/cinder.conf
 --log-file=/var/log/cinder/cinder-volume.log cinder
 cinder   14316 14315  0 10:12 ?00:00:01 /usr/bin/python
 /usr/bin/cinder-volume --config-file=/etc/cinder/cinder.conf
 --log-file=/var/log/cinder/cinder-volume.log
 cinder   14336 1  0 10:12 ?00:00:00 su -s /bin/sh -c exec
 cinder-api --config-file=/etc/cinder/cinder.conf
 --log-file=/var/log/cinder/cinder-api.log cinder
 cinder   14337 14336  0 10:12 ?00:00:00 /usr/bin/python
 /usr/bin/cinder-api --config-file=/etc/cinder/cinder.conf
 --log-file=/var/log/cinder/cinder-api.log
 cinder   14358 1  0 10:12 ?00:00:00 su -s /bin/sh -c exec
 cinder-scheduler --config-file=/etc/cinder/cinder.conf
 --log-file=/var/log/cinder/cinder-scheduler.log cinder
 cinder   14359 14358  0 10:12 ?00:00:01 /usr/bin/python
 /usr/bin/cinder-scheduler --config-file=/etc/cinder/cinder.conf
 --log-file=/var/log/cinder/cinder-scheduler.log
 root 21026  6073  0 10:49 pts/200:00:00 grep --color=auto cinder

 # ps -ef | grep tgt
 root 13648 1  0 10:09 ?00:00:00 tgtd
 root 13650 13648  0 10:09 ?00:00:00 tgtd
 root 21369  6073  0 10:51 pts/200:00:00 grep --color=auto tgt

 # cinder.conf: [user] and [pass] omitted
 [DEFAULT]
 rootwrap_config = /etc/cinder/rootwrap.conf
 api_paste_confg = /etc/cinder/api-paste.ini
 sql_connection = mysql://[user]:[pass]@192.168.111.218/cinder
 iscsi_helper = tgtadm
 volume_name_template = volume-%s
 volume_group = cinder-volumes
 verbose = True
 auth_strategy = keystone
 state_path = /var/lib/cinder
 volumes_dir = /var/lib/cinder/volumes


 Also, in my case(devstack install), the path is
 '/opt/stack/data/cinder/volumes/*' and not ' /var/lib/cinder/volumes/*'. So
 make sure your path is right.


  I'm using a custom install script to setup a single install of OpenStack
 using the packages provided by Ubuntu 12.04.


 Hope this helps.

 Regards,
 Balu


 On Wed, Jan 2, 2013 at 3:47 PM, Leander Bessa Beernaert 
 leande...@gmail.com wrote:

 # /etc/tgt/conf.d/cinder_tgt.conf
 nclude /var/lib/cinder/volumes/*




 Regards,

 Leander



___
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] [OpenStack][Cinder] ISCSITargetCreateFailed: Failed to create iscsi target for volume

2013-01-02 Thread Pierre FREUND
Hello,

I think you should try to replace all * in tgt conf files.

Replace by one include line per file instead of *.

Pierre FREUND


2013/1/2 Leander Bessa Beernaert leande...@gmail.com

 I've already tried restarting all cinder services and tgt, the error still
 remains.

 Thanks for the help though.

 Regards,

 Leander


 On Wed, Jan 2, 2013 at 11:08 AM, Balamurugan V G 
 balamuruga...@gmail.comwrote:

 Try restarting your 'tgt' and other cinder services. That is all I can
 think of.

 I had similar issue and after I set the path right and restarted the
 services, it worked fine.

 Regards,
 Balu


 On Wed, Jan 2, 2013 at 4:23 PM, Leander Bessa Beernaert 
 leande...@gmail.com wrote:


 Reply is inlined below.

 On Wed, Jan 2, 2013 at 10:41 AM, Balamurugan V G 
 balamuruga...@gmail.com wrote:

 Is that a typo in your configuration or a copy pase error:

 # /etc/tgt/conf.d/cinder_tgt.conf
 nclude /var/lib/cinder/volumes/*

 The 'i' is missing in 'include'. If its only a copy paste error in the
 mail, make sure you have the following running:


 That was a copy  paste typo, the original file is correct.



 root@openstack-vm:~# ps -ef | grep cinder
 root  3636 1  0 06:53 ?00:00:33 /usr/bin/python
 /usr/local/bin/cinder-volume
 root 25433 1  0 06:46 ?00:00:01 /usr/bin/python
 /usr/local/bin/cinder-api --config-file /etc/cinder/cinder.conf
 root 25937 1  0 06:46 ?00:00:32 /usr/bin/python
 /usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf
 root@openstack-vm:~# ps -ef | grep tgt
 root 31176 31174  0 06:49 ?00:00:03 tgtd
 root@openstack-vm:~#

 # ps -ef | grep cinder:
 cinder   14315 1  0 10:12 ?00:00:00 su -s /bin/sh -c exec
 cinder-volume --config-file=/etc/cinder/cinder.conf
 --log-file=/var/log/cinder/cinder-volume.log cinder
 cinder   14316 14315  0 10:12 ?00:00:01 /usr/bin/python
 /usr/bin/cinder-volume --config-file=/etc/cinder/cinder.conf
 --log-file=/var/log/cinder/cinder-volume.log
 cinder   14336 1  0 10:12 ?00:00:00 su -s /bin/sh -c exec
 cinder-api --config-file=/etc/cinder/cinder.conf
 --log-file=/var/log/cinder/cinder-api.log cinder
 cinder   14337 14336  0 10:12 ?00:00:00 /usr/bin/python
 /usr/bin/cinder-api --config-file=/etc/cinder/cinder.conf
 --log-file=/var/log/cinder/cinder-api.log
 cinder   14358 1  0 10:12 ?00:00:00 su -s /bin/sh -c exec
 cinder-scheduler --config-file=/etc/cinder/cinder.conf
 --log-file=/var/log/cinder/cinder-scheduler.log cinder
 cinder   14359 14358  0 10:12 ?00:00:01 /usr/bin/python
 /usr/bin/cinder-scheduler --config-file=/etc/cinder/cinder.conf
 --log-file=/var/log/cinder/cinder-scheduler.log
 root 21026  6073  0 10:49 pts/200:00:00 grep --color=auto cinder

 # ps -ef | grep tgt
 root 13648 1  0 10:09 ?00:00:00 tgtd
 root 13650 13648  0 10:09 ?00:00:00 tgtd
 root 21369  6073  0 10:51 pts/200:00:00 grep --color=auto tgt

 # cinder.conf: [user] and [pass] omitted
 [DEFAULT]
 rootwrap_config = /etc/cinder/rootwrap.conf
 api_paste_confg = /etc/cinder/api-paste.ini
 sql_connection = mysql://[user]:[pass]@192.168.111.218/cinder
 iscsi_helper = tgtadm
 volume_name_template = volume-%s
 volume_group = cinder-volumes
 verbose = True
 auth_strategy = keystone
 state_path = /var/lib/cinder
 volumes_dir = /var/lib/cinder/volumes


 Also, in my case(devstack install), the path is
 '/opt/stack/data/cinder/volumes/*' and not ' /var/lib/cinder/volumes/*'. So
 make sure your path is right.


  I'm using a custom install script to setup a single install of
 OpenStack using the packages provided by Ubuntu 12.04.


 Hope this helps.

 Regards,
 Balu


 On Wed, Jan 2, 2013 at 3:47 PM, Leander Bessa Beernaert 
 leande...@gmail.com wrote:

 # /etc/tgt/conf.d/cinder_tgt.conf
 nclude /var/lib/cinder/volumes/*




 Regards,

 Leander




 ___
 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] [OpenStack][Cinder] ISCSITargetCreateFailed: Failed to create iscsi target for volume

2013-01-02 Thread Leander Bessa Beernaert
With what should i replace the include  /var/lib/cinder/volumes/*? The
folder /var/lib/cinder/volumes/ is empty :/


On Wed, Jan 2, 2013 at 11:22 AM, Pierre FREUND pierre.fre...@gmail.comwrote:

 Hello,

 I think you should try to replace all * in tgt conf files.

 Replace by one include line per file instead of *.

 Pierre FREUND


 2013/1/2 Leander Bessa Beernaert leande...@gmail.com

 I've already tried restarting all cinder services and tgt, the error
 still remains.

 Thanks for the help though.

 Regards,

 Leander


 On Wed, Jan 2, 2013 at 11:08 AM, Balamurugan V G balamuruga...@gmail.com
  wrote:

 Try restarting your 'tgt' and other cinder services. That is all I can
 think of.

 I had similar issue and after I set the path right and restarted the
 services, it worked fine.

 Regards,
 Balu


 On Wed, Jan 2, 2013 at 4:23 PM, Leander Bessa Beernaert 
 leande...@gmail.com wrote:


 Reply is inlined below.

 On Wed, Jan 2, 2013 at 10:41 AM, Balamurugan V G 
 balamuruga...@gmail.com wrote:

 Is that a typo in your configuration or a copy pase error:

 # /etc/tgt/conf.d/cinder_tgt.conf
 nclude /var/lib/cinder/volumes/*

 The 'i' is missing in 'include'. If its only a copy paste error in the
 mail, make sure you have the following running:


 That was a copy  paste typo, the original file is correct.



 root@openstack-vm:~# ps -ef | grep cinder
 root  3636 1  0 06:53 ?00:00:33 /usr/bin/python
 /usr/local/bin/cinder-volume
 root 25433 1  0 06:46 ?00:00:01 /usr/bin/python
 /usr/local/bin/cinder-api --config-file /etc/cinder/cinder.conf
 root 25937 1  0 06:46 ?00:00:32 /usr/bin/python
 /usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf
 root@openstack-vm:~# ps -ef | grep tgt
 root 31176 31174  0 06:49 ?00:00:03 tgtd
 root@openstack-vm:~#

 # ps -ef | grep cinder:
 cinder   14315 1  0 10:12 ?00:00:00 su -s /bin/sh -c exec
 cinder-volume --config-file=/etc/cinder/cinder.conf
 --log-file=/var/log/cinder/cinder-volume.log cinder
 cinder   14316 14315  0 10:12 ?00:00:01 /usr/bin/python
 /usr/bin/cinder-volume --config-file=/etc/cinder/cinder.conf
 --log-file=/var/log/cinder/cinder-volume.log
 cinder   14336 1  0 10:12 ?00:00:00 su -s /bin/sh -c exec
 cinder-api --config-file=/etc/cinder/cinder.conf
 --log-file=/var/log/cinder/cinder-api.log cinder
 cinder   14337 14336  0 10:12 ?00:00:00 /usr/bin/python
 /usr/bin/cinder-api --config-file=/etc/cinder/cinder.conf
 --log-file=/var/log/cinder/cinder-api.log
 cinder   14358 1  0 10:12 ?00:00:00 su -s /bin/sh -c exec
 cinder-scheduler --config-file=/etc/cinder/cinder.conf
 --log-file=/var/log/cinder/cinder-scheduler.log cinder
 cinder   14359 14358  0 10:12 ?00:00:01 /usr/bin/python
 /usr/bin/cinder-scheduler --config-file=/etc/cinder/cinder.conf
 --log-file=/var/log/cinder/cinder-scheduler.log
 root 21026  6073  0 10:49 pts/200:00:00 grep --color=auto
 cinder

 # ps -ef | grep tgt
 root 13648 1  0 10:09 ?00:00:00 tgtd
 root 13650 13648  0 10:09 ?00:00:00 tgtd
 root 21369  6073  0 10:51 pts/200:00:00 grep --color=auto tgt

 # cinder.conf: [user] and [pass] omitted
 [DEFAULT]
 rootwrap_config = /etc/cinder/rootwrap.conf
 api_paste_confg = /etc/cinder/api-paste.ini
 sql_connection = mysql://[user]:[pass]@192.168.111.218/cinder
 iscsi_helper = tgtadm
 volume_name_template = volume-%s
 volume_group = cinder-volumes
 verbose = True
 auth_strategy = keystone
 state_path = /var/lib/cinder
 volumes_dir = /var/lib/cinder/volumes


 Also, in my case(devstack install), the path is
 '/opt/stack/data/cinder/volumes/*' and not ' /var/lib/cinder/volumes/*'. 
 So
 make sure your path is right.


  I'm using a custom install script to setup a single install of
 OpenStack using the packages provided by Ubuntu 12.04.


 Hope this helps.

 Regards,
 Balu


 On Wed, Jan 2, 2013 at 3:47 PM, Leander Bessa Beernaert 
 leande...@gmail.com wrote:

 # /etc/tgt/conf.d/cinder_tgt.conf
 nclude /var/lib/cinder/volumes/*




 Regards,

 Leander




 ___
 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] [OpenStack][Cinder] ISCSITargetCreateFailed: Failed to create iscsi target for volume

2013-01-02 Thread Pierre FREUND
Here is a conf which works :

root@ip-10-33-167-169:~# vgs
  VG #PV #LV #SN Attr   VSize  VFree
  cinder-volumes   1   0   0 wz--n- 10.00g 10.00g

root@ip-10-33-167-169:~# cat /etc/tgt/targets.conf
include /etc/tgt/conf.d/cinder_tgt.conf

root@ip-10-33-167-169:~# cat /etc/tgt/conf.d/cinder_tgt.conf
include /var/lib/cinder/volumes/*



2013/1/2 Leander Bessa Beernaert leande...@gmail.com

 With what should i replace the include  /var/lib/cinder/volumes/*? The
 folder /var/lib/cinder/volumes/ is empty :/


 On Wed, Jan 2, 2013 at 11:22 AM, Pierre FREUND pierre.fre...@gmail.comwrote:

 Hello,

 I think you should try to replace all * in tgt conf files.

 Replace by one include line per file instead of *.

 Pierre FREUND


 2013/1/2 Leander Bessa Beernaert leande...@gmail.com

  I've already tried restarting all cinder services and tgt, the error
 still remains.

 Thanks for the help though.

 Regards,

 Leander


 On Wed, Jan 2, 2013 at 11:08 AM, Balamurugan V G 
 balamuruga...@gmail.com wrote:

 Try restarting your 'tgt' and other cinder services. That is all I can
 think of.

 I had similar issue and after I set the path right and restarted the
 services, it worked fine.

 Regards,
 Balu


 On Wed, Jan 2, 2013 at 4:23 PM, Leander Bessa Beernaert 
 leande...@gmail.com wrote:


 Reply is inlined below.

 On Wed, Jan 2, 2013 at 10:41 AM, Balamurugan V G 
 balamuruga...@gmail.com wrote:

 Is that a typo in your configuration or a copy pase error:

 # /etc/tgt/conf.d/cinder_tgt.conf
 nclude /var/lib/cinder/volumes/*

 The 'i' is missing in 'include'. If its only a copy paste error in
 the mail, make sure you have the following running:


 That was a copy  paste typo, the original file is correct.



 root@openstack-vm:~# ps -ef | grep cinder
 root  3636 1  0 06:53 ?00:00:33 /usr/bin/python
 /usr/local/bin/cinder-volume
 root 25433 1  0 06:46 ?00:00:01 /usr/bin/python
 /usr/local/bin/cinder-api --config-file /etc/cinder/cinder.conf
 root 25937 1  0 06:46 ?00:00:32 /usr/bin/python
 /usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf
 root@openstack-vm:~# ps -ef | grep tgt
 root 31176 31174  0 06:49 ?00:00:03 tgtd
 root@openstack-vm:~#

 # ps -ef | grep cinder:
 cinder   14315 1  0 10:12 ?00:00:00 su -s /bin/sh -c exec
 cinder-volume --config-file=/etc/cinder/cinder.conf
 --log-file=/var/log/cinder/cinder-volume.log cinder
 cinder   14316 14315  0 10:12 ?00:00:01 /usr/bin/python
 /usr/bin/cinder-volume --config-file=/etc/cinder/cinder.conf
 --log-file=/var/log/cinder/cinder-volume.log
 cinder   14336 1  0 10:12 ?00:00:00 su -s /bin/sh -c exec
 cinder-api --config-file=/etc/cinder/cinder.conf
 --log-file=/var/log/cinder/cinder-api.log cinder
 cinder   14337 14336  0 10:12 ?00:00:00 /usr/bin/python
 /usr/bin/cinder-api --config-file=/etc/cinder/cinder.conf
 --log-file=/var/log/cinder/cinder-api.log
 cinder   14358 1  0 10:12 ?00:00:00 su -s /bin/sh -c exec
 cinder-scheduler --config-file=/etc/cinder/cinder.conf
 --log-file=/var/log/cinder/cinder-scheduler.log cinder
 cinder   14359 14358  0 10:12 ?00:00:01 /usr/bin/python
 /usr/bin/cinder-scheduler --config-file=/etc/cinder/cinder.conf
 --log-file=/var/log/cinder/cinder-scheduler.log
 root 21026  6073  0 10:49 pts/200:00:00 grep --color=auto
 cinder

 # ps -ef | grep tgt
 root 13648 1  0 10:09 ?00:00:00 tgtd
 root 13650 13648  0 10:09 ?00:00:00 tgtd
 root 21369  6073  0 10:51 pts/200:00:00 grep --color=auto tgt

 # cinder.conf: [user] and [pass] omitted
 [DEFAULT]
 rootwrap_config = /etc/cinder/rootwrap.conf
 api_paste_confg = /etc/cinder/api-paste.ini
 sql_connection = mysql://[user]:[pass]@192.168.111.218/cinder
 iscsi_helper = tgtadm
 volume_name_template = volume-%s
 volume_group = cinder-volumes
 verbose = True
 auth_strategy = keystone
 state_path = /var/lib/cinder
 volumes_dir = /var/lib/cinder/volumes


 Also, in my case(devstack install), the path is
 '/opt/stack/data/cinder/volumes/*' and not ' /var/lib/cinder/volumes/*'. 
 So
 make sure your path is right.


  I'm using a custom install script to setup a single install of
 OpenStack using the packages provided by Ubuntu 12.04.


 Hope this helps.

 Regards,
 Balu


 On Wed, Jan 2, 2013 at 3:47 PM, Leander Bessa Beernaert 
 leande...@gmail.com wrote:

 # /etc/tgt/conf.d/cinder_tgt.conf
 nclude /var/lib/cinder/volumes/*




 Regards,

 Leander




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

Re: [Openstack] [OpenStack][Cinder] ISCSITargetCreateFailed: Failed to create iscsi target for volume

2013-01-02 Thread Leander Bessa Beernaert
That did it!!

Thanks!

On Wed, Jan 2, 2013 at 12:13 PM, Pierre FREUND pierre.fre...@gmail.comwrote:

 include /var/lib/cinder/volumes/*
___
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 upload: No checksum when using swift and image swift_store_large_object_size

2013-01-02 Thread Robert van Leeuwen
Hi,

I just noticed that when using glance with a swift backend the checksum is not 
populated when the size is below the swift_store_large_object_size when adding 
an image.
This results in an error message when downloading the image (and breaking nova 
instance creation).

Looking at the glance/store/swift.py code it seems to me the checksum code is 
only hit when the size is above swift_store_large_object_size.

Is this a bug or is there something else going on?

I'm running the EPEL Folsom packages on SL6.3

Thanks,
Robert
___
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] What's Up Doc? Jan 2 2013

2013-01-02 Thread Anne Gentle
Happy New Year everyone! Here's some news you can use from the last few
weeks from doc-land.

1. In review and merged this past week:
The Basic Install Guide is getting quite a workout from readers this past
week. Check out the latest at
http://docs.openstack.org/folsom/basic-install/content/. There is also a
review here: https://review.openstack.org/#/c/18619/ of the Basic Install
guide.

2. High priority doc work:
This week I want to circle back to the patches from the doc bug squash and
see if any additional ones need to be backported to stable/folsom.

If cells lands in nova before Jan 10, we'll need to add documentation for
it. All interested people are welcome to send write ups -- even rough notes
can be turned into docs. We're tracking the doc work for cells here:
https://bugs.launchpad.net/openstack-manuals/+bug/1075669

Any code patch with DocImpact gets a doc bug for tracking.

3. Doc work going on that I know of:
Tom Fifield is doing a great job triaging doc bugs. We're all patching as
much as we can.
The next Doc team meeting will be Tuesday Jan 8 13:00 UTC, see the agenda
and add to it at http://wiki.openstack.org/Meetings/DocTeamMeeting.

4. New incoming doc requests:
None that I know of.

5. Doc tools updates:
I've been testing the latest Maven plugin for our use, 1.6.2-SNAPSHOT, but
there is an open issue we're tracking here:
https://bugs.launchpad.net/openstack-manuals/+bug/1095314. With this new
release, PDF files do not have to be directly pointed to as links, avoiding
our many bugs about missing PDF files.

6. Other doc news:
This is BIG news and shouldn't be buried at the bottom of this email. The
OpenStack Foundation has agreed to fund an Operator's doc sprint at the end
of February! It'll be the same team as we were proposing for the Google Doc
Summit, but in Austin Texas. We should have an ebook to show for it by
March 2nd. Thank you to our Foundation for helping us make this happen!
___
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 upload: No checksum when using swift and image swift_store_large_object_size

2013-01-02 Thread Jay Pipes
Bug. Please do file one.

Best,
-jay

On 01/02/2013 09:30 AM, Robert van Leeuwen wrote:
 Hi,
 
 I just noticed that when using glance with a swift backend the checksum is 
 not populated when the size is below the swift_store_large_object_size when 
 adding an image.
 This results in an error message when downloading the image (and breaking 
 nova instance creation).
 
 Looking at the glance/store/swift.py code it seems to me the checksum code is 
 only hit when the size is above swift_store_large_object_size.
 
 Is this a bug or is there something else going on?
 
 I'm running the EPEL Folsom packages on SL6.3
 
 Thanks,
 Robert
 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp
 

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


Re: [Openstack] Glance upload: No checksum when using swift and image swift_store_large_object_size

2013-01-02 Thread Robert van Leeuwen
Ok thanks for confirming it,

https://bugs.launchpad.net/glance/+bug/1095356

Cheers,
Robert


From: openstack-bounces+robert.vanleeuwen=spilgames@lists.launchpad.net 
[openstack-bounces+robert.vanleeuwen=spilgames@lists.launchpad.net] on 
behalf of Jay Pipes [jaypi...@gmail.com]
Sent: Wednesday, January 02, 2013 4:58 PM
To: openstack@lists.launchpad.net
Subject: Re: [Openstack] Glance upload: No checksum when using swift and image 
 swift_store_large_object_size

Bug. Please do file one.

Best,
-jay
___
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] boot multi instances at a time issue

2013-01-02 Thread Jay Pipes
On 01/02/2013 12:52 AM, heut2008 wrote:
 Hi,all
 
  When booting  multi instances at a time , we face a hostname  naming 
 problem, now  all instances will using the same hostname provideed at
 booting time,as a developer,I  am looking for suggestions and
 requirements that from the user side, how do you want nova naming
 the hostname when booting multi instances? 
 when provide a hostname at booting time ,is  adding a number suffix ok?
 or more configurable naming is needed.

I believe the API should be modified to make suffix/templatized names
possible, as well as the ability to specify names as a list, with each
name in the list of names corresponding to a server.

Let's say I want to create 20 instances, with instances names
instance-00 through instance-19. Of course, there isn't any way to
do this right now, since the name parameter of the createServer call
sets the name the same for all instances. We could add a new parameter
called nameTemplate that would be filled in with some easy rules:

* Replace %(launch_id)d with the launch sequence. So, the third instance
booted with a nameTemplate of instance-%(launch_id)d would get the
name instance-3
* Replace %(image_name)s with the name of the image. For example, if the
nameTemplate was %(image_name)s-%(launch_id)d and the name of the
image was UbuntuPrecise, then the third launched instance would be
named UbuntuPrecise-3
* Any other sensible rules one might want to give...

-jay


___
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] RabbitMQ

2013-01-02 Thread Asher Newcomer
As a user, this seems odd to me. Am I correct in understanding that this is
a push to create an Openstack-oriented specialized message bus? Are none of
the many, many available, battle-hardened messaging systems suitable?


On Wed, Jan 2, 2013 at 12:35 AM, heut2008 heut2...@gmail.com wrote:

 There is a new project aims at  solving the MQ scale  problem,  see
 https://launchpad.net/marconi for details.


 2013/1/1 Frans Thamura fr...@meruvian.org

 i think this area are intersting area. to grow openstack ecossytem.

 Yes we need a measurement to know.

 there are 2 area that i find in OpenStack
 1. Controller to PaaS Platform
 2. AMQP Server

 ..and may be..
 3. Monitoring
 4.

 Just think, a very modular openstack model, to make anyone can join
 the openstack ecosystem and make it rich and become best of the best
 grow inside.



 On Tue, Jan 1, 2013 at 7:16 PM, Daniel He csdhe.g...@gmail.com wrote:
  I also thought zeromq but we need some quantitative measure. Does
  anyone have tested zeromq already? thanks
 
 
 
  On 1 January 2013 09:56, Frans Thamura fr...@meruvian.org wrote:
 
  which one is the best?
 
  F
 
  On Tue, Jan 1, 2013 at 4:54 PM, Matt Joyce 
 matt.jo...@cloudscaling.com
  wrote:
   Check out zeromq as an alternative.
  
   On Jan 1, 2013 4:01 AM, Frans Thamura fr...@meruvian.org wrote:
  
   Hi All
  
   Happy New Year
  
  
   a Little discussion here, about RabbitMQ.
  
   do we should scale the rabbit mq to make a scaleable cloud system?
  
   can we replace it with another AQMP server?
  
  
   any opinion?
  
   ___
   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
 
 
 
 
  --
  Dan He
  ---
 

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




 --
 Yaguang Tang

 ___
 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] mysql cluster on openstack

2013-01-02 Thread Andrew Hutchings

Hi Marco,

MySQL Cluster is not recommended for running on virtual machines.  It is 
designed to be used as real-time as possible and with the NDB nodes on 
isolated networks.  NDB node failures could well occur as well as delays 
in getting data when running on a cloud.  Although the situation in the 
later versions is much better than it was when I worked for MySQL.


Kind Regards
Andrew

On 23/12/12 03:57, Marco Bravo wrote:

Hi all, happy holidays first of all.
Any of you have deployed a mysql or any DB cluster over a cloud
What's your recommend?

Tks, Marco.

http://www.bootcamp.cl   January 2013 SCL


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




--
Andrew Hutchings - LinuxJedi - http://www.linuxjedi.co.uk/

___
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] Developing with Scala/Java on OpenStack Swift

2013-01-02 Thread Gui Maluf
Hey guys,
I'm trying to extend a software
projecthttps://github.com/VirtualCloudDrive/CloudDriveto talk with
Swift.

This project was developed on Scala, and my issue is: how should I access
Swift resource? Should I use
openstack-java-sdkhttps://github.com/woorea/openstack-java-sdk/,
jclouds http://www.jclouds.org/documentation/quickstart/openstack/ or
develop my own library to access the REST API?
I've tried to use openstack-java-sdk but I wasn't able to import the
libraries exposed at examples.

I'm really confuse about that and I'll appreciate any help, hint, advice!

Thanks in advance.!

-- 
*guilherme* \n
\t *maluf*
___
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] RabbitMQ

2013-01-02 Thread Eric Windisch


On Tuesday, January 1, 2013 at 07:16 AM, Daniel He wrote:

 I also thought zeromq but we need some quantitative measure. Does
 anyone have tested zeromq already? thanks
 
I've seen ZeroMQ based messaging running in multiple production OpenStack 
installations.

As the primary author of the zeromq messaging driver, my goal has been to 
achieve partition tolerance and high availability. Performance is not a primary 
motivator and is not something I have too deeply concerned myself with. I 
believe the pattern implemented by the zeromq driver should prove performant, 
but I also recognize that I have chosen not to prematurely optimize and there 
is room for improvement.

In terms of partition tolerance and high availability, I (perhaps biased) 
believe that ZeroMQ driver is superior to AMQP based messaging systems for the 
specific use-cases within Nova, Cinder, Glance, Quantum.  However, the 
complexities of supporting fanout and topic exchanges with ZeroMQ makes the 
driver the most difficult to configure in the short-term. For Nova, the 
configuration is actually quite basic, but for Quantum, the zeromq driver is 
currently impractical with upstream code. Specifically, considerable 
improvements must be made to the matchmaker modules, which involves host 
discovery for fanout and topic exchanges. The matchmaker is pluggable, so I 
hesitate to say what is out there now is wholly incapable of supporting 
Quantum, but we need something better upstream.

I'm seeking to make the driver configuration-free, hopefully within Grizzly, to 
make it the easiest out-of-the-box experience available within OpenStack. You 
wouldn't need a dedicated broker (or brokers), configuration of messaging 
hosts, usernames, or passwords. If successful, messaging will just work out 
of the box with ZeroMQ selected.

Regards,
Eric Windisch





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


[Openstack] swift packaged with gentoo

2013-01-02 Thread Matthew Thode
http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/sys-cluster/swift/

Going to be packaging the rest and separating them into releases (Essex,
Folsom, Grizzly, etc).  But it's available if anyone is interested.

-- 
-- Matthew Thode (prometheanfire)



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


Re: [Openstack] mysql cluster on openstack

2013-01-02 Thread Marco Bravo
Thanks folks, I started with applications running on openstack enviroment,
but in the underlaying level I really want to know how to is possible make
a redundant, HA, Mysql for Nova.
Many questions and for now is Thanks to all of you and Happy 2013.

Marco Bravo
http://linuxstgo.wordpress.com/

PS I'm on the path to try Gallera. I will post something about this later,
cause' I need a Mysql for a CRM app. bye.


2013/1/2 Leandro Reox leandro.r...@mercadolibre.com

 Mysql cluster - GALERA by codership ... virtual, physical , even on your
 oven ... damn its a great product!

 We have all our cloud db on a master-master eschema with galera :)

 http://www.codership.com/content/using-galera-cluster

 Best!

 Lean

 **
 *
 *
 *Leandro Reox *
 *#melicloud CloudBuilders*
 *Arias 3751, Piso 7 (C1430CRG) *
 *Ciudad de Buenos Aires - Argentina*
 *Cel: +549(11) 15-3770-1938*
 *Tel : +54(11) 4640-8726*


 On Wed, Jan 2, 2013 at 2:50 PM, Andrew Hutchings 
 and...@linuxjedi.co.ukwrote:

 Hi Marco,

 MySQL Cluster is not recommended for running on virtual machines.  It is
 designed to be used as real-time as possible and with the NDB nodes on
 isolated networks.  NDB node failures could well occur as well as delays in
 getting data when running on a cloud.  Although the situation in the later
 versions is much better than it was when I worked for MySQL.

 Kind Regards
 Andrew

 On 23/12/12 03:57, Marco Bravo wrote:

 Hi all, happy holidays first of all.
 Any of you have deployed a mysql or any DB cluster over a cloud
 What's your recommend?

 Tks, Marco.

 http://www.bootcamp.cl   January 2013 SCL


 __**_
 Mailing list: 
 https://launchpad.net/~**openstackhttps://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : 
 https://launchpad.net/~**openstackhttps://launchpad.net/~openstack
 More help   : 
 https://help.launchpad.net/**ListHelphttps://help.launchpad.net/ListHelp



 --
 Andrew Hutchings - LinuxJedi - http://www.linuxjedi.co.uk/

 __**_
 Mailing list: 
 https://launchpad.net/~**openstackhttps://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : 
 https://launchpad.net/~**openstackhttps://launchpad.net/~openstack
 More help   : 
 https://help.launchpad.net/**ListHelphttps://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] Thanks for using DocImpact

2013-01-02 Thread Tom Fifield
Hi all,

Just wanted to drop a quick note on the list to say thanks to all who
have gone to the effort of using the DocImpact flag in your commit messages.

We're now receiving a steady stream of useful information on changes
that affect the documentation, and logging and targeting them[1][2]. The
aim is that as Grizzly is released, the manuals should be much more up
to date than in previous releases.

Of course, the workload[3] is still a struggle, so any help[4] fixing up
docbugs is much appreciated :)

Thanks again for your efforts!

Regards,


Tom, on behalf of the docs team

[1] https://bugs.launchpad.net/openstack-manuals/+milestone/grizzly
[2] https://bugs.launchpad.net/openstack-api-site/+milestone/grizzly
[3] http://kiks.webnumbr.com/untouched-bugs-in-openstack-manuals-
[4] http://wiki.openstack.org/Documentation/HowTo

On 30/10/12 12:31, Tom Fifield wrote:
 TL;DR - If anything you submit could have an impact on documentation,
 just add DocImpact to a line in your commit message.
 
 Developers,
 
 
 We need your help.
 
 In the face of the 500 contributors to the code base, those small
 handful of us working on documentation are losing the war.
 
 One of the worst pains we have right now is that we're not getting
 information from you about the changes you make. We just don't have the
 people to review every single commit on every single project for its
 impact on documentation.
 
 This is where you can make a difference.
 
 If your commit could have an impact on documentation - be it an
 added/altered/removed commandline option, a deprecated or new feature, a
 caveat, if you've written docs in the patch, or if you're just not sure
 - there's a way to let us know.
 
 = Just add DocImpact to a line in your commit message.
 
 This sends us an email so we can triage. It doesn't guarantee docs will
 be written, but at least it gives us visibility of the changes.
 
 
 Thanks for reading.
 
 As always - if you have any time to write/fix docs, we've more than one
 hundred bugs waiting for your contribution . . .
 
 
 Regards,
 
 
 Tom, on behalf of the docs team.


___
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] Developing with Scala/Java on OpenStack Swift

2013-01-02 Thread Luis Gervaso
Hi Gui!

I just upgraded the code to work properly with latest Jersey release

Below the swift example code (just tested and working with HPCloud)

Hope it helps you :)

private static final File TEST_FILE = new File(pom.xml);

 private static final String KEYSTONE_AUTH_URL = 
https://region-a.geo-1.identity.hpcloudsvc.com:35357/v2.0;;

 private static final String KEYSTONE_USERNAME = ;

 private static final String KEYSTONE_PASSWORD = ;


 /**

 * @param args

 */

public static void main(String[] args) throws Exception {

 KeystoneClient keystone = new KeystoneClient(KEYSTONE_AUTH_URL);

 //access with unscoped token

 Access access = keystone.execute(Authenticate.withPasswordCredentials(
KEYSTONE_USERNAME, KEYSTONE_PASSWORD));

  //use the token in the following requests

 keystone.setToken(access.getToken().getId());

  Tenants tenants = keystone.execute(new ListTenants());

  //try to exchange token using the first tenant

 if(tenants.getList().size()  0) {

   access =
keystone.execute(Authenticate.withToken(access.getToken().getId()).withTenantId(tenants.getList().get(0).getId()));

   SwiftClient swiftClient =
newSwiftClient(KeystoneUtils.findEndpointURL(access.getServiceCatalog(),
object-store, null, public), access.getToken().getId());

   //swiftClient.execute(new DeleteContainer(navidad2));

   swiftClient.execute(new CreateContainer(navidad2));

   System.out.println(swiftClient.execute(new ListContainers()));

   ObjectForUpload upload = new ObjectForUpload();

 upload.setContainer(navidad2);

 upload.setName(example2);

 upload.setInputStream(new FileInputStream(TEST_FILE));

 swiftClient.execute(new UploadObject(upload));

   System.out.println(swiftClient.execute(new ListObjects(navidad2,
new HashMapString,
String() {{

  put(path, );

 }})).get(0).getContentType());

   }


 }

On Wed, Jan 2, 2013 at 8:01 PM, Gui Maluf guimal...@gmail.com wrote:

 Hey guys,
 I'm trying to extend a software 
 projecthttps://github.com/VirtualCloudDrive/CloudDriveto talk with Swift.

 This project was developed on Scala, and my issue is: how should I access
 Swift resource? Should I use 
 openstack-java-sdkhttps://github.com/woorea/openstack-java-sdk/,
 jclouds http://www.jclouds.org/documentation/quickstart/openstack/ or
 develop my own library to access the REST API?
 I've tried to use openstack-java-sdk but I wasn't able to import the
 libraries exposed at examples.

 I'm really confuse about that and I'll appreciate any help, hint, advice!

 Thanks in advance.!

 --
 *guilherme* \n
 \t *maluf*

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




-- 
---
Luis Alberto Gervaso Martin
Woorea Solutions, S.L
CEO  CTO
mobile: (+34) 627983344
luis@ luis.gerv...@gmail.comwoorea.es
___
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-manage service list is not conveying loss of dependent services

2013-01-02 Thread Kobagana Kumar
Hi,

Nova-manage service list is not conveying loss of dependent services

Description: Though Rabbit MQ service is down, nova-compute service status is 
showing as alive, so VMs are regularly scheduled to this node and get stuck.

Proposed Solution:

Need to detect compute managers which have failed to contact the dependent 
service like RabitMQ, libvirt etc., after identifying the problem (after 
configurable number of retries) compute service should disable itself by 
logging proper reason into database and it should enable the itself once the 
detected problem resolves.

With the proposed solution when the Rabbit MQ service is down service list 
shows as follows:

nova-network nv-aw1st21-compute0001 nova disabled (unable to contact RabbitMQ) 
enabled 2013-01-02 05:33:00

To implement this approach need to introduce a new column reason.

Please comment on the proposed approach.

Thanks,
Kobagana Kumar

DISCLAIMER
==
This e-mail may contain privileged and confidential information which is the 
property of Persistent Systems Ltd. It is intended only for the use of the 
individual or entity to which it is addressed. If you are not the intended 
recipient, you are not authorized to read, retain, copy, print, distribute or 
use this message. If you have received this communication in error, please 
notify the sender and delete all copies of this message. Persistent Systems 
Ltd. does not accept any liability for virus infected mails.
___
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] Vietnam OpenStack Community - 2nd meetup (4th January 2013)

2013-01-02 Thread Hang Tran Thi
Dear OpenStack Community,

Happy new year to you all!


We would like to announce that our second meetup for Vietnam OpenStack
Community will be held at Marcel Dasault, Francophone Institute for
Informatics (IFI-VNU) on 4th January, 2013. Meetup 2 will especially
welcome the presence of Mr. Do Hoang Khanh, a senior IT expert who is
passionate about open source movement. He has also attended the OpenStack
Summit last October in San Diego. In this event, he will share with the
attendants his OpenStack experience.

The proposed agenda is as below:

*Location:* Marcel Dasault, Francophone Institute for Informatics (IFI-VNU)

*Time:* 5 – 9pm; 04/01/2013

*Objective:* Review recent activities of Vietnam OpenStack Community and
discuss OpenStack business opportunities at Business Management Level.

*Snack and drinks will be served during the meetup and dinner is offered by
DTT Technology after the Event.*

*Main Contents: *

- OpenStack Demo: Mr. Nguyen Thanh Hai from Netnam;

- Translation of OpenStack Documents: Coordinated by Mr. Thai Ba Dong;

- OpenStack experience sharing: Mr. Do Hoang Khanh;

- QA and future plan: Facilitated by Mr. Nguyen Hong Quang (Chairman of
VFOSSA) and Mr. Nguyen The Trung (Managing Director of DTT Technology
Group).

Currently, there are approx. 20 people registered. Should you be interested
in this meetup, please send an email to hang.t...@dtt.vn. We are looking
forward to the success of the event.

P/S. Could someone please post this event onto the OpenStack Website -
Coming up event? Thank you for your help.

Kind regards,
Hang



-- 
Tran Thi Hang
Project Manager/Consultant Assistant

*DTT Technology Group*
Add: Unit 305, Level 3, Ha Thanh Plaza, 102 Thai Thinh Street, Dong Da
District, Ha Noi
Tel: +(84) 902127811
Mail: hang.t...@dtt.vn
Web: www.dtt.vn
___
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] network problem

2013-01-02 Thread Umar Draz
Hi

here is my setup

1) controller - 63.73.22.22
2) compute-1 -  63.73.22.23
3) compute-2 - 63.73.22.24

The Local network is 10.10.10.0/24 for virtual machines.

I have created 2 virtual machines. Controller automatically creates 1
Virtual machine on compute-1 and 2nd on compute-2.

1) Compute-1's Virtual Machine local ip is 10.10.10.3
2) Compute-2's Virtual Machine local ip is 10.10.10.4

Now the problem is I can not ping 10.10.10.3 from Compute-2's virtual
machine. and Same thing on Compute-1's virtual machine. Even I can not ping
or access both virtual machines from controller node.

Compute-1 can only access its own virtual machine and Compute-2 can only
access its own virtual machines.

Would you please help me what should I do?

Best Regards,

Umar
___
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_grizzly_nova_trunk #358

2013-01-02 Thread openstack-testing-bot
Title: precise_grizzly_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_nova_trunk/358/Project:precise_grizzly_nova_trunkDate of build:Wed, 02 Jan 2013 09:31:02 -0500Build duration:8 min 0 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesIgnore double messages to associate the same ipby vishvanandaeditnova/network/manager.pyeditnova/tests/network/test_manager.pyPeriodic update of DNS entries.by edouard.thuleaueditetc/nova/nova.conf.sampleeditnova/network/manager.pyFix bug and remove update lock in db.instance_test_and_set()by boriseditnova/db/sqlalchemy/api.pyeditnova/tests/test_db_api.pyAdd API sample tests to FixedIPs extensionby bozhuadddoc/api_samples/os-fixed-ips/fixedips-get-resp.xmleditnova/tests/integrated/test_api_samples.pyaddnova/tests/integrated/api_samples/os-fixed-ips/fixedips-get-resp.json.tpladddoc/api_samples/os-fixed-ips/fixedip-post-req.jsonadddoc/api_samples/os-fixed-ips/fixedip-post-req.xmladdnova/tests/integrated/api_samples/os-fixed-ips/fixedip-post-req.xml.tpladdnova/tests/integrated/api_samples/os-fixed-ips/fixedip-post-req.json.tpladddoc/api_samples/os-fixed-ips/fixedips-get-resp.jsonaddnova/tests/integrated/api_samples/os-fixed-ips/fixedips-get-resp.xml.tplConsole Output[...truncated 10685 lines...]dch -a [37d42ca] Add more association support to network APIdch -a [6ab2790] Remove the WillNotSchedule exception.dch -a [aef9802] Replace fixtures.DetailStream with fixtures.StringStream.dch -a [19558ab] Move network_driver into new nova.network.driverdch -a [06f0e45] Move DNS manager options into network.managerdch -a [bcfb4d4] Refactor xvp consoledch -a [2f8ffcc] Move agent_build_get_by_triple to conductordch -a [20f0c60] Move provider_fw_rule_get_all to conductordch -a [20811e9] Move security_group operations in VirtAPI to conductordch -a [6da1dbc] Retry NBD device allocation.dch -a [4abc8cc] Use testr to run nova unittests.dch -a [bd7fb1c] Add a developer trap for api samplesdch -a [694bcb7] Update command on devref docdch -a [921eec9] Fixed deleting instance booted from invalid voldch -a [461a966] Add the missing replacement text in devref doc.dch -a [5019de6] Allow xenapi to work with empty image metadatadch -a [18817c7] Imported Translations from Transifexdch -a [76588ed] Fix for broken switch for config_drivedch -a [98a7161] Fix use of osapi_compute_extension option in api_samples.dch -a [6c9d9ab] Fix errors in used_limits extensiondch -a [a5b12b6] Add syslogging to nova-rootwrapdch -a [a630ea4] Ensure that sql_dbpool_enable is a boolean valuedch -a [503d572] Fixes KeyError: 'sr_uuid' when booting from volume on xenapidch -a [d6aa0cc] Remove the deprecated quantum v1 code and directory.dch -a [a2101c4] Allows an instance to post encrypted passworddch -a [44d543b] Volume backed live migration w/o shared storagedebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC nova_2013.1+git201301020931~precise-0ubuntu1_source.changessbuild -d precise-grizzly -n -A nova_2013.1+git201301020931~precise-0ubuntu1.dscTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'precise-grizzly', '-n', '-A', 'nova_2013.1+git201301020931~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 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'precise-grizzly', '-n', '-A', 'nova_2013.1+git201301020931~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: raring_grizzly_quantum_trunk #150

2013-01-02 Thread openstack-testing-bot
Title: raring_grizzly_quantum_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_quantum_trunk/150/Project:raring_grizzly_quantum_trunkDate of build:Wed, 02 Jan 2013 09:31:02 -0500Build duration:10 minBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesEnsure allocation pools are deleted from databaseby gkottoneditquantum/db/models_v2.pyConsole Output[...truncated 8898 lines...]dch -a [922aefc] Exceptions cleanupdch -a [012e47f] Readjust try/catch block in quantum.api.v2.base.create()dch -a [7de8e37] Ensure allocation pools are deleted from databasedch -a [c536aab] Raise InvalidInput directly instead of catch itdch -a [24baea5] Ensure bulk creations have quota validationsdch -a [201a71a] Correct exception output for subnet deletion when port is useddch -a [38751c0] Update the configuration help for the OVS cleanup utilitydch -a [19d65cd] Provide "atomic" database access for networksdch -a [767859d] Add OVS cleanup utilitydch -a [1ad3714] Removes redundant code in quantum.api.v2.base.create()dch -a [7b5f6fd] Add eventlet db_pool use for mysqldch -a [ca8ed5e] Clean up executable modulesdch -a [97880b9] Fixes import order nitsdch -a [71a7472] Fix log message for unreferenced variabledch -a [e0fae85] The patch introduces an API extension for LBaaS servicedch -a [9b6297d] Fix pep8 issuesdch -a [659d70b] Add tox artifacts to .gitignoredch -a [dd5c7ea] Correct i18n messages for bigswitch plugindch -a [9917275] dhcp_agent.ini, l3_agent.ini: update dhcp/l3_agent.inidch -a [5b2f47c] Make patch-tun and patch-int configurabledch -a [9a442af] Update test_router_list to validate the router returned.dch -a [9ca602e] Fixed the security group port binding should be automatically deleted when delete_portdch -a [8057d31] Correct i18n message for nicira plugindch -a [f4e1fa0] add parent/sub-resource support into Quantum API frameworkdch -a [7ae7011] Add script for checking i18n messagedch -a [6cb4b04] Update evenlet monkey patch flags.debcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC quantum_2013.1+git201301020931~raring-0ubuntu1_source.changessbuild -d raring-grizzly -n -A quantum_2013.1+git201301020931~raring-0ubuntu1.dscTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'quantum_2013.1+git201301020931~raring-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 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'quantum_2013.1+git201301020931~raring-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: raring_grizzly_nova_trunk #361

2013-01-02 Thread openstack-testing-bot
Title: raring_grizzly_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_nova_trunk/361/Project:raring_grizzly_nova_trunkDate of build:Wed, 02 Jan 2013 09:32:07 -0500Build duration:10 minBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesIgnore double messages to associate the same ipby vishvanandaeditnova/network/manager.pyeditnova/tests/network/test_manager.pyPeriodic update of DNS entries.by edouard.thuleaueditnova/network/manager.pyeditetc/nova/nova.conf.sampleFix bug and remove update lock in db.instance_test_and_set()by boriseditnova/tests/test_db_api.pyeditnova/db/sqlalchemy/api.pyAdd API sample tests to FixedIPs extensionby bozhuaddnova/tests/integrated/api_samples/os-fixed-ips/fixedip-post-req.xml.tpladddoc/api_samples/os-fixed-ips/fixedips-get-resp.jsonadddoc/api_samples/os-fixed-ips/fixedip-post-req.xmladdnova/tests/integrated/api_samples/os-fixed-ips/fixedips-get-resp.xml.tpladdnova/tests/integrated/api_samples/os-fixed-ips/fixedip-post-req.json.tpladddoc/api_samples/os-fixed-ips/fixedip-post-req.jsoneditnova/tests/integrated/test_api_samples.pyaddnova/tests/integrated/api_samples/os-fixed-ips/fixedips-get-resp.json.tpladddoc/api_samples/os-fixed-ips/fixedips-get-resp.xmlConsole Output[...truncated 12491 lines...]dch -a [f4ca695] fix test_nbd using stubsdch -a [1a7a0e1] Imported Translations from Transifexdch -a [21a86ef] Properly remove the time override in quota tests.dch -a [2e01dc0] Fix API samples generation.dch -a [ef5d2af] Move TimeOverride to the general reusable-test-helper place.dch -a [aef4f3c] Added conf support for security groupsdch -a [07af4ce] Add accounting for orphans to resource tracker.dch -a [37d42ca] Add more association support to network APIdch -a [6ab2790] Remove the WillNotSchedule exception.dch -a [aef9802] Replace fixtures.DetailStream with fixtures.StringStream.dch -a [19558ab] Move network_driver into new nova.network.driverdch -a [06f0e45] Move DNS manager options into network.managerdch -a [bcfb4d4] Refactor xvp consoledch -a [2f8ffcc] Move agent_build_get_by_triple to conductordch -a [20f0c60] Move provider_fw_rule_get_all to conductordch -a [20811e9] Move security_group operations in VirtAPI to conductordch -a [6da1dbc] Retry NBD device allocation.dch -a [4abc8cc] Use testr to run nova unittests.dch -a [694bcb7] Update command on devref docdch -a [921eec9] Fixed deleting instance booted from invalid voldch -a [461a966] Add the missing replacement text in devref doc.dch -a [a5b12b6] Add syslogging to nova-rootwrapdch -a [a630ea4] Ensure that sql_dbpool_enable is a boolean valuedch -a [d6aa0cc] Remove the deprecated quantum v1 code and directory.dch -a [a2101c4] Allows an instance to post encrypted passworddch -a [44d543b] Volume backed live migration w/o shared storagedebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC nova_2013.1+git201301020933~raring-0ubuntu1_source.changessbuild -d raring-grizzly -n -A nova_2013.1+git201301020933~raring-0ubuntu1.dscTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'nova_2013.1+git201301020933~raring-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 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'nova_2013.1+git201301020933~raring-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_grizzly_nova_trunk #359

2013-01-02 Thread openstack-testing-bot
Title: precise_grizzly_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_nova_trunk/359/Project:precise_grizzly_nova_trunkDate of build:Wed, 02 Jan 2013 10:01:14 -0500Build duration:7 min 33 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesEnsure datetimes can be properly serialized.by lzy.deveditnova/network/manager.pyAdds test for HTTPUnprocessableEntity when rebootingby tmelloeditnova/tests/api/openstack/compute/test_server_actions.pyConsole Output[...truncated 10691 lines...]dch -a [37d42ca] Add more association support to network APIdch -a [6ab2790] Remove the WillNotSchedule exception.dch -a [aef9802] Replace fixtures.DetailStream with fixtures.StringStream.dch -a [19558ab] Move network_driver into new nova.network.driverdch -a [06f0e45] Move DNS manager options into network.managerdch -a [bcfb4d4] Refactor xvp consoledch -a [2f8ffcc] Move agent_build_get_by_triple to conductordch -a [20f0c60] Move provider_fw_rule_get_all to conductordch -a [20811e9] Move security_group operations in VirtAPI to conductordch -a [6da1dbc] Retry NBD device allocation.dch -a [4abc8cc] Use testr to run nova unittests.dch -a [bd7fb1c] Add a developer trap for api samplesdch -a [694bcb7] Update command on devref docdch -a [921eec9] Fixed deleting instance booted from invalid voldch -a [461a966] Add the missing replacement text in devref doc.dch -a [5019de6] Allow xenapi to work with empty image metadatadch -a [18817c7] Imported Translations from Transifexdch -a [76588ed] Fix for broken switch for config_drivedch -a [98a7161] Fix use of osapi_compute_extension option in api_samples.dch -a [6c9d9ab] Fix errors in used_limits extensiondch -a [a5b12b6] Add syslogging to nova-rootwrapdch -a [a630ea4] Ensure that sql_dbpool_enable is a boolean valuedch -a [503d572] Fixes KeyError: 'sr_uuid' when booting from volume on xenapidch -a [d6aa0cc] Remove the deprecated quantum v1 code and directory.dch -a [a2101c4] Allows an instance to post encrypted passworddch -a [44d543b] Volume backed live migration w/o shared storagedebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC nova_2013.1+git201301021002~precise-0ubuntu1_source.changessbuild -d precise-grizzly -n -A nova_2013.1+git201301021002~precise-0ubuntu1.dscTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'precise-grizzly', '-n', '-A', 'nova_2013.1+git201301021002~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 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'precise-grizzly', '-n', '-A', 'nova_2013.1+git201301021002~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: raring_grizzly_nova_trunk #363

2013-01-02 Thread openstack-testing-bot
Title: raring_grizzly_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_nova_trunk/363/Project:raring_grizzly_nova_trunkDate of build:Wed, 02 Jan 2013 10:31:03 -0500Build duration:9 min 2 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesAllow new XML API sample file generationby cbehrenseditnova/tests/integrated/test_api_samples.pyConsole Output[...truncated 12500 lines...]dch -a [f4ca695] fix test_nbd using stubsdch -a [1a7a0e1] Imported Translations from Transifexdch -a [21a86ef] Properly remove the time override in quota tests.dch -a [2e01dc0] Fix API samples generation.dch -a [ef5d2af] Move TimeOverride to the general reusable-test-helper place.dch -a [aef4f3c] Added conf support for security groupsdch -a [07af4ce] Add accounting for orphans to resource tracker.dch -a [37d42ca] Add more association support to network APIdch -a [6ab2790] Remove the WillNotSchedule exception.dch -a [aef9802] Replace fixtures.DetailStream with fixtures.StringStream.dch -a [19558ab] Move network_driver into new nova.network.driverdch -a [06f0e45] Move DNS manager options into network.managerdch -a [bcfb4d4] Refactor xvp consoledch -a [2f8ffcc] Move agent_build_get_by_triple to conductordch -a [20f0c60] Move provider_fw_rule_get_all to conductordch -a [20811e9] Move security_group operations in VirtAPI to conductordch -a [6da1dbc] Retry NBD device allocation.dch -a [4abc8cc] Use testr to run nova unittests.dch -a [694bcb7] Update command on devref docdch -a [921eec9] Fixed deleting instance booted from invalid voldch -a [461a966] Add the missing replacement text in devref doc.dch -a [a5b12b6] Add syslogging to nova-rootwrapdch -a [a630ea4] Ensure that sql_dbpool_enable is a boolean valuedch -a [d6aa0cc] Remove the deprecated quantum v1 code and directory.dch -a [a2101c4] Allows an instance to post encrypted passworddch -a [44d543b] Volume backed live migration w/o shared storagedebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC nova_2013.1+git201301021032~raring-0ubuntu1_source.changessbuild -d raring-grizzly -n -A nova_2013.1+git201301021032~raring-0ubuntu1.dscTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'nova_2013.1+git201301021032~raring-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 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'nova_2013.1+git201301021032~raring-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_grizzly_nova_trunk #361

2013-01-02 Thread openstack-testing-bot
Title: precise_grizzly_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_nova_trunk/361/Project:precise_grizzly_nova_trunkDate of build:Wed, 02 Jan 2013 11:31:03 -0500Build duration:7 min 44 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0Changesdb.network_delete_safe() method performance optimizationby boriseditnova/db/sqlalchemy/api.pyspelling in test_migrationsby jogoeditnova/tests/test_migrations.pyUpdate nova-cert man pageby jogoeditdoc/source/man/nova-cert.rstMove baremetal options to [BAREMETAL] OptGroupby devananda.vdveditnova/virt/baremetal/volume_driver.pyeditnova/virt/baremetal/db/sqlalchemy/session.pyeditnova/virt/baremetal/driver.pyeditnova/tests/baremetal/test_driver.pyeditnova/tests/baremetal/db/base.pyeditnova/tests/baremetal/test_volume_driver.pyeditnova/virt/baremetal/db/api.pyConsole Output[...truncated 10706 lines...]dch -a [37d42ca] Add more association support to network APIdch -a [6ab2790] Remove the WillNotSchedule exception.dch -a [aef9802] Replace fixtures.DetailStream with fixtures.StringStream.dch -a [19558ab] Move network_driver into new nova.network.driverdch -a [06f0e45] Move DNS manager options into network.managerdch -a [bcfb4d4] Refactor xvp consoledch -a [2f8ffcc] Move agent_build_get_by_triple to conductordch -a [20f0c60] Move provider_fw_rule_get_all to conductordch -a [20811e9] Move security_group operations in VirtAPI to conductordch -a [6da1dbc] Retry NBD device allocation.dch -a [4abc8cc] Use testr to run nova unittests.dch -a [bd7fb1c] Add a developer trap for api samplesdch -a [694bcb7] Update command on devref docdch -a [921eec9] Fixed deleting instance booted from invalid voldch -a [461a966] Add the missing replacement text in devref doc.dch -a [5019de6] Allow xenapi to work with empty image metadatadch -a [18817c7] Imported Translations from Transifexdch -a [76588ed] Fix for broken switch for config_drivedch -a [98a7161] Fix use of osapi_compute_extension option in api_samples.dch -a [6c9d9ab] Fix errors in used_limits extensiondch -a [a5b12b6] Add syslogging to nova-rootwrapdch -a [a630ea4] Ensure that sql_dbpool_enable is a boolean valuedch -a [503d572] Fixes KeyError: 'sr_uuid' when booting from volume on xenapidch -a [d6aa0cc] Remove the deprecated quantum v1 code and directory.dch -a [a2101c4] Allows an instance to post encrypted passworddch -a [44d543b] Volume backed live migration w/o shared storagedebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC nova_2013.1+git201301021131~precise-0ubuntu1_source.changessbuild -d precise-grizzly -n -A nova_2013.1+git201301021131~precise-0ubuntu1.dscTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'precise-grizzly', '-n', '-A', 'nova_2013.1+git201301021131~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 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'precise-grizzly', '-n', '-A', 'nova_2013.1+git201301021131~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: raring_grizzly_nova_trunk #364

2013-01-02 Thread openstack-testing-bot
Title: raring_grizzly_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_nova_trunk/364/Project:raring_grizzly_nova_trunkDate of build:Wed, 02 Jan 2013 11:32:02 -0500Build duration:7 min 37 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0Changesdb.network_delete_safe() method performance optimizationby boriseditnova/db/sqlalchemy/api.pyspelling in test_migrationsby jogoeditnova/tests/test_migrations.pyUpdate nova-cert man pageby jogoeditdoc/source/man/nova-cert.rstMove baremetal options to [BAREMETAL] OptGroupby devananda.vdveditnova/virt/baremetal/volume_driver.pyeditnova/virt/baremetal/driver.pyeditnova/virt/baremetal/db/api.pyeditnova/tests/baremetal/db/base.pyeditnova/virt/baremetal/db/sqlalchemy/session.pyeditnova/tests/baremetal/test_volume_driver.pyeditnova/tests/baremetal/test_driver.pyConsole Output[...truncated 7747 lines...]dch -a [f4ca695] fix test_nbd using stubsdch -a [1a7a0e1] Imported Translations from Transifexdch -a [21a86ef] Properly remove the time override in quota tests.dch -a [2e01dc0] Fix API samples generation.dch -a [ef5d2af] Move TimeOverride to the general reusable-test-helper place.dch -a [aef4f3c] Added conf support for security groupsdch -a [07af4ce] Add accounting for orphans to resource tracker.dch -a [37d42ca] Add more association support to network APIdch -a [6ab2790] Remove the WillNotSchedule exception.dch -a [aef9802] Replace fixtures.DetailStream with fixtures.StringStream.dch -a [19558ab] Move network_driver into new nova.network.driverdch -a [06f0e45] Move DNS manager options into network.managerdch -a [bcfb4d4] Refactor xvp consoledch -a [2f8ffcc] Move agent_build_get_by_triple to conductordch -a [20f0c60] Move provider_fw_rule_get_all to conductordch -a [20811e9] Move security_group operations in VirtAPI to conductordch -a [6da1dbc] Retry NBD device allocation.dch -a [4abc8cc] Use testr to run nova unittests.dch -a [694bcb7] Update command on devref docdch -a [921eec9] Fixed deleting instance booted from invalid voldch -a [461a966] Add the missing replacement text in devref doc.dch -a [a5b12b6] Add syslogging to nova-rootwrapdch -a [a630ea4] Ensure that sql_dbpool_enable is a boolean valuedch -a [d6aa0cc] Remove the deprecated quantum v1 code and directory.dch -a [a2101c4] Allows an instance to post encrypted passworddch -a [44d543b] Volume backed live migration w/o shared storagedebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC nova_2013.1+git201301021133~raring-0ubuntu1_source.changessbuild -d raring-grizzly -n -A nova_2013.1+git201301021133~raring-0ubuntu1.dscTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'nova_2013.1+git201301021133~raring-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 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'nova_2013.1+git201301021133~raring-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 Still Failing: precise_grizzly_nova_trunk #362

2013-01-02 Thread openstack-testing-bot
Title: precise_grizzly_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_nova_trunk/362/Project:precise_grizzly_nova_trunkDate of build:Wed, 02 Jan 2013 12:01:03 -0500Build duration:6 min 50 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesLog last compute error when rescheduling.by brian.elliotteditnova/compute/manager.pyeditnova/scheduler/filter_scheduler.pyeditnova/tests/compute/test_compute.pyFix cloudpipe instances query.by motokentsaieditnova/tests/api/openstack/compute/contrib/test_cloudpipe.pyeditnova/api/openstack/compute/contrib/cloudpipe.pySpelling: Compatability=>Compatibilityby jogoeditnova/db/sqlalchemy/models.pyConsole Output[...truncated 10715 lines...]dch -a [37d42ca] Add more association support to network APIdch -a [6ab2790] Remove the WillNotSchedule exception.dch -a [aef9802] Replace fixtures.DetailStream with fixtures.StringStream.dch -a [19558ab] Move network_driver into new nova.network.driverdch -a [06f0e45] Move DNS manager options into network.managerdch -a [bcfb4d4] Refactor xvp consoledch -a [2f8ffcc] Move agent_build_get_by_triple to conductordch -a [20f0c60] Move provider_fw_rule_get_all to conductordch -a [20811e9] Move security_group operations in VirtAPI to conductordch -a [6da1dbc] Retry NBD device allocation.dch -a [4abc8cc] Use testr to run nova unittests.dch -a [bd7fb1c] Add a developer trap for api samplesdch -a [694bcb7] Update command on devref docdch -a [921eec9] Fixed deleting instance booted from invalid voldch -a [461a966] Add the missing replacement text in devref doc.dch -a [5019de6] Allow xenapi to work with empty image metadatadch -a [18817c7] Imported Translations from Transifexdch -a [76588ed] Fix for broken switch for config_drivedch -a [98a7161] Fix use of osapi_compute_extension option in api_samples.dch -a [6c9d9ab] Fix errors in used_limits extensiondch -a [a5b12b6] Add syslogging to nova-rootwrapdch -a [a630ea4] Ensure that sql_dbpool_enable is a boolean valuedch -a [503d572] Fixes KeyError: 'sr_uuid' when booting from volume on xenapidch -a [d6aa0cc] Remove the deprecated quantum v1 code and directory.dch -a [a2101c4] Allows an instance to post encrypted passworddch -a [44d543b] Volume backed live migration w/o shared storagedebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC nova_2013.1+git201301021201~precise-0ubuntu1_source.changessbuild -d precise-grizzly -n -A nova_2013.1+git201301021201~precise-0ubuntu1.dscTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'precise-grizzly', '-n', '-A', 'nova_2013.1+git201301021201~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 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'precise-grizzly', '-n', '-A', 'nova_2013.1+git201301021201~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: raring_grizzly_nova_trunk #365

2013-01-02 Thread openstack-testing-bot
Title: raring_grizzly_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_nova_trunk/365/Project:raring_grizzly_nova_trunkDate of build:Wed, 02 Jan 2013 12:01:07 -0500Build duration:8 min 35 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesLog last compute error when rescheduling.by brian.elliotteditnova/tests/compute/test_compute.pyeditnova/scheduler/filter_scheduler.pyeditnova/compute/manager.pyFix cloudpipe instances query.by motokentsaieditnova/tests/api/openstack/compute/contrib/test_cloudpipe.pyeditnova/api/openstack/compute/contrib/cloudpipe.pySpelling: Compatability=>Compatibilityby jogoeditnova/db/sqlalchemy/models.pyConsole Output[...truncated 12521 lines...]dch -a [f4ca695] fix test_nbd using stubsdch -a [1a7a0e1] Imported Translations from Transifexdch -a [21a86ef] Properly remove the time override in quota tests.dch -a [2e01dc0] Fix API samples generation.dch -a [ef5d2af] Move TimeOverride to the general reusable-test-helper place.dch -a [aef4f3c] Added conf support for security groupsdch -a [07af4ce] Add accounting for orphans to resource tracker.dch -a [37d42ca] Add more association support to network APIdch -a [6ab2790] Remove the WillNotSchedule exception.dch -a [aef9802] Replace fixtures.DetailStream with fixtures.StringStream.dch -a [19558ab] Move network_driver into new nova.network.driverdch -a [06f0e45] Move DNS manager options into network.managerdch -a [bcfb4d4] Refactor xvp consoledch -a [2f8ffcc] Move agent_build_get_by_triple to conductordch -a [20f0c60] Move provider_fw_rule_get_all to conductordch -a [20811e9] Move security_group operations in VirtAPI to conductordch -a [6da1dbc] Retry NBD device allocation.dch -a [4abc8cc] Use testr to run nova unittests.dch -a [694bcb7] Update command on devref docdch -a [921eec9] Fixed deleting instance booted from invalid voldch -a [461a966] Add the missing replacement text in devref doc.dch -a [a5b12b6] Add syslogging to nova-rootwrapdch -a [a630ea4] Ensure that sql_dbpool_enable is a boolean valuedch -a [d6aa0cc] Remove the deprecated quantum v1 code and directory.dch -a [a2101c4] Allows an instance to post encrypted passworddch -a [44d543b] Volume backed live migration w/o shared storagedebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC nova_2013.1+git201301021201~raring-0ubuntu1_source.changessbuild -d raring-grizzly -n -A nova_2013.1+git201301021201~raring-0ubuntu1.dscTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'nova_2013.1+git201301021201~raring-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 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'nova_2013.1+git201301021201~raring-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_grizzly_nova_trunk #364

2013-01-02 Thread openstack-testing-bot
Title: precise_grizzly_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_nova_trunk/364/Project:precise_grizzly_nova_trunkDate of build:Wed, 02 Jan 2013 14:31:05 -0500Build duration:6 min 45 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesExtract image metadata from Cinderby ndipanoveditnova/tests/test_cinder.pyeditnova/volume/cinder.pyAdd get_backdoor_port to console.by treinisheditnova/console/api.pyeditnova/console/manager.pyeditnova/console/rpcapi.pyeditnova/tests/console/test_rpcapi.pyeditnova/tests/console/test_console.pyAdd get_backdoor_port to scheduler.by treinisheditnova/tests/scheduler/test_rpcapi.pyeditnova/scheduler/rpcapi.pyeditnova/scheduler/manager.pyAdd get_backdoor_port to cert.by treinisheditnova/tests/cert/test_rpcapi.pyeditnova/cert/rpcapi.pyeditnova/cert/manager.pyReport failures to mount in localfs correctly.by mikaleditnova/virt/disk/api.pyeditnova/virt/disk/vfs/localfs.pyaddnova/tests/virt/disk/test_api.pyeditnova/tests/virt/disk/test_nbd.pyConsole Output[...truncated 10759 lines...]dch -a [6ab2790] Remove the WillNotSchedule exception.dch -a [aef9802] Replace fixtures.DetailStream with fixtures.StringStream.dch -a [19558ab] Move network_driver into new nova.network.driverdch -a [06f0e45] Move DNS manager options into network.managerdch -a [bcfb4d4] Refactor xvp consoledch -a [2f8ffcc] Move agent_build_get_by_triple to conductordch -a [20f0c60] Move provider_fw_rule_get_all to conductordch -a [20811e9] Move security_group operations in VirtAPI to conductordch -a [6da1dbc] Retry NBD device allocation.dch -a [4abc8cc] Use testr to run nova unittests.dch -a [bd7fb1c] Add a developer trap for api samplesdch -a [694bcb7] Update command on devref docdch -a [921eec9] Fixed deleting instance booted from invalid voldch -a [461a966] Add the missing replacement text in devref doc.dch -a [5019de6] Allow xenapi to work with empty image metadatadch -a [18817c7] Imported Translations from Transifexdch -a [76588ed] Fix for broken switch for config_drivedch -a [98a7161] Fix use of osapi_compute_extension option in api_samples.dch -a [6c9d9ab] Fix errors in used_limits extensiondch -a [a5b12b6] Add syslogging to nova-rootwrapdch -a [a630ea4] Ensure that sql_dbpool_enable is a boolean valuedch -a [503d572] Fixes KeyError: 'sr_uuid' when booting from volume on xenapidch -a [d6aa0cc] Remove the deprecated quantum v1 code and directory.dch -a [a2101c4] Allows an instance to post encrypted passworddch -a [44d543b] Volume backed live migration w/o shared storagedebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC nova_2013.1+git201301021431~precise-0ubuntu1INFO:root:Destroying schroot._source.changessbuild -d precise-grizzly -n -A nova_2013.1+git201301021431~precise-0ubuntu1.dscTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'precise-grizzly', '-n', '-A', 'nova_2013.1+git201301021431~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 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'precise-grizzly', '-n', '-A', 'nova_2013.1+git201301021431~precise-0ubuntu1.dsc']' returned non-zero exit status 2Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_grizzly_nova_trunk #365

2013-01-02 Thread openstack-testing-bot
Title: precise_grizzly_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_nova_trunk/365/Project:precise_grizzly_nova_trunkDate of build:Wed, 02 Jan 2013 15:01:03 -0500Build duration:7 min 31 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesRemove improper NotFound except block in list serversby jaypipeseditnova/tests/api/openstack/compute/test_servers.pyeditnova/api/openstack/compute/servers.pyRaise BadRequest when updating personalityby janis.gengeriseditnova/api/openstack/compute/servers.pyeditnova/tests/api/openstack/compute/test_servers.pyAdds os-volume_attachments volume_id validationby janis.gengeriseditnova/api/openstack/compute/contrib/volumes.pyeditnova/tests/api/openstack/compute/contrib/test_volumes.pyAdd unit test for too long metadata for server rebuild actionby maurosreditnova/tests/api/openstack/compute/test_server_actions.pyConsole Output[...truncated 10772 lines...]dch -a [6ab2790] Remove the WillNotSchedule exception.dch -a [aef9802] Replace fixtures.DetailStream with fixtures.StringStream.dch -a [19558ab] Move network_driver into new nova.network.driverdch -a [06f0e45] Move DNS manager options into network.managerdch -a [bcfb4d4] Refactor xvp consoledch -a [2f8ffcc] Move agent_build_get_by_triple to conductordch -a [20f0c60] Move provider_fw_rule_get_all to conductordch -a [20811e9] Move security_group operations in VirtAPI to conductordch -a [6da1dbc] Retry NBD device allocation.dch -a [4abc8cc] Use testr to run nova unittests.dch -a [bd7fb1c] Add a developer trap for api samplesdch -a [694bcb7] Update command on devref docdch -a [921eec9] Fixed deleting instance booted from invalid voldch -a [461a966] Add the missing replacement text in devref doc.dch -a [5019de6] Allow xenapi to work with empty image metadatadch -a [18817c7] Imported Translations from Transifexdch -a [76588ed] Fix for broken switch for config_drivedch -a [98a7161] Fix use of osapi_compute_extension option in api_samples.dch -a [6c9d9ab] Fix errors in used_limits extensiondch -a [a5b12b6] Add syslogging to nova-rootwrapdch -a [a630ea4] Ensure that sql_dbpool_enable is a boolean valuedch -a [503d572] Fixes KeyError: 'sr_uuid' when booting from volume on xenapidch -a [d6aa0cc] Remove the deprecated quantum v1 codeINFO:root:Destroying schroot. and directory.dch -a [a2101c4] Allows an instance to post encrypted passworddch -a [44d543b] Volume backed live migration w/o shared storagedebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC nova_2013.1+git201301021502~precise-0ubuntu1_source.changessbuild -d precise-grizzly -n -A nova_2013.1+git201301021502~precise-0ubuntu1.dscTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'precise-grizzly', '-n', '-A', 'nova_2013.1+git201301021502~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 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'precise-grizzly', '-n', '-A', 'nova_2013.1+git201301021502~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: raring_grizzly_nova_trunk #368

2013-01-02 Thread openstack-testing-bot
Title: raring_grizzly_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_nova_trunk/368/Project:raring_grizzly_nova_trunkDate of build:Wed, 02 Jan 2013 15:02:10 -0500Build duration:9 min 20 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesRemove improper NotFound except block in list serversby jaypipeseditnova/api/openstack/compute/servers.pyeditnova/tests/api/openstack/compute/test_servers.pyRaise BadRequest when updating personalityby janis.gengeriseditnova/api/openstack/compute/servers.pyeditnova/tests/api/openstack/compute/test_servers.pyAdds os-volume_attachments volume_id validationby janis.gengeriseditnova/tests/api/openstack/compute/contrib/test_volumes.pyeditnova/api/openstack/compute/contrib/volumes.pyAdd unit test for too long metadata for server rebuild actionby maurosreditnova/tests/api/openstack/compute/test_server_actions.pyConsole Output[...truncated 12617 lines...]dch -a [f4ca695] fix test_nbd using stubsdch -a [1a7a0e1] Imported Translations from Transifexdch -a [21a86ef] Properly remove the time override in quota tests.dch -a [2e01dc0] Fix API samples generation.dch -a [ef5d2af] Move TimeOverride to the general reusable-test-helper place.dch -a [aef4f3c] Added conf support for security groupsdch -a [07af4ce] Add accounting for orphans to resource tracker.dch -a [37d42ca] Add more association support to network APIdch -a [6ab2790] Remove the WillNotSchedule exception.dch -a [aef9802] Replace fixtures.DetailStream with fixtures.StringStream.dch -a [19558ab] Move network_driver into new nova.network.driverdch -a [06f0e45] Move DNS manager options into network.managerdch -a [bcfb4d4] Refactor xvp consoledch -a [2f8ffcc] Move agent_build_get_by_triple to conductordch -a [20f0c60] Move provider_fw_rule_get_all to conductordch -a [20811e9] Move security_group operations in VirtAPI to conductordch -a [6da1dbc] Retry NBD device allocation.dch -a [4abc8cc] Use testr to run nova unittests.dch -a [694bcb7] Update command on devref docdch -a [921eec9] Fixed deleting instance booted from invalid voldch -a [461a966] Add the missing replacement text in devref doc.dch -a [a5b12b6] Add syslogging to nova-rootwrapdch -a [a630ea4] Ensure that sql_dbpool_enable is a boolean valuedch -a [d6aa0cc] Remove the deprecated quantum v1 code and directory.dch -a [a2101c4] Allows an instance to post encrypted passworddch -a [44d543b] Volume backed live migration w/o shared storagedebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC nova_2013.1+git201301021503~raring-0ubuntu1_source.changessbuild -d raring-grizzly -n -A nova_2013.1+git201301021503~raring-0ubuntu1.dscTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'nova_2013.1+git201301021503~raring-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 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'nova_2013.1+git201301021503~raring-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: precise_grizzly_quantum_trunk #149

2013-01-02 Thread openstack-testing-bot
Title: precise_grizzly_quantum_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_quantum_trunk/149/Project:precise_grizzly_quantum_trunkDate of build:Wed, 02 Jan 2013 15:31:02 -0500Build duration:1 min 35 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 1 out of the last 5 builds failed.80ChangesEnsure that exception prints correct text.by gkottoneditquantum/extensions/l3.pySet default core_plugin to Noneby gkottoneditquantum/common/config.pyeditetc/quantum.confeditquantum/common/test_lib.pyeditquantum/manager.pyRemove unused imports in agent packageby e0needitquantum/agent/metadata/namespace_proxy.pyeditquantum/agent/linux/utils.pyeditquantum/agent/linux/external_process.pyeditquantum/agent/linux/daemon.pyConsole Output[...truncated 2836 lines...]patching file etc/l3_agent.iniHunk #1 succeeded at 16 (offset -4 lines).patching file etc/quantum/plugins/linuxbridge/linuxbridge_conf.inipatching file etc/quantum.confHunk #1 FAILED at 38.1 out of 1 hunk FAILED -- rejects in file etc/quantum.confpatching file etc/metadata_agent.iniPatch fix-quantum-configuration.patch does not apply (enforce with -f)ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-61b56460-b489-48ca-b598-7b28d8cd222f', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3ERROR:root:Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-61b56460-b489-48ca-b598-7b28d8cd222f', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/quantum/grizzly /tmp/tmpulgmC_/quantummk-build-deps -i -r -t apt-get -y /tmp/tmpulgmC_/quantum/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log 922aefc0bbdccabb89cd932270c53bdd379061d1..HEAD --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/quantum/precise-grizzly --forcedch -b -D precise --newversion 2013.1+git201301021531~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [e4b3874] Remove unused imports in agent packagedch -a [b5ea602] Set default core_plugin to Nonedch -a [2d8bd42] Ensure that exception prints correct text.dch -a [012e47f] Readjust try/catch block in quantum.api.v2.base.create()dch -a [a40781b] Ensures that the dnsmasq configuration file flag is always setdch -a [7de8e37] Ensure allocation pools are deleted from databasedch -a [201a71a] Correct exception output for subnet deletion when port is useddch -a [5d41c5c] Implementing string representation for model classesdebcommitbzr 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 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-61b56460-b489-48ca-b598-7b28d8cd222f', '-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 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-61b56460-b489-48ca-b598-7b28d8cd222f', '-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: raring_grizzly_quantum_trunk #152

2013-01-02 Thread openstack-testing-bot
Title: raring_grizzly_quantum_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_quantum_trunk/152/Project:raring_grizzly_quantum_trunkDate of build:Wed, 02 Jan 2013 15:31:01 -0500Build duration:2 min 21 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesEnsure that exception prints correct text.by gkottoneditquantum/extensions/l3.pySet default core_plugin to Noneby gkottoneditquantum/common/config.pyeditetc/quantum.confeditquantum/manager.pyeditquantum/common/test_lib.pyRemove unused imports in agent packageby e0needitquantum/agent/metadata/namespace_proxy.pyeditquantum/agent/linux/utils.pyeditquantum/agent/linux/external_process.pyeditquantum/agent/linux/daemon.pyConsole Output[...truncated 3289 lines...]dch -a [922aefc] Exceptions cleanupdch -a [012e47f] Readjust try/catch block in quantum.api.v2.base.create()dch -a [a40781b] Ensures that the dnsmasq configuration file flag is always setdch -a [7de8e37] Ensure allocation pools are deleted from databasedch -a [c536aab] Raise InvalidInput directly instead of catch itdch -a [24baea5] Ensure bulk creations have quota validationsdch -a [201a71a] Correct exception output for subnet deletion when port is useddch -a [38751c0] Update the configuration help for the OVS cleanup utilitydch -a [5d41c5c] Implementing string representation for model classesdch -a [19d65cd] Provide "atomic" database access for networksdch -a [767859d] Add OVS cleanup utilitydch -a [1ad3714] Removes redundant code in quantum.api.v2.base.create()dch -a [7b5f6fd] Add eventlet db_pool use for mysqldch -a [ca8ed5e] Clean up executable modulesdch -a [97880b9] Fixes import order nitsdch -a [71a7472] Fix log message for unreferenced variabledch -a [e0fae85] The patch introduces an API extension for LBaaS servicedch -a [9b6297d] Fix pep8 issuesdch -a [659d70b] Add tox artifacts to .gitignoredch -a [dd5c7ea] Correct i18n messages for bigswitch plugindch -a [9917275] dhcp_agent.ini, l3_agent.ini: update dhcp/l3_agent.inidch -a [5b2f47c] Make patch-tun and patch-int configurabledch -a [9a442af] Update test_router_list to validate the router returned.dch -a [9ca602e] Fixed the security group port binding should be automatically deleted when delete_portdch -a [8057d31] Correct i18n message for nicira plugindch -a [f4e1fa0] add parent/sub-resource support into Quantum API frameworkdch -a [7ae7011] Add script for checking i18n messagedch -a [6cb4b04] Update evenlet monkey patch flags.debcommitbzr 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 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'raring-amd64-cd4578ef-2841-4121-8714-1fdf96d9ee24', '-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 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'raring-amd64-cd4578ef-2841-4121-8714-1fdf96d9ee24', '-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: raring_grizzly_nova_trunk #369

2013-01-02 Thread openstack-testing-bot
Title: raring_grizzly_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_nova_trunk/369/Project:raring_grizzly_nova_trunkDate of build:Wed, 02 Jan 2013 15:32:38 -0500Build duration:9 min 15 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesRemove session.flush() and session.query() monkey patchingby boriseditnova/virt/baremetal/db/sqlalchemy/session.pyeditnova/db/sqlalchemy/session.pyConsole Output[...truncated 12630 lines...]dch -a [1a7a0e1] Imported Translations from Transifexdch -a [21a86ef] Properly remove the time override in quota tests.dch -a [2e01dc0] Fix API samples generation.dch -a [ef5d2af] Move TimeOverride to the general reusable-test-helper place.dch -a [aef4f3c] Added conf support for security groupsdch -a [07af4ce] Add accounting for orphans to resource tracker.dch -a [37d42ca] Add more association support to network APIdch -a [6ab2790] Remove the WillNotSchedule exception.dch -a [aef9802] Replace fixtures.DetailStream with fixtures.StringStream.dch -a [19558ab] Move network_driver into new nova.network.driverdch -a [06f0e45] Move DNS manager options into network.managerdch -a [bcfb4d4] Refactor xvp consoledch -a [2f8ffcc] Move agent_build_get_by_triple to conductordch -a [20f0c60] Move provider_fw_rule_get_all to conductordch -a [20811e9] Move security_group operations in VirtAPI to conductordch -a [6da1dbc] Retry NBD device allocation.dch -a [4abc8cc] Use testr to run nova unittests.dch -a [694bcb7] Update command on devref docdch -a [921eec9] Fixed deleting instance booted from invalid voldch -a [461a966] Add the missing replacement text in devref doc.dch -a [a5b12b6] Add syslogging to nova-rootwrapdch -a [a630ea4] Ensure that sql_dbpool_enable is a boolean valuedch -a [d6aa0cc] Remove the deprecated quantum v1 code and directory.dch -a [a2101c4] Allows an instance to post encrypted passworddch -a [44d543b] Volume backed live migration w/o shared storagedebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC nova_2013.1+git201301021533~raring-0ubuntu1_source.changessbuild -d raring-grizzly -n -A nova_2013.1+git201301021533~raring-0INFO:root:Destroying schroot.ubuntu1.dscTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'nova_2013.1+git201301021533~raring-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 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'nova_2013.1+git201301021533~raring-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: quantal_folsom_deploy_proposed #3

2013-01-02 Thread openstack-testing-bot
Title: quantal_folsom_deploy_proposed
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/quantal_folsom_deploy_proposed/3/Project:quantal_folsom_deploy_proposedDate of build:Wed, 02 Jan 2013 17:01:04 -0500Build duration:14 minBuild cause:Started by user adamBuilt on:masterHealth ReportWDescriptionScoreBuild stability: 2 out of the last 3 builds failed.33ChangesNo ChangesConsole Output[...truncated 3585 lines...]  -> Relation: nova-compute:amqp <-> rabbitmq:amqp  -> Relation: nova-compute:image-service <-> glance:image-service  -> Relation: nova-compute:cloud-compute <-> nova-cloud-controller:cloud-compute  -> Relation: nova-compute:ceph <-> ceph:client- Ensuring relation state- Deployment complete in 817 seconds.- Juju command log:juju deploy -n 1 --config=/tmp/tmpsqpDbB --repository=/var/lib/jenkins/jobs/quantal_folsom_deploy_proposed/workspace local:nova-compute nova-compute -e quantaljuju deploy -n 1 --config=/tmp/tmpsqpDbB --repository=/var/lib/jenkins/jobs/quantal_folsom_deploy_proposed/workspace local:nova-cloud-controller nova-cloud-controller -e quantaljuju deploy -n 1 --config=/tmp/tmpsqpDbB --repository=/var/lib/jenkins/jobs/quantal_folsom_deploy_proposed/workspace local:ceph ceph -e quantaljuju deploy -n 1 --config=/tmp/tmpsqpDbB --repository=/var/lib/jenkins/jobs/quantal_folsom_deploy_proposed/workspace local:keystone keystone -e quantaljuju deploy -n 1 --repository=/var/lib/jenkins/jobs/quantal_folsom_deploy_proposed/workspace local:rabbitmq-server rabbitmq -e quantaljuju deploy -n 1 --repository=/var/lib/jenkins/jobs/quantal_folsom_deploy_proposed/workspace local:mysql mysql -e quantaljuju deploy -n 1 --config=/tmp/tmpsqpDbB --repository=/var/lib/jenkins/jobs/quantal_folsom_deploy_proposed/workspace local:openstack-dashboard openstack-dashboard -e quantaljuju deploy -n 1 --config=/tmp/tmpsqpDbB --repository=/var/lib/jenkins/jobs/quantal_folsom_deploy_proposed/workspace local:cinder cinder -e quantaljuju deploy -n 1 --config=/tmp/tmpsqpDbB --repository=/var/lib/jenkins/jobs/quantal_folsom_deploy_proposed/workspace local:glance glance -e quantaljuju add-relation keystone:shared-db mysql:shared-db -e quantaljuju add-relation nova-cloud-controller:shared-db mysql:shared-db -e quantaljuju add-relation nova-cloud-controller:amqp rabbitmq:amqp -e quantaljuju add-relation nova-cloud-controller:image-service glance:image-service -e quantaljuju add-relation nova-cloud-controller:identity-service keystone:identity-service -e quantaljuju add-relation glance:shared-db mysql:shared-db -e quantaljuju add-relation glance:identity-service keystone:identity-service -e quantaljuju add-relation glance:ceph ceph:client -e quantaljuju add-relation cinder:shared-db mysql:shared-db -e quantaljuju add-relation cinder:amqp rabbitmq:amqp -e quantaljuju add-relation cinder:cinder-volume-service nova-cloud-controller:cinder-volume-service -e quantaljuju add-relation cinder:identity-service keystone:identity-service -e quantaljuju add-relation cinder:ceph ceph:client -e quantaljuju add-relation openstack-dashboard:identity-service keystone:identity-service -e quantaljuju add-relation nova-compute:shared-db mysql:shared-db -e quantaljuju add-relation nova-compute:amqp rabbitmq:amqp -e quantaljuju add-relation nova-compute:image-service glance:image-service -e quantaljuju add-relation nova-compute:cloud-compute nova-cloud-controller:cloud-compute -e quantaljuju add-relation nova-compute:ceph ceph:client -e quantal+ rc=0+ echo 'Deployer returned: 0'Deployer returned: 0+ [[ 0 != 0 ]]+ jenkins-cli build precise_folsom_coverage+ exit 0Archiving artifactsERROR: No artifacts found that match the file pattern "logs/*". Configuration error?ERROR: 'logs/*' doesn't match anything, but '*' does. Perhaps that's what you mean?Build step 'Archive the artifacts' changed build result to 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_grizzly_nova_trunk #367

2013-01-02 Thread openstack-testing-bot
Title: precise_grizzly_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_nova_trunk/367/Project:precise_grizzly_nova_trunkDate of build:Wed, 02 Jan 2013 17:31:04 -0500Build duration:7 min 19 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesCheck for image_meta in libvirt.driver.spawnby kpaveleditnova/virt/libvirt/driver.pyeditnova/tests/test_libvirt.pyRemove unused importsby jogoeditnova/network/quantumv2/__init__.pyeditnova/tests/baremetal/test_volume_driver.pyeditnova/tests/test_virt_drivers.pyeditnova/tests/test_imagecache.pyeditnova/virt/baremetal/volume_driver.pyeditnova/api/ec2/__init__.pyeditnova/db/sqlalchemy/api.pyeditnova/virt/baremetal/db/sqlalchemy/models.pyConsole Output[...truncated 10781 lines...]dch -a [6ab2790] Remove the WillNotSchedule exception.dch -a [aef9802] Replace fixtures.DetailStream with fixtures.StringStream.dch -a [19558ab] Move network_driver into new nova.network.driverdch -a [06f0e45] Move DNS manager options into network.managerdch -a [bcfb4d4] Refactor xvp consoledch -a [2f8ffcc] Move agent_build_get_by_triple to conductordch -a [20f0c60] Move provider_fw_rule_get_all to conductordch -a [20811e9] Move security_group operations in VirtAPI to conductordch -a [6da1dbc] Retry NBD device allocation.dch -a [4abc8cc] Use testr to run nova unittests.dch -a [bd7fb1c] Add a developer trap for api samplesdch -a [694bcb7] Update command on devref docdch -a [921eec9] Fixed deleting instance booted from invalid voldch -a [461a966] Add the missing replacement text in devref doc.dch -a [5019de6] Allow xenapi to work with empty image metadatadch -a [18817c7] Imported Translations from Transifexdch -a [76588ed] Fix for broken switch for config_drivedch -a [98a7161] Fix use of osapi_compute_extension option in api_samples.dch -a [6c9d9ab] Fix errors in used_limits extensiondch -a [a5b12b6] Add syslogging to nova-rootwrapdch -a [a630ea4] EnsuINFO:root:Destroying schroot.re that sql_dbpool_enable is a boolean valuedch -a [503d572] Fixes KeyError: 'sr_uuid' when booting from volume on xenapidch -a [d6aa0cc] Remove the deprecated quantum v1 code and directory.dch -a [a2101c4] Allows an instance to post encrypted passworddch -a [44d543b] Volume backed live migration w/o shared storagedebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC nova_2013.1+git201301021732~precise-0ubuntu1_source.changessbuild -d precise-grizzly -n -A nova_2013.1+git201301021732~precise-0ubuntu1.dscTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'precise-grizzly', '-n', '-A', 'nova_2013.1+git201301021732~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 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'precise-grizzly', '-n', '-A', 'nova_2013.1+git201301021732~precise-0ubuntu1.dsc']' returned non-zero exit status 2Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_grizzly_nova_trunk #368

2013-01-02 Thread openstack-testing-bot
Title: precise_grizzly_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_nova_trunk/368/Project:precise_grizzly_nova_trunkDate of build:Wed, 02 Jan 2013 18:01:10 -0500Build duration:7 min 12 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesImprove baremetal driver error handlingby devananda.vdveditnova/virt/baremetal/driver.pyeditnova/virt/baremetal/db/sqlalchemy/api.pyeditnova/virt/baremetal/utils.pyeditnova/virt/baremetal/fake.pyeditnova/virt/baremetal/base.pyeditnova/tests/utils.pyeditnova/tests/baremetal/test_driver.pyeditnova/virt/baremetal/db/api.pyConsole Output[...truncated 10784 lines...]dch -a [6ab2790] Remove the WillNotSchedule exception.dch -a [aef9802] Replace fixtures.DetailStream with fixtures.StringStream.dch -a [19558ab] Move network_driver into new nova.network.driverdch -a [06f0e45] Move DNS manager options into network.managerdch -a [bcfb4d4] Refactor xvp consoledch -a [2f8ffcc] Move agent_build_get_by_triple to conductordch -a [20f0c60] Move provider_fw_rule_get_all to conductordch -a [20811e9] Move security_group operations in VirtAPI to conductordch -a [6da1dbc] Retry NBD device allocation.dch -a [4abc8cc] Use testr to run nova unittests.dch -a [bd7fb1c] Add a developer trap for api samplesdch -a [694bcb7] Update command on devref docdch -a [921eec9] Fixed deleting instance booted from invalid voldch -a [461a966] Add the missing replacement text in devref doc.dch -a [5019de6] Allow xenapi to work with empty image metadatadch -a [18817c7] Imported Translations from Transifexdch -a [76588ed] Fix for broken switch for config_drivedch -a [98a7161] Fix use of osapi_compute_extension option in api_samples.dch -a [6c9d9ab] Fix errors in used_limits extensiondch -a [a5b12INFO:root:Destroying schroot.b6] Add syslogging to nova-rootwrapdch -a [a630ea4] Ensure that sql_dbpool_enable is a boolean valuedch -a [503d572] Fixes KeyError: 'sr_uuid' when booting from volume on xenapidch -a [d6aa0cc] Remove the deprecated quantum v1 code and directory.dch -a [a2101c4] Allows an instance to post encrypted passworddch -a [44d543b] Volume backed live migration w/o shared storagedebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC nova_2013.1+git201301021802~precise-0ubuntu1_source.changessbuild -d precise-grizzly -n -A nova_2013.1+git201301021802~precise-0ubuntu1.dscTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'precise-grizzly', '-n', '-A', 'nova_2013.1+git201301021802~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 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'precise-grizzly', '-n', '-A', 'nova_2013.1+git201301021802~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: raring_grizzly_nova_trunk #371

2013-01-02 Thread openstack-testing-bot
Title: raring_grizzly_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_nova_trunk/371/Project:raring_grizzly_nova_trunkDate of build:Wed, 02 Jan 2013 18:01:05 -0500Build duration:9 min 52 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesImprove baremetal driver error handlingby devananda.vdveditnova/virt/baremetal/driver.pyeditnova/tests/utils.pyeditnova/tests/baremetal/test_driver.pyeditnova/virt/baremetal/fake.pyeditnova/virt/baremetal/db/sqlalchemy/api.pyeditnova/virt/baremetal/utils.pyeditnova/virt/baremetal/db/api.pyeditnova/virt/baremetal/base.pyConsole Output[...truncated 12639 lines...]dch -a [1a7a0e1] Imported Translations from Transifexdch -a [21a86ef] Properly remove the time override in quota tests.dch -a [2e01dc0] Fix API samples generation.dch -a [ef5d2af] Move TimeOverride to the general reusable-test-helper place.dch -a [aef4f3c] Added conf support for security groupsdch -a [07af4ce] Add accounting for orphans to resource tracker.dch -a [37d42ca] Add more association support to network APIdch -a [6ab2790] Remove the WillNotSchedule exception.dch -a [aef9802] Replace fixtures.DetailStream with fixtures.StringStream.dch -a [19558ab] Move network_driver into new nova.network.driverdch -a [06f0e45] Move DNS manager options into network.managerdch -a [bcfb4d4] Refactor xvp consoledch -a [2f8ffcc] Move agent_build_get_by_triple to conductordch -a [20f0c60] Move provider_fw_rule_get_all to conductordch -a [20811e9] Move security_group operations in VirtAPI to conductordch -a [6da1dbc] Retry NBD device allocation.dch -a [4abc8cc] Use testr to run nova unittests.dch -a [694bcb7] Update command on devref docdch -a [921eec9] Fixed deleting instance booted from invalid voldch -a [461a966] Add the missing replacement text in devref doc.dch -a [a5b12b6] Add syslogging to nova-rootwrapdch -a [a630ea4] Ensure that sql_dbpool_enable is a boolean valuedch -a [d6aa0cc] Remove the deprecated quantum v1 code and directory.dch -a [a2101c4] Allows an instance to post encrypted passworddch -a [44d543b] Volume backed live migration w/o shared storagedebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S --INFO:root:Destroying schroot. -sa -us -ucdebsign -k9935ACDC nova_2013.1+git201301021802~raring-0ubuntu1_source.changessbuild -d raring-grizzly -n -A nova_2013.1+git201301021802~raring-0ubuntu1.dscTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'nova_2013.1+git201301021802~raring-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 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'nova_2013.1+git201301021802~raring-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_grizzly_glance_trunk #64

2013-01-02 Thread openstack-testing-bot
Title: precise_grizzly_glance_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_glance_trunk/64/Project:precise_grizzly_glance_trunkDate of build:Wed, 02 Jan 2013 18:32:00 -0500Build duration:1 min 53 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 3 out of the last 5 builds failed.40ChangesPort to argparse based cfgby markmceditglance/tests/functional/test_glance_manage.pyeditbin/glance-manageeditbin/glance-controleditglance/openstack/common/cfg.pyeditglance/common/config.pyeditglance/db/__init__.pyeditbin/glance-cache-manageeditglance/tests/functional/__init__.pyConsole Output[...truncated 2044 lines...]Applying patch sql_conn.patchpatching file etc/glance-api.confpatching file etc/glance-registry.confApplying patch disable-network-for-docs.patchpatching file doc/source/conf.pyApplying patch webob_1.1_compat.patchpatching file glance/api/v2/image_data.pyHunk #1 FAILED at 137.1 out of 1 hunk FAILED -- rejects in file glance/api/v2/image_data.pyPatch webob_1.1_compat.patch does not apply (enforce with -f)ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-22978f63-85fe-4939-80f5-14a5c0c2a035', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3ERROR:root:Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-22978f63-85fe-4939-80f5-14a5c0c2a035', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/glance/grizzly /tmp/tmpwTLGEo/glancemk-build-deps -i -r -t apt-get -y /tmp/tmpwTLGEo/glance/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log 0e9111ca59ee5e487f23f5db91c6f8c33036410b..HEAD --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/glance/precise-grizzly --forcedch -b -D precise --newversion 2013.1+git201301021832~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [ce85c38] Fix import order nitsdch -a [f958b1e] Verify size in addition to checksum of uploaded imagedch -a [cb54b00] Set Content-MD5 after calling webob.Response._app_iter__set.dch -a [d349033] Port to argparse based cfgdebcommitbzr 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 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-22978f63-85fe-4939-80f5-14a5c0c2a035', '-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 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-22978f63-85fe-4939-80f5-14a5c0c2a035', '-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: raring_grizzly_glance_trunk #62

2013-01-02 Thread openstack-testing-bot
Title: raring_grizzly_glance_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_glance_trunk/62/Project:raring_grizzly_glance_trunkDate of build:Wed, 02 Jan 2013 18:31:01 -0500Build duration:3 min 15 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 2 out of the last 5 builds failed.60ChangesPort to argparse based cfgby markmceditglance/tests/functional/__init__.pyeditbin/glance-controleditglance/common/config.pyeditglance/tests/functional/test_glance_manage.pyeditbin/glance-cache-manageeditglance/db/__init__.pyeditglance/openstack/common/cfg.pyeditbin/glance-manageConsole Output[...truncated 2816 lines...]Applying patch sql_conn.patchpatching file etc/glance-api.confpatching file etc/glance-registry.confApplying patch disable-network-for-docs.patchpatching file doc/source/conf.pyApplying patch webob_1.1_compat.patchpatching file glance/api/v2/image_data.pyHunk #1 FAILED at 137.1 out of 1 hunk FAILED -- rejects in file glance/api/v2/image_data.pyPatch webob_1.1_compat.patch does not apply (enforce with -f)ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-r', '-c', 'raring-amd64-c0bd5174-8360-401d-9144-435c09a058a9', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3ERROR:root:Command '['/usr/bin/schroot', '-r', '-c', 'raring-amd64-c0bd5174-8360-401d-9144-435c09a058a9', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/glance/grizzly /tmp/tmp6ehzB1/glancemk-build-deps -i -r -t apt-get -y /tmp/tmp6ehzB1/glance/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log 0e9111ca59ee5e487f23f5db91c6f8c33036410b..HEAD --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/glance/raring-grizzly --forcedch -b -D raring --newversion 2013.1+git201301021831~raring-0ubuntu1 Automated Ubuntu testing build:dch -a [ce85c38] Fix import order nitsdch -a [f958b1e] Verify size in addition to checksum of uploaded imagedch -a [cb54b00] Set Content-MD5 after calling webob.Response._app_iter__set.dch -a [d349033] Port to argparse based cfgdebcommitbzr 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 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'raring-amd64-c0bd5174-8360-401d-9144-435c09a058a9', '-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 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'raring-amd64-c0bd5174-8360-401d-9144-435c09a058a9', '-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_grizzly_quantum_trunk #150

2013-01-02 Thread openstack-testing-bot
Title: precise_grizzly_quantum_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_quantum_trunk/150/Project:precise_grizzly_quantum_trunkDate of build:Wed, 02 Jan 2013 18:34:16 -0500Build duration:2 min 38 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 2 out of the last 5 builds failed.60ChangesProvider network implementation for NVP plugin.by salv.orlandoeditquantum/plugins/nicira/nicira_nvp_plugin/common/config.pyeditquantum/plugins/nicira/nicira_nvp_plugin/nvplib.pyaddquantum/plugins/nicira/nicira_nvp_plugin/nicira_db.pyaddquantum/plugins/nicira/nicira_nvp_plugin/common/exceptions.pyeditquantum/tests/unit/nicira/test_nicira_plugin.pyeditquantum/tests/unit/nicira/fake_nvpapiclient.pyaddquantum/plugins/nicira/nicira_nvp_plugin/nvp_cluster.pyeditquantum/plugins/nicira/nicira_nvp_plugin/api_client/client_eventlet.pyeditquantum/tests/unit/nicira/etc/fake_get_lswitch.jsoneditquantum/plugins/nicira/nicira_nvp_plugin/QuantumPlugin.pyeditquantum/extensions/providernet.pyeditetc/quantum/plugins/nicira/nvp.iniaddquantum/plugins/nicira/nicira_nvp_plugin/nicira_models.pyConsole Output[...truncated 2843 lines...]Hunk #1 succeeded at 16 (offset -4 lines).patching file etc/quantum/plugins/linuxbridge/linuxbridge_conf.inipatching file etc/quantum.confHunk #1 FAILED at 38.1 out of 1 hunk FAILED -- rejects in file etc/quantum.confpatching file etc/metadata_agent.iniPatch fix-quantum-configuration.patch does not apply (enforce with -f)ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-8fdac969-e0b3-4d46-bd8d-86267b1188cb', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3ERROR:root:Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-8fdac969-e0b3-4d46-bd8d-86267b1188cb', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/quantum/grizzly /tmp/tmpqMWdkV/quantummk-build-deps -i -r -t apt-get -y /tmp/tmpqMWdkV/quantum/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log 922aefc0bbdccabb89cd932270c53bdd379061d1..HEAD --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/quantum/precise-grizzly --forcedch -b -D precise --newversion 2013.1+git201301021834~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [4ab0121] Provider network implementation for NVP plugin.dch -a [e4b3874] Remove unused imports in agent packagedch -a [b5ea602] Set default core_plugin to Nonedch -a [2d8bd42] Ensure that exception prints correct text.dch -a [012e47f] Readjust try/catch block in quantum.api.v2.base.create()dch -a [a40781b] Ensures that the dnsmasq configuration file flag is always setdch -a [7de8e37] Ensure allocation pools are deleted from databasedch -a [201a71a] Correct exception output for subnet deletion when port is useddch -a [5d41c5c] Implementing string representation for model classesdebcommitbzr 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 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-8fdac969-e0b3-4d46-bd8d-86267b1188cb', '-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 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-8fdac969-e0b3-4d46-bd8d-86267b1188cb', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Failure: precise_grizzly_python-swiftclient_trunk #16

2013-01-02 Thread openstack-testing-bot
Title: precise_grizzly_python-swiftclient_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_python-swiftclient_trunk/16/Project:precise_grizzly_python-swiftclient_trunkDate of build:Wed, 02 Jan 2013 18:34:13 -0500Build duration:2 min 57 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 1 out of the last 5 builds failed.80ChangesUse testtools as base class for test cases.by mordrededittests/test_swiftclient.pyedittools/test-requiresConsole Output[...truncated 1683 lines...]Fail-Stage: buildHost Architecture: amd64Install-Time: 23Job: python-swiftclient_1.2.0.27.ge93d47a+git201301021834~precise-0ubuntu1.dscMachine Architecture: amd64Package: python-swiftclientPackage-Time: 63Source-Version: 1:1.2.0.27.ge93d47a+git201301021834~precise-0ubuntu1Space: 720Status: attemptedVersion: 1:1.2.0.27.ge93d47a+git201301021834~precise-0ubuntu1Finished at 20130102-1837Build needed 00:01:03, 720k disc spaceERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'precise-grizzly', '-n', '-A', 'python-swiftclient_1.2.0.27.ge93d47a+git201301021834~precise-0ubuntu1.dsc']' returned non-zero exit status 2ERROR:root:Command '['sbuild', '-d', 'precise-grizzly', '-n', '-A', 'python-swiftclient_1.2.0.27.ge93d47a+git201301021834~precise-0ubuntu1.dsc']' returned non-zero exit status 2INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/python-swiftclient/grizzly /tmp/tmpE5mp8K/python-swiftclientmk-build-deps -i -r -t apt-get -y /tmp/tmpE5mp8K/python-swiftclient/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log f65f96bc59599a855f9f2b2cdfa503a8cdb1f758..HEAD --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/python-swiftclient/precise-grizzly --forcedch -b -D precise --newversion 1:1.2.0.27.ge93d47a+git201301021834~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [e93d47a] Use testtools as base class for test cases.debcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC python-swiftclient_1.2.0.27.ge93d47a+git201301021834~precise-0ubuntu1_source.changessbuild -d precise-grizzly -n -A python-swiftclient_1.2.0.27.ge93d47a+git201301021834~precise-0ubuntu1.dscTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'precise-grizzly', '-n', '-A', 'python-swiftclient_1.2.0.27.ge93d47a+git201301021834~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 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'precise-grizzly', '-n', '-A', 'python-swiftclient_1.2.0.27.ge93d47a+git201301021834~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 Failure: raring_grizzly_python-swiftclient_trunk #15

2013-01-02 Thread openstack-testing-bot
Title: raring_grizzly_python-swiftclient_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_python-swiftclient_trunk/15/Project:raring_grizzly_python-swiftclient_trunkDate of build:Wed, 02 Jan 2013 18:33:54 -0500Build duration:4 min 28 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 1 out of the last 5 builds failed.80ChangesUse testtools as base class for test cases.by mordrededittests/test_swiftclient.pyedittools/test-requiresConsole Output[...truncated 2544 lines...]Fail-Stage: buildHost Architecture: amd64Install-Time: 27Job: python-swiftclient_1.2.0.27.ge93d47a+git201301021833~raring-0ubuntu1.dscMachine Architecture: amd64Package: python-swiftclientPackage-Time: 106Source-Version: 1:1.2.0.27.ge93d47a+git201301021833~raring-0ubuntu1Space: 704Status: attemptedVersion: 1:1.2.0.27.ge93d47a+git201301021833~raring-0ubuntu1Finished at 20130102-1838Build needed 00:01:46, 704k disc spaceERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'python-swiftclient_1.2.0.27.ge93d47a+git201301021833~raring-0ubuntu1.dsc']' returned non-zero exit status 2ERROR:root:Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'python-swiftclient_1.2.0.27.ge93d47a+git201301021833~raring-0ubuntu1.dsc']' returned non-zero exit status 2INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/python-swiftclient/grizzly /tmp/tmpjnqo5w/python-swiftclientmk-build-deps -i -r -t apt-get -y /tmp/tmpjnqo5w/python-swiftclient/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log f65f96bc59599a855f9f2b2cdfa503a8cdb1f758..HEAD --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/python-swiftclient/raring-grizzly --forcedch -b -D raring --newversion 1:1.2.0.27.ge93d47a+git201301021833~raring-0ubuntu1 Automated Ubuntu testing build:dch -a [e93d47a] Use testtools as base class for test cases.debcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC python-swiftclient_1.2.0.27.ge93d47a+git201301021833~raring-0ubuntu1_source.changessbuild -d raring-grizzly -n -A python-swiftclient_1.2.0.27.ge93d47a+git201301021833~raring-0ubuntu1.dscTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'python-swiftclient_1.2.0.27.ge93d47a+git201301021833~raring-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 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'python-swiftclient_1.2.0.27.ge93d47a+git201301021833~raring-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: raring_grizzly_quantum_trunk #153

2013-01-02 Thread openstack-testing-bot
Title: raring_grizzly_quantum_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_quantum_trunk/153/Project:raring_grizzly_quantum_trunkDate of build:Wed, 02 Jan 2013 18:36:56 -0500Build duration:2 min 22 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesProvider network implementation for NVP plugin.by salv.orlandoeditquantum/plugins/nicira/nicira_nvp_plugin/common/config.pyaddquantum/plugins/nicira/nicira_nvp_plugin/common/exceptions.pyeditquantum/plugins/nicira/nicira_nvp_plugin/nvplib.pyeditquantum/tests/unit/nicira/test_nicira_plugin.pyeditquantum/plugins/nicira/nicira_nvp_plugin/QuantumPlugin.pyaddquantum/plugins/nicira/nicira_nvp_plugin/nicira_db.pyeditquantum/tests/unit/nicira/fake_nvpapiclient.pyeditquantum/plugins/nicira/nicira_nvp_plugin/api_client/client_eventlet.pyaddquantum/plugins/nicira/nicira_nvp_plugin/nvp_cluster.pyaddquantum/plugins/nicira/nicira_nvp_plugin/nicira_models.pyeditetc/quantum/plugins/nicira/nvp.inieditquantum/extensions/providernet.pyeditquantum/tests/unit/nicira/etc/fake_get_lswitch.jsonConsole Output[...truncated 3296 lines...]dch -a [922aefc] Exceptions cleanupdch -a [012e47f] Readjust try/catch block in quantum.api.v2.base.create()dch -a [a40781b] Ensures that the dnsmasq configuration file flag is always setdch -a [7de8e37] Ensure allocation pools are deleted from databasedch -a [c536aab] Raise InvalidInput directly instead of catch itdch -a [24baea5] Ensure bulk creations have quota validationsdch -a [201a71a] Correct exception output for subnet deletion when port is useddch -a [38751c0] Update the configuration help for the OVS cleanup utilitydch -a [5d41c5c] Implementing string representation for model classesdch -a [19d65cd] Provide "atomic" database access for networksdch -a [767859d] Add OVS cleanup utilitydch -a [1ad3714] Removes redundant code in quantum.api.v2.base.create()dch -a [7b5f6fd] Add eventlet db_pool use for mysqldch -a [ca8ed5e] Clean up executable modulesdch -a [97880b9] Fixes import order nitsdch -a [71a7472] Fix log message for unreferenced variabledch -a [e0fae85] The patch introduces an API extension for LBaaS servicedch -a [9b6297d] Fix pep8 issuesdch -a [659d70b] Add tox artifacts to .gitignoredch -a [dd5c7ea] Correct i18n messages for bigswitch plugindch -a [9917275] dhcp_agent.ini, l3_agent.ini: update dhcp/l3_agent.inidch -a [5b2f47c] Make patch-tun and patch-int configurabledch -a [9a442af] Update test_router_list to validate the router returned.dch -a [9ca602e] Fixed the security group port binding should be automatically deleted when delete_portdch -a [8057d31] Correct i18n message for nicira plugindch -a [f4e1fa0] add parent/sub-resource support into Quantum API frameworkdch -a [7ae7011] Add script for checking i18n messagedch -a [6cb4b04] Update evenlet monkey patch flags.debcommitbzr 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 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'raring-amd64-b75af9cb-e921-44df-83ec-c905614a6547', '-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 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'raring-amd64-b75af9cb-e921-44df-83ec-c905614a6547', '-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: quantal_folsom_deploy_proposed #4

2013-01-02 Thread openstack-testing-bot
Title: quantal_folsom_deploy_proposed
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/quantal_folsom_deploy_proposed/4/Project:quantal_folsom_deploy_proposedDate of build:Wed, 02 Jan 2013 18:33:28 -0500Build duration:14 minBuild cause:Started by user adamBuilt on:masterHealth ReportWDescriptionScoreBuild stability: 3 out of the last 4 builds failed.25ChangesNo ChangesConsole Output[...truncated 3540 lines...]  -> Relation: nova-compute:amqp <-> rabbitmq:amqp  -> Relation: nova-compute:image-service <-> glance:image-service  -> Relation: nova-compute:cloud-compute <-> nova-cloud-controller:cloud-compute  -> Relation: nova-compute:ceph <-> ceph:client- Ensuring relation state- Deployment complete in 828 seconds.- Juju command log:juju deploy -n 1 --config=/tmp/tmpOAP8Lm --repository=/var/lib/jenkins/jobs/quantal_folsom_deploy_proposed/workspace local:nova-compute nova-compute -e quantaljuju deploy -n 1 --config=/tmp/tmpOAP8Lm --repository=/var/lib/jenkins/jobs/quantal_folsom_deploy_proposed/workspace local:nova-cloud-controller nova-cloud-controller -e quantaljuju deploy -n 1 --config=/tmp/tmpOAP8Lm --repository=/var/lib/jenkins/jobs/quantal_folsom_deploy_proposed/workspace local:ceph ceph -e quantaljuju deploy -n 1 --config=/tmp/tmpOAP8Lm --repository=/var/lib/jenkins/jobs/quantal_folsom_deploy_proposed/workspace local:keystone keystone -e quantaljuju deploy -n 1 --repository=/var/lib/jenkins/jobs/quantal_folsom_deploy_proposed/workspace local:rabbitmq-server rabbitmq -e quantaljuju deploy -n 1 --repository=/var/lib/jenkins/jobs/quantal_folsom_deploy_proposed/workspace local:mysql mysql -e quantaljuju deploy -n 1 --config=/tmp/tmpOAP8Lm --repository=/var/lib/jenkins/jobs/quantal_folsom_deploy_proposed/workspace local:openstack-dashboard openstack-dashboard -e quantaljuju deploy -n 1 --config=/tmp/tmpOAP8Lm --repository=/var/lib/jenkins/jobs/quantal_folsom_deploy_proposed/workspace local:cinder cinder -e quantaljuju deploy -n 1 --config=/tmp/tmpOAP8Lm --repository=/var/lib/jenkins/jobs/quantal_folsom_deploy_proposed/workspace local:glance glance -e quantaljuju add-relation keystone:shared-db mysql:shared-db -e quantaljuju add-relation nova-cloud-controller:shared-db mysql:shared-db -e quantaljuju add-relation nova-cloud-controller:amqp rabbitmq:amqp -e quantaljuju add-relation nova-cloud-controller:image-service glance:image-service -e quantaljuju add-relation nova-cloud-controller:identity-service keystone:identity-service -e quantaljuju add-relation glance:shared-db mysql:shared-db -e quantaljuju add-relation glance:identity-service keystone:identity-service -e quantaljuju add-relation glance:ceph ceph:client -e quantaljuju add-relation cinder:shared-db mysql:shared-db -e quantaljuju add-relation cinder:amqp rabbitmq:amqp -e quantaljuju add-relation cinder:cinder-volume-service nova-cloud-controller:cinder-volume-service -e quantaljuju add-relation cinder:identity-service keystone:identity-service -e quantaljuju add-relation cinder:ceph ceph:client -e quantaljuju add-relation openstack-dashboard:identity-service keystone:identity-service -e quantaljuju add-relation nova-compute:shared-db mysql:shared-db -e quantaljuju add-relation nova-compute:amqp rabbitmq:amqp -e quantaljuju add-relation nova-compute:image-service glance:image-service -e quantaljuju add-relation nova-compute:cloud-compute nova-cloud-controller:cloud-compute -e quantaljuju add-relation nova-compute:ceph ceph:client -e quantal+ rc=0+ echo 'Deployer returned: 0'Deployer returned: 0+ [[ 0 != 0 ]]+ jenkins-cli build precise_folsom_coverage+ exit 0Archiving artifactsERROR: No artifacts found that match the file pattern "logs/*". Configuration error?ERROR: 'logs/*' doesn't match anything, but '*' does. Perhaps that's what you mean?Build step 'Archive the artifacts' changed build result to 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_grizzly_quantum_trunk #151

2013-01-02 Thread openstack-testing-bot
Title: precise_grizzly_quantum_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_quantum_trunk/151/Project:precise_grizzly_quantum_trunkDate of build:Wed, 02 Jan 2013 23:01:01 -0500Build duration:1 min 34 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 3 out of the last 5 builds failed.40ChangesRemove unused imports in api packageby e0needitquantum/api/v2/base.pyRemove unused imports in rootwrap packageby e0needitquantum/rootwrap/wrapper.pyRemove unused imports in common packageby e0needitquantum/common/config.pyConsole Output[...truncated 2852 lines...]Hunk #1 FAILED at 38.1 out of 1 hunk FAILED -- rejects in file etc/quantum.confpatching file etc/metadata_agent.iniPatch fix-quantum-configuration.patch does not apply (enforce with -f)ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-e2c981bd-0a2d-417c-9860-6e8a846176fa', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3ERROR:root:Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-e2c981bd-0a2d-417c-9860-6e8a846176fa', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/quantum/grizzly /tmp/tmp6evKVi/quantummk-build-deps -i -r -t apt-get -y /tmp/tmp6evKVi/quantum/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log 922aefc0bbdccabb89cd932270c53bdd379061d1..HEAD --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/quantum/precise-grizzly --forcedch -b -D precise --newversion 2013.1+git201301022301~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [f40c3e5] Remove unused imports in common packagedch -a [03b45f8] Remove unused imports in rootwrap packagedch -a [cea5918] Remove unused imports in api packagedch -a [4ab0121] Provider network implementation for NVP plugin.dch -a [e4b3874] Remove unused imports in agent packagedch -a [b5ea602] Set default core_plugin to Nonedch -a [2d8bd42] Ensure that exception prints correct text.dch -a [012e47f] Readjust try/catch block in quantum.api.v2.base.create()dch -a [a40781b] Ensures that the dnsmasq configuration file flag is always setdch -a [7de8e37] Ensure allocation pools are deleted from databasedch -a [201a71a] Correct exception output for subnet deletion when port is useddch -a [5d41c5c] Implementing string representation for model classesdebcommitbzr 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 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-e2c981bd-0a2d-417c-9860-6e8a846176fa', '-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 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-e2c981bd-0a2d-417c-9860-6e8a846176fa', '-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: raring_grizzly_quantum_trunk #154

2013-01-02 Thread openstack-testing-bot
Title: raring_grizzly_quantum_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_quantum_trunk/154/Project:raring_grizzly_quantum_trunkDate of build:Wed, 02 Jan 2013 23:01:02 -0500Build duration:2 min 25 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesRemove unused imports in api packageby e0needitquantum/api/v2/base.pyRemove unused imports in rootwrap packageby e0needitquantum/rootwrap/wrapper.pyRemove unused imports in common packageby e0needitquantum/common/config.pyConsole Output[...truncated 3305 lines...]dch -a [922aefc] Exceptions cleanupdch -a [012e47f] Readjust try/catch block in quantum.api.v2.base.create()dch -a [a40781b] Ensures that the dnsmasq configuration file flag is always setdch -a [7de8e37] Ensure allocation pools are deleted from databasedch -a [c536aab] Raise InvalidInput directly instead of catch itdch -a [24baea5] Ensure bulk creations have quota validationsdch -a [201a71a] Correct exception output for subnet deletion when port is useddch -a [38751c0] Update the configuration help for the OVS cleanup utilitydch -a [5d41c5c] Implementing string representation for model classesdch -a [19d65cd] Provide "atomic" database access for networksdch -a [767859d] Add OVS cleanup utilitydch -a [1ad3714] Removes redundant code in quantum.api.v2.base.create()dch -a [7b5f6fd] Add eventlet db_pool use for mysqldch -a [ca8ed5e] Clean up executable modulesdch -a [97880b9] Fixes import order nitsdch -a [71a7472] Fix log message for unreferenced variabledch -a [e0fae85] The patch introduces an API extension for LBaaS servicedch -a [9b6297d] Fix pep8 issuesdch -a [659d70b] Add tox artifacts to .gitignoredch -a [dd5c7ea] Correct i18n messages for bigswitch plugindch -a [9917275] dhcp_agent.ini, l3_agent.ini: update dhcp/l3_agent.inidch -a [5b2f47c] Make patch-tun and patch-int configurabledch -a [9a442af] Update test_router_list to validate the router returned.dch -a [9ca602e] Fixed the security group port binding should be automatically deleted when delete_portdch -a [8057d31] Correct i18n message for nicira plugindch -a [f4e1fa0] add parent/sub-resource support into Quantum API frameworkdch -a [7ae7011] Add script for checking i18n messagedch -a [6cb4b04] Update evenlet monkey patch flags.debcommitbzr 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 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'raring-amd64-2d7c6a19-a026-4f7b-b3db-a5911c584f55', '-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 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'raring-amd64-2d7c6a19-a026-4f7b-b3db-a5911c584f55', '-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_grizzly_python-cinderclient_trunk #21

2013-01-02 Thread openstack-testing-bot
Title: precise_grizzly_python-cinderclient_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_python-cinderclient_trunk/21/Project:precise_grizzly_python-cinderclient_trunkDate of build:Thu, 03 Jan 2013 00:31:00 -0500Build duration:2 min 53 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 3 out of the last 5 builds failed.40ChangesMove from unittest2 to testtoolsby mordrededittests/v1/test_shell.pyedittests/test_client.pyedittests/test_shell.pyedittests/utils.pyedittests/test_utils.pyedittools/test-requiresConsole Output[...truncated 2100 lines...]Job: python-cinderclient_1.0.2.1.g06acb0c+git201301030031~precise-0ubuntu1.dscMachine Architecture: amd64Package: python-cinderclientPackage-Time: 78Source-Version: 1:1.0.2.1.g06acb0c+git201301030031~precise-0ubuntu1Space: 1004Status: attemptedVersion: 1:1.0.2.1.g06acb0c+git201301030031~precise-0ubuntu1Finished at 20130103-0033Build needed 00:01:18, 1004k disc spaceERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'precise-grizzly', '-n', '-A', 'python-cinderclient_1.0.2.1.g06acb0c+git201301030031~precise-0ubuntu1.dsc']' returned non-zero exit status 2ERROR:root:Command '['sbuild', '-d', 'precise-grizzly', '-n', '-A', 'python-cinderclient_1.0.2.1.g06acb0c+git201301030031~precise-0ubuntu1.dsc']' returned non-zero exit status 2INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/python-cinderclient/grizzly /tmp/tmpIn8iaK/python-cinderclientmk-build-deps -i -r -t apt-get -y /tmp/tmpIn8iaK/python-cinderclient/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log d3603535d2f47580bf49520048af1f27adea3e7c..HEAD --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/python-cinderclient/precise-grizzly --forcedch -b -D precise --newversion 1:1.0.2.1.g06acb0c+git201301030031~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [06acb0c] Move from unittest2 to testtoolsdch -a [9a49690] Add list-extensions capability to cinderclient.dch -a [82e47d0] Use requests module for HTTP/HTTPSdch -a [2473311] Add clone volume support to cinderclient.debcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC python-cinderclient_1.0.2.1.g06acb0c+git201301030031~precise-0ubuntu1_source.changessbuild -d precise-grizzly -n -A python-cinderclient_1.0.2.1.g06acb0c+git201301030031~precise-0ubuntu1.dscTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'precise-grizzly', '-n', '-A', 'python-cinderclient_1.0.2.1.g06acb0c+git201301030031~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 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'precise-grizzly', '-n', '-A', 'python-cinderclient_1.0.2.1.g06acb0c+git201301030031~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