[Openstack] [ANNOUNCE] OpenStack Nova, Keystone and Horizon 2012.1.3 released

2012-10-12 Thread Mark McLoughlin
Hey,

In the time since the Essex release, we have been busy selectively
back-porting bugfixes to the stable/essex branch according to our safe
source of high-impact fixes criteria documented here:

  http://wiki.openstack.org/StableBranch

We're happy to announce the 2012.1.3 release, the latest in the series
of releases to make available the bugfixes from stable/essex.

These releases are bugfix updates to Essex and are intended to be
relatively risk free with no intentional regressions or API changes.

The list of bugs fixed can be seen here:

  https://launchpad.net/nova/+milestone/2012.1.3
  https://launchpad.net/keystone/+milestone/2012.1.3
  https://launchpad.net/horizon/+milestone/2012.1.3

Please read (and add to!) the release notes at:

  http://wiki.openstack.org/ReleaseNotes/2012.1.3

This release is the last planned release of Essex Nova, Keystone and
Horizon. There may be a further release of Essex Glance to resolve a
serious issue with Diablo to Essex migrations.

Enjoy!

Mark.


___
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] [ANNOUNCE] OpenStack Nova, Keystone and Horizon 2012.1.3 released

2012-10-12 Thread Razique Mahroua
Great work to all !time to upgrade :)
Nuage  Co - Razique Mahrouarazique.mahr...@gmail.com

Le 12 oct. 2012 à 10:28, Mark McLoughlin mar...@redhat.com a écrit :Hey,In the time since the Essex release, we have been busy selectivelyback-porting bugfixes to the stable/essex branch according to our "safesource of high-impact fixes" criteria documented here: http://wiki.openstack.org/StableBranchWe're happy to announce the 2012.1.3 release, the latest in the seriesof releases to make available the bugfixes from stable/essex.These releases are bugfix updates to Essex and are intended to berelatively risk free with no intentional regressions or API changes.The list of bugs fixed can be seen here: https://launchpad.net/nova/+milestone/2012.1.3 https://launchpad.net/keystone/+milestone/2012.1.3 https://launchpad.net/horizon/+milestone/2012.1.3Please read (and add to!) the release notes at: http://wiki.openstack.org/ReleaseNotes/2012.1.3This release is the last planned release of Essex Nova, Keystone andHorizon. There may be a further release of Essex Glance to resolve aserious issue with Diablo to Essex migrations.Enjoy!Mark.___Mailing list: https://launchpad.net/~openstackPost to : openstack@lists.launchpad.netUnsubscribe : https://launchpad.net/~openstackMore help : https://help.launchpad.net/ListHelp___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] [Swift] Unresolved reference in swift: test/unit/proxy/test_server.py

2012-10-12 Thread Victor Rodionov

Hello

I found unresolved reference for exception MemcacheLockError 
(test/unit/proxy/test_server.py line 3580) in Swift unit test for proxy 
server. I try to find this exception class on swift code, but can't find it.


https://github.com/openstack/swift/blob/master/test/unit/proxy/test_server.py#L3580

Thanks,
Victor
___
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] Creating networks with same subnet across Tenants

2012-10-12 Thread Srikanth Kumar Lingala
Hi all,
Is it possible to create two networks with same subnet across two different
tenants?
I tried this with latest quantum, but got the following error:
* Invalid input for operation: Requested subnet with cidr: 25.25.0.0/24 for
network: 7263582f-cb57-47a2-86cf-97a4ab40de52 overlaps with another subnet.*

I think it is quite possible case across multiple tenants.
Please clarify.
-- 

Srikanth.
___
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] Creating networks with same subnet across Tenants

2012-10-12 Thread gong yong sheng

Try to define allow_overlapping_ips = True
On 10/12/2012 09:37 PM, Srikanth Kumar Lingala wrote:

Hi all,
Is it possible to create two networks with same subnet across two 
different tenants?

I tried this with latest quantum, but got the following error:
*/ Invalid input for operation: Requested subnet with cidr: 
25.25.0.0/24 http://25.25.0.0/24 for network: 
7263582f-cb57-47a2-86cf-97a4ab40de52 overlaps with another subnet./*


I think it is quite possible case across multiple tenants.
Please clarify.
--

Srikanth.



___
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] Creating networks with same subnet across Tenants

2012-10-12 Thread Emilien Macchi
Hi,

Please consider the limitations when using namespaces in Folsom release [1].


Regards,

[1] 
http://docs.openstack.org/trunk/openstack-network/admin/content/ch_limitations.html



Emilien Macchi

// eNovance Inc. http://enovance.com
// ✉ emil...@enovance.com
// 10 rue de la Victoire 75009 Paris

- Mail original -

De: gong yong sheng gong...@linux.vnet.ibm.com
À: Srikanth Kumar Lingala srikanthkumar.ling...@gmail.com
Cc: openstack-...@lists.openstack.org, openstack@lists.launchpad.net
Envoyé: Vendredi 12 Octobre 2012 16:05:06
Objet: Re: [Openstack] Creating networks with same subnet across Tenants


Try to define allow_overlapping_ips = True
On 10/12/2012 09:37 PM, Srikanth Kumar Lingala wrote:


Hi all,
Is it possible to create two networks with same subnet across two different 
tenants?
I tried this with latest quantum, but got the following error:
Invalid input for operation: Requested subnet with cidr: 25.25.0.0/24 for 
network: 7263582f-cb57-47a2-86cf-97a4ab40de52 overlaps with another subnet. 



I think it is quite possible case across multiple tenants.
Please clarify. --

Srikanth.


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



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


[Openstack] [Announce][Ceilometer] Release 0.1 (Folsom)

2012-10-12 Thread Nick Barcet
Dear Fellow stackers,

We are pleased to announce today the release of ceilometer 0.1 (Folsom).
 As its version number implies, it is still a project in its infancy, as
it has not yet been incubated as an OpenStack project.  It should,
however, be ready to be used by the most adventurous ones as it offers a
fairly nice coverage of OpenStack, a workable database backend, and a
clean and sweet admin API to retrieve metering information from.

What is ceilometer?
==
The ceilometer project aims to deliver a unique point of contact for
billing systems to acquire all of the measurements they need to
establish customer billing, across all current OpenStack core components
with work underway to support future OpenStack components. We hope that,
once accepted for incubation, it’s official name will become OpenStack
Metering.

What does Ceilometer cover at the moment?
=
Ceilometer covers meters collected from Compute (nova), Network
(quantum), Image (glance), and Volume (cinder).  We’re obviously missing
Object (swift) in this first release, but we have this clearly on our
roadmap for our Grizzly release, and maybe even before depending on the
agility of our contributors.

Regarding Nova, most of the Nova meters will only work with libvirt
fronted hypervisors at the moment, and our test coverage was mostly done
on KVM. Contributors are of course welcome to implement meters for other
virtualization backends.

A detailed list of meters can be found at:
  http://ceilometer.readthedocs.org/en/latest/measurements.html

Detailed release notes are at:
  http://ceilometer.readthedocs.org/en/latest/releasenotes/folsom.html

Where is ceilometer’s release?
==
As for all other OpenStack project, it can be found on the tarballs
server, and more specifically at
  http://tarballs.openstack.org/ceilometer/
and we hope you will be able to find packages in most distributions soon.

Note that, even though we are not yet an official OpenStack project, the
infra team has been supporting us wonderfully and we’ve been using
OpenStack infrastructure happily since the beginning of this project.
Big thanks to the infra team for their help and wonderful setup.

Who has contributed to ceilometer so far?
==
Doug Hellmann, Julien Danjou, Eoghan Glynn, Loic Dachary, John Tran,
Steven Berler, Jay Pipes, Graham Bins, Francis Lacoste, Thierry Carrez,
Anne Gentle, Surya Prabhakar, Nick Barcet and the OpenStack
Infrastructure team have provided help in making this release possible
(we hope we did not miss anyone here...).

Why doesn’t ceilometer do this?
===
We would enjoy hearing about the missing feature that we either never
thought about or haven’t had time to write yet.  You can tell us about
it on the mailing list (see below) or even better, if you are coming to
the OpenStack Developer summit, join us in one of our technical workshop
sessions at the summit on Monday morning:

Monday 9:50am - State of Metering

http://openstacksummitfall2012.sched.org/event/bf543d09fcf4de3f5b4a1008341e5524
Monday 11am - Customizing Ceilometer to measure your cloud

http://openstacksummitfall2012.sched.org/event/c3bca2fa753590b2429759810b753c19
Monday 11:50am - Beyond metering - Extending Ceilometer

http://openstacksummitfall2012.sched.org/event/235e725deb3c224dfd4da88726729faf

or come to the conference presentation Doug Hellmann and Nick Barcet
will be giving:

Monday at 2:40pm - What about billing? An introduction to Ceilometer

http://openstacksummitfall2012.sched.org/event/94fb2cd407b143af4c3fbd979d9c8f91

Where to find more about Ceilometer?

Project home and bug tracker:
 http://launchpad.net/ceilometer

Documentation:
  http://ceiilometer.readthedocs.org

Mailing list:
  http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
  (prefix subjects with [metering] for faster responses)

Wiki:
  http://wiki.openstack.org/EfficientMetering

Code hosting:
  https://github.com/stackforge/ceilometer

Tarballs:
  http://tarballs.openstack.org/ceilometer/

Code reviews:

https://review.openstack.org/#/q/status:open+project:stackforge/ceilometer,n,z

Jenkins:
  https://jenkins.openstack.org/view/Ceilometer/

IRC:
  #openstack-metering on freenode


We hope that you’ll find this contribution valuable.

On behalf of the ceilometer team,
--
Nick Barcet nick.bar...@canonical.com
aka: nijaba, nicolas



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


Re: [Openstack] [Announce][Ceilometer] Release 0.1 (Folsom)

2012-10-12 Thread Atul Jha
Hi all,

Just a small correction the documentation URL is  
http://ceilometer.readthedocs.org/en/latest/index.html

snip
Dear Fellow stackers,

We are pleased to announce today the release of ceilometer 0.1 (Folsom).
 As its version number implies, it is still a project in its infancy, as
it has not yet been incubated as an OpenStack project.  It should,
however, be ready to be used by the most adventurous ones as it offers a
fairly nice coverage of OpenStack, a workable database backend, and a
clean and sweet admin API to retrieve metering information from.

What is ceilometer?
==
The ceilometer project aims to deliver a unique point of contact for
billing systems to acquire all of the measurements they need to
establish customer billing, across all current OpenStack core components
with work underway to support future OpenStack components. We hope that,
once accepted for incubation, it’s official name will become OpenStack
Metering.

What does Ceilometer cover at the moment?
=
Ceilometer covers meters collected from Compute (nova), Network
(quantum), Image (glance), and Volume (cinder).  We’re obviously missing
Object (swift) in this first release, but we have this clearly on our
roadmap for our Grizzly release, and maybe even before depending on the
agility of our contributors.

Regarding Nova, most of the Nova meters will only work with libvirt
fronted hypervisors at the moment, and our test coverage was mostly done
on KVM. Contributors are of course welcome to implement meters for other
virtualization backends.

A detailed list of meters can be found at:
  http://ceilometer.readthedocs.org/en/latest/measurements.html

Detailed release notes are at:
  http://ceilometer.readthedocs.org/en/latest/releasenotes/folsom.html

Where is ceilometer’s release?
==
As for all other OpenStack project, it can be found on the tarballs
server, and more specifically at
  http://tarballs.openstack.org/ceilometer/
and we hope you will be able to find packages in most distributions soon.

Note that, even though we are not yet an official OpenStack project, the
infra team has been supporting us wonderfully and we’ve been using
OpenStack infrastructure happily since the beginning of this project.
Big thanks to the infra team for their help and wonderful setup.

Who has contributed to ceilometer so far?
==
Doug Hellmann, Julien Danjou, Eoghan Glynn, Loic Dachary, John Tran,
Steven Berler, Jay Pipes, Graham Bins, Francis Lacoste, Thierry Carrez,
Anne Gentle, Surya Prabhakar, Nick Barcet and the OpenStack
Infrastructure team have provided help in making this release possible
(we hope we did not miss anyone here...).

Why doesn’t ceilometer do this?
===
We would enjoy hearing about the missing feature that we either never
thought about or haven’t had time to write yet.  You can tell us about
it on the mailing list (see below) or even better, if you are coming to
the OpenStack Developer summit, join us in one of our technical workshop
sessions at the summit on Monday morning:

Monday 9:50am - State of Metering

http://openstacksummitfall2012.sched.org/event/bf543d09fcf4de3f5b4a1008341e5524
Monday 11am - Customizing Ceilometer to measure your cloud

http://openstacksummitfall2012.sched.org/event/c3bca2fa753590b2429759810b753c19
Monday 11:50am - Beyond metering - Extending Ceilometer

http://openstacksummitfall2012.sched.org/event/235e725deb3c224dfd4da88726729faf

or come to the conference presentation Doug Hellmann and Nick Barcet
will be giving:

Monday at 2:40pm - What about billing? An introduction to Ceilometer

http://openstacksummitfall2012.sched.org/event/94fb2cd407b143af4c3fbd979d9c8f91

Where to find more about Ceilometer?

Project home and bug tracker:
 http://launchpad.net/ceilometer

Documentation:
  http://ceiilometer.readthedocs.org

Mailing list:
  http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
  (prefix subjects with [metering] for faster responses)

Wiki:
  http://wiki.openstack.org/EfficientMetering

Code hosting:
  https://github.com/stackforge/ceilometer

Tarballs:
  http://tarballs.openstack.org/ceilometer/

Code reviews:

https://review.openstack.org/#/q/status:open+project:stackforge/ceilometer,n,z

Jenkins:
  https://jenkins.openstack.org/view/Ceilometer/

IRC:
  #openstack-metering on freenode


We hope that you’ll find this contribution valuable.

On behalf of the ceilometer team,
--
Nick Barcet nick.bar...@canonical.com
aka: nijaba, nicolas
/snip

Congrats to Nijaba and Ceilometer team for this milestone. :)

Cheers!!,
Atul Jha aka 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] Recover data after VM crash

2012-10-12 Thread Ben

Hi the list,

I have an instance in inconsistent state, and I would like to recover 
the data stored in.


The story : I had a very high load average on the instance, so I decided 
to reboot it with nova reboot command. The instance didn't went up (may 
be root fs corruption ?), so I tried to rescue it with nova rescue command.


Now when I try to start the instance, I see in the compute log an 
exception message telling that kernel.rescue file is not present. Same 
thing if I try to unrescue (playing with state in db to allow the command).


So I'm stuck with a probably broken image, in a broken rescue state.

Questions :
- how can I rescue or unrescue the instance ?
- how can I recover the data (by mounting instance file to browse its 
content ?)


Thanks

Ben

___
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] Recover data after VM crash

2012-10-12 Thread Vishvananda Ishaya

On Oct 12, 2012, at 9:10 AM, Ben ben@gmail.com wrote:

 Hi the list,
 
 I have an instance in inconsistent state, and I would like to recover the 
 data stored in.
 
 The story : I had a very high load average on the instance, so I decided to 
 reboot it with nova reboot command. The instance didn't went up (may be root 
 fs corruption ?), so I tried to rescue it with nova rescue command.
 
 Now when I try to start the instance, I see in the compute log an exception 
 message telling that kernel.rescue file is not present. Same thing if I try 
 to unrescue (playing with state in db to allow the command).
 
 So I'm stuck with a probably broken image, in a broken rescue state.
 
 Questions :
 - how can I rescue or unrescue the instance ?

Does your instance have a separate kernel and ramdisk? I'm not quite sure what 
went wrong with rescue, but you might try navigating to the instance directory 
and doing something like
cp kernel kernel.rescue
cp ramdisk ramdisk.rescue

You could also attempt to change the xml in libvirt to get it bootable again 
using virsh
virsh dumpxml instance-id


 - how can I recover the data (by mounting instance file to browse its content 
 ?)

You can mount the instances root filesystem using qemu-nbd.  An example of 
doing this is in my nova-debug script here:

https://github.com/vishvananda/novatools/blob/master/nova-debug#L51

Vish


___
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] DCHP Server Stops Responding

2012-10-12 Thread Justin Hurley

Hello All,
 
I am having problems with some instances not receiving DCHPACK from my VM's 
dhcp server after extended periods of time. These instances are running heavy 
network, I/O, and RAM loads when the DHCPREQUEST does not receive a response. 
Note that this only happens to a handful of instances, not all instances 
running the exact same load. I have printed a relevant section of the syslog 
below.
 
My current environment is a multi-host flat dhcp network with nova-network 
running on each node. All servers and VM's are running Ubuntu 12.04 and using 
kvm/libvirt. I am also using large NFS servers to transfer big files to and 
from instances across the VM network. 
 
In the past, I used Eucalyptus and the same problem would occur. This tends to 
happen more frequently with more VMs and overall network load. 
 
If anyone has any ideas as to why the dhcp server stops responding to only a 
few instances occasionally please let me know.
 
 
Thanks,
 
Justin
 
 
---
/var/log/syslog:
 
Oct 12 07:53:36 instance2 dhclient: DHCPREQUEST of 192.168.2.2 on eth0 to 
192.168.2.3 port 67
Oct 12 07:53:36 instance2 dhclient: DHCPACK of 192.168.2.2 from 192.168.2.3
Oct 12 07:53:36 instance2 dhclient: bound to 192.168.2.2 -- renewal in 56 
seconds.
Oct 12 07:54:32 instance2 dhclient: DHCPREQUEST of 192.168.2.2 on eth0 to 
192.168.2.3 port 67
Oct 12 07:55:04  dhclient: last message repeated 4 times
Oct 12 07:55:15 instance2 dhclient: DHCPREQUEST of 192.168.2.2 on eth0 to 
192.168.2.3 port 67
Oct 12 07:55:28 instance2 dhclient: DHCPREQUEST of 192.168.2.2 on eth0 to 
255.255.255.255 port 67
Oct 12 07:55:37 instance2 dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 
port 67 interval 3
Oct 12 07:55:40 instance2 dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 
port 67 interval 4
Oct 12 07:55:44 instance2 dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 
port 67 interval 9
Oct 12 07:55:53 instance2 dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 
port 67 interval 18
Oct 12 07:56:11 instance2 dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 
port 67 interval 14
Oct 12 07:56:25 instance2 dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 
port 67 interval 20
Oct 12 07:56:45 instance2 dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 
port 67 interval 17
Oct 12 07:57:02 instance2 dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 
port 67 interval 12
Oct 12 07:57:14 instance2 dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 
port 67 interval 14
Oct 12 07:57:28 instance2 dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 
port 67 interval 15
Oct 12 07:57:43 instance2 dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 
port 67 interval 21
Oct 12 07:58:04 instance2 dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 
port 67 interval 8
Oct 12 07:58:12 instance2 dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 
port 67 interval 16
Oct 12 07:58:28 instance2 dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 
port 67 interval 8
Oct 12 07:58:36 instance2 dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 
port 67 interval 12
Oct 12 07:58:48 instance2 dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 
port 67 interval 14
Oct 12 07:59:02 instance2 dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 
port 67 interval 13
Oct 12 07:59:15 instance2 dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 
port 67 interval 12
Oct 12 07:59:27 instance2 dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 
port 67 interval 12
Oct 12 07:59:39 instance2 dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 
port 67 interval 15
Oct 12 07:59:54 instance2 dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 
port 67 interval 11
Oct 12 08:00:05 instance2 dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 
port 67 interval 15
Oct 12 08:00:20 instance2 dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 
port 67 interval 17
Oct 12 08:00:37 instance2 dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 
port 67 interval 1
Oct 12 08:00:38 instance2 dhclient: No DHCPOFFERS received.
Oct 12 08:01:13 instance2 kernel: [119711.712185] nfs: server 192.168.2.253 not 
responding, still trying
Oct 12 08:17:01 instance2 CRON[11515]: (root) CMD (   cd /  run-parts 
--report /etc/cron.hourly)
Oct 12 09:17:01 instance2 CRON[11519]: (root) CMD (   cd /  run-parts 
--report /etc/cron.hourly) 
 ___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Cinder Support for RHEL ?

2012-10-12 Thread Pavan Kulkarni
Thanks a lot Russell,

  But can I compile the source(Cinder) and use it on RHEL? Thanks

On Thu, Oct 11, 2012 at 12:23 PM, Russell Bryant rbry...@redhat.com wrote:

 On 10/11/2012 02:18 PM, Pavan Kulkarni wrote:
  Hi all,
 
I wanted to install Cinder for my OpenStack setup on RHEL.
  But the Installation guide has only documentation for Ubuntu and not
 RHEL.
  Is Cinder supported on RHEL ?If so can I get some pointers on where I
  can find the
  installation guide for the same? Thanks

 There are Folsom packages that include Cinder for Fedora, but not yet in
 EPEL or Red Hat OpenStack.  EPEL will be updated to Folsom very soon.
 Documentation will eventually be here:

 http://fedoraproject.org/wiki/Getting_started_with_OpenStack_EPEL

 You can also follow some of our instructions for the Fedora test day,
 which included testing out Cinder:

 https://fedoraproject.org/wiki/Test_Day:2012-09-18_OpenStack

 --
 Russell Bryant

 ___
 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
Pavan Kulkarni
___
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] DCHP Server Stops Responding

2012-10-12 Thread Vishvananda Ishaya
On Oct 12, 2012, at 10:33 AM, Justin Hurley justin.hur...@opensgi.com wrote:

 Hello All,
  
 I am having problems with some instances not receiving DCHPACK from my VM's 
 dhcp server after extended periods of time. These instances are running heavy 
 network, I/O, and RAM loads when the DHCPREQUEST does not receive a response. 
 Note that this only happens to a handful of instances, not all instances 
 running the exact same load. I have printed a relevant section of the syslog 
 below.
  
 My current environment is a multi-host flat dhcp network with nova-network 
 running on each node. All servers and VM's are running Ubuntu 12.04 and using 
 kvm/libvirt. I am also using large NFS servers to transfer big files to and 
 from instances across the VM network.
  
 In the past, I used Eucalyptus and the same problem would occur. This tends 
 to happen more frequently with more VMs and overall network load.
  
 If anyone has any ideas as to why the dhcp server stops responding to only a 
 few instances occasionally please let me know.

I haven't seen this before, but you may be able to work around the issue by 
setting much longer leases:


force_dhcp_release=True
dhcp_lease_time=86400 # 1 day leases
fixed_ip_disassociate_timout=172800 # 2 day timeout


Vish


___
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] Future of this General Mailing list

2012-10-12 Thread Frans Thamura
hi all

is this mailing list move to the new mailing list?

become @lists.openstack.org


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


Re: [Openstack] [Swift] Unresolved reference in swift: test/unit/proxy/test_server.py

2012-10-12 Thread Pete Zaitcev
On Fri, 12 Oct 2012 15:02:24 +0400
Victor Rodionov victor.rodio...@nexenta.com wrote:

 I found unresolved reference for exception MemcacheLockError 
 (test/unit/proxy/test_server.py line 3580) in Swift unit test for proxy 
 server. I try to find this exception class on swift code, but can't find it.
 
 https://github.com/openstack/swift/blob/master/test/unit/proxy/test_server.py#L3580

Good catch. Just needs a subclassing of Exception with pass, IMHO.

-- P

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


[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_essex_keystone_stable #23

2012-10-12 Thread openstack-testing-bot
 text/html; charset=UTF-8: Unrecognized 
-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: quantal_folsom_glance_trunk #184

2012-10-12 Thread openstack-testing-bot
Title: quantal_folsom_glance_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/quantal_folsom_glance_trunk/184/Project:quantal_folsom_glance_trunkDate of build:Fri, 12 Oct 2012 06:10:23 -0400Build duration:1 min 33 secBuild cause:Started by user james-pageBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 3 out of the last 5 builds failed.40ChangesNo ChangesConsole Output[...truncated 1472 lines...]hard linking glance/tests/unit/test_versions.py -> glance-2012.2-folsom-rc3/glance/tests/unithard linking glance/tests/unit/test_wsgi.py -> glance-2012.2-folsom-rc3/glance/tests/unithard linking glance/tests/unit/utils.py -> glance-2012.2-folsom-rc3/glance/tests/unithard linking glance/tests/unit/common/test_exception.py -> glance-2012.2-folsom-rc3/glance/tests/unit/commonhard linking glance/tests/unit/v1/__init__.py -> glance-2012.2-folsom-rc3/glance/tests/unit/v1hard linking glance/tests/unit/v1/test_api.py -> glance-2012.2-folsom-rc3/glance/tests/unit/v1hard linking glance/tests/unit/v2/__init__.py -> glance-2012.2-folsom-rc3/glance/tests/unit/v2hard linking glance/tests/unit/v2/test_image_data_resource.py -> glance-2012.2-folsom-rc3/glance/tests/unit/v2hard linking glance/tests/unit/v2/test_image_tags_resource.py -> glance-2012.2-folsom-rc3/glance/tests/unit/v2hard linking glance/tests/unit/v2/test_images_resource.py -> glance-2012.2-folsom-rc3/glance/tests/unit/v2hard linking glance/tests/unit/v2/test_schemas_resource.py -> glance-2012.2-folsom-rc3/glance/tests/unit/v2hard linking glance/tests/var/ca.crt -> glance-2012.2-folsom-rc3/glance/tests/varhard linking glance/tests/var/certificate.crt -> glance-2012.2-folsom-rc3/glance/tests/varhard linking glance/tests/var/privatekey.key -> glance-2012.2-folsom-rc3/glance/tests/varhard linking tools/install_venv.py -> glance-2012.2-folsom-rc3/toolshard linking tools/migrate_image_owners.py -> glance-2012.2-folsom-rc3/toolshard linking tools/pip-requires -> glance-2012.2-folsom-rc3/toolshard linking tools/test-requires -> glance-2012.2-folsom-rc3/toolshard linking tools/with_venv.sh -> glance-2012.2-folsom-rc3/toolscopying setup.cfg -> glance-2012.2-folsom-rc3Writing glance-2012.2-folsom-rc3/setup.cfgcreating distCreating tar archiveremoving 'glance-2012.2-folsom-rc3' (and everything under it)ERROR:root:Error occurred during package creation/build: [Errno 2] No such file or directory: '/tmp/tmpxmFPvk/git/glance/dist/glance-2012.2.tar.gz'ERROR:root:[Errno 2] No such file or directory: '/tmp/tmpxmFPvk/git/glance/dist/glance-2012.2.tar.gz'INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/glance/quantal-folsom-proposed /tmp/tmpxmFPvk/glancemk-build-deps -i -r -t apt-get -y /tmp/tmpxmFPvk/glance/debian/controlpython setup.py sdistTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise eIOError: [Errno 2] No such file or directory: '/tmp/tmpxmFPvk/git/glance/dist/glance-2012.2.tar.gz'Error 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.getcwdu(), 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 eIOError: [Errno 2] No such file or directory: '/tmp/tmpxmFPvk/git/glance/dist/glance-2012.2.tar.gz'Build 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_folsom_swift_trunk #101

2012-10-12 Thread openstack-testing-bot
Title: precise_folsom_swift_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_folsom_swift_trunk/101/Project:precise_folsom_swift_trunkDate of build:Fri, 12 Oct 2012 18:00:33 -0400Build duration:3 min 7 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesHonor sample_rate in StatsD logging.by sameditswift/common/utils.pyedittest/unit/common/test_utils.pyConsole Output[...truncated 2814 lines...]dch -a [7e0c4eb] Fixed leak on 499sdch -a [57b10cd] Restore old SIGPIPE handler in a proxy server test.dch -a [87c1c5d] Gracefully handle stdin flush failure on BSDdch -a [da99c33] Only set TCP_KEEPIDLE where supporteddch -a [8a7afa5] 1.7.2. changelog and version bump to 1.7.3-devdch -a [c97fb37] Fix bug where serialization_format is ignoreddch -a [568b61a] replace a value set with utils.TRUE_VALUESdch -a [411c7cb] Add README.md to the tarball.dch -a [c4f5761] builder.add_devs gets next id if not provideddch -a [bfc114b] new more helpful READMEdch -a [343968b] added disable_fallocate info to docsdch -a [2ca379d] added errno.EINVAL check to fallocatedch -a [463da7e] Adds Error Handling to swift-drive-audit for missing or unreadable /var/log/kern.logdch -a [d24e280] obj replicator speed updch -a [063789b] container_info returns a dictdch -a [a2ac5ef] swift constraints are now settable via configdch -a [3139760] Fix pep8 issuesdch -a [cde6d59] Fix pep8 issuesdch -a [c0537ac] Breakout search_devs & add get_builder() for reusedch -a [54e28fa] fix some formatdch -a [4d6ae96] fix some format issuredch -a [edaaa47] format some code according to pep8dch -a [46a093f] Obj replicator cleans up files where part dirs should be.dch -a [d56772a] Fix pep8 issues in test_memcached.py.dch -a [314d3b7] Fall back to UDP if /dev/log does not exist.dch -a [ed3b12d] Can run swift-bench across multiple cores/servers.debcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC swift_1.7.5+git201210121800~precise-0ubuntu1_source.changessbuild -d precise-folsom -n -A swift_1.7.5+git201210121800~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-folsom', '-n', '-A', 'swift_1.7.5+git201210121800~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.getcwdu(), 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-folsom', '-n', '-A', 'swift_1.7.5+git201210121800~precise-0ubuntu1.dsc']' returned non-zero exit status 2Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Failure: precise_folsom_python-glanceclient_trunk #77

2012-10-12 Thread openstack-testing-bot
Title: precise_folsom_python-glanceclient_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_folsom_python-glanceclient_trunk/77/Project:precise_folsom_python-glanceclient_trunkDate of build:Fri, 12 Oct 2012 22:30:32 -0400Build duration:2 min 52 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 1 out of the last 5 builds failed.80ChangesHandle create/update of images with unknown sizeby stuart.mclareneditglanceclient/v1/images.pyeditglanceclient/common/http.pyeditglanceclient/v1/shell.pyedittests/v1/test_images.pyImplement blueprint ssl-connect-reworkby stuart.mclareneditglanceclient/shell.pyeditglanceclient/exc.pyaddtests/var/ca.crtaddtests/var/privatekey.keyaddtests/var/certificate.crtedittools/pip-requiresaddtests/test_ssl.pyeditglanceclient/common/http.pyConsole Output[...truncated 1777 lines...]Distribution: precise-folsomFail-Stage: buildInstall-Time: 26Job: python-glanceclient_0.5.1.11.3576336+git201210122230~precise-0ubuntu1.dscPackage: python-glanceclientPackage-Time: 87Source-Version: 1:0.5.1.11.3576336+git201210122230~precise-0ubuntu1Space: 880Status: attemptedVersion: 1:0.5.1.11.3576336+git201210122230~precise-0ubuntu1Finished at 20121012-2233Build needed 00:01:27, 880k disc spaceERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'precise-folsom', '-n', '-A', 'python-glanceclient_0.5.1.11.3576336+git201210122230~precise-0ubuntu1.dsc']' returned non-zero exit status 2ERROR:root:Command '['sbuild', '-d', 'precise-folsom', '-n', '-A', 'python-glanceclient_0.5.1.11.3576336+git201210122230~precise-0ubuntu1.dsc']' returned non-zero exit status 2INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/python-glanceclient/precise-folsom-proposed /tmp/tmpzy9dPc/python-glanceclientmk-build-deps -i -r -t apt-get -y /tmp/tmpzy9dPc/python-glanceclient/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log cdc06d9fdb15cd19bd5d26304dfebf092c6c8df8..HEAD --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/python-glanceclient/precise-folsom --forcedch -b -D precise --newversion 1:0.5.1.11.3576336+git201210122230~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [556082c] Implement blueprint ssl-connect-reworkdch -a [727aadb] Handle create/update of images with unknown sizedebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC python-glanceclient_0.5.1.11.3576336+git201210122230~precise-0ubuntu1_source.changessbuild -d precise-folsom -n -A python-glanceclient_0.5.1.11.3576336+git201210122230~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-folsom', '-n', '-A', 'python-glanceclient_0.5.1.11.3576336+git201210122230~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.getcwdu(), 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-folsom', '-n', '-A', 'python-glanceclient_0.5.1.11.3576336+git201210122230~precise-0ubuntu1.dsc']' returned non-zero exit status 2Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_folsom_python-glanceclient_trunk #78

2012-10-12 Thread openstack-testing-bot
Title: precise_folsom_python-glanceclient_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_folsom_python-glanceclient_trunk/78/Project:precise_folsom_python-glanceclient_trunkDate of build:Fri, 12 Oct 2012 23:00:33 -0400Build duration:2 min 51 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 2 out of the last 5 builds failed.60ChangesDisplay acceptable disk/container formats in help textby sathish.nagappaneditglanceclient/v1/shell.pyConsole Output[...truncated 1780 lines...]Fail-Stage: buildInstall-Time: 29Job: python-glanceclient_0.5.1.13.9004ee4+git201210122300~precise-0ubuntu1.dscPackage: python-glanceclientPackage-Time: 85Source-Version: 1:0.5.1.13.9004ee4+git201210122300~precise-0ubuntu1Space: 880Status: attemptedVersion: 1:0.5.1.13.9004ee4+git201210122300~precise-0ubuntu1Finished at 20121012-2303Build needed 00:01:25, 880k disc spaceERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'precise-folsom', '-n', '-A', 'python-glanceclient_0.5.1.13.9004ee4+git201210122300~precise-0ubuntu1.dsc']' returned non-zero exit status 2ERROR:root:Command '['sbuild', '-d', 'precise-folsom', '-n', '-A', 'python-glanceclient_0.5.1.13.9004ee4+git201210122300~precise-0ubuntu1.dsc']' returned non-zero exit status 2INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/python-glanceclient/precise-folsom-proposed /tmp/tmpQb690J/python-glanceclientmk-build-deps -i -r -t apt-get -y /tmp/tmpQb690J/python-glanceclient/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log cdc06d9fdb15cd19bd5d26304dfebf092c6c8df8..HEAD --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/python-glanceclient/precise-folsom --forcedch -b -D precise --newversion 1:0.5.1.13.9004ee4+git201210122300~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [556082c] Implement blueprint ssl-connect-reworkdch -a [727aadb] Handle create/update of images with unknown sizedch -a [b5d46e2] Display acceptable disk/container formats in help textdebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC python-glanceclient_0.5.1.13.9004ee4+git201210122300~precise-0ubuntu1_source.changessbuild -d precise-folsom -n -A python-glanceclient_0.5.1.13.9004ee4+git201210122300~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-folsom', '-n', '-A', 'python-glanceclient_0.5.1.13.9004ee4+git201210122300~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.getcwdu(), 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-folsom', '-n', '-A', 'python-glanceclient_0.5.1.13.9004ee4+git201210122300~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: quantal_folsom_python-glanceclient_trunk #86

2012-10-12 Thread openstack-testing-bot
Title: quantal_folsom_python-glanceclient_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/quantal_folsom_python-glanceclient_trunk/86/Project:quantal_folsom_python-glanceclient_trunkDate of build:Fri, 12 Oct 2012 23:00:33 -0400Build duration:3 min 3 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 2 out of the last 5 builds failed.60ChangesDisplay acceptable disk/container formats in help textby sathish.nagappaneditglanceclient/v1/shell.pyConsole Output[...truncated 2031 lines...]Fail-Stage: buildInstall-Time: 34Job: python-glanceclient_0.5.1.13.9004ee4+git201210122300~quantal-0ubuntu1.dscPackage: python-glanceclientPackage-Time: 99Source-Version: 1:0.5.1.13.9004ee4+git201210122300~quantal-0ubuntu1Space: 884Status: attemptedVersion: 1:0.5.1.13.9004ee4+git201210122300~quantal-0ubuntu1Finished at 20121012-2303Build needed 00:01:39, 884k disc spaceERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'quantal-folsom', '-n', '-A', 'python-glanceclient_0.5.1.13.9004ee4+git201210122300~quantal-0ubuntu1.dsc']' returned non-zero exit status 2ERROR:root:Command '['sbuild', '-d', 'quantal-folsom', '-n', '-A', 'python-glanceclient_0.5.1.13.9004ee4+git201210122300~quantal-0ubuntu1.dsc']' returned non-zero exit status 2INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/python-glanceclient/quantal-folsom-proposed /tmp/tmpRLsUNA/python-glanceclientmk-build-deps -i -r -t apt-get -y /tmp/tmpRLsUNA/python-glanceclient/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log cdc06d9fdb15cd19bd5d26304dfebf092c6c8df8..HEAD --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/python-glanceclient/quantal-folsom --forcedch -b -D quantal --newversion 1:0.5.1.13.9004ee4+git201210122300~quantal-0ubuntu1 Automated Ubuntu testing build:dch -a [556082c] Implement blueprint ssl-connect-reworkdch -a [727aadb] Handle create/update of images with unknown sizedch -a [b5d46e2] Display acceptable disk/container formats in help textdebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC python-glanceclient_0.5.1.13.9004ee4+git201210122300~quantal-0ubuntu1_source.changessbuild -d quantal-folsom -n -A python-glanceclient_0.5.1.13.9004ee4+git201210122300~quantal-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', 'quantal-folsom', '-n', '-A', 'python-glanceclient_0.5.1.13.9004ee4+git201210122300~quantal-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.getcwdu(), 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', 'quantal-folsom', '-n', '-A', 'python-glanceclient_0.5.1.13.9004ee4+git201210122300~quantal-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