[Openstack] How to query healthnmon?

2013-07-02 Thread Jobin Raju George
Hey stackers! I am trying to use healthnmon to get meters regarding CPU/Memory utilization. But I can't find any documentation as to how to query healthnmon to get these data. I would appreciate if someone would point me to a link for the same or give an example how I could query healthnmon. I

Re: [Openstack] How to Setup Networking for single node installation with 3 NICs

2013-07-02 Thread Heling Yao
Hi, Here's some documentation on packstack: https://access.redhat.com/site/documentation/en-US/Red_Hat_OpenStack_Preview/2/html/Getting_Started_Guide/part-Deploying_OS_using_PackStack.html especially the editing an answer file section is relevant. And the openstack.redhat.com forums is also

[Openstack] Cloud Archive repository

2013-07-02 Thread Igor Laskovy
Hello! When bug is fixed how long time usually spend to transfer fix to Cloud Archive repository? For example, I just now found that my setup have this bug https://bugs.launchpad.net/nova/+bug/1171284 , but already month as it's in **Fix Released status. -- Igor Laskovy

[Openstack] VLAN mode and 100 vlan

2013-07-02 Thread Igor Laskovy
Hello! I have little deployment Grizzly on Ubuntu 12.04. When I do nova network-create vlan201 --fixed-range-v4 192.168.201.0/24 --vlan 201 --bridge br201 --bridge-interface bond0 --project-id 963fe3d5eaac48fdbb09253553bc590a and get DuplicateVlan: Detected existing vlan with id 100 because

[Openstack] login openstack dashboard Grizzly error

2013-07-02 Thread jt628910
hi all: I just install openstack Grizzly , but when i login dashboard ,it show Something went wrong! An unexpected error has occurred. Try refreshing the page. If that doesn't help, contact your local administrator. my steps: 1 install keystone , use sample_data.sh to init keystone 2

[Openstack] 答复: login openstack dashboard Grizzly error

2013-07-02 Thread Nick Xin3 Sun
Hi ttjiang Here is the link for G version installation doc from my co-worker: Su Yan You can go through it. http://yansu.org/2013/05/13/openstack-grizzly-multihost-deployment-doc.html#title13 发件人: Openstack

Re: [Openstack] VLAN mode and 100 vlan

2013-07-02 Thread Stas Maksimov
Hi Igor, I think there used to be a bug in the client, the fix exists but hasn't been released as far as I know: https://bugs.launchpad.net/python-novaclient/+bug/1167779 You can try and patch it yourself and see if it helps. Thanks, Stas On 2 July 2013 08:31, Igor Laskovy

[Openstack] Ceilometer getting a Connection refused from

2013-07-02 Thread Jobin Raju George
I have a controller node and a compute node on two different hosts. When I query ceilometer from the compute node, I get a Connection refused errror from port no 27017 of controller node, which I suppose is the port no where mongo listens. I haven't installed mongodb in the compute node, though

Re: [Openstack] Cloud Archive repository

2013-07-02 Thread James Page
Hi Igor On 02/07/13 08:23, Igor Laskovy wrote: When bug is fixed how long time usually spend to transfer fix to Cloud Archive repository? For example, I just now found that my setup have this bug https://bugs.launchpad.net/nova/+bug/1171284 , but already month as it's in **Fix Released status.

[Openstack] Availability Zones in Grizzly are not recognized

2013-07-02 Thread Vogl, Yves
Hi, I want to segregate my installation into „Availability Zones“. I've configured a working multi-host installation with following hosts: [FIGURE 1] # nova availability-zone-list --- | Name | Status |

Re: [Openstack] login openstack dashboard Grizzly error

2013-07-02 Thread Razique Mahroua
Hi,can you look at /var/log/apache2/error.log?thanks! Razique Mahroua-Nuage Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15 Le 2 juil. 2013 à 09:39, jt628910 jt628...@163.com a écrit :hi all:I just install openstack Grizzly , but when i login dashboard ,it showSomething went wrong!An

Re: [Openstack] login openstack dashboard Grizzly error

2013-07-02 Thread Rahul Sharma
Hi ttjiang, Try accessing the following links and see whats the status:- http://ip-addr/horizon/project/instances/ http://ip-addr/horizon/admin/projects/ http://ip-addr/horizon/project/access_and_security/ If there is an error due to failure of some service, then the UI gives the error you

Re: [Openstack] How to query healthnmon?

2013-07-02 Thread Chinmaya Bharadwaj A
hi jobin, 1) you can refer this link to get the utilization data :https://github.com/healthnmon/healthnmon/wiki/utilization-data healthnmon gives you set of Api s, you can query through rest client. 2) You can absolutely use healthnmon for serve your purpose.

Re: [Openstack] Availability Zones in Grizzly are not recognized

2013-07-02 Thread raghavendra.lad
Hi, Please find the below Grizzly link that I have followed to install separate Network, compute and Openstack. http://docs.openstack.org/grizzly/basic-install/apt/openstack-basic-install-apt-grizzly.pdf At page 8 I find that the bash script for keystone may not be correctly pasted (any

Re: [Openstack] Ceilometer getting a Connection refused from

2013-07-02 Thread Julien Danjou
On Tue, Jul 02 2013, Jobin Raju George wrote: Please feel free to ask for clarification. Could you paste the content of your configuration file? -- Julien Danjou /* Free Software hacker * freelance consultant http://julien.danjou.info */ signature.asc Description: PGP signature

Re: [Openstack] Ceilometer getting a Connection refused from

2013-07-02 Thread Jobin Raju George
Here is my /etc/ceilometer/ceilometer.conf: http://pastebin.ubuntu.com/5835612/ On Tue, Jul 2, 2013 at 2:28 PM, Julien Danjou jul...@danjou.info wrote: On Tue, Jul 02 2013, Jobin Raju George wrote: Please feel free to ask for clarification. Could you paste the content of your

Re: [Openstack] login openstack dashboard Grizzly error

2013-07-02 Thread jt628910
I got the reason ,thanks . I do not set quantum. ttjiang jt628910 From: Rahul Sharma Date: 2013-07-02 17:21 To: jt628910 CC: openstack Subject: Re: [Openstack] login openstack dashboard Grizzly error Hi ttjiang, Try accessing the following links and see whats the status:-

Re: [Openstack] Ceilometer getting a Connection refused from

2013-07-02 Thread Julien Danjou
On Tue, Jul 02 2013, Jobin Raju George wrote: Here is my /etc/ceilometer/ceilometer.conf: http://pastebin.ubuntu.com/5835612/ So the problem is that you configured it to use mongodb at mongodb://10.112.107.107:27017/ceilometer but mongodb doesn't seem to answer on this IP/port considering the

Re: [Openstack] Ceilometer getting a Connection refused from

2013-07-02 Thread Jobin Raju George
10.112.107.107 is the IP address of the controller node where nova, keystone, ceilometer have been installed(and so is mongodb). I have installed ceilometer on the compute node also and configured it so that it knows that mongodb listens on 10.112.107.107:27017 but I don't know why it is refusing

Re: [Openstack] login openstack dashboard Grizzly error

2013-07-02 Thread Razique Mahroua
Good to know! Le 2 juil. 2013 à 11:10, jt628910 jt628...@163.com a écrit : I got the reason ,thanks . I do not set quantum. ttjiang 发件人: Razique Mahroua 发送时间: 2013-07-02 16:24 收件人: jt628910 抄送: openstack 主题: Re: [Openstack] login openstack dashboard Grizzly error Hi, can you

Re: [Openstack] [Ceilometer][Healthnmon] Monitoring Alarm in openstack

2013-07-02 Thread Emanuel Marzini
Thank you! It's true that in Havana disappear Healthnmon that will be merge with Ceilometer? 2013/7/2 Angus Salkeld asalk...@redhat.com On 01/07/13 13:42 +0200, Emanuel Marzini wrote: Hi, I want to retrive Vm information from Openstack. I am interested of CPU RAM utilization. I known that

[Openstack] 回复: Re: login openstack dashboard Grizzly error

2013-07-02 Thread jt628910
I got the reason ,thanks . I do not set quantum. ttjiang 发件人: Razique Mahroua 发送时间: 2013-07-02 16:24 收件人: jt628910 抄送: openstack 主题: Re: [Openstack] login openstack dashboard Grizzly error Hi, can you look at /var/log/apache2/error.log? thanks! Razique Mahroua - Nuage Co

Re: [Openstack] Ceilometer getting a Connection refused from

2013-07-02 Thread Ashok Kumaran
Glad its working ! your connection refused error should disappear now Best, Ashok On Tue, Jul 2, 2013 at 3:33 PM, Jobin Raju George jobin...@gmail.comwrote: Hey, Ashok! I did the following: 1) Changed bind_ip=10.112.107.107 in /etc/mongodb.conf 2) Restarted mongodb using service mongodb

[Openstack] Openstack installation on multiple host belongs to different network

2013-07-02 Thread Lei Zhang
Hi, Stacker We would like to install openstack on our several spare computers, when all of them are in the same network, it works well. But when we try to install openstack on hosts in different network, the VM in compute node, which is in different network from controller node, can't be

[Openstack] [OSSN][OSSG] Nova Baremetal Exposes Previous Tenant Data

2013-07-02 Thread Clark, Robert Graham
Nova Baremetal Exposes Previous Tenant Data - ### Summary ### Data of previous tenants may be exposed to new ones when using Nova Baremetal ### Affected Services / Software ### Keystone, Databases ### Discussion ### Nova Baremetal is intended for testing and development only, it is not

Re: [Openstack] Problem installing healthnmon

2013-07-02 Thread Claudio Marques
Hi Jobin Not yet. I am busy on quantum right now, but I wen I return to healthnmon i will let you now, and will paste here all my updates. Cheers Claudio Marques clau...@onesource.pt http://www.onesource.pt/ 2013/7/2 Jobin Raju George jobin...@gmail.com Hey Claudio! Is your healthnmon

Re: [Openstack] [Ceilometer][Healthnmon] Monitoring Alarm in openstack

2013-07-02 Thread Angus Salkeld
On 02/07/13 11:29 +0200, Emanuel Marzini wrote: Thank you! It's true that in Havana disappear Healthnmon that will be merge with Ceilometer? Not that I am aware of, Ceilometer is just getting Alarming functionality. -Angus 2013/7/2 Angus Salkeld asalk...@redhat.com On 01/07/13 13:42

[Openstack] Avoiding IP Address allocation.

2013-07-02 Thread Steven Carter (stevenca)
I do not want quantum to allocate addresses for a particular network. From what I read, I should just do the quantum net-create without the quantum subnet-create, but when I do I get the following error in compute.log: 2013-07-02 01:17:11.895 ERROR nova.compute.manager

[Openstack] Grizzly libvirt volume drivers all in single file volume.py?

2013-07-02 Thread Brad Goodman
I am trying to write a volume driver for a new/unique storage type uncovered by the existing ones. I have a Cinder driver working fine - but I am now working on adding the nova/libvirt component of it (for Nova clients to connect into). It appears that (unlike in Cinder) - ALL of the drivers are

Re: [Openstack] [Ceilometer][Healthnmon]

2013-07-02 Thread Doug Hellmann
The work to merge ceilometer and healthnmon hasn't made much progress, yet. The ceilometer team is working on collecting information about CPU and RAM utilization for triggering alarms for Heat. That work is schedule for the havana release, and is moving along nicely. We could use some help with

Re: [Openstack] DHCP problem in grizzly

2013-07-02 Thread James Page
On 20/05/13 07:51, Heinonen, Johanna (NSN - FI/Espoo) wrote: Hi, I have installed grizzly with quantum and ovs-plugin. It seems that grizzly allocates the third address of each subnet for dhcp. (In folsom it was the second address). This means that the VMs will get addresses This sound alot

Re: [Openstack] HTTP headers are incorrectly treated case sensitive by jClouds causing OpenStack x-storage-url to fail

2013-07-02 Thread Everett Toews
The fix for this issue [1] is actively being worked on in jclouds. The fix is ready but the contributor is waiting for his CLA to be signed. Saqib, I see you already kicked off a conversation over on the jclouds mailing list [2]. I'll update the thread over there when the fix is in and how to

[Openstack] [OpenStack] OpenStack XCP with Quantum

2013-07-02 Thread Chandler Li
Hi, I am trying to use OpenStack grizzly to control XCP hypervisor, and trying to use quantum ovs plugin to implement network function. But the official document makes me confused. (

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_ceilometer_trunk #145

2013-07-02 Thread openstack-testing-bot
at 20130702

[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_nova_trunk #327

2013-07-02 Thread openstack-testing-bot
Title: saucy_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_nova_trunk/327/Project:saucy_havana_nova_trunkDate of build:Tue, 02 Jul 2013 05:32:14 -0400Build duration:12 minBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth

[Openstack-ubuntu-testing-notifications] Build Failure: test_tempest_smoke #222

2013-07-02 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: precise_havana_quantum_trunk #259

2013-07-02 Thread openstack-testing-bot
Title: precise_havana_quantum_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_quantum_trunk/259/Project:precise_havana_quantum_trunkDate of build:Tue, 02 Jul 2013 10:32:18 -0400Build duration:29 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_quantum_trunk #197

2013-07-02 Thread openstack-testing-bot
Title: saucy_havana_quantum_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_quantum_trunk/197/Project:saucy_havana_quantum_trunkDate of build:Tue, 02 Jul 2013 10:31:16 -0400Build duration:1 min 32 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Fixed: saucy_havana_python-keystoneclient_trunk #50

2013-07-02 Thread openstack-testing-bot
Title: saucy_havana_python-keystoneclient_trunk General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_python-keystoneclient_trunk/50/Project:saucy_havana_python-keystoneclient_trunkDate of build:Tue, 02 Jul 2013 10:38:04 -0400Build duration:2 min 40 secBuild

[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_nova_trunk #328

2013-07-02 Thread openstack-testing-bot
Title: saucy_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_nova_trunk/328/Project:saucy_havana_nova_trunkDate of build:Tue, 02 Jul 2013 12:01:24 -0400Build duration:13 minBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth

[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_quantum_trunk #198

2013-07-02 Thread openstack-testing-bot
Title: saucy_havana_quantum_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_quantum_trunk/198/Project:saucy_havana_quantum_trunkDate of build:Tue, 02 Jul 2013 12:31:35 -0400Build duration:57 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_quantum_trunk #260

2013-07-02 Thread openstack-testing-bot
Title: precise_havana_quantum_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_quantum_trunk/260/Project:precise_havana_quantum_trunkDate of build:Tue, 02 Jul 2013 12:31:25 -0400Build duration:35 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_nova_trunk #329

2013-07-02 Thread openstack-testing-bot
Title: saucy_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_nova_trunk/329/Project:saucy_havana_nova_trunkDate of build:Tue, 02 Jul 2013 12:31:29 -0400Build duration:14 minBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth

[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_ceilometer_trunk #128

2013-07-02 Thread openstack-testing-bot
Title: saucy_havana_ceilometer_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_ceilometer_trunk/128/Project:saucy_havana_ceilometer_trunkDate of build:Tue, 02 Jul 2013 13:31:17 -0400Build duration:1 min 58 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_ceilometer_trunk #146

2013-07-02 Thread openstack-testing-bot
Title: precise_havana_ceilometer_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_ceilometer_trunk/146/Project:precise_havana_ceilometer_trunkDate of build:Tue, 02 Jul 2013 13:31:23 -0400Build duration:1 min 24 secBuild cause:Started by an SCM

[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_nova_trunk #330

2013-07-02 Thread openstack-testing-bot
Title: saucy_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_nova_trunk/330/Project:saucy_havana_nova_trunkDate of build:Tue, 02 Jul 2013 15:31:22 -0400Build duration:19 minBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth

[Openstack-ubuntu-testing-notifications] Build Failure: precise_grizzly_nova_stable #1029

2013-07-02 Thread openstack-testing-bot
at 20130702-1604Build

[Openstack-ubuntu-testing-notifications] Build Failure: raring_grizzly_nova_stable #1037

2013-07-02 Thread openstack-testing-bot
at 20130702-1604Build needed 00

[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_ceilometer_trunk #129

2013-07-02 Thread openstack-testing-bot
Title: saucy_havana_ceilometer_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_ceilometer_trunk/129/Project:saucy_havana_ceilometer_trunkDate of build:Tue, 02 Jul 2013 17:01:15 -0400Build duration:4 min 44 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_ceilometer_trunk #147

2013-07-02 Thread openstack-testing-bot
Title: precise_havana_ceilometer_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_ceilometer_trunk/147/Project:precise_havana_ceilometer_trunkDate of build:Tue, 02 Jul 2013 17:10:21 -0400Build duration:3 min 34 secBuild cause:Started by an SCM

[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_nova_trunk #331

2013-07-02 Thread openstack-testing-bot
Title: saucy_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_nova_trunk/331/Project:saucy_havana_nova_trunkDate of build:Tue, 02 Jul 2013 17:06:00 -0400Build duration:13 minBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth

[Openstack-ubuntu-testing-notifications] Build Fixed: saucy_havana_python-novaclient_trunk #47

2013-07-02 Thread openstack-testing-bot
/volumes.pyeditrequirements.txteditnovaclient/v1_1/servers.pyeditnovaclient/auth_plugin.pyConsole Output[...truncated 2847 lines...]Finished at 20130702-1838Build needed 00:02:27, 5220k disc spaceINFO:root:Uploading package to ppa:openstack-ubuntu-testing/havanaDEBUG:root:['dput', 'ppa:openstack-ubuntu-testing

[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_nova_trunk #332

2013-07-02 Thread openstack-testing-bot
Title: saucy_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_nova_trunk/332/Project:saucy_havana_nova_trunkDate of build:Tue, 02 Jul 2013 18:35:37 -0400Build duration:14 minBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth

[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_nova_trunk #333

2013-07-02 Thread openstack-testing-bot
Title: saucy_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_nova_trunk/333/Project:saucy_havana_nova_trunkDate of build:Tue, 02 Jul 2013 19:31:18 -0400Build duration:12 minBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth

[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_ceilometer_trunk #130

2013-07-02 Thread openstack-testing-bot
Title: saucy_havana_ceilometer_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_ceilometer_trunk/130/Project:saucy_havana_ceilometer_trunkDate of build:Tue, 02 Jul 2013 20:51:47 -0400Build duration:2 min 43 secBuild cause:Started by user Adam

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_ceilometer_trunk #148

2013-07-02 Thread openstack-testing-bot
Title: precise_havana_ceilometer_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_ceilometer_trunk/148/Project:precise_havana_ceilometer_trunkDate of build:Tue, 02 Jul 2013 20:58:19 -0400Build duration:1 min 42 secBuild cause:Started by user Adam

[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_nova_trunk #334

2013-07-02 Thread openstack-testing-bot
Title: saucy_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_nova_trunk/334/Project:saucy_havana_nova_trunkDate of build:Tue, 02 Jul 2013 21:31:19 -0400Build duration:12 minBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth

[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_nova_trunk #335

2013-07-02 Thread openstack-testing-bot
Title: saucy_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_nova_trunk/335/Project:saucy_havana_nova_trunkDate of build:Tue, 02 Jul 2013 22:31:17 -0400Build duration:1 min 11 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build failed in Jenkins: cloud-archive_grizzly_version-drift #74

2013-07-02 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_grizzly_version-drift/74/ -- Started by timer Building remotely on pkg-builder in workspace http://10.189.74.7:8080/job/cloud-archive_grizzly_version-drift/ws/ [cloud-archive_grizzly_version-drift] $ /bin/bash

[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_nova_trunk #336

2013-07-02 Thread openstack-testing-bot
Title: saucy_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_nova_trunk/336/Project:saucy_havana_nova_trunkDate of build:Wed, 03 Jul 2013 00:01:18 -0400Build duration:12 minBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth

[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_nova_trunk #337

2013-07-02 Thread openstack-testing-bot
Title: saucy_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_nova_trunk/337/Project:saucy_havana_nova_trunkDate of build:Wed, 03 Jul 2013 01:02:26 -0400Build duration:13 minBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth