Re: [Openstack] Multi-Plugin Support for Quantum (Folsom)

2013-01-09 Thread Trinath Somanchi
Hi Eugene-

Thanks for the reply.. I forgot to click reply-all.. now added the mailing
list

The first doubt was.

Like we have agents for core-plugins, how the service-plugin agents differ
from these core-plugin agents?

One doubt:

Will this loadbalance.py be a starting point to write a test
service-plugin? Can you comments on this. this might be helpful for any
fresh starters who are interested in writing service plugins..

thanks in advance.

-
Trinath


On Wed, Jan 9, 2013 at 2:07 PM, Eugene Nikanorov enikano...@mirantis.comwrote:

 Trinath,

 1. I don't quite understand the question

 2. Request routing is usually done with extensions mechanism. Quantum
 has a directory where files with API extensions are kept.
 During startup quantum iterates through them and adds to REST API those
 extensions which are supported by some loaded plugin.
 E.g. it implies 1:1 mapping between API extension and plugin which
 implements it.
 Extension defines a handler to calls that it exposes. Usually such handler
 is a plugin, e.g. a core plugin, but advanced services extensions need to
 specify corresponding service plugin, .e.g.
 something like QuantumManager.get_service_plugins()['service_type']
 Currently there is
 https://github.com/openstack/quantum/blob/master/quantum/extensions/loadbalancer.pyextension
  utilizing this.

 3. Not sure what you mean by mapping service agents to plugins.
 Usually any kind of agent is waiting on MQ for some notifications/requests
 and makes corresponding changes on hardware appliances.
 E.g. beside the fact that agents are different for different plugins, they
 are listening for different topic in MQ.

 4. Plugins are essentially an implementation of some REST APIs - either
 exposed by corresponding extension or Core API.

 Please remember to use mailing list. There could be other people willing
 to answer your questions.

 Thanks,
 Eugene.



 On Wed, Jan 9, 2013 at 12:12 PM, Trinath Somanchi 
 trinath.soman...@gmail.com wrote:

 Hi Eugene-

 Thanks a lot for the reply...

 Can you kindly guide me on following doubts

 [1] How different are the services plugin agents requests from
 core-plugin agents requests?

 [2] How is Routing of requests is taken care here in the services plugins
 functionality?

 I understand this way.

 The plugins are loaded by the quantum manager using the service_plugin
 configuration from the quantum.conf.
 The requests are some how routed to the plugins and there they are served.

 But then,

 [1] want to understand on how these services-agents requests are mapped
 to plugins ?

 [2] How different is the implementation of Service-Plugins to
 Core-Plugins ?

 Can you kindly help me in understanding the above doubts..

 Thanks in advance

 -
 Trinath


 On Wed, Jan 9, 2013 at 1:24 PM, Eugene Nikanorov enikano...@mirantis.com
  wrote:

 Trinath,

 1. We need to update the file once service type is added.
 Say, if we add firewall service, we need to add corresponding service
 type constant.

 2. This constants are keys in the dictionary that keeps loaded plugins.
 So currently it's 1 plugin per service type.
 E.g. core API can have only 1 plugin.

 Regarding running multiple plugins for core API: there is metaplugin
 plugin that was created for such purpose of running several core plugins
 simultaneously.
 So metaplugin is that single plugin for core API, but it loads other
 quantum plugins and then routes API calls to them according to flavor.
 You can find more information here:
 https://github.com/openstack/quantum/tree/master/quantum/plugins/metaplugin


 Thanks,
 Eugene.

 On Wed, Jan 9, 2013 at 11:08 AM, Trinath Somanchi 
 trinath.soman...@gmail.com wrote:

 Hi Eugene-

 Thanks a lot for the reply..

 I have few doubts regarding the file
 /quantum/plugins/common/constants.py

 [1] Do we need to update this file when any new plugin is added?

 [2] How this file and its macros are utilized for servicing the
 multiple plugins?

 Also, I'm thinking on using OVS plugin and cisco plugin at a time. Will
 this additions to the Folsom source code, does the same task as I'm
 thinking on?

 Can you kindly guide me on how this can be achieve the above setup.

 Can you kindly comment on the above doubts.

 Thanks in advance.

 -
 Trinath



 On Tue, Jan 8, 2013 at 4:23 PM, Eugene Nikanorov 
 enikano...@mirantis.com wrote:

 Hi Trinath,

 You might want to check https://review.openstack.org/#/c/15733/
 It's the patch implementing multi-plugin support that already have
 been merged into quantum's master branch.

 Thanks,
 Eugene.


 On Tue, Jan 8, 2013 at 2:33 PM, Trinath Somanchi 
 trinath.soman...@gmail.com wrote:

 Hi Stackers-

 How to support multiple service plugins in the Quantum (Folsom)?

 I have gone through this link,
 https://review.openstack.org/#/c/15881/1

 Will checking out this code base and integrating the same to the
 folsom code base help me in multi-plugin feature for the Quantum (Folsom)

 Please help me out in this regard.

 --
 Regards,
 

Re: [Openstack] Calling all user group and meetup organizers

2013-01-09 Thread Sajid Akhtar
Hello Sean,

What kind of input do you expect from local community user group? Curious
if you are expecting participants from South Bay OpenStack user group or
it's open to worldwide openstack user group?


On Wed, Jan 9, 2013 at 6:24 AM, Sean Roberts sean...@yahoo-inc.com wrote:

 We are going to have a planning meeting on Tuesday, 15 Jan 2012 11:00am to
 1:00pm PST. RSVP via  http://www.meetup.com/openstack/events/93593062/
  Connect remotely via webex
 https://yahoomeetings.webex.com/yahoomeetings/j.php?ED=160663792UID=492396097RT=MiM0
 If this time doesn't work for you, get ahold of me directly via
 skype:seanroberts66, email, mobile, irc:sarob, twitter:sarob, or carrier
 pigeon.

 Stefano and Thierry will be joining us. I want to get input from people
 that run user groups and meetups.

 See you then!

 Sean Roberts
 Infrastructure Strategy
 sean...@yahoo-inc.com
 Direct (408) 349-5234  Mobile (925) 980-4729

 701 First Avenue, Sunnyvale, CA, 94089-0703, US
 Phone (408) 349-3300  Fax (408) 349-3301


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




-- 
With Regards
Sajid Akhtar
Twitter @mail2fashion
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] [Cinder] Transport Acceleration Support To Cinder Via RDMA (iSER)

2013-01-09 Thread Shlomi Sasson
Hi all,

We saw some interest to add iSER (iSCSI over RDMA) support to Cinder. (e.g. 
http://www.mail-archive.com/openstack@lists.launchpad.net/msg19342.html)

iSER can allow 5x faster bandwidth compared to using iSCSI/TCP.
For example, over RAM device LUN we got  ~1.3GBps Vs. ~5.5GBps (TCP Vs. iSER), 
and much lower CPU overhead.

I have created a patch that was verified to work in Folsom release, I'm working 
to push another patch for Grizzly.
The tests I ran and passed: create a volume, attach to VM, detach from VM, and 
delete the volume.
I'd be glad to assist anyone who would like to help in reviewing or testing.

the code patch for Folsom can be found at:
https://github.com/mellanox/openstack

Instructions:
Require OFED or Inbox drivers to be installed.

Added two flags in cinder.conf:
transport = iser (by default will be iscsi)
iser_ip_address = 192.168.20.140 (by default will be iscsi_ip_address)

We plan to submit additional patches/drivers for SR-IOV/Performance, Security, 
and QoS later on, contact me for early access requests on those, or use 
openst...@mellanox.com for support/tech questions .

Best Regards,

Shlomi Sasson | Solution Integration Engineer
Mellanox Technologies Ltd.
Follow us on Twitter and Facebook
http://twitter.com/mellanoxtech
http://www.facebook.com/pages/Mellanox-Technologies/223164879116



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


[Openstack] OpenStack mini-conf at Gnunufy.in Pune India 15th Feb, 2013

2013-01-09 Thread Atul Jha
Hi all,

OpenStack User Group India will be  hosting OpenStack mini-conf at 
Gnunify(gnunify.in) scheduled on 15th Feb, 2013.

http://gnunify.in/2013/event/OpenStack_Mini_Conf

We are looking for speakers for the same. We are expecting to have 4-5 talk 
slots. Let us know with topic you want to present on our meetup event page.

http://www.meetup.com/Indian-OpenStack-User-Group/events/98539102/


It would be nice if you can spread the word about the same among your office 
folks out there in Pune, India so they can participate in the same. Gnunify is 
a one of the oldest FOSS event in India and there is no entry fee for the 
participants attending the event. Lastly thanks to the Organizers of Gnunify 
for this.

Cheers!!

Atul Jha

irc(freenode) : koolhead17

http://www.csscorp.com/common/email-disclaimer.php
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] Can't ping self public IP address

2013-01-09 Thread Dave Pigott
Hi all,

I note from https://bugs.launchpad.net/nova/+bug/1096259 that there's an issue 
that means an instance can't ping it's own public IP address. Does anyone know 
of a workaround until this gets fixed?

Thanks

Dave___
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] Minutes from the Technical Committee meeting (Jan 8)

2013-01-09 Thread Thierry Carrez
The OpenStack Technical Committee (TC) met in #openstack-meeting at
20:00 UTC yesterday.

Here is a quick summary of the outcome of this meeting:

* The TC approved the new policy on Distro  Python 2.6/3.x support:

OpenStack will target its development efforts to latest Ubuntu/Fedora,
but will not introduce any change that would make it impossible to run
on the latest Ubuntu LTS or latest RHEL.

* We also reported on the latest progress from the joint committee for
the future of Incubation and Core, as well as started discussing
potential changes in TC membership to accommodate future growth in the
number of projects.

See details and full logs at:
http://eavesdrop.openstack.org/meetings/tc/2013/tc.2013-01-08-20.02.html

More information on the Technical Committee at:
http://wiki.openstack.org/Governance/TechnicalCommittee

-- 
Thierry Carrez (ttx)
Chair, OpenStack Technical Committee

___
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] Disabling NAT

2013-01-09 Thread Joe Warren-Meeks
Hi guys,

I've managed to disable NAT by deleting the correct rule. This means all my
instances are properly routable no, which is exactly what I want.

To do this, I'm using

iptables -vnL -t nat --line-numbers

to get the rule number from the nova-network-snat chain and deleting it
using:

iptables -t nat -D nova-network-snat num

My question is when and where are those snat rules created, so that I can
prevent them from being setup in the first place.

Kind regards

 -- joe.
___
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] devstack on multiple Virtual Machine Nodes

2013-01-09 Thread Muhammad Asif
Hi All,
   Can I run devstack on multiple virtual machines i.e. configuring
one of them as controller node and others as compute nodes. Can I
configure them just like it works for the multiple hardware nodes?


thanks
-Asif

___
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] Disabling NAT

2013-01-09 Thread Jian Wen
On 2013?01?09? 21:58, Joe Warren-Meeks wrote:
 Hi guys,

 I've managed to disable NAT by deleting the correct rule. This means
 all my instances are properly routable no, which is exactly what I want.

 To do this, I'm using 

 iptables -vnL -t nat --line-numbers 

 to get the rule number from the nova-network-snat chain and deleting
 it using:

 iptables -t nat -D nova-network-snat num

 My question is when and where are those snat rules created, so that I
 can prevent them from being setup in the first place.

 Kind regards

  -- joe.



 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp
1. delete all floating ips
 allocate a floating ip to instance will create a SNAT rule and 2
DNAT rules.
2. iptables -t nat -I nova-network-float-snat -j RETURN
avoid the shared SNAT rule

-- 
Jian Wen
Software Engineer, Services and Support Team
Canonical, Ltd

___
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] devstack on multiple Virtual Machine Nodes

2013-01-09 Thread Syed Armani
Hi Asif,

You may want to check this out.
http://devstack.org/guides/multinode-lab.html

-Syed Armani

On Wed, Jan 9, 2013 at 6:28 PM, Muhammad Asif asif.ro...@gmail.com wrote:

 Hi All,
Can I run devstack on multiple virtual machines i.e. configuring
 one of them as controller node and others as compute nodes. Can I
 configure them just like it works for the multiple hardware nodes?


 thanks
 -Asif

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

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


[Openstack] Quantum Help

2013-01-09 Thread Mark Langanki
All,

I have an installation of 3 servers based on the Folsom guide : 
https://github.com/mseknibilel/OpenStack-Folsom-Install-guide/blob/VLAN/2NICs/OpenStack_Folsom_Install_Guide_WebVersion.rst

Following all the way through, I have quantum all configured per the bottom of 
the doc : Your first VM.

I have the VM up in a VNC window and can access it.

Network is setup so that I have an internal net of 50.50.1.0/24 (exactly as the 
doc), and an external net of 172.17.21.x/24 which is the public side.

I have floating IP's in the 172.17.21.x/24 net and I can ping the associated 
floatingip of the VM instance, I can ping the 50.50.1.1 router, but i can not 
ping, or access the 50.50.1.3 VM instance.

Where should I be troubleshooting?

How can I know which interface I should be looking at on which node (i.e. is it 
a vnet, or qwe031qwr type of interface, and is it on the network or compute 
node?)..

Kind of lost on where to go from here.

Thanks,
Mark Langanki
EVP Operations and Engineering
605 Hwy. 169 N., Suite. 900
Minneapolis, MN 55441
T: 763.971.2185 | M: 612.865.2928
mark.langa...@spanlink.commailto:mark.langa...@spanlink.com| 
www.spanlink.comhttp://www.spanlink.com/
Spanlink Communications
We make it work.







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


Re: [Openstack] Quantum Help

2013-01-09 Thread Maru Newby
Hi Mark,

Where are you attempting to execute ping against the internal ip from?  Based 
on that guide, the internal ip would only be routable on the compute or network 
nodes, and it should be possible to ping the VM from either.  

If you are unable to ping the internal ip from one of those nodes, what error 
do you see?  If it is something like 'permission denied', then namespaces are 
enabled and the ping command will need to be executed via 'sudo ip netns exec 
[namespace id] ping [ip]'.  The namespace id can be determined by executing 'ip 
netns' and finding the namespace id whose prefix matches the router interface 
associated with the tenant network (e.g. qrouter-).

Regardless, if you can ping the floating ip, and are able to ssh into the vm 
via that floating ip, internal network connectivity is working correctly.  
floating ip traffic uses DNAT at the network node, so the internal ip is used 
once a packet transits the network node bound for the VM. 

Thanks,


Maru


I'm nmot sure Being able to ping a VM's floating ip but not the internal ip is 
a promising sign.  The internal ip 

If you are executing ping from the gateway host, Presuming you are executing 
ping from off the gateway 
If you can ping the associated floatingip, can you ssh into the vm using that 
ip?  If so, your vm has connectivity, and the issue is likely that the internal 
network is not externaroutable

The internal network is

On 2013-01-09, at 7:19 AM, Mark Langanki mark.langa...@spanlink.com wrote:

 All,
 
 I have an installation of 3 servers based on the Folsom guide : 
 https://github.com/mseknibilel/OpenStack-Folsom-Install-guide/blob/VLAN/2NICs/OpenStack_Folsom_Install_Guide_WebVersion.rst
 
 Following all the way through, I have quantum all configured per the bottom 
 of the doc : Your first VM.
 
 I have the VM up in a VNC window and can access it.
 
 Network is setup so that I have an internal net of 50.50.1.0/24 (exactly as 
 the doc), and an external net of 172.17.21.x/24 which is the public side.
 
 I have floating IP's in the 172.17.21.x/24 net and I can ping the associated 
 floatingip of the VM instance, I can ping the 50.50.1.1 router, but i can not 
 ping, or access the 50.50.1.3 VM instance.
 
 Where should I be troubleshooting?
 
 How can I know which interface I should be looking at on which node (i.e. is 
 it a vnet, or qwe031qwr type of interface, and is it on the network or 
 compute node?)..
 
 Kind of lost on where to go from here.
 
 Thanks,
 Mark Langanki
 EVP Operations and Engineering
 605 Hwy. 169 N., Suite. 900
 Minneapolis, MN 55441
 T: 763.971.2185 | M: 612.865.2928
 mark.langa...@spanlink.commailto:mark.langa...@spanlink.com| 
 www.spanlink.comhttp://www.spanlink.com/
 Spanlink Communications
 We make it work.
 
 
 
 
 
 
 
 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp


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


Re: [Openstack] [Ceilometer] Ganglia Ceilometer integration

2013-01-09 Thread Shengjie_Min
If Ganglia has interest in ceilometer data, we can achieve it through a 
specific publisher, to put data into Gangalia.

@yunhong, So it is more like the approach to CW or Synaps, isn't it? if the 
monitoring system is interested in the meters from Ceilometer, we can have 
different publishers to push data to different destinations(I think this can be 
a potential blueprint for ganglia). But that being said, if the backend is 
something like Cassandra, Mongo or even Hbase, the system metrics(from gmond) 
and openstack specific meters might be stored in a centralized storage just 
with different namespaces. Thoughts?

- Shengjie

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


Re: [Openstack] Can't ping self public IP address

2013-01-09 Thread Vishvananda Ishaya
I believe that this bug only happens if:

a) you have your floating ips on a different interface from your flat ips
b) you are using an external gateway for the fixed ips (a custom dnsmasq config 
file)

I've noticed that self-ping also breaks if you have dmz_cidr set to your 
fixed_range (this isn't necessary and should be removed)

I suspect you don't have the broken setup, because it also seems to completely 
break floating ips per this bug:

https://bugs.launchpad.net/nova/+bug/1096985

Assuming you are hitting the same bug, there isn't really a good workaround 
besides merging the patch.

Vish

On Jan 9, 2013, at 3:02 AM, Dave Pigott dave.pig...@linaro.org wrote:

 Hi all,
 
 I note from https://bugs.launchpad.net/nova/+bug/1096259 that there's an 
 issue that means an instance can't ping it's own public IP address. Does 
 anyone know of a workaround until this gets fixed?
 
 Thanks
 
 Dave
 ___
 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] Disabling NAT

2013-01-09 Thread Vishvananda Ishaya
If you are attempting to stop nova-network from snatting for instances you can 
very easily do it with conf:

routing_source_ip=

(set routing_source_ip to none)

This will stop the snat for instances. Please note that you will need to 
provide a gateway through dnsmasq for your instances to reach the internet.

Vish

On Jan 9, 2013, at 5:58 AM, Joe Warren-Meeks joe.warren.me...@gmail.com wrote:

 Hi guys,
 
 I've managed to disable NAT by deleting the correct rule. This means all my 
 instances are properly routable no, which is exactly what I want.
 
 To do this, I'm using 
 
 iptables -vnL -t nat --line-numbers 
 
 to get the rule number from the nova-network-snat chain and deleting it using:
 
 iptables -t nat -D nova-network-snat num
 
 My question is when and where are those snat rules created, so that I can 
 prevent them from being setup in the first place.
 
 Kind regards
 
  -- joe.
 
 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp


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


[Openstack] Migrate Instance to another Tenant ID in the same environment

2013-01-09 Thread Alex Vitola
I have 2 projects in my environment:

ProjectQA1: ID - 0001
ProjectQA2: ID - 0002

root@Controller:# keystone tenant-list
+-++-+
| id  |name| enabled |
+-++-+
| 0001| ProjectQA1 |   True  |
| 0002| ProjectQA2 |   True  |
+--++-+

In Project 1 there are 1 instance
In Project 2 there are 7 instances

root@Controller:# nova usage-list

+---+---+--+---+---+
| Tenant ID | Instances | RAM MB-Hours | CPU Hours | Disk GB-Hours |
+---+---+--+---+---+
| 0001  | 1 | 12533.78 | 24.48 | 244.80|
| 0002  | 7 | 127447.40| 171.17| 2100.45   |
+---+---+--+---+---+

Is it possible to move this instance of Project 1 for 2?

root@Controller:# nova list
+--+---+++
| ID   | Name  | Status | Networks   |
+--+---+++
| 9991 | QA-07 | ACTICE | Net-Demo=200.100.50.25 |
+--+---+++

Move ID 9991/QA-07

from: Tenant ID 0001
to: Tenant ID 0002

Is that possible?



Att

Alex Vitola
System Administrator

___
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] Calling all user group and meetup organizers

2013-01-09 Thread Tim Bell
 

Sean,

 

Is the aim to provide co-ordination for the OpenStack user groups worldwide
?

 

Ryan, JC and I have been putting together the structure for the OpenStack
user committee (as described on the foundation list at
http://lists.openstack.org/pipermail/foundation/2012-December/001289.html).
As we have collected input from various parties, there is a proposal for
part of the committee to consist of user group representatives from
different geographies. 

 

As mentioned in the mail to the foundation list, anyone who'd like to
contribute to the user committee structure/mandate is welcome to get in
touch for editing rights to
https://docs.google.com/document/d/1yD8TfqUik2dt5xo_jMVHMl7tw9oIJnEndLK8YqET
oyo

 

I am on travel on the 15th so I won't be able to attend the call but it
would be great if the conclusions could be distributed to the community
list.

 

Tim

 

From: openstack-bounces+tim.bell=cern...@lists.launchpad.net
mailto:openstack-bounces+tim.bell=cern...@lists.launchpad.net
[mailto:openstack-bounces+tim.bell=cern...@lists.launchpad.net] On Behalf Of
Sean Roberts
Sent: 09 January 2013 01:55
To: OpenStack community; openstack
Subject: [Openstack] Calling all user group and meetup organizers

 

We are going to have a planning meeting on Tuesday, 15 Jan 2012 11:00am to
1:00pm PST. RSVP via   http://www.meetup.com/openstack/events/93593062
http://www.meetup.com/openstack/events/93593062/  Connect remotely via webex
https://yahoomeetings.webex.com/yahoomeetings/j.php?ED=160663792UID=492396
097RT=MiM0
https://yahoomeetings.webex.com/yahoomeetings/j.php?ED=160663792UID=4923960
97RT=MiM0

If this time doesn't work for you, get ahold of me directly via
skype:seanroberts66, email, mobile, irc:sarob, twitter:sarob, or carrier
pigeon.

 

Stefano and Thierry will be joining us. I want to get input from people that
run user groups and meetups.

 

See you then!

 

Sean Roberts
Infrastructure Strategy
 mailto:sean...@yahoo-inc.com sean...@yahoo-inc.com
Direct (408) 349-5234  Mobile (925) 980-4729
 
701 First Avenue, Sunnyvale, CA, 94089-0703, US
Phone (408) 349-3300  Fax (408) 349-3301
 
  http://forgood.zenfs.com/logos/yahoo.png 



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


Re: [Openstack] Strange issue during live migration

2013-01-09 Thread Narayanan, Krishnaprasad
Hi Yuan,

Thanks for the response. I had missed to set the vncserver_listen to 0.0.0.0 
and that fixed the problem for me. Unfortunately, I couldn't try any of the 
methods suggested by you as setting the vncserver_listen solved the problem.

Regards
Krishnaprasad
From: Yuan, Ye A [mailto:ye.a.y...@intel.com]
Sent: Dienstag, 8. Januar 2013 02:52
To: Narayanan, Krishnaprasad
Cc: openstack@lists.launchpad.net
Subject: RE: Strange issue during live migration

Hey guy,
Please try as below:

1)  If there is no log, maybe config/log file's privilege issue. You can 
edit their owner: $ chown nova:nova /etc/nova  chown nova:nova /var/log/nova

2)  After method 1) , there must be logs in log file. You can run command $ 
nova-manage logs error, it will print all nova services' error

3)  I facing migration issue similar before, it seems that CPU 
compatibility is too strict! And you can edit source code in 
/usr/lib/python2.7/dist-packages/nova/virt/libvirt/connection.py, in function 
compare_cpu, comment 2lines:

#if ret = 0:

 #raise exception.InvalidCPUInfo(reason=m % locals())

Or upgrade Essex to Folsom!
If methods I metioned work. Please let me know!

Best wishes,
Yale Yuan
From Intel
From: 
openstack-bounces+ye.a.yuan=intel@lists.launchpad.netmailto:openstack-bounces+ye.a.yuan=intel@lists.launchpad.net
 [mailto:openstack-bounces+ye.a.yuan=intel@lists.launchpad.net] On Behalf 
Of Narayanan, Krishnaprasad
Sent: Tuesday, January 08, 2013 1:33 AM
To: openstack@lists.launchpad.netmailto:openstack@lists.launchpad.net
Subject: [Openstack] Strange issue during live migration

Hallo All,

I am using OpenStack ESSEX and I have made all the necessary changes in order 
to perform live-migration (mounting the nova instances directory and 
libvirt-bin configurations). The issue that I am facing is when I perform live 
migration using the nova commands, there is neither error in the log file nor 
on the command and in the Horizon GUI, I could see the VM status changing to 
Migrating and later turning Active, but in the back end, the VM is not 
migrating to the specified host. Has anybody faced the same issue and can I get 
to know am I missing any configurations?

Thanks
Krishnaprasad
___
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-community] Calling all user group and meetup organizers

2013-01-09 Thread Tim Horgan
Hi Séan,

I run the OpenStack Ireland meetup group, just wondering if your meeting is 
targeting only groups in the East Coast of the USA?

Kind Regards,
Tim

On 9 Jan 2013, at 00:54, Sean Roberts sean...@yahoo-inc.com wrote:

 We are going to have a planning meeting on Tuesday, 15 Jan 2012 11:00am to 
 1:00pm PST. RSVP via  http://www.meetup.com/openstack/events/93593062/  
 Connect remotely via webex 
 https://yahoomeetings.webex.com/yahoomeetings/j.php?ED=160663792UID=492396097RT=MiM0
 If this time doesn't work for you, get ahold of me directly via 
 skype:seanroberts66, email, mobile, irc:sarob, twitter:sarob, or carrier 
 pigeon.
 
 Stefano and Thierry will be joining us. I want to get input from people that 
 run user groups and meetups.
 
 See you then!
 
 Sean Roberts
 Infrastructure Strategy
 sean...@yahoo-inc.com
 Direct (408) 349-5234  Mobile (925) 980-4729
  
 701 First Avenue, Sunnyvale, CA, 94089-0703, US
 Phone (408) 349-3300  Fax (408) 349-3301
  
 
 ___
 Community mailing list
 commun...@lists.openstack.org
 http://lists.openstack.org/cgi-bin/mailman/listinfo/community




Regards,
Tim


-
TIM HORGAN
Head of Cloud Computing Centre of Excellence
Extended Campus Office
Cork Institute of Technology, Cork, Ireland
phone: +353 214335120 | mobile: +353 87 9439333
twitter: @timhorgan | skype: timothy.horgan
linkedin: http://ie.linkedin.com/in/timhorgan | web: http://cloud.cit.ie
-

___
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] Migrate Instance to another Tenant ID in the same environment

2013-01-09 Thread Sébastien Han
Moving instances from project to project is not possible however what
you can do is (safe way):

- as an admin user
- snapshot the image from env 1
- grab the snapshotted file from your glance store
- import the snapshot into glance
- make the image public
- run the snapshot from env 2
- enjoy!

Cheers!

--
Regards,
Sébastien Han.


On Wed, Jan 9, 2013 at 8:14 PM, Alex Vitola alex.vit...@gmail.com wrote:
 I have 2 projects in my environment:

 ProjectQA1: ID - 0001
 ProjectQA2: ID - 0002

 root@Controller:# keystone tenant-list
 +-++-+
 | id  |name| enabled |
 +-++-+
 | 0001| ProjectQA1 |   True  |
 | 0002| ProjectQA2 |   True  |
 +--++-+

 In Project 1 there are 1 instance
 In Project 2 there are 7 instances

 root@Controller:# nova usage-list

 +---+---+--+---+---+
 | Tenant ID | Instances | RAM MB-Hours | CPU Hours | Disk GB-Hours |
 +---+---+--+---+---+
 | 0001  | 1 | 12533.78 | 24.48 | 244.80|
 | 0002  | 7 | 127447.40| 171.17| 2100.45   |
 +---+---+--+---+---+

 Is it possible to move this instance of Project 1 for 2?

 root@Controller:# nova list
 +--+---+++
 | ID   | Name  | Status | Networks   |
 +--+---+++
 | 9991 | QA-07 | ACTICE | Net-Demo=200.100.50.25 |
 +--+---+++

 Move ID 9991/QA-07

 from: Tenant ID 0001
 to: Tenant ID 0002

 Is that possible?



 Att

 Alex Vitola
 System Administrator

 ___
 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] Need Help

2013-01-09 Thread Stefano Zanella
Hi Umar,
I'm sorry again but I'm approaching a deadline on next Tuesday, so I've
little for anything.
I'd like to reproduce your environment on my test system (it's not too
distant from yours), so I can give you an accurate response.
I'll keep you updated ASAP.
Thanks for patience.
Regards,
Stefano


On Tue, Jan 8, 2013 at 9:16 PM, Umar Draz unix...@gmail.com wrote:

 HI Stefano,

 Thanks for your reply

 I can ping all nodes from their local IP using any virtual machine.

 1) I have ubuntu 12.10 on all compute nodes
 2) I don't have any iptables on all compute nodes. Nova its self intall
 iptables firewall

 Please find attached file as per your instructions.

 Best Regards,

 Umar


 On Wed, Jan 9, 2013 at 12:23 AM, Stefano Zanella 
 zanella.stef...@gmail.com wrote:

 Sorry for the delay, it was a busy day.
 I'm missing a step here: are you able to ping all 3 compute nodes from a
 VM inside one of them, or can you ping for each VM only the corresponding
 node?
 Can you now paste the output of:
 ip addr list on hypervisor and VM
 route -n on hypervisor and VM
 brctl show on hypervisor
 iptables -L -nv on hypervisor
 iptables -L -nv -t nat on hypervisor
 (I'm trying to avoid for now to track traffic with tcpdump, but it'll be
 next step if we cannot find the problem this way)

 Do you have a standard iptables or do you have some custom rules? Also,
 what OS are the hypervisors running on?
 Thanks,
 Stefano


 On Tue, Jan 8, 2013 at 12:10 PM, Umar Draz unix...@gmail.com wrote:

 Hi Stefano,

 No Luck, Still same,

 I can ping all 3 compute nodes

 192.168.1.133
 192.168.1.134
 192.168.1.135

 from any virtual machine, but I can not ping, 192.168.1.136 another
 linux machine on local network.

 Best Regards,

 Umar

 On Tue, Jan 8, 2013 at 2:56 AM, Stefano Zanella 
 zanella.stef...@gmail.com wrote:

 I think there's a mismatching here between configuration and intended
 behavior, I'm sorry not to have detected it before.
 With your configuration, you're bridging (Layer 2) two different
 networks (Layer3). They cannot communicate if not properly routed or
 masqueraded.

 Do you need to NAT VMs directly with public IPs? If not, I'd suggest
 you to change the configuration as follows:
 # NETWORK
 network_manager=nova.network.manager.FlatDHCPManager
 force_dhcp_release=True
 dhcpbridge_flagfile=/etc/nova/nova.conf
 my_ip=6x.1x.84.132
 public_interface=eth1
 flat_network_bridge=br100
 fixed_range=10.0.0.0/24

 This way, nova-network will setup NAT between 10.0.0.0/24 and
 192.168.1.0/24 and you should be able to reach your LAN. Then, if you
 want to reach machines inside VMs private network, you could add a floating
 IP range and assign them to VMs.
 Hope this could solve the problem.
 Regards,
 Stefano


 On Mon, Jan 7, 2013 at 9:14 PM, Umar Draz unix...@gmail.com wrote:

 I did this on compute
 root@compute1:~# echo 0  /proc/sys/net/ipv4/conf/default/rp_filter

 and the result from vm
 root@vm:~# ping 192.168.1.134

 PING 192.168.1.134 (192.168.1.134) 56(84) bytes of data.
 From 10.0.0.2 icmp_seq=1 Destination Host Unreachable
 From 10.0.0.2 icmp_seq=2 Destination Host Unreachable
 From 10.0.0.2 icmp_seq=3 Destination Host Unreachable
 From 10.0.0.2 icmp_seq=4 Destination Host Unreachable
 From 10.0.0.2 icmp_seq=5 Destination Host Unreachable
 From 10.0.0.2 icmp_seq=6 Destination Host Unreachable
 From 10.0.0.2 icmp_seq=7 Destination Host Unreachable
 From 10.0.0.2 icmp_seq=8 Destination Host Unreachable
 From 10.0.0.2 icmp_seq=9 Destination Host Unreachable
 From 10.0.0.2 icmp_seq=10 Destination Host Unreachable
 From 10.0.0.2 icmp_seq=11 Destination Host Unreachable
 From 10.0.0.2 icmp_seq=12 Destination Host Unreachable
 From 10.0.0.2 icmp_seq=13 Destination Host Unreachable
 From 10.0.0.2 icmp_seq=14 Destination Host Unreachable
 From 10.0.0.2 icmp_seq=15 Destination Host Unreachable
 Best Regards,

 Umar

 On Tue, Jan 8, 2013 at 1:02 AM, Stefano Zanella 
 zanella.stef...@gmail.com wrote:

 Can you try to set rp_filter to 0? I needed to disable it today,
 otherwise I was facing problem similar to yours.
 Try to ping with rp_filter disabled, let's see if we can resolve the
 problem that way.
 Regards,
 Stefano


 On Mon, Jan 7, 2013 at 8:57 PM, Umar Draz unix...@gmail.com wrote:

 Hi

 Here is the result

 root@compute1:~# cat /proc/sys/net/ipv4/ip_forward
 1

 root@compute1:~# cat /proc/sys/net/ipv4/conf/default/rp_filter
 1

 root@compute1:~# nova secgroup-list-rules default
 +-+---+-+---+--+
 | IP Protocol | From Port | To Port | IP Range  | Source Group |
 +-+---+-+---+--+
 | icmp| -1| -1  | 0.0.0.0/0 |  |
 | tcp | 22| 22  | 0.0.0.0/0 |  |
 | tcp | 80| 80  | 0.0.0.0/0 |  |
 | tcp | 443   | 443 | 0.0.0.0/0 |  |
 | tcp | 16667 | 16667   | 0.0.0.0/0 | 

Re: [Openstack] Wikipedia page

2013-01-09 Thread Stefano Maffulli

On 01/07/2013 12:28 PM, Stefano Maffulli wrote:

I can lead this task. Please join me on IRC #openstack-community (I'm
reed) to coordinate efforts.


I gave a first pass at improving the page. It looks better, it now has 
links, references and is more up to date. Please have a look at it and 
keep improving it:


https://en.wikipedia.org/wiki/OpenStack

Also, please keep updating also the pages in other languages.

/stef

___
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's PaaS Integration Discussion

2013-01-09 Thread Diane Mueller
Frans,

Stackato is a fork of Cloud Foundry (and API compatible) but it's
distributed as a VM, so you don't have to deal with BOSH.

It's just a matter of importing that VM into OpenStack, then building your
PaaS cluster.

We don't currently make a Hyper-V native VM image of Stackato available -
is that what you are looking for?

Diane Mueller

Director, Cloud Evangelism
twitter: pythondj

ActiveState Stackato
http://activestate.com/stackato/get_stackato


On Wed, Jan 9, 2013 at 3:19 PM, Frans Thamura fr...@meruvian.org wrote:

 hi all

 we are using OpenShift and CloudFoundry, and hope can find another PaaS
 s/w .

 There are several private chat between me and several OpenStack USer
 Group LEader related to OpenStack+CF integration issue, and also there
 are several discussion bosh-user in CF

 and we are also see the OpenStack by RedHat and also Redhat have
 OpenShift project which it is PaaS.

 I am thinking there is a paas focus discussion that can discuss all
 this. yes , also improvement in the both area.

 i am still learning how RedHat manage his community. I found both CF
 and OpenShift also have several weakness and advantage.

 in another area I still cannot understand the HyperV positioning in
 OpenStack? if we can install Ubuntu on HyperV and CF on Ubuntu, what
 is the reason HyperV in OpenStack?

 and how the infrastructure combination talk with the pass
 infrastructure to scale it.


 hope my post can be understood..

 F

 ___
 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's PaaS Integration Discussion

2013-01-09 Thread Frans Thamura
On Thu, Jan 10, 2013 at 6:46 AM, Diane Mueller dia...@activestate.com wrote:
 Frans,

 Stackato is a fork of Cloud Foundry (and API compatible) but it's
 distributed as a VM, so you don't have to deal with BOSH.

still learning your positoning product ;)

if you can explain how the fork manage and how it work and also the
website to explain , that will be awesome.

my idea, this mailing list to general.. and i love a more focus group
for this work.



 It's just a matter of importing that VM into OpenStack, then building your
 PaaS cluster.

my idea to grow openstack indonesia community, by bring the PaaS to
OpenStack, I love there is a space in OpenSTack for this content.

my idea to get content for evangelism, to make ecosystem.



 We don't currently make a Hyper-V native VM image of Stackato available - is
 that what you are looking for?


if there are HyperV with CF, that will be awesome., but hyperv also
support openstack, that is the positioning i dont understand





 Diane Mueller

 Director, Cloud Evangelism
 twitter: pythondj

 ActiveState Stackato
 http://activestate.com/stackato/get_stackato


 On Wed, Jan 9, 2013 at 3:19 PM, Frans Thamura fr...@meruvian.org wrote:

 hi all

 we are using OpenShift and CloudFoundry, and hope can find another PaaS
 s/w .

 There are several private chat between me and several OpenStack USer
 Group LEader related to OpenStack+CF integration issue, and also there
 are several discussion bosh-user in CF

 and we are also see the OpenStack by RedHat and also Redhat have
 OpenShift project which it is PaaS.

 I am thinking there is a paas focus discussion that can discuss all
 this. yes , also improvement in the both area.

 i am still learning how RedHat manage his community. I found both CF
 and OpenShift also have several weakness and advantage.

 in another area I still cannot understand the HyperV positioning in
 OpenStack? if we can install Ubuntu on HyperV and CF on Ubuntu, what
 is the reason HyperV in OpenStack?

 and how the infrastructure combination talk with the pass
 infrastructure to scale it.


 hope my post can be understood..

 F

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



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


[Openstack] OpenStack Java SDK

2013-01-09 Thread Antonio Manuel Muñiz Martín
Hello all.

We are working with OpenStack Java SDK [1] since some months ago. Now
we need to use it with Folsom. After a look on master branch we
decided to keep us in the stable branch, because the project has no
release policy, no tags...

Said this, we've done some changes in stable Essex branch to adapt it
to Folsom, basically adding some fields to resources required for a
correct JSON mapping.
If some of you think this changes are interesting we can send a pull
request to the owner (Luis, I think you are in this list, I would like
to get your opinion).

Cheers,
Antonio.

[1] https://github.com/woorea/openstack-java-sdk/tree/stable/essex

-- 
Antonio Manuel Muñiz Martín
Software Developer at klicap - ingeniería del puzle

work phone + 34 954 894 322
www.klicap.es | blog.klicap.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


Re: [Openstack] Wikipedia page

2013-01-09 Thread Caitlin Bestler
I think the Swift description would be improved by changing:

Objects and files are written to multiple disk drives spread throughout 
...

To
Objects are written as files to multiple disk drives spread throughout 
...


Objects and files almost sounds as though they are different things, when 
they are better
understood as being different labels used at different layers.



___
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 Java SDK

2013-01-09 Thread Frans Thamura
hi Antonio

talking Java SDK.

is there OpenSTack on the Net, that we can use, to test this SDK?

I love to invest in this tools, esp we are working with Java education
program here

F

On Thu, Jan 10, 2013 at 6:51 AM, Antonio Manuel Muñiz Martín
amu...@klicap.es wrote:
 Hello all.

 We are working with OpenStack Java SDK [1] since some months ago. Now
 we need to use it with Folsom. After a look on master branch we
 decided to keep us in the stable branch, because the project has no
 release policy, no tags...

 Said this, we've done some changes in stable Essex branch to adapt it
 to Folsom, basically adding some fields to resources required for a
 correct JSON mapping.
 If some of you think this changes are interesting we can send a pull
 request to the owner (Luis, I think you are in this list, I would like
 to get your opinion).

 Cheers,
 Antonio.

 [1] https://github.com/woorea/openstack-java-sdk/tree/stable/essex

 --
 Antonio Manuel Muñiz Martín
 Software Developer at klicap - ingeniería del puzle

 work phone + 34 954 894 322
 www.klicap.es | blog.klicap.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

___
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's PaaS Integration Discussion

2013-01-09 Thread Diane Mueller
Frans,


All our release notes are found here:
http://docs.stackato.com/reference/release-notes.html

You can go to http://www.activestate.com/stackato/get_stackato to get the
latest VMs

I'm currently testing on a number of OpenStack deployments at customer
sites and have had no issues so far. If you find an issues, please let us
know, but it's OpenStack makes it pretty simple to build a Private PaaS
cluster and configure it with out too much trouble at all.

All the documentation is found here:
http://docs.stackato.com/index.htmlhttp://docs.stackato.com/

Kind Regards,

Diane Mueller
ActiveState










On Wed, Jan 9, 2013 at 3:49 PM, Frans Thamura fr...@meruvian.org wrote:

 On Thu, Jan 10, 2013 at 6:46 AM, Diane Mueller dia...@activestate.com
 wrote:
  Frans,
 
  Stackato is a fork of Cloud Foundry (and API compatible) but it's
  distributed as a VM, so you don't have to deal with BOSH.

 still learning your positoning product ;)

 if you can explain how the fork manage and how it work and also the
 website to explain , that will be awesome.

 my idea, this mailing list to general.. and i love a more focus group
 for this work.


 
  It's just a matter of importing that VM into OpenStack, then building
 your
  PaaS cluster.

 my idea to grow openstack indonesia community, by bring the PaaS to
 OpenStack, I love there is a space in OpenSTack for this content.

 my idea to get content for evangelism, to make ecosystem.


 
  We don't currently make a Hyper-V native VM image of Stackato available
 - is
  that what you are looking for?


 if there are HyperV with CF, that will be awesome., but hyperv also
 support openstack, that is the positioning i dont understand




 
  Diane Mueller
 
  Director, Cloud Evangelism
  twitter: pythondj
 
  ActiveState Stackato
  http://activestate.com/stackato/get_stackato
 
 
  On Wed, Jan 9, 2013 at 3:19 PM, Frans Thamura fr...@meruvian.org
 wrote:
 
  hi all
 
  we are using OpenShift and CloudFoundry, and hope can find another PaaS
  s/w .
 
  There are several private chat between me and several OpenStack USer
  Group LEader related to OpenStack+CF integration issue, and also there
  are several discussion bosh-user in CF
 
  and we are also see the OpenStack by RedHat and also Redhat have
  OpenShift project which it is PaaS.
 
  I am thinking there is a paas focus discussion that can discuss all
  this. yes , also improvement in the both area.
 
  i am still learning how RedHat manage his community. I found both CF
  and OpenShift also have several weakness and advantage.
 
  in another area I still cannot understand the HyperV positioning in
  OpenStack? if we can install Ubuntu on HyperV and CF on Ubuntu, what
  is the reason HyperV in OpenStack?
 
  and how the infrastructure combination talk with the pass
  infrastructure to scale it.
 
 
  hope my post can be understood..
 
  F
 
  ___
  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's PaaS Integration Discussion

2013-01-09 Thread Frans Thamura
the URL that you give is the binary

the stackato in .com in my mind is for deployment to create a
cloudfoundry.com like

this thread related to cf.org

F

On Thu, Jan 10, 2013 at 7:16 AM, Diane Mueller dia...@activestate.com wrote:
 Frans,


 All our release notes are found here:
 http://docs.stackato.com/reference/release-notes.html

 You can go to http://www.activestate.com/stackato/get_stackato to get the
 latest VMs

 I'm currently testing on a number of OpenStack deployments at customer sites
 and have had no issues so far. If you find an issues, please let us know,
 but it's OpenStack makes it pretty simple to build a Private PaaS cluster
 and configure it with out too much trouble at all.

 All the documentation is found here: http://docs.stackato.com/index.html

 Kind Regards,

 Diane Mueller
 ActiveState











 On Wed, Jan 9, 2013 at 3:49 PM, Frans Thamura fr...@meruvian.org wrote:

 On Thu, Jan 10, 2013 at 6:46 AM, Diane Mueller dia...@activestate.com
 wrote:
  Frans,
 
  Stackato is a fork of Cloud Foundry (and API compatible) but it's
  distributed as a VM, so you don't have to deal with BOSH.

 still learning your positoning product ;)

 if you can explain how the fork manage and how it work and also the
 website to explain , that will be awesome.

 my idea, this mailing list to general.. and i love a more focus group
 for this work.


 
  It's just a matter of importing that VM into OpenStack, then building
  your
  PaaS cluster.

 my idea to grow openstack indonesia community, by bring the PaaS to
 OpenStack, I love there is a space in OpenSTack for this content.

 my idea to get content for evangelism, to make ecosystem.


 
  We don't currently make a Hyper-V native VM image of Stackato available
  - is
  that what you are looking for?


 if there are HyperV with CF, that will be awesome., but hyperv also
 support openstack, that is the positioning i dont understand




 
  Diane Mueller
 
  Director, Cloud Evangelism
  twitter: pythondj
 
  ActiveState Stackato
  http://activestate.com/stackato/get_stackato
 
 
  On Wed, Jan 9, 2013 at 3:19 PM, Frans Thamura fr...@meruvian.org
  wrote:
 
  hi all
 
  we are using OpenShift and CloudFoundry, and hope can find another PaaS
  s/w .
 
  There are several private chat between me and several OpenStack USer
  Group LEader related to OpenStack+CF integration issue, and also there
  are several discussion bosh-user in CF
 
  and we are also see the OpenStack by RedHat and also Redhat have
  OpenShift project which it is PaaS.
 
  I am thinking there is a paas focus discussion that can discuss all
  this. yes , also improvement in the both area.
 
  i am still learning how RedHat manage his community. I found both CF
  and OpenShift also have several weakness and advantage.
 
  in another area I still cannot understand the HyperV positioning in
  OpenStack? if we can install Ubuntu on HyperV and CF on Ubuntu, what
  is the reason HyperV in OpenStack?
 
  and how the infrastructure combination talk with the pass
  infrastructure to scale it.
 
 
  hope my post can be understood..
 
  F
 
  ___
  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] Disabling NAT

2013-01-09 Thread Jian Wen
On 2013年01月09日 23:05, Joe Warren-Meeks wrote:
 Hi Jian,

 Firstly, thanks for your time helping me with this, it is much
 appreciated.

 I've probably misunderstood your answer, but currently whenever a new
 instance is booted or a floating IP is added or removed, the SNAT rule
 I want removed comes back. I'd like to stop that rule ever coming back. 

 I'm about to dig into the python to try to find where it get reset,
 but any pointers you could offer would be greatly appreciated!

  -- joe.



 On 9 January 2013 14:34, Jian Wen jian@canonical.com
 mailto:jian@canonical.com wrote:

 On 2013年01月09日 21:58, Joe Warren-Meeks wrote:
 Hi guys,

 I've managed to disable NAT by deleting the correct rule. This
 means all my instances are properly routable no, which is exactly
 what I want.

 To do this, I'm using 

 iptables -vnL -t nat --line-numbers 

 to get the rule number from the nova-network-snat chain and
 deleting it using:

 iptables -t nat -D nova-network-snat num

 My question is when and where are those snat rules created, so
 that I can prevent them from being setup in the first place.

 Kind regards

  -- joe.



 ___
 Mailing list: https://launchpad.net/~openstack 
 https://launchpad.net/%7Eopenstack
 Post to : openstack@lists.launchpad.net 
 mailto:openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack 
 https://launchpad.net/%7Eopenstack
 More help   : https://help.launchpad.net/ListHelp
 1. delete all floating ips
  allocate a floating ip to instance will create a SNAT rule
 and 2 DNAT rules.
 2. iptables -t nat -I nova-network-float-snat -j RETURN
 avoid the shared SNAT rule

-I Insert rule in the nova-network-float-snat chain as the first rule.
-j RETURN means stop traversing this chain and resume at the next rule
in the previous (calling) chain.

iptables -t nat -I nova-network-snat -j RETURN
No need to exec `iptables -t nat -I nova-network-float-snat -j RETURN`,
sorry for the quick reply.
After this command, SNAT rule created but will not be used at all. 
The result of  ping 8.8.8.8 will be 100% packet loss

You don't have to touch the code.
nova/nova/network/linux_net.py
nova/nova/network/l3.py

 -- 
 Jian Wen
 Software Engineer, Services and Support Team
 Canonical, Ltd


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




-- 
Jian Wen
Software Engineer, Services and Support Team
Canonical, Ltd

___
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] Need Help

2013-01-09 Thread Umar Draz
HI Stefano,

Thanks for your long help, Please take your time.

I'll wait your response

Best Regards,

Umar

On Thu, Jan 10, 2013 at 3:39 AM, Stefano Zanella
zanella.stef...@gmail.comwrote:

 Hi Umar,
 I'm sorry again but I'm approaching a deadline on next Tuesday, so I've
 little for anything.
 I'd like to reproduce your environment on my test system (it's not too
 distant from yours), so I can give you an accurate response.
 I'll keep you updated ASAP.
 Thanks for patience.
 Regards,
 Stefano


 On Tue, Jan 8, 2013 at 9:16 PM, Umar Draz unix...@gmail.com wrote:

 HI Stefano,

 Thanks for your reply

 I can ping all nodes from their local IP using any virtual machine.

 1) I have ubuntu 12.10 on all compute nodes
 2) I don't have any iptables on all compute nodes. Nova its self intall
 iptables firewall

 Please find attached file as per your instructions.

 Best Regards,

 Umar


 On Wed, Jan 9, 2013 at 12:23 AM, Stefano Zanella 
 zanella.stef...@gmail.com wrote:

 Sorry for the delay, it was a busy day.
 I'm missing a step here: are you able to ping all 3 compute nodes from a
 VM inside one of them, or can you ping for each VM only the corresponding
 node?
 Can you now paste the output of:
 ip addr list on hypervisor and VM
 route -n on hypervisor and VM
 brctl show on hypervisor
 iptables -L -nv on hypervisor
 iptables -L -nv -t nat on hypervisor
 (I'm trying to avoid for now to track traffic with tcpdump, but it'll be
 next step if we cannot find the problem this way)

 Do you have a standard iptables or do you have some custom rules? Also,
 what OS are the hypervisors running on?
 Thanks,
 Stefano


 On Tue, Jan 8, 2013 at 12:10 PM, Umar Draz unix...@gmail.com wrote:

 Hi Stefano,

 No Luck, Still same,

 I can ping all 3 compute nodes

 192.168.1.133
 192.168.1.134
 192.168.1.135

 from any virtual machine, but I can not ping, 192.168.1.136 another
 linux machine on local network.

 Best Regards,

 Umar

 On Tue, Jan 8, 2013 at 2:56 AM, Stefano Zanella 
 zanella.stef...@gmail.com wrote:

 I think there's a mismatching here between configuration and intended
 behavior, I'm sorry not to have detected it before.
 With your configuration, you're bridging (Layer 2) two different
 networks (Layer3). They cannot communicate if not properly routed or
 masqueraded.

 Do you need to NAT VMs directly with public IPs? If not, I'd suggest
 you to change the configuration as follows:
 # NETWORK
 network_manager=nova.network.manager.FlatDHCPManager
 force_dhcp_release=True
 dhcpbridge_flagfile=/etc/nova/nova.conf
 my_ip=6x.1x.84.132
 public_interface=eth1
 flat_network_bridge=br100
 fixed_range=10.0.0.0/24

 This way, nova-network will setup NAT between 10.0.0.0/24 and
 192.168.1.0/24 and you should be able to reach your LAN. Then, if you
 want to reach machines inside VMs private network, you could add a 
 floating
 IP range and assign them to VMs.
 Hope this could solve the problem.
 Regards,
 Stefano


 On Mon, Jan 7, 2013 at 9:14 PM, Umar Draz unix...@gmail.com wrote:

 I did this on compute
 root@compute1:~# echo 0  /proc/sys/net/ipv4/conf/default/rp_filter

 and the result from vm
 root@vm:~# ping 192.168.1.134

 PING 192.168.1.134 (192.168.1.134) 56(84) bytes of data.
 From 10.0.0.2 icmp_seq=1 Destination Host Unreachable
 From 10.0.0.2 icmp_seq=2 Destination Host Unreachable
 From 10.0.0.2 icmp_seq=3 Destination Host Unreachable
 From 10.0.0.2 icmp_seq=4 Destination Host Unreachable
 From 10.0.0.2 icmp_seq=5 Destination Host Unreachable
 From 10.0.0.2 icmp_seq=6 Destination Host Unreachable
 From 10.0.0.2 icmp_seq=7 Destination Host Unreachable
 From 10.0.0.2 icmp_seq=8 Destination Host Unreachable
 From 10.0.0.2 icmp_seq=9 Destination Host Unreachable
 From 10.0.0.2 icmp_seq=10 Destination Host Unreachable
 From 10.0.0.2 icmp_seq=11 Destination Host Unreachable
 From 10.0.0.2 icmp_seq=12 Destination Host Unreachable
 From 10.0.0.2 icmp_seq=13 Destination Host Unreachable
 From 10.0.0.2 icmp_seq=14 Destination Host Unreachable
 From 10.0.0.2 icmp_seq=15 Destination Host Unreachable
 Best Regards,

 Umar

 On Tue, Jan 8, 2013 at 1:02 AM, Stefano Zanella 
 zanella.stef...@gmail.com wrote:

 Can you try to set rp_filter to 0? I needed to disable it today,
 otherwise I was facing problem similar to yours.
 Try to ping with rp_filter disabled, let's see if we can resolve the
 problem that way.
 Regards,
 Stefano


 On Mon, Jan 7, 2013 at 8:57 PM, Umar Draz unix...@gmail.com wrote:

 Hi

 Here is the result

 root@compute1:~# cat /proc/sys/net/ipv4/ip_forward
 1

 root@compute1:~# cat /proc/sys/net/ipv4/conf/default/rp_filter
 1

 root@compute1:~# nova secgroup-list-rules default
 +-+---+-+---+--+
 | IP Protocol | From Port | To Port | IP Range  | Source Group |
 +-+---+-+---+--+
 | icmp| -1| -1  | 0.0.0.0/0 |  |
 | tcp | 22| 22  | 0.0.0.0/0 |   

[Openstack] Dashboard/horizon PRODUCTION bug

2013-01-09 Thread Sina Sadeghi

  
  
I just upgraded the
openstack-dashboard we are using to the latest version provided by Ubuntu Cloud Archive. There were multiple bugs causing "Internal Server Error"
which I had to patch manually to rectify, I couldn't see anyone reporting the same
errors after a brief google search.
  
  Can someone examine the patch provided
and please confirm whether they have this issue or not? I'm
running Ubuntu 12.04 with Folsom installed using
the Ubuntu Cloud Archive.
  
  # dpkg -l | grep -e
'openstack\|horizon'
ii openstack-dashboard
2012.2-0ubuntu2~cloud0 django web
interface to Openstack
ii openstack-dashboard-ubuntu-theme
2012.2-0ubuntu2~cloud0 Ubuntu theme
for the Openstack dashboard
ii python-django-horizon
2012.2-0ubuntu2~cloud0 Django module
providing web based interaction with
OpenStack
ii python-django-openstack
2012.2-0ubuntu2~cloud0 dummy
transitonal package from
python-django-openstack to
python-django-horizon
ii python-openstack-auth
1.0.1-0ubuntu6~cloud0 A django
authentication backend for Openstack

I have attached the main
  patch I had to apply to get dashboard
  working again, but I also
had to patch:
/usr/lib/python2.7/dist-packages/horizon/dashboards/settings/project/views.py
to
  change "from horizon.api import keystone" to "from
horizon.api import keystoneclient"
as well. If this is an actual bug I'm
happy to file and supply the patch as
appropriate.




  

-- 
  
--
Sina Sadeghi
Lead Cloud Engineer

Aptira Pty Ltd
1800 APTIRA
aptira.com
Follow @aptira
  

  

diff -u /tmp/workflows.py /usr/lib/python2.7/dist-packages/horizon/dashboards/nova/instances/workflows.py
--- /tmp/workflows.py   2013-01-10 14:24:31.874187212 +1100
+++ /usr/lib/python2.7/dist-packages/horizon/dashboards/nova/instances/workflows.py 2013-01-10 14:30:01.531892135 +1100
@@ -23,7 +23,9 @@
 from django.utils.text import normalize_newlines
 from django.utils.translation import ugettext as _

-from horizon import api
+from horizon.api import glanceclient
+from horizon.api import nova
+from horizon.api import quantum
 from horizon import exceptions
 from horizon import forms
 from horizon import workflows
@@ -115,8 +117,8 @@
 def populate_volume_id_choices(self, request, context):
 volume_options = [(, _(Select Volume))]
 try:
-volumes = [v for v in api.nova.volume_list(self.request)
-   if v.status == api.VOLUME_STATE_AVAILABLE]
+volumes = [v for v in nova.volume_list(self.request)
+   if v.status == nova.VOLUME_STATE_AVAILABLE]
 volume_options.extend([self._get_volume_display_name(vol)
for vol in volumes])
 except:
@@ -127,9 +129,9 @@
 def populate_volume_snapshot_id_choices(self, request, context):
 volume_options = [(, _(Select Volume Snapshot))]
 try:
-snapshots = api.nova.volume_snapshot_list(self.request)
+snapshots = nova.volume_snapshot_list(self.request)
 snapshots = [s for s in snapshots
- if s.status == api.VOLUME_STATE_AVAILABLE]
+ if s.status == nova.VOLUME_STATE_AVAILABLE]
 volume_options.extend([self._get_volume_display_name(snap)
for snap in snapshots])
 except:
@@ -220,7 +222,7 @@
 public = {is_public: True,
   status: active}
 try:
-public_images, _more = api.glance.image_list_detailed(request,
+public_images, _more = glanceclient.image_list_detailed(request,
  

[Openstack-ubuntu-testing-notifications] Build Fixed: precise_grizzly_python-cinderclient_trunk #23

2013-01-09 Thread openstack-testing-bot
Title: precise_grizzly_python-cinderclient_trunk
General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_python-cinderclient_trunk/23/Project:precise_grizzly_python-cinderclient_trunkDate of build:Wed, 09 Jan 2013 03:01:00 -0500Build duration:3 min 9 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 4 out of the last 5 builds failed.20ChangesAdd access to update volume metadata.by john.griffithedittests/v1/test_volumes.pyeditcinderclient/v1/volumes.pyedittests/v1/test_shell.pyedittests/v1/fakes.pyeditcinderclient/v1/shell.pyConsole Output[...truncated 2261 lines...]gpg: Good signature from "Openstack Ubuntu Testing Bot (Jenkins Key) "gpg: Signature made Wed Jan  9 03:02:27 2013 EST using RSA key ID 9935ACDCgpg: Good signature from "Openstack Ubuntu Testing Bot (Jenkins Key) "Checking signature on .changesGood signature on /tmp/tmpPDyGrr/python-cinderclient_1.0.2.3.g61e2a42+git201301090301~precise-0ubuntu1_source.changes.Checking signature on .dscGood signature on /tmp/tmpPDyGrr/python-cinderclient_1.0.2.3.g61e2a42+git201301090301~precise-0ubuntu1.dsc.Uploading to ppa (via ftp to ppa.launchpad.net):  Uploading python-cinderclient_1.0.2.3.g61e2a42+git201301090301~precise-0ubuntu1.dsc: done.  Uploading python-cinderclient_1.0.2.3.g61e2a42+git201301090301~precise.orig.tar.gz: done.  Uploading python-cinderclient_1.0.2.3.g61e2a42+git201301090301~precise-0ubuntu1.debian.tar.gz: done.  Uploading python-cinderclient_1.0.2.3.g61e2a42+git201301090301~precise-0ubuntu1_source.changes: done.Successfully uploaded packages.INFO:root:Installing build artifacts into /var/lib/jenkins/www/aptDEBUG:root:['reprepro', '--waitforlock', '10', '-Vb', '/var/lib/jenkins/www/apt', 'include', 'precise-grizzly', 'python-cinderclient_1.0.2.3.g61e2a42+git201301090301~precise-0ubuntu1_amd64.changes']Exporting indices...Successfully created '/var/lib/jenkins/www/apt/dists/precise-grizzly/Release.gpg.new'Successfully created '/var/lib/jenkins/www/apt/dists/precise-grizzly/InRelease.new'Deleting files no longer referenced...deleting and forgetting pool/main/p/python-cinderclient/python-cinderclient_1.0.1.4.gd360353+git201212171631~precise-0ubuntu1_all.debINFO:root:Pushing changes back to bzr testing branchDEBUG:root:['bzr', 'push', 'lp:~openstack-ubuntu-testing/python-cinderclient/precise-grizzly']Pushed up to revision 18.INFO:root:Storing current commit for next build: 765cb3ddbea2f0e770a2ad911b1ba17760b50818INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/python-cinderclient/grizzly /tmp/tmpPDyGrr/python-cinderclientmk-build-deps -i -r -t apt-get -y /tmp/tmpPDyGrr/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.3.g61e2a42+git201301090301~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [765cb3d] Add access to update volume metadata.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.3.g61e2a42+git201301090301~precise-0ubuntu1_source.changessbuild -d precise-grizzly -n -A python-cinderclient_1.0.2.3.g61e2a42+git201301090301~precise-0ubuntu1.dscdput ppa:openstack-ubuntu-testing/grizzly-trunk-testing python-cinderclient_1.0.2.3.g61e2a42+git201301090301~precise-0ubuntu1_source.changesreprepro --waitforlock 10 -Vb /var/lib/jenkins/www/apt include precise-grizzly python-cinderclient_1.0.2.3.g61e2a42+git201301090301~precise-0ubuntu1_amd64.changesbzr push lp:~openstack-ubuntu-testing/python-cinderclient/precise-grizzlyEmail was triggered for: FixedTrigger Success was overridden by another trigger and will not send an email.Sending email for trigger: Fixed-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


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

2013-01-09 Thread openstack-testing-bot
Title: precise_grizzly_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_nova_trunk/427/Project:precise_grizzly_nova_trunkDate of build:Wed, 09 Jan 2013 03:02:03 -0500Build duration:10 minBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesMove scheduler_topic into nova.scheduler.rpcapiby markmceditbin/nova-schedulereditnova/tests/scheduler/test_rpcapi.pyeditnova/tests/api/openstack/compute/test_servers.pyeditnova/config.pyeditnova/tests/test_quota.pyeditnova/scheduler/rpcapi.pyConsole Output[...truncated 11150 lines...]dch -a [2bcca39] Move global glance opts into nova.image.glancedch -a [942b3ed] Remove unused osapi_path optiondch -a [e6cae13] attach/detach_volume() take instance as a parameterdch -a [37bfdd3] fix N401 errors, stop ignoring all N4* errorsdch -a [285994b] Add api extension to get and reset passworddch -a [3bf5e88] powervm: Implement snapshot for local volumesdch -a [4e02fa1] Add exception handler for previous deleted flavor.dch -a [0ca44e9] Conductor instance_get_all replaces _by_filtersdch -a [dc8aeb4] Support cinderclient http retries.dch -a [2a19cd1] Sync rpc and notifier from oslo-incubator.dch -a [abe1db6] PXE bare-metal provisioning helper serverdch -a [d9b6904] Added sample tests to QuotaClasses API.dch -a [ebfa418] Changed 'OpenStack, LLC' message to 'OpenStack Foundation'dch -a [05e3869] Convert short doc strings to be on one linedch -a [60965a5] Get instances from conductor in init_host.dch -a [7224fde] Invert test stream capture logic for debugging.dch -a [64bf619] Make WebOb version specification more flexibledch -a [c9207f5] Check admin context in bm_interface_get_all()dch -a [e8746db] config_drive is missing in xml deserializerdch -a [36df7fa] NovaBase.delete() rename to NovaBase.soft_delete()dch -a [351745d] Add two tests for resize action in ServerActionsControllerTest.dch -a [1428956] Add helper methods to nova.pathsdch -a [2553b4a] Move global path opts in nova.pathsdch -a [904814e] Remove unused aws access key optsdch -a [56eb0df] Cells: Add cells commands to nova-managedch -a [1b7cea7] Verify the disk file exists before running qemu-img on it.debcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC nova_2013.1+git201301090302~precise-0ubuntu1_source.changessbuild -d precise-grizzly -n -A nova_2013.1+git201301090302~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+git201301090302~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+git201301090302~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 #429

2013-01-09 Thread openstack-testing-bot
Title: raring_grizzly_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_nova_trunk/429/Project:raring_grizzly_nova_trunkDate of build:Wed, 09 Jan 2013 04:31:03 -0500Build duration:13 minBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesMove compute_topic into nova.compute.rpcapiby markmceditnova/api/openstack/compute/contrib/instance_usage_audit_log.pyeditbin/nova-computeeditnova/scheduler/driver.pyeditnova/tests/compute/test_rpcapi.pyeditnova/db/sqlalchemy/api.pyeditnova/compute/api.pyeditnova/compute/rpcapi.pyeditnova/scheduler/chance.pyeditnova/tests/compute/test_compute.pyeditnova/config.pyMove manager options into nova.serviceby markmceditnova/tests/compute/test_multiple_nodes.pyeditnova/compute/manager.pyeditbin/nova-dhcpbridgeeditnova/tests/compute/test_compute_utils.pyeditnova/config.pyeditnova/tests/compute/test_compute.pyeditnova/tests/test_xenapi.pyeditnova/service.pyeditnova/tests/test_libvirt.pyeditnova/tests/console/test_console.pyeditnova/tests/test_imagecache.pyeditbin/nova-manageMove api_class options to where they are usedby markmceditnova/config.pyeditnova/network/__init__.pyeditnova/api/openstack/compute/servers.pyeditnova/volume/__init__.pyeditnova/compute/__init__.pyMove osapi_compute_unique_server_name_scope to dbby markmceditnova/db/sqlalchemy/api.pyeditnova/config.pyMove default_instance_type into nova.computeby markmceditnova/tests/api/ec2/test_cloud.pyeditnova/compute/instance_types.pyeditnova/tests/api/ec2/test_cinder_cloud.pyeditnova/config.pyMove common virt driver options to virt.driverby markmceditnova/virt/libvirt/driver.pyeditnova/config.pyeditnova/virt/driver.pyeditnova/virt/hyperv/livemigrationops.pyeditnova/virt/hyperv/vmops.pyeditnova/virt/xenapi/vm_utils.pyConsole Output[...truncated 13128 lines...]dch -a [2bcca39] Move global glance opts into nova.image.glancedch -a [942b3ed] Remove unused osapi_path optiondch -a [e6cae13] attach/detach_volume() take instance as a parameterdch -a [37bfdd3] fix N401 errors, stop ignoring all N4* errorsdch -a [285994b] Add api extension to get and reset passworddch -a [3bf5e88] powervm: Implement snapshot for local volumesdch -a [4e02fa1] Add exception handler for previous deleted flavor.dch -a [0ca44e9] Conductor instance_get_all replaces _by_filtersdch -a [dc8aeb4] Support cinderclient http retries.dch -a [2a19cd1] Sync rpc and notifier from oslo-incubator.dch -a [abe1db6] PXE bare-metal provisioning helper serverdch -a [d9b6904] Added sample tests to QuotaClasses API.dch -a [ebfa418] Changed 'OpenStack, LLC' message to 'OpenStack Foundation'dch -a [05e3869] Convert short doc strings to be on one linedch -a [60965a5] Get instances from conductor in init_host.dch -a [7224fde] Invert test stream capture logic for debugging.dch -a [64bf619] Make WebOb version specification more flexibledch -a [c9207f5] Check admin context in bm_interface_get_all()dch -a [e8746db] config_drive is missing in xml deserializerdch -a [36df7fa] NovaBase.delete() rename to NovaBase.soft_delete()dch -a [351745d] Add two tests for resize action in ServerActionsControllerTest.dch -a [1428956] Add helper methods to nova.pathsdch -a [2553b4a] Move global path opts in nova.pathsdch -a [904814e] Remove unused aws access key optsdch -a [56eb0df] Cells: Add cells commands to nova-managedch -a [1b7cea7] Verify the disk file exists before running qemu-img on it.debcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC nova_2013.1+git201301090431~raring-0ubuntu1_source.changessbuild -d raring-grizzly -n -A nova_2013.1+git201301090431~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+git201301090431~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+git201301090431~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   : 

[Openstack-ubuntu-testing-notifications] Build Still Failing: raring_grizzly_cinder_trunk #86

2013-01-09 Thread openstack-testing-bot
Title: raring_grizzly_cinder_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_cinder_trunk/86/Project:raring_grizzly_cinder_trunkDate of build:Wed, 09 Jan 2013 05:01:02 -0500Build duration:5 min 5 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 3 out of the last 5 builds failed.40ChangesImplement filter schedulerby zhiteng.huangeditcinder/volume/driver.pyaddcinder/openstack/common/scheduler/filter.pyaddcinder/scheduler/filters/capacity_filter.pyeditcinder/volume/manager.pyaddcinder/openstack/common/scheduler/__init__.pyeditcinder/scheduler/host_manager.pyaddcinder/openstack/common/scheduler/filters/json_filter.pyaddcinder/scheduler/weights/__init__.pyedittools/pip-requiresaddcinder/tests/scheduler/test_filter_scheduler.pyaddcinder/openstack/common/scheduler/filters/capabilities_filter.pyeditcinder/volume/rpcapi.pyaddcinder/scheduler/filter_scheduler.pyaddcinder/tests/scheduler/test_capacity_weigher.pyaddcinder/openstack/common/scheduler/weight.pyaddcinder/scheduler/filters/__init__.pyaddcinder/openstack/common/scheduler/filters/extra_specs_ops.pyaddcinder/openstack/common/scheduler/filters/availability_zone_filter.pyaddcinder/openstack/common/scheduler/filters/__init__.pyeditsetup.pyeditcinder/exception.pyaddcinder/tests/scheduler/test_host_filters.pyaddcinder/tests/scheduler/test_scheduler_options.pyeditcinder/scheduler/manager.pyeditcinder/tests/scheduler/fakes.pyeditopenstack-common.confaddcinder/scheduler/weights/capacity.pyaddcinder/tests/scheduler/test_host_manager.pyaddcinder/openstack/common/scheduler/weights/__init__.pyaddcinder/scheduler/scheduler_options.pyConsole Output[...truncated 6362 lines...]Package: cinderPackage-Time: 150Source-Version: 2013.1+git201301090501~raring-0ubuntu1Space: 23204Status: attemptedVersion: 2013.1+git201301090501~raring-0ubuntu1Finished at 20130109-0506Build needed 00:02:30, 23204k disc spaceERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'cinder_2013.1+git201301090501~raring-0ubuntu1.dsc']' returned non-zero exit status 2ERROR:root:Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'cinder_2013.1+git201301090501~raring-0ubuntu1.dsc']' returned non-zero exit status 2INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/cinder/grizzly /tmp/tmpXZVDaF/cindermk-build-deps -i -r -t apt-get -y /tmp/tmpXZVDaF/cinder/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log edb5491070f7a6bab257089e7b98278b68949cb1..HEAD --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/cinder/raring-grizzly --forcedch -b -D raring --newversion 2013.1+git201301090501~raring-0ubuntu1 Automated Ubuntu testing build:dch -a [027b78a] Provide HP 3PAR array iSCSI driverdch -a [f791565] Enable cinder exception format checking in tests.dch -a [3cb7ee4] Update exceptions to pass correct kwargs.dch -a [a363c41] Add option to make exception format errors fatal.dch -a [8dd2140] Implement filter schedulerdch -a [c6f7f19] Use tempdir for lock_path in tests.debcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC cinder_2013.1+git201301090501~raring-0ubuntu1_source.changessbuild -d raring-grizzly -n -A cinder_2013.1+git201301090501~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', 'cinder_2013.1+git201301090501~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', 'cinder_2013.1+git20

[Openstack-ubuntu-testing-notifications] Build Still Failing: raring_grizzly_quantum_trunk #178

2013-01-09 Thread openstack-testing-bot
Title: raring_grizzly_quantum_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_quantum_trunk/178/Project:raring_grizzly_quantum_trunkDate of build:Wed, 09 Jan 2013 06:43:05 -0500Build duration:7 min 39 secBuild cause:Started by user james-pageBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesNo ChangesConsole Output[...truncated 8222 lines...]Status: attemptedVersion: 2013.1+git201301090643~raring-0ubuntu1Finished at 20130109-0650Build needed 00:05:39, 14820k disc spaceERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'quantum_2013.1+git201301090643~raring-0ubuntu1.dsc']' returned non-zero exit status 2ERROR:root:Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'quantum_2013.1+git201301090643~raring-0ubuntu1.dsc']' returned non-zero exit status 2INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/quantum/grizzly /tmp/tmpEvafWM/quantummk-build-deps -i -r -t apt-get -y /tmp/tmpEvafWM/quantum/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log 005251c3b88606013bc9526c0ef32b01e52b08c9..HEAD --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/quantum/raring-grizzly --forcedch -b -D raring --newversion 2013.1+git201301090643~raring-0ubuntu1 Automated Ubuntu testing build:dch -a [3aecb35] Pass X-Forwarded-For header to Novadch -a [220b3f2] The change implemented Lbaas CRUD Sqlalchemy operations.dch -a [f14af5d] Iptables security group implementation for LinuxBridgedch -a [83c12eb] Update the migration template's default kwargsdch -a [b7a08c5] add migration support for lb security groupsdch -a [33a355a] Fix import for quantum-db-managedch -a [3eb2cfc] API extension and DB support for service typesdch -a [dbf0b22] Add migration support to Quantumdch -a [c0b3a31] Remove some unused importsdch -a [31f09ab] refactor QuotaV2 import to match to other extsdebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC quantum_2013.1+git201301090643~raring-0ubuntu1_source.changessbuild -d raring-grizzly -n -A quantum_2013.1+git201301090643~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+git201301090643~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+git201301090643~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 #430

2013-01-09 Thread openstack-testing-bot
Title: raring_grizzly_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_nova_trunk/430/Project:raring_grizzly_nova_trunkDate of build:Wed, 09 Jan 2013 10:17:54 -0500Build duration:11 minBuild cause:Started by user zulBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesFix N402 for nova/apiby sdagueeditdoc/api_samples/all_extensions/extensions-get-resp.jsoneditnova/api/openstack/compute/contrib/multinic.pyeditdoc/api_samples/all_extensions/extensions-get-resp.xmleditnova/api/openstack/compute/contrib/flavor_disabled.pyeditnova/api/openstack/compute/contrib/certificates.pyeditnova/tests/integrated/api_samples/all_extensions/extensions-get-resp.json.tpleditnova/api/openstack/compute/contrib/flavorextradata.pyeditnova/api/openstack/compute/contrib/server_start_stop.pyeditnova/api/openstack/compute/contrib/simple_tenant_usage.pyeditnova/api/ec2/apirequest.pyeditnova/api/openstack/compute/contrib/instance_usage_audit_log.pyeditnova/api/openstack/compute/contrib/hypervisors.pyeditnova/api/openstack/compute/contrib/flavor_rxtx.pyeditnova/api/openstack/compute/contrib/rescue.pyeditnova/api/openstack/compute/contrib/flavorextraspecs.pyeditnova/api/openstack/compute/contrib/extended_status.pyeditnova/api/openstack/compute/contrib/services.pyeditnova/api/ec2/ec2utils.pyeditnova/api/openstack/compute/contrib/flavor_access.pyeditnova/api/openstack/compute/contrib/aggregates.pyeditnova/api/openstack/__init__.pyeditnova/api/openstack/compute/servers.pyeditnova/api/openstack/compute/contrib/networks_associate.pyeditnova/tests/integrated/api_samples/all_extensions/extensions-get-resp.xml.tpleditnova/api/openstack/compute/contrib/agents.pyeditnova/api/openstack/wsgi.pyeditnova/api/openstack/compute/contrib/admin_actions.pyeditnova/api/openstack/compute/contrib/fixed_ips.pyeditnova/api/openstack/compute/contrib/security_groups.pyeditnova/api/openstack/compute/contrib/floating_ips_bulk.pyeditnova/api/openstack/compute/contrib/networks.pyeditnova/api/openstack/compute/server_metadata.pyeditnova/api/openstack/compute/contrib/keypairs.pyeditnova/api/openstack/compute/contrib/deferred_delete.pyeditnova/api/openstack/compute/contrib/server_diagnostics.pyeditnova/api/openstack/compute/contrib/cloudpipe_update.pyeditnova/api/openstack/compute/consoles.pyeditnova/api/openstack/compute/contrib/quotas.pyeditnova/api/openstack/compute/contrib/user_data.pyeditnova/api/validator.pyeditnova/api/openstack/compute/image_metadata.pyeditnova/api/openstack/common.pyeditnova/api/openstack/compute/contrib/availability_zone.pyeditnova/api/openstack/compute/contrib/scheduler_hints.pyeditnova/api/openstack/compute/contrib/floating_ip_pools.pyeditnova/api/openstack/compute/contrib/virtual_interfaces.pyeditnova/api/openstack/compute/contrib/floating_ips.pyeditnova/tests/api/openstack/compute/test_extensions.pyeditnova/api/ec2/__init__.pyeditnova/api/openstack/compute/contrib/floating_ip_dns.pyeditnova/api/openstack/compute/contrib/config_drive.pyeditnova/api/auth.pyeditnova/api/openstack/compute/contrib/cloudpipe.pyeditnova/api/openstack/compute/contrib/flavor_swap.pyeditnova/api/openstack/compute/contrib/multiple_create.pyeditnova/tests/api/openstack/compute/extensions/foxinsocks.pyeditnova/api/openstack/compute/contrib/quota_classes.pyeditnova/api/openstack/compute/contrib/createserverext.pyeditnova/api/openstack/compute/contrib/hosts.pyeditnova/api/openstack/compute/contrib/coverage_ext.pyeditnova/api/openstack/compute/contrib/volumes.pyeditnova/api/openstack/compute/contrib/disk_config.pyeditnova/api/ec2/cloud.pyConsole Output[...truncated 13032 lines...]dch -a [2bcca39] Move global glance opts into nova.image.glancedch -a [942b3ed] Remove unused osapi_path optiondch -a [e6cae13] attach/detach_volume() take instance as a parameterdch -a [37bfdd3] fix N401 errors, stop ignoring all N4* errorsdch -a [285994b] Add api extension to get and reset passworddch -a [3bf5e88] powervm: Implement snapshot for local volumesdch -a [4e02fa1] Add exception handler for previous deleted flavor.dch -a [0ca44e9] Conductor instance_get_all replaces _by_filtersdch -a [dc8aeb4] Support cinderclient http retries.dch -a [2a19cd1] Sync rpc and notifier from oslo-incubator.dch -a [abe1db6] PXE bare-metal provisioning helper serverdch -a [d9b6904] Added sample tests to QuotaClasses API.dch -a [ebfa418] Changed 'OpenStack, LLC' message to 'OpenStack Foundation'dch -a [05e3869] Convert short doc strings to be on one linedch -a [60965a5] Get instances from conductor in init_host.dch -a [7224fde] Invert test stream capture logic for debugging.dch -a [64bf619] Make WebOb version specification more flexibledch -a [c9207f5] Check admin context in bm_interface_get_all()dch -a [e8746db] config_drive is missing in xml deserializerdch -a [36df7fa] NovaBase.delete() rename to NovaBase.soft_delete()dch -a [351745d] Add two tests for resize action in ServerActionsControllerTest.dch -a 

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

2013-01-09 Thread openstack-testing-bot
Title: precise_grizzly_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_nova_trunk/429/Project:precise_grizzly_nova_trunkDate of build:Wed, 09 Jan 2013 10:31:03 -0500Build duration:11 minBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesFix N402 for nova/apiby sdagueeditnova/api/openstack/compute/contrib/flavor_rxtx.pyeditnova/api/openstack/compute/contrib/agents.pyeditnova/api/openstack/compute/contrib/volumes.pyeditnova/api/openstack/compute/contrib/certificates.pyeditnova/api/auth.pyeditnova/api/openstack/compute/contrib/fixed_ips.pyeditdoc/api_samples/all_extensions/extensions-get-resp.jsoneditnova/api/ec2/apirequest.pyeditnova/api/openstack/compute/contrib/instance_usage_audit_log.pyeditnova/api/openstack/compute/contrib/multiple_create.pyeditnova/api/openstack/compute/contrib/flavorextraspecs.pyeditnova/api/openstack/__init__.pyeditnova/api/openstack/compute/contrib/scheduler_hints.pyeditnova/api/openstack/compute/contrib/hosts.pyeditnova/api/openstack/compute/contrib/admin_actions.pyeditnova/api/openstack/compute/contrib/cloudpipe.pyeditnova/api/openstack/compute/contrib/networks_associate.pyeditnova/api/openstack/compute/contrib/floating_ips_bulk.pyeditnova/api/openstack/compute/contrib/multinic.pyeditdoc/api_samples/all_extensions/extensions-get-resp.xmleditnova/api/openstack/compute/contrib/floating_ip_pools.pyeditnova/api/openstack/compute/consoles.pyeditnova/api/ec2/__init__.pyeditnova/api/validator.pyeditnova/api/openstack/compute/contrib/user_data.pyeditnova/api/openstack/compute/contrib/services.pyeditnova/api/openstack/compute/contrib/coverage_ext.pyeditnova/tests/api/openstack/compute/test_extensions.pyeditnova/api/openstack/compute/contrib/virtual_interfaces.pyeditnova/api/openstack/compute/contrib/availability_zone.pyeditnova/api/openstack/wsgi.pyeditnova/api/openstack/compute/contrib/cloudpipe_update.pyeditnova/api/openstack/compute/contrib/server_start_stop.pyeditnova/api/openstack/compute/contrib/rescue.pyeditnova/tests/api/openstack/compute/extensions/foxinsocks.pyeditnova/api/ec2/cloud.pyeditnova/api/openstack/compute/contrib/aggregates.pyeditnova/api/openstack/compute/server_metadata.pyeditnova/api/openstack/compute/contrib/deferred_delete.pyeditnova/api/ec2/ec2utils.pyeditnova/api/openstack/compute/contrib/keypairs.pyeditnova/api/openstack/compute/contrib/quotas.pyeditnova/api/openstack/compute/contrib/quota_classes.pyeditnova/tests/integrated/api_samples/all_extensions/extensions-get-resp.json.tpleditnova/api/openstack/compute/contrib/hypervisors.pyeditnova/api/openstack/compute/contrib/createserverext.pyeditnova/api/openstack/compute/contrib/server_diagnostics.pyeditnova/api/openstack/compute/contrib/extended_status.pyeditnova/api/openstack/compute/contrib/floating_ip_dns.pyeditnova/api/openstack/compute/contrib/disk_config.pyeditnova/api/openstack/compute/contrib/simple_tenant_usage.pyeditnova/api/openstack/compute/contrib/flavor_access.pyeditnova/api/openstack/compute/contrib/config_drive.pyeditnova/api/openstack/compute/contrib/security_groups.pyeditnova/api/openstack/compute/contrib/flavorextradata.pyeditnova/api/openstack/compute/contrib/floating_ips.pyeditnova/api/openstack/compute/contrib/networks.pyeditnova/api/openstack/common.pyeditnova/api/openstack/compute/servers.pyeditnova/api/openstack/compute/contrib/flavor_swap.pyeditnova/api/openstack/compute/image_metadata.pyeditnova/tests/integrated/api_samples/all_extensions/extensions-get-resp.xml.tpleditnova/api/openstack/compute/contrib/flavor_disabled.pyConsole Output[...truncated 11248 lines...]dch -a [2bcca39] Move global glance opts into nova.image.glancedch -a [942b3ed] Remove unused osapi_path optiondch -a [e6cae13] attach/detach_volume() take instance as a parameterdch -a [37bfdd3] fix N401 errors, stop ignoring all N4* errorsdch -a [285994b] Add api extension to get and reset passworddch -a [3bf5e88] powervm: Implement snapshot for local volumesdch -a [4e02fa1] Add exception handler for previous deleted flavor.dch -a [0ca44e9] Conductor instance_get_all replaces _by_filtersdch -a [dc8aeb4] Support cinderclient http retries.dch -a [2a19cd1] Sync rpc and notifier from oslo-incubator.dch -a [abe1db6] PXE bare-metal provisioning helper serverdch -a [d9b6904] Added sample tests to QuotaClasses API.dch -a [ebfa418] Changed 'OpenStack, LLC' message to 'OpenStack Foundation'dch -a [05e3869] Convert short doc strings to be on one linedch -a [60965a5] Get instances from conductor in init_host.dch -a [7224fde] Invert test stream capture logic for debugging.dch -a [64bf619] Make WebOb version specification more flexibledch -a [c9207f5] Check admin context in bm_interface_get_all()dch -a [e8746db] config_drive is missing in xml deserializerdch -a [36df7fa] NovaBase.delete() rename to NovaBase.soft_delete()dch -a [351745d] Add two tests for resize action in ServerActionsControllerTest.dch 

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

2013-01-09 Thread openstack-testing-bot
Title: raring_grizzly_quantum_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_quantum_trunk/179/Project:raring_grizzly_quantum_trunkDate of build:Wed, 09 Jan 2013 11:01:02 -0500Build duration:8 min 41 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesFix database configuration of ryu-agentby ykaneko0929editquantum/plugins/ryu/agent/ryu_quantum_agent.pyConsole Output[...truncated 8237 lines...]Version: 2013.1+git201301091101~raring-0ubuntu1Finished at 20130109-1109Build needed 00:05:58, 14820k disc spaceERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'quantum_2013.1+git201301091101~raring-0ubuntu1.dsc']' returned non-zero exit status 2ERROR:root:Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'quantum_2013.1+git201301091101~raring-0ubuntu1.dsc']' returned non-zero exit status 2INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/quantum/grizzly /tmp/tmpT1MX2_/quantummk-build-deps -i -r -t apt-get -y /tmp/tmpT1MX2_/quantum/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log 005251c3b88606013bc9526c0ef32b01e52b08c9..HEAD --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/quantum/raring-grizzly --forcedch -b -D raring --newversion 2013.1+git201301091101~raring-0ubuntu1 Automated Ubuntu testing build:dch -a [fab8026] Fix database configuration of ryu-agentdch -a [3aecb35] Pass X-Forwarded-For header to Novadch -a [220b3f2] The change implemented Lbaas CRUD Sqlalchemy operations.dch -a [f14af5d] Iptables security group implementation for LinuxBridgedch -a [83c12eb] Update the migration template's default kwargsdch -a [b7a08c5] add migration support for lb security groupsdch -a [33a355a] Fix import for quantum-db-managedch -a [3eb2cfc] API extension and DB support for service typesdch -a [dbf0b22] Add migration support to Quantumdch -a [c0b3a31] Remove some unused importsdch -a [31f09ab] refactor QuotaV2 import to match to other extsdebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC quantum_2013.1+git201301091101~raring-0ubuntu1_source.changessbuild -d raring-grizzly -n -A quantum_2013.1+git201301091101~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+git201301091101~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+git201301091101~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 #431

2013-01-09 Thread openstack-testing-bot
Title: raring_grizzly_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_nova_trunk/431/Project:raring_grizzly_nova_trunkDate of build:Wed, 09 Jan 2013 11:04:17 -0500Build duration:14 minBuild cause:Started by user zulBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesNo ChangesConsole Output[...truncated 12938 lines...]dch -a [2bcca39] Move global glance opts into nova.image.glancedch -a [942b3ed] Remove unused osapi_path optiondch -a [e6cae13] attach/detach_volume() take instance as a parameterdch -a [37bfdd3] fix N401 errors, stop ignoring all N4* errorsdch -a [285994b] Add api extension to get and reset passworddch -a [3bf5e88] powervm: Implement snapshot for local volumesdch -a [4e02fa1] Add exception handler for previous deleted flavor.dch -a [0ca44e9] Conductor instance_get_all replaces _by_filtersdch -a [dc8aeb4] Support cinderclient http retries.dch -a [2a19cd1] Sync rpc and notifier from oslo-incubator.dch -a [abe1db6] PXE bare-metal provisioning helper serverdch -a [d9b6904] Added sample tests to QuotaClasses API.dch -a [ebfa418] Changed 'OpenStack, LLC' message to 'OpenStack Foundation'dch -a [05e3869] Convert short doc strings to be on one linedch -a [60965a5] Get instances from conductor in init_host.dch -a [7224fde] Invert test stream capture logic for debugging.dch -a [64bf619] Make WebOb version specification more flexibledch -a [c9207f5] Check admin context in bm_interface_get_all()dch -a [e8746db] config_drive is missing in xml deserializerdch -a [36df7fa] NovaBase.delete() rename to NovaBase.soft_delete()dch -a [351745d] Add two tests for resize action in ServerActionsControllerTest.dch -a [1428956] Add helper methods to nova.pathsdch -a [2553b4a] Move global path opts in nova.pathsdch -a [904814e] Remove unused aws access key optsdch -a [56eb0df] Cells: Add cells commands to nova-managedch -a [1b7cea7] Verify the disk file exists before running qemu-img on it.debcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC nova_2013.1+git201301091107~raring-0ubuntu1_source.changessbuild -d raring-grizzly -n -A nova_2013.1+git201301091107~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+git201301091107~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+git201301091107~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 #180

2013-01-09 Thread openstack-testing-bot
Title: raring_grizzly_quantum_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_quantum_trunk/180/Project:raring_grizzly_quantum_trunkDate of build:Wed, 09 Jan 2013 11:31:01 -0500Build duration:8 min 53 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesAllow nvp_api to load balance requestsby aroseneditquantum/tests/unit/nicira/test_nvp_api_request_eventlet.pyeditquantum/plugins/nicira/nicira_nvp_plugin/READMEeditquantum/plugins/nicira/nicira_nvp_plugin/common/config.pyeditquantum/plugins/nicira/nicira_nvp_plugin/api_client/common.pyeditquantum/plugins/nicira/nicira_nvp_plugin/NvpApiClient.pyeditquantum/plugins/nicira/nicira_nvp_plugin/api_client/client.pyeditquantum/plugins/nicira/nicira_nvp_plugin/QuantumPlugin.pyeditquantum/plugins/nicira/nicira_nvp_plugin/api_client/__init__.pyeditquantum/plugins/nicira/nicira_nvp_plugin/api_client/client_eventlet.pyeditquantum/plugins/nicira/nicira_nvp_plugin/api_client/request_eventlet.pyeditquantum/plugins/nicira/nicira_nvp_plugin/api_client/request.pyConsole Output[...truncated 8240 lines...]Finished at 20130109-1139Build needed 00:06:22, 14836k disc spaceERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'quantum_2013.1+git201301091131~raring-0ubuntu1.dsc']' returned non-zero exit status 2ERROR:root:Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'quantum_2013.1+git201301091131~raring-0ubuntu1.dsc']' returned non-zero exit status 2INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/quantum/grizzly /tmp/tmpITOYYd/quantummk-build-deps -i -r -t apt-get -y /tmp/tmpITOYYd/quantum/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log 005251c3b88606013bc9526c0ef32b01e52b08c9..HEAD --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/quantum/raring-grizzly --forcedch -b -D raring --newversion 2013.1+git201301091131~raring-0ubuntu1 Automated Ubuntu testing build:dch -a [fab8026] Fix database configuration of ryu-agentdch -a [3aecb35] Pass X-Forwarded-For header to Novadch -a [220b3f2] The change implemented Lbaas CRUD Sqlalchemy operations.dch -a [f14af5d] Iptables security group implementation for LinuxBridgedch -a [83c12eb] Update the migration template's default kwargsdch -a [b7a08c5] add migration support for lb security groupsdch -a [33a355a] Fix import for quantum-db-managedch -a [76b8722] Allow nvp_api to load balance requestsdch -a [3eb2cfc] API extension and DB support for service typesdch -a [dbf0b22] Add migration support to Quantumdch -a [c0b3a31] Remove some unused importsdch -a [31f09ab] refactor QuotaV2 import to match to other extsdebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC quantum_2013.1+git201301091131~raring-0ubuntu1_source.changessbuild -d raring-grizzly -n -A quantum_2013.1+git201301091131~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+git201301091131~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+git201301091131~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 : ht

[Openstack-ubuntu-testing-notifications] Build Still Failing: raring_grizzly_nova_trunk #432

2013-01-09 Thread openstack-testing-bot
Title: raring_grizzly_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_nova_trunk/432/Project:raring_grizzly_nova_trunkDate of build:Wed, 09 Jan 2013 11:30:23 -0500Build duration:14 minBuild cause:Started by user zulBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesNo ChangesConsole Output[...truncated 13024 lines...]dch -a [2bcca39] Move global glance opts into nova.image.glancedch -a [942b3ed] Remove unused osapi_path optiondch -a [e6cae13] attach/detach_volume() take instance as a parameterdch -a [37bfdd3] fix N401 errors, stop ignoring all N4* errorsdch -a [285994b] Add api extension to get and reset passworddch -a [3bf5e88] powervm: Implement snapshot for local volumesdch -a [4e02fa1] Add exception handler for previous deleted flavor.dch -a [0ca44e9] Conductor instance_get_all replaces _by_filtersdch -a [dc8aeb4] Support cinderclient http retries.dch -a [2a19cd1] Sync rpc and notifier from oslo-incubator.dch -a [abe1db6] PXE bare-metal provisioning helper serverdch -a [d9b6904] Added sample tests to QuotaClasses API.dch -a [ebfa418] Changed 'OpenStack, LLC' message to 'OpenStack Foundation'dch -a [05e3869] Convert short doc strings to be on one linedch -a [60965a5] Get instances from conductor in init_host.dch -a [7224fde] Invert test stream capture logic for debugging.dch -a [64bf619] Make WebOb version specification more flexibledch -a [c9207f5] Check admin context in bm_interface_get_all()dch -a [e8746db] config_drive is missing in xml deserializerdch -a [36df7fa] NovaBase.delete() rename to NovaBase.soft_delete()dch -a [351745d] Add two tests for resize action in ServerActionsControllerTest.dch -a [1428956] Add helper methods to nova.pathsdch -a [2553b4a] Move global path opts in nova.pathsdch -a [904814e] Remove unused aws access key optsdch -a [56eb0df] Cells: Add cells commands to nova-managedch -a [1b7cea7] Verify the disk file exists before running qemu-img on it.debcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC nova_2013.1+git201301091132~raring-0ubuntu1_source.changessbuild -d raring-grizzly -n -A nova_2013.1+git201301091132~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+git201301091132~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+git201301091132~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 #430

2013-01-09 Thread openstack-testing-bot
Title: precise_grizzly_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_nova_trunk/430/Project:precise_grizzly_nova_trunkDate of build:Wed, 09 Jan 2013 13:31:03 -0500Build duration:12 minBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesNew instance_actions and events table, model, and apiby andrew.laskieditnova/tests/conductor/test_conductor.pyaddnova/db/sqlalchemy/migrate_repo/versions/148_add_instance_actions.pyeditnova/db/sqlalchemy/api.pyeditnova/conductor/api.pyeditnova/tests/test_db_api.pyeditnova/conductor/manager.pyeditnova/db/sqlalchemy/models.pyeditnova/db/api.pyeditnova/conductor/rpcapi.pyeditnova/exception.pyConsole Output[...truncated 11301 lines...]dch -a [2bcca39] Move global glance opts into nova.image.glancedch -a [942b3ed] Remove unused osapi_path optiondch -a [e6cae13] attach/detach_volume() take instance as a parameterdch -a [37bfdd3] fix N401 errors, stop ignoring all N4* errorsdch -a [285994b] Add api extension to get and reset passworddch -a [3bf5e88] powervm: Implement snapshot for local volumesdch -a [4e02fa1] Add exception handler for previous deleted flavor.dch -a [0ca44e9] Conductor instance_get_all replaces _by_filtersdch -a [dc8aeb4] Support cinderclient http retries.dch -a [2a19cd1] Sync rpc and notifier from oslo-incubator.dch -a [abe1db6] PXE bare-metal provisioning helper serverdch -a [d9b6904] Added sample tests to QuotaClasses API.dch -a [ebfa418] Changed 'OpenStack, LLC' message to 'OpenStack Foundation'dch -a [05e3869] Convert short doc strings to be on one linedch -a [60965a5] Get instances from conductor in init_host.dch -a [7224fde] Invert test stream capture logic for debugging.dch -a [64bf619] Make WebOb version specification more flexibledch -a [c9207f5] Check admin context in bm_interface_get_all()dch -a [e8746db] config_drive is missing in xml deserializerdch -a [36df7fa] NovaBase.delete() rename to NovaBase.soft_delete()dch -a [351745d] Add two tests for resize action in ServerActionsControllerTest.dch -a [1428956] Add helper methods to nova.pathsdch -a [2553b4a] Move global path opts in nova.pathsdch -a [904814e] Remove unused aws access key optsdch -a [56eb0df] Cells: Add cells commands to nova-managedch -a [1b7cea7] Verify the disk file exists before running qemu-img on it.debcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC nova_2013.1+git201301091332~precise-0ubuntu1_source.changessbuild -d precise-grizzly -n -A nova_2013.1+git201301091332~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+git201301091332~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+git201301091332~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 #434

2013-01-09 Thread openstack-testing-bot
Title: raring_grizzly_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_nova_trunk/434/Project:raring_grizzly_nova_trunkDate of build:Wed, 09 Jan 2013 13:50:04 -0500Build duration:4 min 3 secBuild cause:Started by user zulBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesNo ChangesConsole Output[...truncated 6768 lines...]dch -a [9714f31] Move cert_topic into nova.cert.rpcapidch -a [0778420] Move global s3 opts into nova.image.s3dch -a [2bcca39] Move global glance opts into nova.image.glancedch -a [942b3ed] Remove unused osapi_path optiondch -a [e6cae13] attach/detach_volume() take instance as a parameterdch -a [37bfdd3] fix N401 errors, stop ignoring all N4* errorsdch -a [285994b] Add api extension to get and reset passworddch -a [3bf5e88] powervm: Implement snapshot for local volumesdch -a [4e02fa1] Add exception handler for previous deleted flavor.dch -a [0ca44e9] Conductor instance_get_all replaces _by_filtersdch -a [dc8aeb4] Support cinderclient http retries.dch -a [2a19cd1] Sync rpc and notifier from oslo-incubator.dch -a [abe1db6] PXE bare-metal provisioning helper serverdch -a [d9b6904] Added sample tests to QuotaClasses API.dch -a [ebfa418] Changed 'OpenStack, LLC' message to 'OpenStack Foundation'dch -a [05e3869] Convert short doc strings to be on one linedch -a [60965a5] Get instances from conductor in init_host.dch -a [7224fde] Invert test stream capture logic for debugging.dch -a [64bf619] Make WebOb version specification more flexibledch -a [c9207f5] Check admin context in bm_interface_get_all()dch -a [e8746db] config_drive is missing in xml deserializerdch -a [36df7fa] NovaBase.delete() rename to NovaBase.soft_delete()dch -a [351745d] Add two tests for resize action in ServerActionsControllerTest.dch -a [1428956] Add helper methods to nova.pathsdch -a [2553b4a] Move global path opts in nova.pathsdch -a [904814e] Remove unused aws access key optsdch -a [56eb0df] Cells: Add cells commands to nova-managedch -a [1b7cea7] Verify the disk file exists before running qemu-img on it.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-40a1c257-332a-406c-84e3-b5bf89ba9eaa', '-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-40a1c257-332a-406c-84e3-b5bf89ba9eaa', '-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_nova_trunk #431

2013-01-09 Thread openstack-testing-bot
Title: precise_grizzly_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_nova_trunk/431/Project:precise_grizzly_nova_trunkDate of build:Wed, 09 Jan 2013 14:31:03 -0500Build duration:2 min 34 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesAdds option to rebuild instance with existing diskby kpaveleditnova/virt/driver.pyeditnova/compute/rpcapi.pyeditnova/virt/fake.pyeditnova/tests/compute/test_compute.pyeditnova/compute/manager.pyeditnova/tests/compute/test_rpcapi.pyeditnova/virt/libvirt/driver.pyFixed typos in doc strings.by krtayloreditnova/api/openstack/compute/contrib/flavorextraspecs.pyeditnova/api/openstack/compute/contrib/flavor_access.pyConsole Output[...truncated 5528 lines...]dch -a [9714f31] Move cert_topic into nova.cert.rpcapidch -a [0778420] Move global s3 opts into nova.image.s3dch -a [2bcca39] Move global glance opts into nova.image.glancedch -a [942b3ed] Remove unused osapi_path optiondch -a [e6cae13] attach/detach_volume() take instance as a parameterdch -a [37bfdd3] fix N401 errors, stop ignoring all N4* errorsdch -a [285994b] Add api extension to get and reset passworddch -a [3bf5e88] powervm: Implement snapshot for local volumesdch -a [4e02fa1] Add exception handler for previous deleted flavor.dch -a [0ca44e9] Conductor instance_get_all replaces _by_filtersdch -a [dc8aeb4] Support cinderclient http retries.dch -a [2a19cd1] Sync rpc and notifier from oslo-incubator.dch -a [abe1db6] PXE bare-metal provisioning helper serverdch -a [d9b6904] Added sample tests to QuotaClasses API.dch -a [ebfa418] Changed 'OpenStack, LLC' message to 'OpenStack Foundation'dch -a [05e3869] Convert short doc strings to be on one linedch -a [60965a5] Get instances from conductor in init_host.dch -a [7224fde] Invert test stream capture logic for debugging.dch -a [64bf619] Make WebOb version specification more flexibledch -a [c9207f5] Check admin context in bm_interface_get_all()dch -a [e8746db] config_drive is missing in xml deserializerdch -a [36df7fa] NovaBase.delete() rename to NovaBase.soft_delete()dch -a [351745d] Add two tests for resize action in ServerActionsControllerTest.dch -a [1428956] Add helper methods to nova.pathsdch -a [2553b4a] Move global path opts in nova.pathsdch -a [904814e] Remove unused aws access key optsdch -a [56eb0df] Cells: Add cells commands to nova-managedch -a [1b7cea7] Verify the disk file exists before running qemu-img on it.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', 'precise-amd64-a93cd3d7-2e91-48c9-aee8-250dc2a07514', '-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-a93cd3d7-2e91-48c9-aee8-250dc2a07514', '-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 #435

2013-01-09 Thread openstack-testing-bot
Title: raring_grizzly_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_nova_trunk/435/Project:raring_grizzly_nova_trunkDate of build:Wed, 09 Jan 2013 14:31:04 -0500Build duration:3 min 41 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesAdds option to rebuild instance with existing diskby kpaveleditnova/compute/manager.pyeditnova/virt/fake.pyeditnova/tests/compute/test_rpcapi.pyeditnova/compute/rpcapi.pyeditnova/virt/libvirt/driver.pyeditnova/tests/compute/test_compute.pyeditnova/virt/driver.pyFixed typos in doc strings.by krtayloreditnova/api/openstack/compute/contrib/flavorextraspecs.pyeditnova/api/openstack/compute/contrib/flavor_access.pyConsole Output[...truncated 6774 lines...]dch -a [9714f31] Move cert_topic into nova.cert.rpcapidch -a [0778420] Move global s3 opts into nova.image.s3dch -a [2bcca39] Move global glance opts into nova.image.glancedch -a [942b3ed] Remove unused osapi_path optiondch -a [e6cae13] attach/detach_volume() take instance as a parameterdch -a [37bfdd3] fix N401 errors, stop ignoring all N4* errorsdch -a [285994b] Add api extension to get and reset passworddch -a [3bf5e88] powervm: Implement snapshot for local volumesdch -a [4e02fa1] Add exception handler for previous deleted flavor.dch -a [0ca44e9] Conductor instance_get_all replaces _by_filtersdch -a [dc8aeb4] Support cinderclient http retries.dch -a [2a19cd1] Sync rpc and notifier from oslo-incubator.dch -a [abe1db6] PXE bare-metal provisioning helper serverdch -a [d9b6904] Added sample tests to QuotaClasses API.dch -a [ebfa418] Changed 'OpenStack, LLC' message to 'OpenStack Foundation'dch -a [05e3869] Convert short doc strings to be on one linedch -a [60965a5] Get instances from conductor in init_host.dch -a [7224fde] Invert test stream capture logic for debugging.dch -a [64bf619] Make WebOb version specification more flexibledch -a [c9207f5] Check admin context in bm_interface_get_all()dch -a [e8746db] config_drive is missing in xml deserializerdch -a [36df7fa] NovaBase.delete() rename to NovaBase.soft_delete()dch -a [351745d] Add two tests for resize action in ServerActionsControllerTest.dch -a [1428956] Add helper methods to nova.pathsdch -a [2553b4a] Move global path opts in nova.pathsdch -a [904814e] Remove unused aws access key optsdch -a [56eb0df] Cells: Add cells commands to nova-managedch -a [1b7cea7] Verify the disk file exists before running qemu-img on it.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-b0da3b6a-2829-4c9c-ba54-82abbcfd8b5b', '-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-b0da3b6a-2829-4c9c-ba54-82abbcfd8b5b', '-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_nova_trunk #432

2013-01-09 Thread openstack-testing-bot
Title: precise_grizzly_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_nova_trunk/432/Project:precise_grizzly_nova_trunkDate of build:Wed, 09 Jan 2013 15:01:11 -0500Build duration:3 min 10 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesMove enabled_apis option into nova.serviceby markmceditnova/service.pyeditbin/nova-alleditnova/config.pyeditbin/nova-apiConsole Output[...truncated 5531 lines...]dch -a [9714f31] Move cert_topic into nova.cert.rpcapidch -a [0778420] Move global s3 opts into nova.image.s3dch -a [2bcca39] Move global glance opts into nova.image.glancedch -a [942b3ed] Remove unused osapi_path optiondch -a [e6cae13] attach/detach_volume() take instance as a parameterdch -a [37bfdd3] fix N401 errors, stop ignoring all N4* errorsdch -a [285994b] Add api extension to get and reset passworddch -a [3bf5e88] powervm: Implement snapshot for local volumesdch -a [4e02fa1] Add exception handler for previous deleted flavor.dch -a [0ca44e9] Conductor instance_get_all replaces _by_filtersdch -a [dc8aeb4] Support cinderclient http retries.dch -a [2a19cd1] Sync rpc and notifier from oslo-incubator.dch -a [abe1db6] PXE bare-metal provisioning helper serverdch -a [d9b6904] Added sample tests to QuotaClasses API.dch -a [ebfa418] Changed 'OpenStack, LLC' message to 'OpenStack Foundation'dch -a [05e3869] Convert short doc strings to be on one linedch -a [60965a5] Get instances from conductor in init_host.dch -a [7224fde] Invert test stream capture logic for debugging.dch -a [64bf619] Make WebOb version specification more flexibledch -a [c9207f5] Check admin context in bm_interface_get_all()dch -a [e8746db] config_drive is missing in xml deserializerdch -a [36df7fa] NovaBase.delete() rename to NovaBase.soft_delete()dch -a [351745d] Add two tests for resize action in ServerActionsControllerTest.dch -a [1428956] Add helper methods to nova.pathsdch -a [2553b4a] Move global path opts in nova.pathsdch -a [904814e] Remove unused aws access key optsdch -a [56eb0df] Cells: Add cells commands to nova-managedch -a [1b7cea7] Verify the disk file exists before running qemu-img on it.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', 'precise-amd64-c1debce9-f342-4f23-9ff1-e4014f01b1d8', '-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-c1debce9-f342-4f23-9ff1-e4014f01b1d8', '-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 #436

2013-01-09 Thread openstack-testing-bot
Title: raring_grizzly_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_nova_trunk/436/Project:raring_grizzly_nova_trunkDate of build:Wed, 09 Jan 2013 15:01:10 -0500Build duration:4 min 19 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesMove enabled_apis option into nova.serviceby markmceditnova/service.pyeditbin/nova-alleditbin/nova-apieditnova/config.pyConsole Output[...truncated 6777 lines...]dch -a [9714f31] Move cert_topic into nova.cert.rpcapidch -a [0778420] Move global s3 opts into nova.image.s3dch -a [2bcca39] Move global glance opts into nova.image.glancedch -a [942b3ed] Remove unused osapi_path optiondch -a [e6cae13] attach/detach_volume() take instance as a parameterdch -a [37bfdd3] fix N401 errors, stop ignoring all N4* errorsdch -a [285994b] Add api extension to get and reset passworddch -a [3bf5e88] powervm: Implement snapshot for local volumesdch -a [4e02fa1] Add exception handler for previous deleted flavor.dch -a [0ca44e9] Conductor instance_get_all replaces _by_filtersdch -a [dc8aeb4] Support cinderclient http retries.dch -a [2a19cd1] Sync rpc and notifier from oslo-incubator.dch -a [abe1db6] PXE bare-metal provisioning helper serverdch -a [d9b6904] Added sample tests to QuotaClasses API.dch -a [ebfa418] Changed 'OpenStack, LLC' message to 'OpenStack Foundation'dch -a [05e3869] Convert short doc strings to be on one linedch -a [60965a5] Get instances from conductor in init_host.dch -a [7224fde] Invert test stream capture logic for debugging.dch -a [64bf619] Make WebOb version specification more flexibledch -a [c9207f5] Check admin context in bm_interface_get_all()dch -a [e8746db] config_drive is missing in xml deserializerdch -a [36df7fa] NovaBase.delete() rename to NovaBase.soft_delete()dch -a [351745d] Add two tests for resize action in ServerActionsControllerTest.dch -a [1428956] Add helper methods to nova.pathsdch -a [2553b4a] Move global path opts in nova.pathsdch -a [904814e] Remove unused aws access key optsdch -a [56eb0df] Cells: Add cells commands to nova-managedch -a [1b7cea7] Verify the disk file exists before running qemu-img on it.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-ff92f529-2de5-4726-b258-49a4e77281a2', '-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-ff92f529-2de5-4726-b258-49a4e77281a2', '-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_nova_trunk #433

2013-01-09 Thread openstack-testing-bot
Title: precise_grizzly_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_nova_trunk/433/Project:precise_grizzly_nova_trunkDate of build:Wed, 09 Jan 2013 15:31:05 -0500Build duration:2 min 44 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesMove vpn_image_id to pipelibby markmceditnova/tests/integrated/test_api_samples.pyeditnova/config.pyeditnova/cloudpipe/pipelib.pyeditnova/virt/libvirt/firewall.pyeditnova/tests/api/openstack/compute/contrib/test_cloudpipe.pyeditnova/compute/manager.pyeditnova/api/openstack/compute/contrib/cloudpipe.pyeditnova/api/ec2/cloud.pyConsole Output[...truncated 5541 lines...]dch -a [9714f31] Move cert_topic into nova.cert.rpcapidch -a [0778420] Move global s3 opts into nova.image.s3dch -a [2bcca39] Move global glance opts into nova.image.glancedch -a [942b3ed] Remove unused osapi_path optiondch -a [e6cae13] attach/detach_volume() take instance as a parameterdch -a [37bfdd3] fix N401 errors, stop ignoring all N4* errorsdch -a [285994b] Add api extension to get and reset passworddch -a [3bf5e88] powervm: Implement snapshot for local volumesdch -a [4e02fa1] Add exception handler for previous deleted flavor.dch -a [0ca44e9] Conductor instance_get_all replaces _by_filtersdch -a [dc8aeb4] Support cinderclient http retries.dch -a [2a19cd1] Sync rpc and notifier from oslo-incubator.dch -a [abe1db6] PXE bare-metal provisioning helper serverdch -a [d9b6904] Added sample tests to QuotaClasses API.dch -a [ebfa418] Changed 'OpenStack, LLC' message to 'OpenStack Foundation'dch -a [05e3869] Convert short doc strings to be on one linedch -a [60965a5] Get instances from conductor in init_host.dch -a [7224fde] Invert test stream capture logic for debugging.dch -a [64bf619] Make WebOb version specification more flexibledch -a [c9207f5] Check admin context in bm_interface_get_all()dch -a [e8746db] config_drive is missing in xml deserializerdch -a [36df7fa] NovaBase.delete() rename to NovaBase.soft_delete()dch -a [351745d] Add two tests for resize action in ServerActionsControllerTest.dch -a [1428956] Add helper methods to nova.pathsdch -a [2553b4a] Move global path opts in nova.pathsdch -a [904814e] Remove unused aws access key optsdch -a [56eb0df] Cells: Add cells commands to nova-managedch -a [1b7cea7] Verify the disk file exists before running qemu-img on it.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', 'precise-amd64-98ec1ce7-b108-48e0-8de5-df33057aaef6', '-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-98ec1ce7-b108-48e0-8de5-df33057aaef6', '-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 #437

2013-01-09 Thread openstack-testing-bot
Title: raring_grizzly_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_nova_trunk/437/Project:raring_grizzly_nova_trunkDate of build:Wed, 09 Jan 2013 15:31:04 -0500Build duration:4 min 7 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesMove vpn_image_id to pipelibby markmceditnova/tests/integrated/test_api_samples.pyeditnova/config.pyeditnova/cloudpipe/pipelib.pyeditnova/api/openstack/compute/contrib/cloudpipe.pyeditnova/tests/api/openstack/compute/contrib/test_cloudpipe.pyeditnova/virt/libvirt/firewall.pyeditnova/compute/manager.pyeditnova/api/ec2/cloud.pyConsole Output[...truncated 6780 lines...]dch -a [9714f31] Move cert_topic into nova.cert.rpcapidch -a [0778420] Move global s3 opts into nova.image.s3dch -a [2bcca39] Move global glance opts into nova.image.glancedch -a [942b3ed] Remove unused osapi_path optiondch -a [e6cae13] attach/detach_volume() take instance as a parameterdch -a [37bfdd3] fix N401 errors, stop ignoring all N4* errorsdch -a [285994b] Add api extension to get and reset passworddch -a [3bf5e88] powervm: Implement snapshot for local volumesdch -a [4e02fa1] Add exception handler for previous deleted flavor.dch -a [0ca44e9] Conductor instance_get_all replaces _by_filtersdch -a [dc8aeb4] Support cinderclient http retries.dch -a [2a19cd1] Sync rpc and notifier from oslo-incubator.dch -a [abe1db6] PXE bare-metal provisioning helper serverdch -a [d9b6904] Added sample tests to QuotaClasses API.dch -a [ebfa418] Changed 'OpenStack, LLC' message to 'OpenStack Foundation'dch -a [05e3869] Convert short doc strings to be on one linedch -a [60965a5] Get instances from conductor in init_host.dch -a [7224fde] Invert test stream capture logic for debugging.dch -a [64bf619] Make WebOb version specification more flexibledch -a [c9207f5] Check admin context in bm_interface_get_all()dch -a [e8746db] config_drive is missing in xml deserializerdch -a [36df7fa] NovaBase.delete() rename to NovaBase.soft_delete()dch -a [351745d] Add two tests for resize action in ServerActionsControllerTest.dch -a [1428956] Add helper methods to nova.pathsdch -a [2553b4a] Move global path opts in nova.pathsdch -a [904814e] Remove unused aws access key optsdch -a [56eb0df] Cells: Add cells commands to nova-managedch -a [1b7cea7] Verify the disk file exists before running qemu-img on it.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-d042e483-2b0d-4202-8b12-820f60d560a1', '-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-d042e483-2b0d-4202-8b12-820f60d560a1', '-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_nova_trunk #434

2013-01-09 Thread openstack-testing-bot
Title: precise_grizzly_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_nova_trunk/434/Project:precise_grizzly_nova_trunkDate of build:Wed, 09 Jan 2013 16:01:04 -0500Build duration:2 min 53 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesSync log from oslo-incubatorby jogoeditnova/openstack/common/log.pyFix N402 for nova/virtby sdagueeditnova/virt/disk/api.pyeditnova/virt/libvirt/volume.pyeditnova/virt/xenapi/volume_utils.pyeditnova/virt/baremetal/ipmi.pyeditnova/virt/baremetal/base.pyeditnova/virt/driver.pyeditnova/virt/firewall.pyeditnova/virt/hyperv/vmutils.pyeditnova/virt/xenapi/vmops.pyeditnova/virt/libvirt/volume_nfs.pyeditnova/virt/disk/mount/api.pyeditnova/virt/vmwareapi/driver.pyeditnova/virt/hyperv/volumeutilsV2.pyeditnova/virt/xenapi/volumeops.pyeditnova/virt/xenapi/driver.pyeditnova/virt/disk/mount/loop.pyeditnova/virt/xenapi/vm_utils.pyeditnova/virt/powervm/driver.pyeditnova/virt/baremetal/driver.pyeditnova/virt/images.pyeditnova/virt/xenapi/pool_states.pyeditnova/virt/powervm/operator.pyeditnova/virt/hyperv/basevolumeutils.pyeditnova/virt/xenapi/vif.pyeditnova/virt/libvirt/snapshots.pyeditnova/virt/xenapi/pool.pyeditnova/virt/xenapi/agent.pyeditnova/virt/libvirt/vif.pyeditnova/virt/libvirt/driver.pyeditnova/virt/hyperv/driver.pyeditnova/virt/disk/mount/nbd.pyeditnova/virt/hyperv/vmops.pyeditnova/virt/fake.pyeditnova/virt/hyperv/volumeops.pyeditnova/virt/libvirt/firewall.pyeditnova/virt/libvirt/utils.pyeditnova/virt/hyperv/volumeutils.pyfix N402 for nova/testsby sdagueeditnova/tests/compute/test_claims.pyeditnova/tests/test_libvirt.pyeditnova/tests/compute/test_resource_tracker.pyeditnova/tests/hyperv/hypervutils.pyeditnova/tests/compute/fake_resource_tracker.pyeditnova/tests/scheduler/test_filter_scheduler.pyeditnova/tests/api/openstack/test_common.pyeditnova/tests/cells/test_cells_scheduler.pyeditnova/tests/consoleauth/test_consoleauth.pyeditnova/tests/api/ec2/test_cloud.pyeditnova/tests/network/test_api.pyeditnova/tests/api/openstack/common.pyeditnova/tests/compute/test_multiple_nodes.pyeditnova/tests/image/fake.pyeditnova/tests/api/openstack/compute/contrib/test_disk_config.pyeditnova/tests/integrated/test_extensions.pyeditnova/tests/xenapi/stubs.pyeditnova/tests/test_bdm.pyeditnova/tests/image/test_glance.pyeditnova/tests/fake_network.pyeditnova/tests/test_powervm.pyeditnova/tests/api/openstack/compute/contrib/test_hosts.pyeditnova/tests/db/fakes.pyeditnova/tests/console/test_console.pyeditnova/tests/test_policy.pyeditnova/tests/network/test_quantumv2.pyeditnova/tests/api/ec2/test_cinder_cloud.pyeditnova/tests/network/test_manager.pyeditnova/tests/test_metadata.pyeditnova/tests/test_cinder.pyeditnova/tests/test_versions.pyeditnova/tests/scheduler/fakes.pyeditnova/tests/test_test_utils.pyeditnova/tests/test_migrations.pyeditnova/tests/api/openstack/compute/test_server_actions.pyeditnova/tests/test_objectstore.pyeditnova/tests/integrated/test_servers.pyeditnova/tests/integrated/test_api_samples.pyeditnova/tests/cells/test_cells_manager.pyeditnova/tests/test_service.pyeditnova/tests/conductor/test_conductor.pyeditnova/tests/scheduler/test_host_filters.pyeditnova/tests/scheduler/test_host_manager.pyeditnova/tests/test_instance_types.pyeditnova/tests/scheduler/test_multi_scheduler.pyeditnova/tests/api/openstack/compute/test_urlmap.pyeditnova/tests/api/openstack/compute/contrib/test_admin_actions.pyeditnova/tests/api/openstack/compute/test_flavors.pyeditnova/tests/hyperv/mockproxy.pyeditnova/tests/api/test_auth.pyeditnova/tests/fake_volume.pyeditnova/tests/compute/test_compute.pyeditnova/tests/api/openstack/compute/test_servers.pyeditnova/tests/compute/test_compute_utils.pyeditnova/tests/integrated/test_login.pyeditnova/tests/test_api.pyeditnova/tests/api/ec2/test_ec2_validate.pyeditnova/tests/scheduler/test_scheduler.pyeditnova/tests/integrated/test_xml.pyeditnova/tests/compute/test_stats.pyeditnova/tests/test_plugin_api_extensions.pyeditnova/tests/test_quota.pyeditnova/tests/api/openstack/test_wsgi.pyeditnova/tests/test_filters.pyeditnova/tests/test_nova_rootwrap.pyeditnova/tests/api/ec2/test_faults.pyeditnova/tests/api/openstack/test_faults.pyeditnova/tests/test_hooks.pyeditnova/tests/test_xenapi.pyeditnova/tests/test_db_api.pyeditnova/tests/api/openstack/compute/test_extensions.pyeditnova/tests/api/openstack/compute/test_limits.pyeditnova/tests/test_utils.pyfix N402 for nova/schedulerby sdagueeditnova/scheduler/filters/disk_filter.pyeditnova/scheduler/host_manager.pyeditnova/scheduler/filters/io_ops_filter.pyeditnova/scheduler/manager.pyeditnova/scheduler/weights/least_cost.pyeditnova/scheduler/driver.pyeditnova/scheduler/chance.pyeditnova/scheduler/filters/num_instances_filter.pyeditnova/scheduler/filters/compute_filter.pyeditnova/scheduler/filters/retry_filter.pyeditnova/scheduler/filters/json_filter.pyeditnova/scheduler/filters/ram_filter.pyfix 

[Openstack-ubuntu-testing-notifications] Build Still Failing: raring_grizzly_nova_trunk #438

2013-01-09 Thread openstack-testing-bot
Title: raring_grizzly_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_nova_trunk/438/Project:raring_grizzly_nova_trunkDate of build:Wed, 09 Jan 2013 16:01:05 -0500Build duration:3 min 51 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesSync log from oslo-incubatorby jogoeditnova/openstack/common/log.pyFix N402 for nova/virtby sdagueeditnova/virt/firewall.pyeditnova/virt/libvirt/volume_nfs.pyeditnova/virt/disk/mount/nbd.pyeditnova/virt/libvirt/firewall.pyeditnova/virt/libvirt/snapshots.pyeditnova/virt/hyperv/volumeutilsV2.pyeditnova/virt/hyperv/basevolumeutils.pyeditnova/virt/driver.pyeditnova/virt/hyperv/volumeutils.pyeditnova/virt/hyperv/vmops.pyeditnova/virt/xenapi/vm_utils.pyeditnova/virt/hyperv/vmutils.pyeditnova/virt/xenapi/vmops.pyeditnova/virt/disk/api.pyeditnova/virt/vmwareapi/driver.pyeditnova/virt/xenapi/pool.pyeditnova/virt/xenapi/volume_utils.pyeditnova/virt/fake.pyeditnova/virt/baremetal/base.pyeditnova/virt/disk/mount/api.pyeditnova/virt/xenapi/driver.pyeditnova/virt/libvirt/utils.pyeditnova/virt/hyperv/volumeops.pyeditnova/virt/baremetal/ipmi.pyeditnova/virt/images.pyeditnova/virt/xenapi/vif.pyeditnova/virt/libvirt/vif.pyeditnova/virt/powervm/driver.pyeditnova/virt/hyperv/driver.pyeditnova/virt/xenapi/volumeops.pyeditnova/virt/libvirt/driver.pyeditnova/virt/xenapi/agent.pyeditnova/virt/disk/mount/loop.pyeditnova/virt/baremetal/driver.pyeditnova/virt/xenapi/pool_states.pyeditnova/virt/libvirt/volume.pyeditnova/virt/powervm/operator.pyfix N402 for nova/testsby sdagueeditnova/tests/image/fake.pyeditnova/tests/integrated/test_login.pyeditnova/tests/compute/test_claims.pyeditnova/tests/api/openstack/test_faults.pyeditnova/tests/api/ec2/test_cinder_cloud.pyeditnova/tests/fake_network.pyeditnova/tests/test_service.pyeditnova/tests/test_bdm.pyeditnova/tests/integrated/test_xml.pyeditnova/tests/api/openstack/compute/test_extensions.pyeditnova/tests/image/test_glance.pyeditnova/tests/api/ec2/test_cloud.pyeditnova/tests/api/openstack/common.pyeditnova/tests/fake_volume.pyeditnova/tests/test_powervm.pyeditnova/tests/test_objectstore.pyeditnova/tests/test_plugin_api_extensions.pyeditnova/tests/compute/fake_resource_tracker.pyeditnova/tests/compute/test_compute_utils.pyeditnova/tests/integrated/test_extensions.pyeditnova/tests/api/openstack/compute/test_server_actions.pyeditnova/tests/cells/test_cells_scheduler.pyeditnova/tests/scheduler/test_host_manager.pyeditnova/tests/scheduler/test_host_filters.pyeditnova/tests/test_instance_types.pyeditnova/tests/test_versions.pyeditnova/tests/db/fakes.pyeditnova/tests/api/openstack/compute/test_urlmap.pyeditnova/tests/hyperv/mockproxy.pyeditnova/tests/scheduler/test_filter_scheduler.pyeditnova/tests/api/test_auth.pyeditnova/tests/api/openstack/compute/contrib/test_admin_actions.pyeditnova/tests/compute/test_multiple_nodes.pyeditnova/tests/integrated/test_api_samples.pyeditnova/tests/compute/test_stats.pyeditnova/tests/test_nova_rootwrap.pyeditnova/tests/test_hooks.pyeditnova/tests/api/ec2/test_ec2_validate.pyeditnova/tests/conductor/test_conductor.pyeditnova/tests/api/openstack/compute/test_servers.pyeditnova/tests/test_policy.pyeditnova/tests/test_libvirt.pyeditnova/tests/compute/test_resource_tracker.pyeditnova/tests/test_test_utils.pyeditnova/tests/scheduler/test_scheduler.pyeditnova/tests/network/test_quantumv2.pyeditnova/tests/test_migrations.pyeditnova/tests/compute/test_compute.pyeditnova/tests/test_filters.pyeditnova/tests/scheduler/fakes.pyeditnova/tests/hyperv/hypervutils.pyeditnova/tests/test_cinder.pyeditnova/tests/xenapi/stubs.pyeditnova/tests/test_metadata.pyeditnova/tests/test_api.pyeditnova/tests/scheduler/test_multi_scheduler.pyeditnova/tests/api/openstack/compute/contrib/test_hosts.pyeditnova/tests/api/openstack/test_common.pyeditnova/tests/api/openstack/compute/contrib/test_disk_config.pyeditnova/tests/network/test_manager.pyeditnova/tests/integrated/test_servers.pyeditnova/tests/test_xenapi.pyeditnova/tests/test_quota.pyeditnova/tests/api/ec2/test_faults.pyeditnova/tests/test_utils.pyeditnova/tests/network/test_api.pyeditnova/tests/test_db_api.pyeditnova/tests/cells/test_cells_manager.pyeditnova/tests/consoleauth/test_consoleauth.pyeditnova/tests/api/openstack/compute/test_limits.pyeditnova/tests/console/test_console.pyeditnova/tests/api/openstack/test_wsgi.pyeditnova/tests/api/openstack/compute/test_flavors.pyfix N402 for nova/schedulerby sdagueeditnova/scheduler/weights/least_cost.pyeditnova/scheduler/filters/ram_filter.pyeditnova/scheduler/chance.pyeditnova/scheduler/filters/disk_filter.pyeditnova/scheduler/filters/json_filter.pyeditnova/scheduler/filters/io_ops_filter.pyeditnova/scheduler/filters/num_instances_filter.pyeditnova/scheduler/filters/compute_filter.pyeditnova/scheduler/driver.pyeditnova/scheduler/manager.pyeditnova/scheduler/host_manager.pyeditnova/scheduler/filters/retry_filter.pyfix 

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

2013-01-09 Thread openstack-testing-bot
Title: precise_grizzly_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_nova_trunk/435/Project:precise_grizzly_nova_trunkDate of build:Wed, 09 Jan 2013 16:31:03 -0500Build duration:4 min 54 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesAdds a new tenant-centric network extensionby matt.dietzeditdoc/api_samples/os-quota-sets/quotas-show-defaults-get-resp.jsoneditnova/tests/integrated/api_samples/os-quota-sets/quotas-update-post-resp.json.tpleditnova/tests/api/openstack/compute/contrib/test_createserverext.pyeditnova/tests/api/openstack/compute/contrib/test_networks.pyeditdoc/api_samples/os-quota-sets/quotas-update-post-resp.jsonadddoc/api_samples/os-networks/networks-list-res.jsoneditdoc/api_samples/os-quota-sets/quotas-show-get-resp.jsonaddnova/tests/integrated/api_samples/os-networks/networks-post-res.json.tpleditnova/tests/integrated/api_samples/all_extensions/extensions-get-resp.json.tpladdnova/api/openstack/compute/contrib/os_networks.pyeditnova/tests/integrated/api_samples/os-quota-sets/quotas-show-defaults-get-resp.json.tpleditdoc/api_samples/all_extensions/extensions-get-resp.xmladdnova/tests/integrated/api_samples/os-networks/networks-post-req.json.tpleditnova/tests/api/openstack/compute/contrib/test_quotas.pyaddnova/tests/integrated/api_samples/os-networks/networks-list-res.json.tpleditnova/tests/api/openstack/compute/test_extensions.pyeditnova/tests/fake_policy.pyeditnova/network/manager.pyeditdoc/api_samples/all_extensions/extensions-get-resp.jsoneditnova/tests/integrated/test_api_samples.pyeditnova/tests/integrated/api_samples/os-quota-sets/quotas-show-get-resp.xml.tpleditnova/tests/integrated/api_samples/os-quota-sets/quotas-update-post-resp.xml.tpleditnova/tests/integrated/api_samples/all_extensions/extensions-get-resp.xml.tpladddoc/api_samples/os-networks/networks-post-res.jsoneditnova/tests/integrated/api_samples/os-quota-sets/quotas-show-get-resp.json.tpleditdoc/api_samples/os-quota-sets/quotas-show-defaults-get-resp.xmldeletenova/api/openstack/compute/contrib/networks.pyeditdoc/api_samples/os-quota-sets/quotas-show-get-resp.xmleditnova/tests/api/openstack/compute/contrib/test_quota_classes.pyaddnova/api/openstack/compute/contrib/admin_networks.pyeditnova/tests/integrated/api_samples/os-quota-sets/quotas-show-defaults-get-resp.xml.tpleditnova/api/openstack/compute/contrib/networks_associate.pyeditdoc/api_samples/os-quota-sets/quotas-update-post-resp.xmlConsole Output[...truncated 5567 lines...]dch -a [0778420] Move global s3 opts into nova.image.s3dch -a [2bcca39] Move global glance opts into nova.image.glancedch -a [942b3ed] Remove unused osapi_path optiondch -a [e6cae13] attach/detach_volume() take instance as a parameterdch -a [37bfdd3] fix N401 errors, stop ignoring all N4* errorsdch -a [285994b] Add api extension to get and reset passworddch -a [3bf5e88] powervm: Implement snapshot for local volumesdch -a [4e02fa1] Add exception handler for previous deleted flavor.dch -a [0ca44e9] Conductor instance_get_all replaces _by_filtersdch -a [dc8aeb4] Support cinderclient http retries.dch -a [2a19cd1] Sync rpc and notifier from oslo-incubator.dch -a [abe1db6] PXE bare-metal provisioning helper serverdch -a [d9b6904] Added sample tests to QuotaClasses API.dch -a [ebfa418] Changed 'OpenStack, LLC' message to 'OpenStack Foundation'dch -a [05e3869] Convert short doc strings to be on one linedch -a [60965a5] Get instances from conductor in init_host.dch -a [7224fde] Invert test stream capture logic for debugging.dch -a [64bf619] Make WebOb version specification more flexibledch -a [c9207f5] Check admin context in bm_interface_get_all()dch -a [e8746db] config_drive is missing in xml deserializerdch -a [36df7fa] NovaBase.delete() rename to NovaBase.soft_delete()dch -a [351745d] Add two tests for resize action in ServerActionsControllerTest.dch -a [1428956] Add helper methods to nova.pathsdch -a [2553b4a] Move global path opts in nova.pathsdch -a [904814e] Remove unused aws access key optsdch -a [56eb0df] Cells: Add cells commands to nova-managedch -a [1b7cea7] Verify the disk file exists before running qemu-img on it.debcommitbzr builddeb -S -- -saINFO:root:Destroying schroot. -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-0544c40f-6b78-4685-a9a9-34a6a1fb536d', '-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 

[Openstack-ubuntu-testing-notifications] Build Still Failing: raring_grizzly_cinder_trunk #87

2013-01-09 Thread openstack-testing-bot
Title: raring_grizzly_cinder_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_cinder_trunk/87/Project:raring_grizzly_cinder_trunkDate of build:Wed, 09 Jan 2013 20:02:05 -0500Build duration:6 min 15 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 3 out of the last 5 builds failed.40ChangesRevert Implement filter schedulerby reviewdeletecinder/openstack/common/scheduler/weights/__init__.pydeletecinder/tests/scheduler/test_capacity_weigher.pydeletecinder/tests/scheduler/test_host_manager.pyeditcinder/volume/manager.pydeletecinder/scheduler/filter_scheduler.pydeletecinder/scheduler/filters/capacity_filter.pydeletecinder/openstack/common/scheduler/filters/extra_specs_ops.pydeletecinder/scheduler/scheduler_options.pydeletecinder/openstack/common/scheduler/filters/json_filter.pyeditcinder/tests/scheduler/fakes.pydeletecinder/scheduler/weights/capacity.pyeditopenstack-common.confeditcinder/scheduler/host_manager.pydeletecinder/tests/scheduler/test_host_filters.pyedittools/pip-requiresdeletecinder/scheduler/weights/__init__.pyeditsetup.pydeletecinder/openstack/common/scheduler/filters/availability_zone_filter.pyeditcinder/volume/rpcapi.pydeletecinder/scheduler/filters/__init__.pydeletecinder/tests/scheduler/test_filter_scheduler.pydeletecinder/openstack/common/scheduler/filters/__init__.pydeletecinder/tests/scheduler/test_scheduler_options.pydeletecinder/openstack/common/scheduler/weight.pyeditcinder/exception.pydeletecinder/openstack/common/scheduler/filters/capabilities_filter.pydeletecinder/openstack/common/scheduler/__init__.pyeditcinder/volume/driver.pyeditcinder/scheduler/manager.pydeletecinder/openstack/common/scheduler/filter.pyConsole Output[...truncated 5960 lines...]Package-Time: 167Source-Version: 2013.1+git201301092002~raring-0ubuntu1Space: 22908Status: attemptedVersion: 2013.1+git201301092002~raring-0ubuntu1Finished at 20130109-2008Build needed 00:02:47, 22908k disc spaceERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'cinder_2013.1+git201301092002~raring-0ubuntu1.dsc']' returned non-zero exit status 2ERROR:root:Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'cinder_2013.1+git201301092002~raring-0ubuntu1.dsc']' returned non-zero exit status 2INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/cinder/grizzly /tmp/tmpGMytvL/cindermk-build-deps -i -r -t apt-get -y /tmp/tmpGMytvL/cinder/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log edb5491070f7a6bab257089e7b98278b68949cb1..HEAD --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/cinder/raring-grizzly --forcedch -b -D raring --newversion 2013.1+git201301092002~raring-0ubuntu1 Automated Ubuntu testing build:dch -a [28df9f3] Revert "Implement filter scheduler"dch -a [027b78a] Provide HP 3PAR array iSCSI driverdch -a [f791565] Enable cinder exception format checking in tests.dch -a [3cb7ee4] Update exceptions to pass correct kwargs.dch -a [a363c41] Add option to make exception format errors fatal.dch -a [8dd2140] Implement filter schedulerdch -a [c6f7f19] Use tempdir for lock_path in tests.debcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC cinder_2013.1+git201301092002~raring-0ubuntu1_source.changessbuild -d raring-grizzly -n -A cinder_2013.1+git201301092002~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', 'cinder_2013.1+git201301092002~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

[Openstack-ubuntu-testing-notifications] Build Still Failing: raring_grizzly_quantum_trunk #181

2013-01-09 Thread openstack-testing-bot
Title: raring_grizzly_quantum_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_quantum_trunk/181/Project:raring_grizzly_quantum_trunkDate of build:Wed, 09 Jan 2013 20:01:01 -0500Build duration:9 min 29 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesRemove relative imports from NVP pluginby revieweditquantum/plugins/nicira/nicira_nvp_plugin/api_client/request.pyeditquantum/plugins/nicira/nicira_nvp_plugin/nicira_models.pyeditquantum/plugins/nicira/nicira_nvp_plugin/QuantumPlugin.pyeditquantum/plugins/nicira/nicira_nvp_plugin/api_client/__init__.pyeditquantum/plugins/nicira/nicira_nvp_plugin/common/__init__.pyeditquantum/plugins/nicira/nicira_nvp_plugin/api_client/common.pyeditquantum/plugins/nicira/nicira_nvp_plugin/nvp_plugin_version.pyeditquantum/plugins/nicira/nicira_nvp_plugin/nvp_cluster.pyeditquantum/plugins/nicira/nicira_nvp_plugin/NvpApiClient.pyeditquantum/plugins/nicira/nicira_nvp_plugin/nicira_db.pyeditquantum/plugins/nicira/nicira_nvp_plugin/__init__.pyeditquantum/plugins/nicira/nicira_nvp_plugin/api_client/client.pyeditquantum/plugins/nicira/nicira_nvp_plugin/api_client/request_eventlet.pyeditquantum/plugins/nicira/nicira_nvp_plugin/nvplib.pyeditquantum/plugins/nicira/nicira_nvp_plugin/api_client/client_eventlet.pyConsole Output[...truncated 7803 lines...]Finished at 20130109-2010Build needed 00:06:26, 14840k disc spaceERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'quantum_2013.1+git201301092001~raring-0ubuntu1.dsc']' returned non-zero exit status 2ERROR:root:Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'quantum_2013.1+git201301092001~raring-0ubuntu1.dsc']' returned non-zero exit status 2INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/quantum/grizzly /tmp/tmpAbY9m8/quantummk-build-deps -i -r -t apt-get -y /tmp/tmpAbY9m8/quantum/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log 005251c3b88606013bc9526c0ef32b01e52b08c9..HEAD --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/quantum/raring-grizzly --forcedch -b -D raring --newversion 2013.1+git201301092001~raring-0ubuntu1 Automated Ubuntu testing build:dch -a [20ea05f] Remove relative imports from NVP plugindch -a [fab8026] Fix database configuration of ryu-agentdch -a [3aecb35] Pass X-Forwarded-For header to Novadch -a [220b3f2] The change implemented Lbaas CRUD Sqlalchemy operations.dch -a [f14af5d] Iptables security group implementation for LinuxBridgedch -a [83c12eb] Update the migration template's default kwargsdch -a [b7a08c5] add migration support for lb security groupsdch -a [33a355a] Fix import for quantum-db-managedch -a [76b8722] Allow nvp_api to load balance requestsdch -a [3eb2cfc] API extension and DB support for service typesdch -a [dbf0b22] Add migration support to Quantumdch -a [c0b3a31] Remove some unused importsdch -a [31f09ab] refactor QuotaV2 import to match to other extsdebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC quantum_2013.1+git201301092001~raring-0ubuntu1_source.changessbuild -d raring-grizzly -n -A quantum_2013.1+git201301092001~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+git201301092001~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+git201301092001~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 #436

2013-01-09 Thread openstack-testing-bot
Title: precise_grizzly_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_nova_trunk/436/Project:precise_grizzly_nova_trunkDate of build:Wed, 09 Jan 2013 21:01:05 -0500Build duration:3 min 21 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesCope better with out of sync bm data.by robertceditnova/virt/baremetal/driver.pyConsole Output[...truncated 5570 lines...]dch -a [0778420] Move global s3 opts into nova.image.s3dch -a [2bcca39] Move global glance opts into nova.image.glancedch -a [942b3ed] Remove unused osapi_path optiondch -a [e6cae13] attach/detach_volume() take instance as a parameterdch -a [37bfdd3] fix N401 errors, stop ignoring all N4* errorsdch -a [285994b] Add api extension to get and reset passworddch -a [3bf5e88] powervm: Implement snapshot for local volumesdch -a [4e02fa1] Add exception handler for previous deleted flavor.dch -a [0ca44e9] Conductor instance_get_all replaces _by_filtersdch -a [dc8aeb4] Support cinderclient http retries.dch -a [2a19cd1] Sync rpc and notifier from oslo-incubator.dch -a [abe1db6] PXE bare-metal provisioning helper serverdch -a [d9b6904] Added sample tests to QuotaClasses API.dch -a [ebfa418] Changed 'OpenStack, LLC' message to 'OpenStack Foundation'dch -a [05e3869] Convert short doc strings to be on one linedch -a [60965a5] Get instances from conductor in init_host.dch -a [7224fde] Invert test stream capture logic for debugging.dch -a [64bf619] Make WebOb version specification more flexibledch -a [c9207f5] Check admin context in bm_interface_get_all()dch -a [e8746db] config_drive is missing in xml deserializerdch -a [36df7fa] NovaBase.delete() rename to NovaBase.soft_delete()dch -a [351745d] Add two tests for resize action in ServerActionsControllerTest.dch -a [1428956] Add helper methods to nova.pathsdch -a [2553b4a] Move global path opts in nova.pathsdch -a [904814e] Remove unused aws access key optsdch -a [56eb0df] Cells: Add cells commands to nova-managedch -a [1b7cea7] Verify the disk file exists before rINFO:root:Destroying schroot.unning qemu-img on it.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', 'precise-amd64-5ebf50c9-6878-462d-9f19-2552f45ccab5', '-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-5ebf50c9-6878-462d-9f19-2552f45ccab5', '-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 #440

2013-01-09 Thread openstack-testing-bot
Title: raring_grizzly_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_nova_trunk/440/Project:raring_grizzly_nova_trunkDate of build:Wed, 09 Jan 2013 21:01:04 -0500Build duration:3 min 57 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesCope better with out of sync bm data.by robertceditnova/virt/baremetal/driver.pyConsole Output[...truncated 6809 lines...]dch -a [0778420] Move global s3 opts into nova.image.s3dch -a [2bcca39] Move global glance opts into nova.image.glancedch -a [942b3ed] Remove unused osapi_path optiondch -a [e6cae13] attach/detach_volume() take instance as a parameterdch -a [37bfdd3] fix N401 errors, stop ignoring all N4* errorsdch -a [285994b] Add api extension to get and reset passworddch -a [3bf5e88] powervm: Implement snapshot for local volumesdch -a [4e02fa1] Add exception handler for previous deleted flavor.dch -a [0ca44e9] Conductor instance_get_all replaces _by_filtersdch -a [dc8aeb4] Support cinderclient http retries.dch -a [2a19cd1] Sync rpc and notifier from oslo-incubator.dch -a [abe1db6] PXE bare-metal provisioning helper serverdch -a [d9b6904] Added sample tests to QuotaClasses API.dch -a [ebfa418] Changed 'OpenStack, LLC' message to 'OpenStack Foundation'dch -a [05e3869] Convert short doc strings to be on one linedch -a [60965a5] Get instances from conductor in init_host.dch -a [7224fde] Invert test stream capture logic for debugging.dch -a [64bf619] Make WebOb version specification more flexibledch -a [c9207f5] Check admin context in bm_interface_get_all()dch -a [e8746db] config_drive is missing in xml deserializerdch -a [36df7fa] NovaBase.delete() rename to NovaBase.soft_delete()dch -a [351745d] Add two tests for resize action in ServerActionsControllerTest.dch -a [1428956] Add helper methods to nova.pathsdch -a [2553b4a] Move global path opts in nova.pathsdch -a [904814e] Remove unused aws access key optsdch -a [56eb0df] Cells: Add cells commands to nova-managedch -a [1b7cea7] Verify the disk file exists before runnINFO:root:Destroying schroot.ing qemu-img on it.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-ca7362d3-8964-42ea-b802-c378ffefc015', '-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-ca7362d3-8964-42ea-b802-c378ffefc015', '-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_nova_trunk #437

2013-01-09 Thread openstack-testing-bot
Title: precise_grizzly_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_nova_trunk/437/Project:precise_grizzly_nova_trunkDate of build:Wed, 09 Jan 2013 21:31:05 -0500Build duration:2 min 42 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0Changesfix N402 for nova/dbby sdagueeditnova/db/sqlalchemy/api.pyeditnova/db/api.pyeditnova/db/sqlalchemy/session.pyeditnova/db/sqlalchemy/models.pyfix N402 for nova/c*by sdagueeditnova/conductor/api.pyeditnova/cells/state.pyeditnova/compute/stats.pyeditnova/compute/cells_api.pyeditnova/compute/claims.pyeditnova/compute/api.pyeditnova/compute/manager.pyeditnova/conductor/rpcapi.pyeditnova/conductor/manager.pyeditnova/compute/resource_tracker.pyeditnova/compute/instance_types.pyfix N402 for rest of novaby sdagueeditnova/policy.pyeditnova/service.pyeditnova/servicegroup/api.pyeditnova/rootwrap/wrapper.pyeditnova/ipv6/rfc2462.pyeditnova/rootwrap/filters.pyeditnova/block_device.pyeditnova/utils.pyeditnova/image/s3.pyeditnova/servicegroup/db_driver.pyeditnova/image/glance.pyeditnova/cert/manager.pyeditnova/ipv6/account_identifier.pyfix N402 for nova-manageby sdagueeditbin/nova-managefix N402 on tools/by sdagueedittools/lintstack.pyedittools/hacking.pyedittools/xenserver/vm_vdi_cleaner.pyConsole Output[...truncated 5585 lines...]dch -a [0778420] Move global s3 opts into nova.image.s3dch -a [2bcca39] Move global glance opts into nova.image.glancedch -a [942b3ed] Remove unused osapi_path optiondch -a [e6cae13] attach/detach_volume() take instance as a parameterdch -a [37bfdd3] fix N401 errors, stop ignoring all N4* errorsdch -a [285994b] Add api extension to get and reset passworddch -a [3bf5e88] powervm: Implement snapshot for local volumesdch -a [4e02fa1] Add exception handler for previous deleted flavor.dch -a [0ca44e9] Conductor instance_get_all replaces _by_filtersdch -a [dc8aeb4] Support cinderclient http retries.dch -a [2a19cd1] Sync rpc and notifier from oslo-incubator.dch -a [abe1db6] PXE bare-metal provisioning helper serverdch -a [d9b6904] Added sample tests to QuotaClasses API.dch -a [ebfa418] Changed 'OpenStack, LLC' message to 'OpenStack Foundation'dch -a [05e3869] Convert short doc strings to be on one linedch -a [60965a5] Get instances from conductor in init_host.dch -a [7224fde] Invert test stream capture logic for debugging.dch -a [64bf619] Make WebOb version specification more flexibledch -a [c9207f5] Check admin context in bm_interface_get_all()dch -a [e8746db] config_drive is missing in xml deserializerdch -a [36df7fa] NovaBase.delete() rename to NovaBase.soft_delete()dch -a [351745d] Add two tests for resize action in ServerActionsControllerTest.dch -a [1428956] Add helper methods to nova.pathsdch -a [2553b4a] MINFO:root:Destroying schroot.ove global path opts in nova.pathsdch -a [904814e] Remove unused aws access key optsdch -a [56eb0df] Cells: Add cells commands to nova-managedch -a [1b7cea7] Verify the disk file exists before running qemu-img on it.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', 'precise-amd64-4f7de8b4-f966-4f63-9783-9104e4be3009', '-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-4f7de8b4-f966-4f63-9783-9104e4be3009', '-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_nova_trunk #438

2013-01-09 Thread openstack-testing-bot
Title: precise_grizzly_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_nova_trunk/438/Project:precise_grizzly_nova_trunkDate of build:Thu, 10 Jan 2013 01:01:04 -0500Build duration:2 min 43 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesMove vpn_key_suffix into pipelibby markmceditnova/config.pyeditnova/api/ec2/cloud.pyeditnova/tests/test_pipelib.pyeditnova/cloudpipe/pipelib.pyMove service_down_time to nova.serviceby markmceditnova/utils.pyeditnova/service.pyeditnova/config.pyeditnova/servicegroup/db_driver.pyeditnova/api/openstack/compute/contrib/services.pyeditbin/nova-manageMove memcached_servers opt into common.memorycacheby markmceditnova/consoleauth/manager.pyeditnova/common/memorycache.pyeditnova/api/ec2/__init__.pyeditnova/config.pyeditnova/api/metadata/handler.pyMove global service networking opts to new moduleby markmceditnova/network/linux_net.pyeditnova/manager.pyeditnova/virt/xenapi/pool.pyeditnova/tests/test_imagecache.pyeditnova/virt/netutils.pyeditbin/nova-dhcpbridgeeditnova/virt/xenapi/vmops.pyeditnova/virt/hyperv/volumeops.pyeditnova/virt/baremetal/pxe.pyeditnova/network/manager.pyeditnova/virt/libvirt/imagecache.pyeditnova/tests/integrated/test_extensions.pyeditnova/virt/baremetal/volume_driver.pyeditnova/tests/test_libvirt.pyeditnova/virt/xenapi/driver.pyeditnova/service.pyeditnova/tests/fake_network.pyeditnova/virt/xenapi/vm_utils.pyeditnova/tests/scheduler/test_host_filters.pyeditnova/api/ec2/cloud.pyeditnova/virt/libvirt/vif.pyeditnova/tests/test_xenapi.pyeditnova/compute/utils.pyeditnova/config.pyeditnova/tests/api/openstack/fakes.pyeditnova/virt/libvirt/firewall.pyeditnova/virt/baremetal/driver.pyeditnova/image/glance.pyeditnova/console/xvp.pyeditnova/tests/conf_fixture.pyeditnova/tests/api/ec2/test_cinder_cloud.pyeditnova/tests/cells/test_cells_messaging.pyeditnova/compute/manager.pyeditnova/virt/libvirt/driver.pyeditnova/virt/firewall.pyeditnova/tests/api/openstack/compute/test_extensions.pyeditnova/virt/hyperv/basevolumeutils.pyeditnova/cells/state.pyeditnova/tests/compute/test_compute.pyaddnova/netconf.pyeditnova/tests/api/ec2/test_cloud.pyeditnova/tests/utils.pyeditnova/image/s3.pyRemove unused opt import in scheduler.driverby markmceditnova/scheduler/driver.pyConsole Output[...truncated 5601 lines...]dch -a [0778420] Move global s3 opts into nova.image.s3dch -a [2bcca39] Move global glance opts into nova.image.glancedch -a [942b3ed] Remove unused osapi_path optiondch -a [e6cae13] attach/detach_volume() take instance as a parameterdch -a [37bfdd3] fix N401 errors, stop ignoring all N4* errorsdch -a [285994b] Add api extension to get and reset passworddch -a [3bf5e88] powervm: Implement snapshot for local volumesdch -a [4e02fa1] Add exception handler for previous deleted flavor.dch -a [0ca44e9] Conductor instance_get_all replaces _by_filtersdch -a [dc8aeb4] Support cinderclient http retries.dch -a [2a19cd1] Sync rpc and notifier from oslo-incubator.dch -a [abe1db6] PXE bare-metal provisioning helper serverdch -a [d9b6904] Added sample tests to QuotaClasses API.dch -a [ebfa418] Changed 'OpenStack, LLC' message to 'OpenStack Foundation'dch -a [05e3869] Convert short doc strings to be on one linedch -a [60965a5] Get instances from conductor in init_host.dch -a [7224fde] Invert test stream capture logic for debugging.dch -a [64bf619] Make WebOb version specification more flexibledch -a [c9207f5] Check admin context iINFO:root:Destroying schroot.n bm_interface_get_all()dch -a [e8746db] config_drive is missing in xml deserializerdch -a [36df7fa] NovaBase.delete() rename to NovaBase.soft_delete()dch -a [351745d] Add two tests for resize action in ServerActionsControllerTest.dch -a [1428956] Add helper methods to nova.pathsdch -a [2553b4a] Move global path opts in nova.pathsdch -a [904814e] Remove unused aws access key optsdch -a [56eb0df] Cells: Add cells commands to nova-managedch -a [1b7cea7] Verify the disk file exists before running qemu-img on it.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', 'precise-amd64-07a85803-423b-4039-86eb-85030277c210', '-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 

[Openstack-ubuntu-testing-notifications] Build Still Failing: raring_grizzly_nova_trunk #442

2013-01-09 Thread openstack-testing-bot
Title: raring_grizzly_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_nova_trunk/442/Project:raring_grizzly_nova_trunkDate of build:Thu, 10 Jan 2013 01:01:04 -0500Build duration:4 min 10 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesMove vpn_key_suffix into pipelibby markmceditnova/config.pyeditnova/api/ec2/cloud.pyeditnova/tests/test_pipelib.pyeditnova/cloudpipe/pipelib.pyMove service_down_time to nova.serviceby markmceditnova/utils.pyeditnova/api/openstack/compute/contrib/services.pyeditnova/service.pyeditbin/nova-manageeditnova/servicegroup/db_driver.pyeditnova/config.pyMove memcached_servers opt into common.memorycacheby markmceditnova/api/metadata/handler.pyeditnova/api/ec2/__init__.pyeditnova/consoleauth/manager.pyeditnova/config.pyeditnova/common/memorycache.pyMove global service networking opts to new moduleby markmceditnova/compute/utils.pyeditnova/tests/api/ec2/test_cloud.pyeditnova/virt/libvirt/vif.pyeditnova/tests/api/openstack/fakes.pyeditnova/tests/api/ec2/test_cinder_cloud.pyeditnova/virt/hyperv/volumeops.pyeditnova/api/ec2/cloud.pyeditnova/console/xvp.pyeditnova/tests/conf_fixture.pyeditnova/tests/integrated/test_extensions.pyeditnova/cells/state.pyeditnova/virt/firewall.pyeditnova/virt/baremetal/driver.pyeditnova/virt/xenapi/vm_utils.pyeditnova/tests/test_imagecache.pyeditnova/network/manager.pyeditnova/network/linux_net.pyeditnova/image/s3.pyaddnova/netconf.pyeditnova/tests/test_xenapi.pyeditnova/tests/test_libvirt.pyeditnova/virt/libvirt/imagecache.pyeditnova/virt/xenapi/vmops.pyeditnova/tests/compute/test_compute.pyeditnova/tests/fake_network.pyeditnova/virt/baremetal/pxe.pyeditnova/image/glance.pyeditnova/virt/baremetal/volume_driver.pyeditnova/tests/scheduler/test_host_filters.pyeditbin/nova-dhcpbridgeeditnova/virt/xenapi/driver.pyeditnova/tests/api/openstack/compute/test_extensions.pyeditnova/virt/libvirt/firewall.pyeditnova/tests/cells/test_cells_messaging.pyeditnova/compute/manager.pyeditnova/virt/netutils.pyeditnova/manager.pyeditnova/service.pyeditnova/tests/utils.pyeditnova/virt/xenapi/pool.pyeditnova/virt/hyperv/basevolumeutils.pyeditnova/virt/libvirt/driver.pyeditnova/config.pyRemove unused opt import in scheduler.driverby markmceditnova/scheduler/driver.pyConsole Output[...truncated 6840 lines...]dch -a [0778420] Move global s3 opts into nova.image.s3dch -a [2bcca39] Move global glance opts into nova.image.glancedch -a [942b3ed] Remove unused osapi_path optiondch -a [e6cae13] attach/detach_volume() take instance as a parameterdch -a [37bfdd3] fix N401 errors, stop ignoring all N4* errorsdch -a [285994b] Add api extension to get and reset passworddch -a [3bf5e88] powervm: Implement snapshot for local volumesdch -a [4e02fa1] Add exception handler for previous deleted flavor.dch -a [0ca44e9] Conductor instance_get_all replaces _by_filtersdch -a [dc8aeb4] Support cinderclient http retries.dch -a [2a19cd1] Sync rpc and notifier from oslo-incubator.dch -a [abe1db6] PXE bare-metal provisioning helper serverdch -a [d9b6904] Added sample tests to QuotaClasses API.dch -a [ebfa418] Changed 'OpenStack, LLC' message to 'OpenStack Foundation'dch -a [05e3869] Convert short doc strings to be on one linedch -a [60965a5] Get instances from conductor in init_host.dch -a [7224fde] Invert test stream capture logic for debugging.dch -a [64bf619] Make WebOb version specification more flexibledch -a [c9207f5] Check admin context in bINFO:root:Destroying schroot.m_interface_get_all()dch -a [e8746db] config_drive is missing in xml deserializerdch -a [36df7fa] NovaBase.delete() rename to NovaBase.soft_delete()dch -a [351745d] Add two tests for resize action in ServerActionsControllerTest.dch -a [1428956] Add helper methods to nova.pathsdch -a [2553b4a] Move global path opts in nova.pathsdch -a [904814e] Remove unused aws access key optsdch -a [56eb0df] Cells: Add cells commands to nova-managedch -a [1b7cea7] Verify the disk file exists before running qemu-img on it.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-05eefa36-3be2-46d9-9f77-dc9d039af71b', '-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 

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_grizzly_cinder_trunk #91

2013-01-09 Thread openstack-testing-bot
Title: precise_grizzly_cinder_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_cinder_trunk/91/Project:precise_grizzly_cinder_trunkDate of build:Thu, 10 Jan 2013 02:31:01 -0500Build duration:3 min 34 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 4 out of the last 5 builds failed.20ChangesImplement filter schedulerby zhiteng.huangaddcinder/openstack/common/scheduler/filters/extra_specs_ops.pyeditcinder/scheduler/host_manager.pyaddcinder/tests/scheduler/test_filter_scheduler.pyeditopenstack-common.confaddcinder/tests/scheduler/test_capacity_weigher.pyaddcinder/scheduler/weights/__init__.pyedittools/pip-requireseditcinder/scheduler/manager.pyeditcinder/volume/driver.pyaddcinder/openstack/common/scheduler/filters/capabilities_filter.pyaddcinder/tests/scheduler/test_scheduler_options.pyeditcinder/tests/scheduler/fakes.pyaddcinder/openstack/common/scheduler/filters/__init__.pyaddcinder/scheduler/weights/capacity.pyaddcinder/openstack/common/scheduler/filter.pyaddcinder/scheduler/filter_scheduler.pyaddcinder/openstack/common/scheduler/weight.pyaddcinder/openstack/common/scheduler/__init__.pyaddcinder/openstack/common/scheduler/filters/json_filter.pyeditsetup.pyeditcinder/exception.pyaddcinder/scheduler/scheduler_options.pyeditcinder/volume/rpcapi.pyaddcinder/scheduler/filters/__init__.pyaddcinder/openstack/common/scheduler/weights/__init__.pyaddcinder/tests/scheduler/test_host_filters.pyaddcinder/tests/scheduler/test_host_manager.pyaddcinder/scheduler/filters/capacity_filter.pyaddcinder/openstack/common/scheduler/filters/availability_zone_filter.pyeditcinder/volume/manager.pyConsole Output[...truncated 5169 lines...]Source-Version: 2013.1+git201301100231~precise-0ubuntu1Space: 23220Status: attemptedVersion: 2013.1+git201301100231~precise-0ubuntu1Finished at 20130110-0234Build needed 00:02:08, 23220k disc spaceERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'precise-grizzly', '-n', '-A', 'cinder_2013.1+git201301100231~precise-0ubuntu1.dsc']' returned non-zero exit status 2ERROR:root:Command '['sbuild', '-d', 'precise-grizzly', '-n', '-A', 'cinder_2013.1+git201301100231~precise-0ubuntu1.dsc']' returned non-zero exit status 2INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/cinder/grizzly /tmp/tmpp_WCFp/cindermk-build-deps -i -r -t apt-get -y /tmp/tmpp_WCFp/cinder/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log edb5491070f7a6bab257089e7b98278b68949cb1..HEAD --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/cinder/precise-grizzly --forcedch -b -D precise --newversion 2013.1+git201301100231~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [643f916] Implement filter schedulerdch -a [28df9f3] Revert "Implement filter scheduler"dch -a [027b78a] Provide HP 3PAR array iSCSI driverdch -a [f791565] Enable cinder exception format checking in tests.dch -a [3cb7ee4] Update exceptions to pass correct kwargs.dch -a [a363c41] Add option to make exception format errors fatal.dch -a [8dd2140] Implement filter schedulerdch -a [c6f7f19] Use tempdir for lock_path in tests.debcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC cinder_2013.1+git201301100231~precise-0ubuntu1_source.changessbuild -d precise-grizzly -n -A cinder_2013.1+git201301100231~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', 'cinder_2013.1+git201301100231~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', 

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

2013-01-09 Thread openstack-testing-bot
Title: precise_grizzly_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_nova_trunk/439/Project:precise_grizzly_nova_trunkDate of build:Thu, 10 Jan 2013 02:32:01 -0500Build duration:3 min 22 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesRemove unused baremetal PXE optionsby markmceditnova/virt/baremetal/pxe.pyConsole Output[...truncated 5604 lines...]dch -a [0778420] Move global s3 opts into nova.image.s3dch -a [2bcca39] Move global glance opts into nova.image.glancedch -a [942b3ed] Remove unused osapi_path optiondch -a [e6cae13] attach/detach_volume() take instance as a parameterdch -a [37bfdd3] fix N401 errors, stop ignoring all N4* errorsdch -a [285994b] Add api extension to get and reset passworddch -a [3bf5e88] powervm: Implement snapshot for local volumesdch -a [4e02fa1] Add exception handler for previous deleted flavor.dch -a [0ca44e9] Conductor instance_get_all replaces _by_filtersdch -a [dc8aeb4] Support cinderclient http retries.dch -a [2a19cd1] Sync rpc and notifier from oslo-incubator.dch -a [abe1db6] PXE bare-metal provisioning helper serverdch -a [d9b6904] Added sample tests to QuotaClasses API.dch -a [ebfa418] Changed 'OpenStack, LLC' message to 'OpenStack Foundation'dch -a [05e3869] Convert short doc strings to be on one linedch -a [60965a5] Get instances from conductor in init_host.dch -a [7224fde] Invert test stream capture logic for debugging.dch -a [64bf619] Make WebOb version specificationINFO:root:Destroying schroot. more flexibledch -a [c9207f5] Check admin context in bm_interface_get_all()dch -a [e8746db] config_drive is missing in xml deserializerdch -a [36df7fa] NovaBase.delete() rename to NovaBase.soft_delete()dch -a [351745d] Add two tests for resize action in ServerActionsControllerTest.dch -a [1428956] Add helper methods to nova.pathsdch -a [2553b4a] Move global path opts in nova.pathsdch -a [904814e] Remove unused aws access key optsdch -a [56eb0df] Cells: Add cells commands to nova-managedch -a [1b7cea7] Verify the disk file exists before running qemu-img on it.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', 'precise-amd64-c5b5a086-b263-432b-8935-75fb07466de2', '-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-c5b5a086-b263-432b-8935-75fb07466de2', '-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 #443

2013-01-09 Thread openstack-testing-bot
Title: raring_grizzly_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_nova_trunk/443/Project:raring_grizzly_nova_trunkDate of build:Thu, 10 Jan 2013 02:31:03 -0500Build duration:4 min 30 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesRemove unused baremetal PXE optionsby markmceditnova/virt/baremetal/pxe.pyConsole Output[...truncated 6843 lines...]dch -a [0778420] Move global s3 opts into nova.image.s3dch -a [2bcca39] Move global glance opts into nova.image.glancedch -a [942b3ed] Remove unused osapi_path optiondch -a [e6cae13] attach/detach_volume() take instance as a parameterdch -a [37bfdd3] fix N401 errors, stop ignoring all N4* errorsdch -a [285994b] Add api extension to get and reset passworddch -a [3bf5e88] powervm: Implement snapshot for local volumesdch -a [4e02fa1] Add exception handler for previous deleted flavor.dch -a [0ca44e9] Conductor instance_get_all replaces _by_filtersdch -a [dc8aeb4] Support cinderclient http retries.dch -a [2a19cd1] Sync rpc and notifier from oslo-incubator.dch -a [abe1db6] PXE bare-metal provisioning helper serverdch -a [d9b6904] Added sample tests to QuotaClasses API.dch -a [ebfa418] Changed 'OpenStack, LLC' message to 'OpenStack Foundation'dch -a [05e3869] Convert short doc strings to be on one linedch -a [60965a5] Get instances from conductor in init_host.dch -a [7224fde] Invert test stream capture logic for debugging.dch -a [64bf619] Make WebOb version specification moINFO:root:Destroying schroot.re flexibledch -a [c9207f5] Check admin context in bm_interface_get_all()dch -a [e8746db] config_drive is missing in xml deserializerdch -a [36df7fa] NovaBase.delete() rename to NovaBase.soft_delete()dch -a [351745d] Add two tests for resize action in ServerActionsControllerTest.dch -a [1428956] Add helper methods to nova.pathsdch -a [2553b4a] Move global path opts in nova.pathsdch -a [904814e] Remove unused aws access key optsdch -a [56eb0df] Cells: Add cells commands to nova-managedch -a [1b7cea7] Verify the disk file exists before running qemu-img on it.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-74b8fafb-45c5-4631-9c32-ffcd85fa0001', '-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-74b8fafb-45c5-4631-9c32-ffcd85fa0001', '-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