Re: [Openstack] Unable to start Horizon after successfully installation through devstack.

2012-09-06 Thread Razique Mahroua
Hi,check the Apache error logs, maybe a module is missing ?(the horizon vhost is into /etc/apache2/conf.d/horizon I think) Nuage Co - Razique Mahrouarazique.mahr...@gmail.com Le 6 sept. 2012 à 07:26, hitesh wadekar hitesh.wade...@gmail.com a écrit :Hello Folks,Recently I tried with DevStack

Re: [Openstack] [Keystone] Creating tenant failed when using ldap as identity backend: 'attribute type undefined'

2012-09-06 Thread Yanping Xie
Hi, All I have resolved this problem by add 'enabled' attribute to class groupOfNames of ldap schema, thanks all the same. *attributetype ( 2.5.4.66 NAME 'enabled'* *DESC 'RFC2256: enabled of a group'* *EQUALITY booleanMatch* *SYNTAX 1.3.6.1.4.1.1466.115.121.1.7* *

Re: [Openstack] [openstack-dev] Quantum vs. Nova-network in Folsom

2012-09-06 Thread rohon mathieu
There is still the security filtering issue ( https://blueprints.launchpad.net/quantum/+spec/ovs-security-filtering) which prevent some cloud operator from using OVS. Do you have a workaround to use security group with OVS in folsom? On Wed, Sep 5, 2012 at 7:01 PM, Dan Wendlandt d...@nicira.com

Re: [Openstack] [openstack-dev] Unable to start Horizon after successfully installation through devstack.

2012-09-06 Thread Tihomir Trifonov
Hitesh, In fact the error you've pasted means that there is no /horizon subdir in /static/, which however seems like a settings misconfiguration. Would you paste what you have for STATIC_ROOT in your openstack_dashboard/settings.py file? When I delete the horizon/static/horizon dir, I get a

Re: [Openstack] [openstack-dev] Unable to start Horizon after successfully installation through devstack.

2012-09-06 Thread hitesh wadekar
Thanks Tihomir for the information and reply, Here is the output of Media root - /opt/stack/horizon/media Static root - /opt/stack/horizon/static code snippet for - MEDIA_ROOT = os.path.abspath(os.path.join(ROOT_PATH, '..', 'media')) MEDIA_URL = '/media/' STATIC_ROOT =

Re: [Openstack] Unable to start Horizon after successfully installation through devstack.

2012-09-06 Thread hitesh wadekar
Hi Razique, There is no horizon vhost into /etc/apache2/horizon It seems compressor config issue. I found this - https://bugs.launchpad.net/horizon/+bug/1036571, but still issue has not been resolved. Thanks, Hitesh On Thu, Sep 6, 2012 at 1:06 PM, Razique Mahroua

Re: [Openstack] [OpenStack][Nova]Problems and questions regarding network and/or routing

2012-09-06 Thread Leander Bessa Beernaert
After fixing the routing_ip in the nova.conf file, my instances can now connect to the outside world. However, i'm still unable to connect to any of my instances through ssh or ping from the controller node. The controller node is also running a nova-network, could that be the issue? On Wed, Sep

[Openstack] Quantum PTL election - please check Voters list

2012-09-06 Thread Thierry Carrez
Hello everyone, The deadline for candidacy to PTL positions is now expired. We have two candidates for the Quantum PTL position, so we'll hold an election for that, starting tomorrow. The voters for this election are individual members of the foundation that committed any code to the Quantum

Re: [Openstack] Unable to start Horizon after successfully installation through devstack.

2012-09-06 Thread Emilien Macchi
Hi, Did you try : apt-get -y install python-django wget http://mirror.ovh.net/ubuntu//pool/main/p/python-django-openstack-auth/python-openstack-auth_1.0.1-0ubuntu6_all.deb dpkg -i python-openstack-auth*.deb apt-get -y install apache2 libapache2-mod-wsgi openstack-dashboard memcached

Re: [Openstack] boot image + glance connection failed

2012-09-06 Thread Afef MDHAFFAR
Hi, Thanks a lot for your answer. Here is the link of the tutorial that I used to install OpenStack: http://docs.openstack.org/essex/openstack-compute/install/apt/openstack-install-guide-essex.pdf Page 41 shows an overview of the architecture of OpenStack with Xen. Actually, I am trying to use

[Openstack] [OpenStack][Nova] Cloudpipe creation error

2012-09-06 Thread Leander Bessa Beernaert
Hello all, I'm trying to setup a cloudpipe for a project. I'm running OpenStack Essex on Ubuntu 12.04. I ran the command nova cloudpipe create [project_id] and i found this in the nova-api log: 2012-09-06 12:19:46 ERROR nova.api.openstack.wsgi [req-6f5432b5-026c-413f-bb78-558cabe67af5

Re: [Openstack] [Nova] Getting error when injecting data into an image

2012-09-06 Thread Nagaraju Bingi
Hi All, I'm facing an issue with guest mount command and error as shown below. It would be appreciable if you could provide pointers. 2012-09-06 22:08:00 DEBUG nova.virt.disk.api [-] qemu-nbd error: sudo: unable to resolve host vmessex92 from (pid=2137) mount

Re: [Openstack] [Nova] Getting error when injecting data into an image

2012-09-06 Thread Pádraig Brady
On 09/06/2012 01:45 PM, Nagaraju Bingi wrote: Hi All, I’m facing an issue with guest mount command and error as shown below. It would be appreciable if you could provide pointers. Note guestmount is a method tried after nbd and loop. I.E. only if they fail will it be attempted. Looking at

Re: [Openstack] [Keystone] Creating tenant failed when using ldap as identity backend: 'attribute type undefined'

2012-09-06 Thread Adam Young
Interesting. We have this outstanding bug report https://code.launchpad.net/bugs/980085 I would appreciate it if you could add what you found to the bug report. On 09/06/2012 03:50 AM, Yanping Xie wrote: Hi, All I have resolved this problem by add 'enabled' attribute to class

[Openstack] issues with fixed_range blocking new instance creation?

2012-09-06 Thread Jonathan Proulx
Hi All, my stack stopped launching instances last night I've been chasing my tail for a while but I think it think's it's out of fixed IPs. the system is Essex as packages on Ubuntu 12.04 using FlatDHCP, with multihost and a fixed range or 10.0.0.0/16 --multi_host=True --public_interface=eth0

Re: [Openstack] [openstack-dev] Nova PTL candidacy

2012-09-06 Thread Sam Su
+1 On Wed, Sep 5, 2012 at 12:19 AM, Michael Still michael.st...@canonical.comwrote: On 09/05/2012 06:03 AM, Matt Joyce wrote: Vish is also a pretty cool guy and doesn't afraid of anything. Vish does a great job -- many hours a day of code review and mentoring, puts up with criticism much

Re: [Openstack] boot image + glance connection failed

2012-09-06 Thread John Garbutt
Hi, The docs are mostly talking about using OpenStack with XenServer (connecting via XenAPI), not using OpenStack with Xen+libvirt. If you want to use Ubuntu as your host OS, you can use the xcp-xapi package to install get XenAPI running, or you can install XenServer on your system. In both

Re: [Openstack] [openstack-dev] Nova PTL candidacy

2012-09-06 Thread Ravi Jagannathan
+1 . Plus he has a cool name. On Thu, Sep 6, 2012 at 10:58 AM, Sam Su susltd...@gmail.com wrote: +1 On Wed, Sep 5, 2012 at 12:19 AM, Michael Still michael.st...@canonical.com wrote: On 09/05/2012 06:03 AM, Matt Joyce wrote: Vish is also a pretty cool guy and doesn't afraid of anything.

[Openstack] [OpenStack][Swift][Replicator] Does object replicator push exist object to handoff node while a node/disk/network fails ?

2012-09-06 Thread Kuo Hugo
Hi folks , John and Chmouel , I did post a question about this long time ago. And my test result is match to Chmouel's answer. *https://answers.launchpad.net/swift/+question/191924* The object replicator will push an object to a handoff node if another primary node returns that the drive the

Re: [Openstack] Quantum PTL election - please check Voters list

2012-09-06 Thread Dan Wendlandt
I must admit even I was unaware of the requirement to be a individual foundation member in order to vote in PTL elections (I personally happen to be a member already). There are definitely at least a few people on the list below that I feel should be able to vote but can't, including two core

Re: [Openstack] [ceilometer] *NEW TIME* Metering meeting agenda for Thursday at 15:00 UTC (Sept 5th, 2012)

2012-09-06 Thread Nick Barcet
On 09/05/2012 12:19 PM, Nick Barcet wrote: PLEASE NOTE THE NEW MEETING TIME, ONE HOUR EARLIER The metering project team holds a meeting in #openstack-meeting, Thursdays at 1500 UTC http://www.timeanddate.com/worldclock/fixedtime.html?hour=16min=0sec=0. Everyone is welcome.

Re: [Openstack] [OpenStack][Swift][Replicator] Does object replicator push exist object to handoff node while a node/disk/network fails ?

2012-09-06 Thread John Dickinson
you can force a replicator to push to a handoff node by unmounting the drive one of the primary replicas is on. --John On Sep 6, 2012, at 9:00 AM, Kuo Hugo tonyt...@gmail.com wrote: Hi folks , John and Chmouel , I did post a question about this long time ago. And my test result is match

Re: [Openstack] [openstack-dev] Quantum vs. Nova-network in Folsom

2012-09-06 Thread Dan Wendlandt
On Thu, Sep 6, 2012 at 12:50 AM, rohon mathieu mathieu.ro...@gmail.com wrote: There is still the security filtering issue (https://blueprints.launchpad.net/quantum/+spec/ovs-security-filtering) which prevent some cloud operator from using OVS. Do you have a workaround to use security group

Re: [Openstack] Quantum PTL election - please check Voters list

2012-09-06 Thread Thierry Carrez
Dan Wendlandt wrote: I must admit even I was unaware of the requirement to be a individual foundation member in order to vote in PTL elections (I personally happen to be a member already). There are definitely at least a few people on the list below that I feel should be able to vote but

Re: [Openstack] Quantum PTL election - please check Voters list

2012-09-06 Thread Dan Wendlandt
On Thu, Sep 6, 2012 at 9:31 AM, Thierry Carrez thie...@openstack.org wrote: Dan Wendlandt wrote: I must admit even I was unaware of the requirement to be a individual foundation member in order to vote in PTL elections (I personally happen to be a member already). There are definitely at

Re: [Openstack] [OpenStack][Swift][Replicator] Does object replicator push exist object to handoff node while a node/disk/network fails ?

2012-09-06 Thread Kuo Hugo
Thanks for your quick reply John ~ Seems that I lost something with umount disk test before . I'll try it later appreciate ~ 2012/9/7 John Dickinson m...@not.mn you can force a replicator to push to a handoff node by unmounting the drive one of the primary replicas is on. --John On Sep

Re: [Openstack] Quantum PTL election - please check Voters list

2012-09-06 Thread Duncan McGreggor
On Thu, Sep 6, 2012 at 9:03 AM, Dan Wendlandt d...@nicira.com wrote: I must admit even I was unaware of the requirement to be a individual foundation member in order to vote in PTL elections (I personally happen to be a member already). There are definitely at least a few people on the list

Re: [Openstack] [openstack-dev] Nova PTL candidacy

2012-09-06 Thread Blake Yeager
He also lives vicariously through himself. On Thu, Sep 6, 2012 at 10:12 AM, Ravi Jagannathan reagul.2...@gmail.comwrote: +1 . Plus he has a cool name. On Thu, Sep 6, 2012 at 10:58 AM, Sam Su susltd...@gmail.com wrote: +1 On Wed, Sep 5, 2012 at 12:19 AM, Michael Still

Re: [Openstack] [openstack-dev] Nova PTL candidacy

2012-09-06 Thread Matt Joyce
Vish doesn't sleep. He waits. On Thu, Sep 6, 2012 at 10:32 AM, Blake Yeager blake.yea...@gmail.comwrote: He also lives vicariously through himself. On Thu, Sep 6, 2012 at 10:12 AM, Ravi Jagannathan reagul.2...@gmail.comwrote: +1 . Plus he has a cool name. On Thu, Sep 6, 2012 at 10:58

Re: [Openstack] [openstack-dev] Nova PTL candidacy

2012-09-06 Thread Duncan McGreggor
/me waits for http://vishfacts.com/ ... On Thu, Sep 6, 2012 at 10:54 AM, Matt Joyce matt.jo...@cloudscaling.com wrote: Vish doesn't sleep. He waits. On Thu, Sep 6, 2012 at 10:32 AM, Blake Yeager blake.yea...@gmail.com wrote: He also lives vicariously through himself. On Thu, Sep 6,

Re: [Openstack] [openstack-dev] Nova PTL candidacy

2012-09-06 Thread Rafi Khardalian
On Wed, Sep 5, 2012 at 12:19 AM, Michael Still michael.st...@canonical.com wrote: On 09/05/2012 06:03 AM, Matt Joyce wrote: Vish is also a pretty cool guy and doesn't afraid of anything. Vish does a great job -- many hours a day of code review and mentoring, puts up with criticism much more

Re: [Openstack] [openstack-dev] Nova PTL candidacy

2012-09-06 Thread Sean Dague
Looks like thanks to bcwaldon you wont have to wait much. Also, +1 for Vish. On 09/06/2012 02:12 PM, Duncan McGreggor wrote: /me waits for http://vishfacts.com/ ... On Thu, Sep 6, 2012 at 10:54 AM, Matt Joyce matt.jo...@cloudscaling.com wrote: Vish doesn't sleep. He waits. On Thu, Sep 6,

Re: [Openstack] Quantum PTL election - please check Voters list

2012-09-06 Thread Tim Bell
Can we integrate the registration process for the CLA with that of the membership ? There is likely to be some additional questions such as affiliation and interest in OpenStack, so it cannot be automatic but I would hope that most contributors to the code base would also be interested in other

Re: [Openstack] Quantum PTL election - please check Voters list

2012-09-06 Thread Thierry Carrez
Gary Kotton wrote: My suggestion would therefore be to give Quantum committers until the end of the day to sign up for the Foundation as an individual member if they want to participate in the election. We would enable that interpretation of the election rules if both candidates agree, and

Re: [Openstack] [openstack-dev] Nova PTL candidacy

2012-09-06 Thread Jesse Andrews
Now with pull requests On Thu, Sep 6, 2012 at 11:49 AM, Sean Dague sda...@linux.vnet.ibm.com wrote: Looks like thanks to bcwaldon you wont have to wait much. Also, +1 for Vish. On 09/06/2012 02:12 PM, Duncan McGreggor wrote: /me waits for http://vishfacts.com/ ... On Thu, Sep 6, 2012 at

Re: [Openstack] Quantum PTL election - please check Voters list

2012-09-06 Thread Thierry Carrez
Thierry Carrez wrote: We (the election officials) are still checking if we'll be able to get a new Foundation membership dump tomorrow in time for setting up the final election voters list. OK, this is now confirmed. All election officials and the two candidates to the Quantum PTL election

Re: [Openstack] Quantum committers: Do you want to vote?!

2012-09-06 Thread Duncan McGreggor
New subject line, to catch the attention of those who might have dozed off during this thread... See the announcement below! Thanks, Thierry! d On Thu, Sep 6, 2012 at 1:29 PM, Thierry Carrez thie...@openstack.org wrote: Thierry Carrez wrote: We (the election officials) are still checking if

[Openstack] [Docs] Progress this week 9/6/12

2012-09-06 Thread Anne Gentle
Hi all - Here's the latest status on doc work ongoing. With all the interest showed over the holiday weekend here in the states, I had expected a few more patches to be submitted, but they didn't materialize. That said, the Quantum team has a great draft going for a Quantum admin guide, and we've

[Openstack] [Keystone] LDAP integratiom

2012-09-06 Thread Ivan Kolodyazhny
Hi Everyone, Keystone uses python-ldap library to communicate with LDAP server. There are to points where Keystone communicates with LDAP server: keystone.common ldap and keystone.identity.backends.ldap packages. According to the current Keystone architecture it is solid application w/o

Re: [Openstack] Quantum PTL election - please check Voters list

2012-09-06 Thread Stefano Maffulli
On 09/06/2012 12:03 PM, Tim Bell wrote: Can we integrate the registration process for the CLA with that of the membership ? Yes, that's the plan. Once the Foundation is operational we'll be able to move forward with all the things that have been put on the backburner. A better way to manage the

[Openstack] Where can I get start guide about multi-zone.

2012-09-06 Thread Sam Su
Hi, I am interesting how to build a multi zone Openstack cluster, but I cannot find a start guide. If someone can give me some links, it will be much appreciated. Thanks, Sam ___ Mailing list: https://launchpad.net/~openstack Post to :

[Openstack] running nova unit tests (run_tests.sh)

2012-09-06 Thread Brian Parker
I want to be able to run the nova unit tests. I'm attempting to follow the instructions at: http://docs.openstack.org/developer/nova/devref/development.environment.html ... but I am not having much luck. I get the error shown below when running ./run_tests.sh. I'm primarily working on Mac, but

[Openstack] novnc zombie processes

2012-09-06 Thread Joe Topjian
Hello, I'm seeing an issue where novnc is leaving behind zombie python processes after a user launches a VNC session. Has anyone else seen this issue or know how to fix it? I'm running OpenStack Essex on Ubuntu 12.04 novnc 2012.1~e3+dfsg+1-2 python-novnc 2012.1~e3+dfsg+1-2 Please let me know

[Openstack] Ask to openstack software builder: To do a little code modify to change the way of setting the default gateway of tenant network for multinetwork and VLAN model in essex version

2012-09-06 Thread romi zhang
All list and Vish, As we known and test in essex version, nova-network will set the bridge IP address as the VM default gateway and if VM want to go out, it have to pass through the host route table, it bring to us two critical problems: 1. The manager of VM could touch the compute

Re: [Openstack] issues with fixed_range blocking new instance creation?

2012-09-06 Thread Vishvananda Ishaya
fixed range is likely fine. I suspect you created your network with a 10.0.0.0/24 though. It might be a bit tricky to switch to a larger range now. You may have to create the rest of your fixed ips manually in the db associated with the same network and then change the cidr entry on the network

Re: [Openstack] novnc zombie processes

2012-09-06 Thread pf shineyear
i have this problem too~~ root 23044 0.0 0.0 0 0 ?ZSep06 0:00 [python] defunct root 23045 0.0 0.0 0 0 ?ZSep06 0:00 [python] defunct root 23046 0.0 0.0 0 0 ?ZSep06 0:00 [python] defunct root 23047 0.0 0.0

Re: [Openstack] [openstack-dev] Nova PTL candidacy

2012-09-06 Thread Sateesh Chodapuneedi
+1 for Vish Regards, Sateesh This e-mail message is for the sole use of the intended recipient(s) and may contain confidential and/or privileged information. Any

Re: [Openstack-qa-team] Policy for commits

2012-09-06 Thread Jay Pipes
On 09/06/2012 02:21 PM, David Kranz wrote: Do we have a policy about whether bug tickets are needed for every change? I happened to see a silly coding error and would prefer to avoid the overhead of a bug ticket for such things. Silly coding errors/typos/style cleanups do not need a bug. But

[Openstack-qa-team] Need to rebase

2012-09-06 Thread David Kranz
As of a few hours ago the tempest gate is unblocked. However, it seems that all the pending changes need to be rebased. -David -- Mailing list: https://launchpad.net/~openstack-qa-team Post to : openstack-qa-team@lists.launchpad.net Unsubscribe : https://launchpad.net/~openstack-qa-team

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_folsom_nova_trunk #528

2012-09-06 Thread openstack-testing-bot
Title: precise_folsom_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_folsom_nova_trunk/528/Project:precise_folsom_nova_trunkDate of build:Thu, 06 Sep 2012 05:30:33 -0400Build duration:3 min 36 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_folsom_quantum_trunk #171

2012-09-06 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 :

[Openstack-ubuntu-testing-notifications] Build Still Failing: quantal_folsom_keystone_trunk #63

2012-09-06 Thread openstack-testing-bot
Title: quantal_folsom_keystone_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/quantal_folsom_keystone_trunk/63/Project:quantal_folsom_keystone_trunkDate of build:Thu, 06 Sep 2012 14:00:34 -0400Build duration:2 min 47 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_folsom_keystone_trunk #49

2012-09-06 Thread openstack-testing-bot
Title: precise_folsom_keystone_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_folsom_keystone_trunk/49/Project:precise_folsom_keystone_trunkDate of build:Thu, 06 Sep 2012 14:00:33 -0400Build duration:5 min 14 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Fixed: quantal_folsom_python-novaclient_trunk #44

2012-09-06 Thread openstack-testing-bot
Title: quantal_folsom_python-novaclient_trunk General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/quantal_folsom_python-novaclient_trunk/44/Project:quantal_folsom_python-novaclient_trunkDate of build:Thu, 06 Sep 2012 14:45:46 -0400Build duration:2 min 8 secBuild

[Openstack-ubuntu-testing-notifications] Build Fixed: precise_folsom_python-novaclient_trunk #41

2012-09-06 Thread openstack-testing-bot
Title: precise_folsom_python-novaclient_trunk General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/precise_folsom_python-novaclient_trunk/41/Project:precise_folsom_python-novaclient_trunkDate of build:Thu, 06 Sep 2012 14:53:50 -0400Build duration:1 min 57 secBuild

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_folsom_swift_trunk #63

2012-09-06 Thread openstack-testing-bot
at 20120906-1504Build needed 00:01:22, 16828k disc

[Openstack-ubuntu-testing-notifications] Build Still Failing: quantal_folsom_swift_trunk #74

2012-09-06 Thread openstack-testing-bot
Title: quantal_folsom_swift_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/quantal_folsom_swift_trunk/74/Project:quantal_folsom_swift_trunkDate of build:Thu, 06 Sep 2012 15:00:34 -0400Build duration:5 min 3 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: quantal_folsom_swift_trunk #75

2012-09-06 Thread openstack-testing-bot
Title: quantal_folsom_swift_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/quantal_folsom_swift_trunk/75/Project:quantal_folsom_swift_trunkDate of build:Thu, 06 Sep 2012 15:30:33 -0400Build duration:3 min 58 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Failure: precise_folsom_nova_trunk #532

2012-09-06 Thread openstack-testing-bot
Title: precise_folsom_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_folsom_nova_trunk/532/Project:precise_folsom_nova_trunkDate of build:Thu, 06 Sep 2012 16:00:34 -0400Build duration:5 min 31 secBuild cause:Started by an SCM changeBuilt

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

2012-09-06 Thread openstack-testing-bot
Title: quantal_folsom_keystone_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/quantal_folsom_keystone_trunk/64/Project:quantal_folsom_keystone_trunkDate of build:Thu, 06 Sep 2012 17:30:34 -0400Build duration:2 min 43 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_folsom_nova_trunk #536

2012-09-06 Thread openstack-testing-bot
Title: precise_folsom_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_folsom_nova_trunk/536/Project:precise_folsom_nova_trunkDate of build:Thu, 06 Sep 2012 20:00:35 -0400Build duration:4 min 11 secBuild cause:Started by an SCM changeBuilt