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

2013-01-02 Thread Leander Bessa Beernaert
Hello all, I'm having trouble getting Cinder to create volumes. I'm using a single install of OpenStack Folsom on Ubuntu 12.04 and a lvm volume with 40 GB labeled cinder-volumes. # Output from vgs: VG #PV #LV #SN Attr VSize VFree cinder-volumes 1 0 0 wz--n- 45.69g 45.69g

Re: [Openstack] RabbitMQ

2013-01-02 Thread Daniel He
Interesting. Thanks. On 2 January 2013 05:35, heut2008 heut2...@gmail.com wrote: There is a new project aims at solving the MQ scale problem, see https://launchpad.net/marconi for details. 2013/1/1 Frans Thamura fr...@meruvian.org i think this area are intersting area. to grow

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

2013-01-02 Thread Balamurugan V G
Is that a typo in your configuration or a copy pase error: # /etc/tgt/conf.d/cinder_tgt.conf nclude /var/lib/cinder/volumes/* The 'i' is missing in 'include'. If its only a copy paste error in the mail, make sure you have the following running: root@openstack-vm:~# ps -ef | grep cinder root

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

2013-01-02 Thread Leander Bessa Beernaert
Reply is inlined below. On Wed, Jan 2, 2013 at 10:41 AM, Balamurugan V G balamuruga...@gmail.comwrote: Is that a typo in your configuration or a copy pase error: # /etc/tgt/conf.d/cinder_tgt.conf nclude /var/lib/cinder/volumes/* The 'i' is missing in 'include'. If its only a copy paste

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

2013-01-02 Thread Balamurugan V G
Try restarting your 'tgt' and other cinder services. That is all I can think of. I had similar issue and after I set the path right and restarted the services, it worked fine. Regards, Balu On Wed, Jan 2, 2013 at 4:23 PM, Leander Bessa Beernaert leande...@gmail.com wrote: Reply is inlined

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

2013-01-02 Thread Leander Bessa Beernaert
I've already tried restarting all cinder services and tgt, the error still remains. Thanks for the help though. Regards, Leander On Wed, Jan 2, 2013 at 11:08 AM, Balamurugan V G balamuruga...@gmail.comwrote: Try restarting your 'tgt' and other cinder services. That is all I can think of.

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

2013-01-02 Thread Pierre FREUND
Hello, I think you should try to replace all * in tgt conf files. Replace by one include line per file instead of *. Pierre FREUND 2013/1/2 Leander Bessa Beernaert leande...@gmail.com I've already tried restarting all cinder services and tgt, the error still remains. Thanks for the help

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

2013-01-02 Thread Leander Bessa Beernaert
With what should i replace the include /var/lib/cinder/volumes/*? The folder /var/lib/cinder/volumes/ is empty :/ On Wed, Jan 2, 2013 at 11:22 AM, Pierre FREUND pierre.fre...@gmail.comwrote: Hello, I think you should try to replace all * in tgt conf files. Replace by one include line per

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

2013-01-02 Thread Pierre FREUND
Here is a conf which works : root@ip-10-33-167-169:~# vgs VG #PV #LV #SN Attr VSize VFree cinder-volumes 1 0 0 wz--n- 10.00g 10.00g root@ip-10-33-167-169:~# cat /etc/tgt/targets.conf include /etc/tgt/conf.d/cinder_tgt.conf root@ip-10-33-167-169:~# cat

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

2013-01-02 Thread Leander Bessa Beernaert
That did it!! Thanks! On Wed, Jan 2, 2013 at 12:13 PM, Pierre FREUND pierre.fre...@gmail.comwrote: include /var/lib/cinder/volumes/* ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe :

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

2013-01-02 Thread Robert van Leeuwen
Hi, I just noticed that when using glance with a swift backend the checksum is not populated when the size is below the swift_store_large_object_size when adding an image. This results in an error message when downloading the image (and breaking nova instance creation). Looking at the

[Openstack] What's Up Doc? Jan 2 2013

2013-01-02 Thread Anne Gentle
Happy New Year everyone! Here's some news you can use from the last few weeks from doc-land. 1. In review and merged this past week: The Basic Install Guide is getting quite a workout from readers this past week. Check out the latest at http://docs.openstack.org/folsom/basic-install/content/.

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

2013-01-02 Thread Jay Pipes
Bug. Please do file one. Best, -jay On 01/02/2013 09:30 AM, Robert van Leeuwen wrote: Hi, I just noticed that when using glance with a swift backend the checksum is not populated when the size is below the swift_store_large_object_size when adding an image. This results in an error

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

2013-01-02 Thread Robert van Leeuwen
Ok thanks for confirming it, https://bugs.launchpad.net/glance/+bug/1095356 Cheers, Robert From: openstack-bounces+robert.vanleeuwen=spilgames@lists.launchpad.net [openstack-bounces+robert.vanleeuwen=spilgames@lists.launchpad.net] on behalf of

Re: [Openstack] boot multi instances at a time issue

2013-01-02 Thread Jay Pipes
On 01/02/2013 12:52 AM, heut2008 wrote: Hi,all When booting multi instances at a time , we face a hostname naming problem, now all instances will using the same hostname provideed at booting time,as a developer,I am looking for suggestions and requirements that from the user side, how

Re: [Openstack] RabbitMQ

2013-01-02 Thread Asher Newcomer
As a user, this seems odd to me. Am I correct in understanding that this is a push to create an Openstack-oriented specialized message bus? Are none of the many, many available, battle-hardened messaging systems suitable? On Wed, Jan 2, 2013 at 12:35 AM, heut2008 heut2...@gmail.com wrote:

Re: [Openstack] mysql cluster on openstack

2013-01-02 Thread Andrew Hutchings
Hi Marco, MySQL Cluster is not recommended for running on virtual machines. It is designed to be used as real-time as possible and with the NDB nodes on isolated networks. NDB node failures could well occur as well as delays in getting data when running on a cloud. Although the situation

[Openstack] Developing with Scala/Java on OpenStack Swift

2013-01-02 Thread Gui Maluf
Hey guys, I'm trying to extend a software projecthttps://github.com/VirtualCloudDrive/CloudDriveto talk with Swift. This project was developed on Scala, and my issue is: how should I access Swift resource? Should I use openstack-java-sdkhttps://github.com/woorea/openstack-java-sdk/, jclouds

Re: [Openstack] RabbitMQ

2013-01-02 Thread Eric Windisch
On Tuesday, January 1, 2013 at 07:16 AM, Daniel He wrote: I also thought zeromq but we need some quantitative measure. Does anyone have tested zeromq already? thanks I've seen ZeroMQ based messaging running in multiple production OpenStack installations. As the primary author of the

[Openstack] swift packaged with gentoo

2013-01-02 Thread Matthew Thode
http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/sys-cluster/swift/ Going to be packaging the rest and separating them into releases (Essex, Folsom, Grizzly, etc). But it's available if anyone is interested. -- -- Matthew Thode (prometheanfire) signature.asc Description: OpenPGP

Re: [Openstack] mysql cluster on openstack

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

[Openstack] Thanks for using DocImpact

2013-01-02 Thread Tom Fifield
Hi all, Just wanted to drop a quick note on the list to say thanks to all who have gone to the effort of using the DocImpact flag in your commit messages. We're now receiving a steady stream of useful information on changes that affect the documentation, and logging and targeting them[1][2]. The

Re: [Openstack] Developing with Scala/Java on OpenStack Swift

2013-01-02 Thread Luis Gervaso
Hi Gui! I just upgraded the code to work properly with latest Jersey release Below the swift example code (just tested and working with HPCloud) Hope it helps you :) private static final File TEST_FILE = new File(pom.xml); private static final String KEYSTONE_AUTH_URL =

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

2013-01-02 Thread Kobagana Kumar
Hi, Nova-manage service list is not conveying loss of dependent services Description: Though Rabbit MQ service is down, nova-compute service status is showing as alive, so VMs are regularly scheduled to this node and get stuck. Proposed Solution: Need to detect compute managers which have

[Openstack] Vietnam OpenStack Community - 2nd meetup (4th January 2013)

2013-01-02 Thread Hang Tran Thi
Dear OpenStack Community, Happy new year to you all! We would like to announce that our second meetup for Vietnam OpenStack Community will be held at Marcel Dasault, Francophone Institute for Informatics (IFI-VNU) on 4th January, 2013. Meetup 2 will especially welcome the presence of Mr. Do

[Openstack] network problem

2013-01-02 Thread Umar Draz
Hi here is my setup 1) controller - 63.73.22.22 2) compute-1 - 63.73.22.23 3) compute-2 - 63.73.22.24 The Local network is 10.10.10.0/24 for virtual machines. I have created 2 virtual machines. Controller automatically creates 1 Virtual machine on compute-1 and 2nd on compute-2. 1)

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

2013-01-02 Thread openstack-testing-bot
Title: precise_grizzly_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_nova_trunk/358/Project:precise_grizzly_nova_trunkDate of build:Wed, 02 Jan 2013 09:31:02 -0500Build duration:8 min 0 secBuild cause:Started by an SCM changeBuilt

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

2013-01-02 Thread openstack-testing-bot
Title: raring_grizzly_quantum_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_quantum_trunk/150/Project:raring_grizzly_quantum_trunkDate of build:Wed, 02 Jan 2013 09:31:02 -0500Build duration:10 minBuild cause:Started by an SCM changeBuilt

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

2013-01-02 Thread openstack-testing-bot
Title: raring_grizzly_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_nova_trunk/361/Project:raring_grizzly_nova_trunkDate of build:Wed, 02 Jan 2013 09:32:07 -0500Build duration:10 minBuild cause:Started by an SCM changeBuilt

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

2013-01-02 Thread openstack-testing-bot
Title: precise_grizzly_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_nova_trunk/359/Project:precise_grizzly_nova_trunkDate of build:Wed, 02 Jan 2013 10:01:14 -0500Build duration:7 min 33 secBuild cause:Started by an SCM changeBuilt

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

2013-01-02 Thread openstack-testing-bot
Title: raring_grizzly_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_nova_trunk/363/Project:raring_grizzly_nova_trunkDate of build:Wed, 02 Jan 2013 10:31:03 -0500Build duration:9 min 2 secBuild cause:Started by an SCM changeBuilt

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

2013-01-02 Thread openstack-testing-bot
Title: precise_grizzly_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_nova_trunk/361/Project:precise_grizzly_nova_trunkDate of build:Wed, 02 Jan 2013 11:31:03 -0500Build duration:7 min 44 secBuild cause:Started by an SCM changeBuilt

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

2013-01-02 Thread openstack-testing-bot
Title: raring_grizzly_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_nova_trunk/364/Project:raring_grizzly_nova_trunkDate of build:Wed, 02 Jan 2013 11:32:02 -0500Build duration:7 min 37 secBuild cause:Started by an SCM changeBuilt

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

2013-01-02 Thread openstack-testing-bot
Title: precise_grizzly_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_nova_trunk/362/Project:precise_grizzly_nova_trunkDate of build:Wed, 02 Jan 2013 12:01:03 -0500Build duration:6 min 50 secBuild cause:Started by an SCM changeBuilt

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

2013-01-02 Thread openstack-testing-bot
Title: raring_grizzly_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_nova_trunk/365/Project:raring_grizzly_nova_trunkDate of build:Wed, 02 Jan 2013 12:01:07 -0500Build duration:8 min 35 secBuild cause:Started by an SCM changeBuilt

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

2013-01-02 Thread openstack-testing-bot
Title: precise_grizzly_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_nova_trunk/364/Project:precise_grizzly_nova_trunkDate of build:Wed, 02 Jan 2013 14:31:05 -0500Build duration:6 min 45 secBuild cause:Started by an SCM changeBuilt

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

2013-01-02 Thread openstack-testing-bot
Title: precise_grizzly_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_nova_trunk/365/Project:precise_grizzly_nova_trunkDate of build:Wed, 02 Jan 2013 15:01:03 -0500Build duration:7 min 31 secBuild cause:Started by an SCM changeBuilt

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

2013-01-02 Thread openstack-testing-bot
Title: raring_grizzly_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_nova_trunk/368/Project:raring_grizzly_nova_trunkDate of build:Wed, 02 Jan 2013 15:02:10 -0500Build duration:9 min 20 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Failure: precise_grizzly_quantum_trunk #149

2013-01-02 Thread openstack-testing-bot
Title: precise_grizzly_quantum_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_quantum_trunk/149/Project:precise_grizzly_quantum_trunkDate of build:Wed, 02 Jan 2013 15:31:02 -0500Build duration:1 min 35 secBuild cause:Started by an SCM changeBuilt

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

2013-01-02 Thread openstack-testing-bot
Title: raring_grizzly_quantum_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_quantum_trunk/152/Project:raring_grizzly_quantum_trunkDate of build:Wed, 02 Jan 2013 15:31:01 -0500Build duration:2 min 21 secBuild cause:Started by an SCM changeBuilt

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

2013-01-02 Thread openstack-testing-bot
Title: raring_grizzly_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_nova_trunk/369/Project:raring_grizzly_nova_trunkDate of build:Wed, 02 Jan 2013 15:32:38 -0500Build duration:9 min 15 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Failure: quantal_folsom_deploy_proposed #3

2013-01-02 Thread openstack-testing-bot
Title: quantal_folsom_deploy_proposed General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/quantal_folsom_deploy_proposed/3/Project:quantal_folsom_deploy_proposedDate of build:Wed, 02 Jan 2013 17:01:04 -0500Build duration:14 minBuild cause:Started by user adamBuilt

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

2013-01-02 Thread openstack-testing-bot
Title: precise_grizzly_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_nova_trunk/367/Project:precise_grizzly_nova_trunkDate of build:Wed, 02 Jan 2013 17:31:04 -0500Build duration:7 min 19 secBuild cause:Started by an SCM changeBuilt

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

2013-01-02 Thread openstack-testing-bot
Title: precise_grizzly_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_nova_trunk/368/Project:precise_grizzly_nova_trunkDate of build:Wed, 02 Jan 2013 18:01:10 -0500Build duration:7 min 12 secBuild cause:Started by an SCM changeBuilt

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

2013-01-02 Thread openstack-testing-bot
Title: raring_grizzly_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_nova_trunk/371/Project:raring_grizzly_nova_trunkDate of build:Wed, 02 Jan 2013 18:01:05 -0500Build duration:9 min 52 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_grizzly_glance_trunk #64

2013-01-02 Thread openstack-testing-bot
Title: precise_grizzly_glance_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_glance_trunk/64/Project:precise_grizzly_glance_trunkDate of build:Wed, 02 Jan 2013 18:32:00 -0500Build duration:1 min 53 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: raring_grizzly_glance_trunk #62

2013-01-02 Thread openstack-testing-bot
Title: raring_grizzly_glance_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_glance_trunk/62/Project:raring_grizzly_glance_trunkDate of build:Wed, 02 Jan 2013 18:31:01 -0500Build duration:3 min 15 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_grizzly_quantum_trunk #150

2013-01-02 Thread openstack-testing-bot
Title: precise_grizzly_quantum_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_quantum_trunk/150/Project:precise_grizzly_quantum_trunkDate of build:Wed, 02 Jan 2013 18:34:16 -0500Build duration:2 min 38 secBuild cause:Started by an SCM changeBuilt

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

2013-01-02 Thread openstack-testing-bot
at 20130102-1837Build needed 00:01:03, 720k disc spaceERROR:root:Error occurred during package creation/build: Command

[Openstack-ubuntu-testing-notifications] Build Failure: raring_grizzly_python-swiftclient_trunk #15

2013-01-02 Thread openstack-testing-bot
at 20130102-1838Build needed 00:01:46, 704k disc spaceERROR:root:Error occurred during package creation/build: Command '['sbuild

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

2013-01-02 Thread openstack-testing-bot
Title: raring_grizzly_quantum_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_quantum_trunk/153/Project:raring_grizzly_quantum_trunkDate of build:Wed, 02 Jan 2013 18:36:56 -0500Build duration:2 min 22 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: quantal_folsom_deploy_proposed #4

2013-01-02 Thread openstack-testing-bot
Title: quantal_folsom_deploy_proposed General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/quantal_folsom_deploy_proposed/4/Project:quantal_folsom_deploy_proposedDate of build:Wed, 02 Jan 2013 18:33:28 -0500Build duration:14 minBuild cause:Started by user adamBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_grizzly_quantum_trunk #151

2013-01-02 Thread openstack-testing-bot
Title: precise_grizzly_quantum_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_quantum_trunk/151/Project:precise_grizzly_quantum_trunkDate of build:Wed, 02 Jan 2013 23:01:01 -0500Build duration:1 min 34 secBuild cause:Started by an SCM changeBuilt

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

2013-01-02 Thread openstack-testing-bot
Title: raring_grizzly_quantum_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_quantum_trunk/154/Project:raring_grizzly_quantum_trunkDate of build:Wed, 02 Jan 2013 23:01:02 -0500Build duration:2 min 25 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_grizzly_python-cinderclient_trunk #21

2013-01-02 Thread openstack-testing-bot
Title: precise_grizzly_python-cinderclient_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_python-cinderclient_trunk/21/Project:precise_grizzly_python-cinderclient_trunkDate of build:Thu, 03 Jan 2013 00:31:00 -0500Build duration:2 min 53 secBuild