[Openstack] Upload qcow2 image with configuration xml

2013-07-25 Thread Jake G.
Hi listers, I am trying to upload a KVM qcow2 image into Openstack, but I noticed after deploying an instance from the image, There are no NICs or other attached virtual hardware on the VM. My question is, how can I import the qcow2 disk image to include the configuration information included

Re: [Openstack] IMPORTANT: Openstack List Migration (Please read)

2013-07-25 Thread Sylvain Bauza
Hi Paul, Apologies if I missed any related info, but how to subscribe to the new lists.openstack.org list ? I can't find my way thru mailman [1] Thanks, -Sylvain [1] : http://lists.openstack.org/cgi-bin/mailman/listinfo Le 24/07/2013 18:19, Paul Hummer a écrit : Openstackers- You've

[Openstack] Kwapi architecture

2013-07-25 Thread Narayanan, Krishnaprasad
Hallo Stackers, This is regarding the power measurement for VMs running in OpenStack. On the web I found that, Ceilometer has Kwapi that measures the power on hosts (compute nodes) and for VMs, the implementation is under progress. Can I get a feedback from the community regarding the

Re: [Openstack] Malformed Requests

2013-07-25 Thread Unmesh Gurjar
Hi Justin, Looking at the endpoints in the auth response (v2.0/tokens), probably the URL should be http://openstack.cloud.fandingo.org:8776/v1/4457698fa26d4ce59f1811e91521f6c4/volumes/detail instead of http://openstack.cloud.kerrygroup.net:8776/v1/4457698fa26d4ce59f1811e91521f6c4/volumes/detail.

[Openstack] Nova services fail to start after a packstack install

2013-07-25 Thread Damion Parry
Hello, Hopefully someone can shed some light on this for me: I have just completed a fresh packstack install (openstack-packstack-2013.1.1-0.20.dev642.el6.noarch) on a fresh centos 6.4 install (2.6.32-358.el6.x86_64) and the default 'packstack --allinone --os-quantum-install=n'. This

Re: [Openstack] Upload qcow2 image with configuration xml

2013-07-25 Thread Razique Mahroua
Hey Jack,can you show the result of$ virsh dumpxml $instance_namethanks! Razique Mahroua-Nuage Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15 Le 25 juil. 2013 à 07:59, "Jake G." dj_dark_jungl...@yahoo.com a écrit :Hi listers,I am trying to upload a KVM qcow2 image into Openstack, but I

[Openstack] How to set up the unit test environment of cinder?

2013-07-25 Thread Zhangzan (zana)
Hi Can anyone tell me how to set up cinder unit test environment? Usually, I download the cinder code and run script run_test.sh. But, now it can not work. This is the error msg: root@ubuntu:/home/cinder-master# ./run_tests.sh -N -P Running ` python setup.py testr --testr-args='--subunit

[Openstack] [OpenStack][QA] Writing a test plan for blueprint: Use common RPC listener to consume messages

2013-07-25 Thread Nir Magnezi
Hello Gabriel, My name is Nir, I'm part of rhos-qe (Redhat Openstack QE team). We are testing openstack and currently writing test-plans for the new Havana features. I would like to get your help in writing a test plan for this feature: Use common RPC listener to consume messages[1] The idea

[Openstack] Instance cannot reach internet or Openstack DHCP services

2013-07-25 Thread Jake G.
Hi Openers, I finally deployed an instance with a NIC attached by now I am affraid I have a Networking miss-configuration, because the instance cannot reach the internet nor the Openstack DHCP services. I tried stopping the firewall, giving a static IP, etc but I cannot ping anything. My

[Openstack] Call to API very slow [Grizzly]

2013-07-25 Thread Chu Duc Minh
All operations in my Openstack dashboard very slow (compare to my old Openstack deployment) Then i do some check on an instance: $ time curl http://169.254.169.254/openstack 2012-08-10 2013-04-04 latest real0m*5.605s* user0m0.004s sys0m0.004s 5 seconds for a simple API query !?? in

Re: [Openstack] Call to API very slow [Grizzly]

2013-07-25 Thread Peter Cheung
I am having a problem about calling API speed is up and down, something need 0.1s, something it needs 3s Thanksfrom Peter Date: Thu, 25 Jul 2013 17:41:11 +0700 From: chu.ducm...@gmail.com To: openstack@lists.launchpad.net; openst...@lists.openstack.org Subject: [Openstack] Call to API very slow

Re: [Openstack] Call to API very slow [Grizzly]

2013-07-25 Thread Chu Duc Minh
Check some more API (I run these command below from Controller node): # time quantum subnet-list (...have 4 subnet) real0m0.676s user0m0.196s sys 0m0.020s # time quantum router-list (...have 1 router) real0m0.496s user0m0.164s sys 0m0.052s # time nova list --all_tenants=1

[Openstack] How to work with Flat DHCP Grizzly

2013-07-25 Thread comiqadze
Hi, folks! Does somebody know any guide for installation of the Flat DHCP step by step? I followed this guide for building the system: https://gist.github.com/tmartinx/d36536b7b62a48f859c2 my system is: 2 machines with ubuntu 12.04. one compute, one controller. I neatly followed this guide,

Re: [Openstack] VM cannot get IP in Big cluster (grizzly, quantum, multi-host, gre)

2013-07-25 Thread Yuan, Ye A
Hi all, Our team has built 15+ compute nodes Openstack cluster, and with 200+ VM running on it. But we met a stranger issue and boring me several work days. Could anyone help me ? :) The phenomenon is: if we create multi VMs in one request some or all of them cannot get IP from DHCP agent. Logs

Re: [Openstack] VM cannot get IP in Big cluster (grizzly, quantum, multi-host, gre)

2013-07-25 Thread Yuan, Ye A
I also met this bug: http://openstack.redhat.com/forum/discussion/230/warning-quantum-db-agentschedulers_db-fail-scheduling-network/p1 Best wishes, Yale Yuan From: Openstack [mailto:openstack-bounces+ye.a.yuan=intel@lists.launchpad.net] On Behalf Of Yuan, Ye A Sent: Thursday, July 25, 2013

Re: [Openstack] IMPORTANT: Openstack List Migration (Please read)

2013-07-25 Thread Paul Michali
From the main page, you click on the list name and it takes you to a link on how to subscribe/unsubscribe… http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev PCM (Paul Michali) MAIL p...@cisco.com IRC pcm_ (irc.freenode.net) TW @pmichali On Jul 25, 2013, at 3:06 AM,

Re: [Openstack] Call to API very slow [Grizzly]

2013-07-25 Thread Jay Pipes
You will need to provide more details than old vs. new OpenStack. For example... 1) What is your network model in the old vs. new 2) What version of OpenStack is the old 3) Is Keystone used in old and new? If so, what drivers are used in Keystone? 4) Do you have errors in any of your log files

Re: [Openstack] [OpenStack][QA] Writing a test plan for blueprint: Use common RPC listener to consume messages

2013-07-25 Thread Nir Magnezi
On 07/25/2013 01:03 PM, Nir Magnezi wrote: Hello Gabriel, My name is Nir, I'm part of rhos-qe (Redhat Openstack QE team). We are testing openstack and currently writing test-plans for the new Havana features. I would like to get your help in writing a test plan for this feature: Use common

Re: [Openstack] IMPORTANT: Openstack List Migration (Please read)

2013-07-25 Thread Sylvain Bauza
Hi, Nope, I was talking about the openst...@lists.openstack.org ML, which I can't find on mailman. The link you gave me is about openstack-dev@, not openstack@. If Paul Hummel (or other) could tell us what to do to subscribe to the fresh new openst...@lists.openstack.org, it would be great

Re: [Openstack] IMPORTANT: Openstack List Migration (Please read)

2013-07-25 Thread Damion Parry
Hello, I happened to stumble across: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack HTH, Damion. On 25 Jul 2013, at 13:50, Sylvain Bauza sylvain.ba...@bull.net wrote: Hi, Nope, I was talking about the openst...@lists.openstack.org ML, which I can't find on mailman. The link

Re: [Openstack] Image prep. cloud-init user configuration help.

2013-07-25 Thread Brian Schott
When you bundle the image, make sure you remove the /var/lib/cloud directory. It contains lock files and a local cache from the first time it was run. - Brian Schott, CTO Nimbis Services, Inc. brian.sch...@nimbisservices.com ph: 443-274-6064

Re: [Openstack] IMPORTANT: Openstack List Migration (Please read)

2013-07-25 Thread Adam Young
Yes, but subscribing for that gets a page with The requested URL /mailman/subscribe/openstack was not found on this server. On 07/25/2013 08:52 AM, Damion Parry wrote: Hello, I happened to stumble across: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack HTH, Damion. On 25 Jul

[Openstack] devstack issue related to Python-keystoneclient

2013-07-25 Thread Jay Lau
Hi, Can someone give a workaround way for https://bugs.launchpad.net/devstack/+bug/1199529? This issue is blocking many stackers. Thanks, Jay ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe :

Re: [Openstack] devstack issue related to Python-keystoneclient

2013-07-25 Thread Jay Lau
Thanks Davanum for the quick response! Can you please show me the configuration for how to disable Horizon in localrc? Thanks, Jay 2013/7/25 Davanum Srinivas dava...@gmail.com Jay, fyi, Since i did not need Horizon, i just disabled it in my localrc to get past this problem -- dims On

Re: [Openstack] 回覆: VM cannot get IP in Big cluster (grizzly, quantum, multi-host, gre)

2013-07-25 Thread Yuan, Ye A
你好,不是的,是项目组需要☺请问你们那里有 大规模成功的case么?我们预计需要扩展到1200+VM Best wishes, Yale Yuan From: mcheung63 [mailto:mcheun...@hotmail.com] Sent: Thursday, July 25, 2013 11:22 PM To: Yuan, Ye A Subject: 回覆: [Openstack] VM cannot get IP in Big cluster (grizzly, quantum, multi-host, gre) 大陸人? 搞openstack是自用?

Re: [Openstack] devstack issue related to Python-keystoneclient

2013-07-25 Thread Jay Lau
Thanks Davanum for the quick response! Can you please show me the configuration for how to disable Horizon in localrc? Thanks, Jay 2013/7/25 Davanum Srinivas dava...@gmail.com Jay, fyi, Since i did not need Horizon, i just disabled it in my localrc to get past this problem -- dims On

Re: [Openstack] devstack issue related to Python-keystoneclient

2013-07-25 Thread Dean Troyer
On Thu, Jul 25, 2013 at 11:05 AM, Jay Lau jay.lau@gmail.com wrote: Thanks Davanum for the quick response! Can you please show me the configuration for how to disable Horizon in localrc? In localrc: disable_service horizon This particular problem appears to be due to out-of-date source

[Openstack] [docs] Japanese version of Operations Guide is now available

2013-07-25 Thread Akihiro MOTOKI
Hi all, We, Japanese OpenStack Users Group, are happy to announce Japanese version of OpenStack Operations Guide is published. The document is available at http://openstack-ja.github.io/openstack-manuals/openstack-ops/content/ We announced it at OpenStack 3rd anniversary event in Japan

Re: [Openstack] devstack issue related to Python-keystoneclient

2013-07-25 Thread Dean Troyer
On Thu, Jul 25, 2013 at 11:14 AM, Dean Troyer dtro...@gmail.com wrote: This particular problem appears to be due to out-of-date source trees, in this case an older horizon with an out of date requirements.txt. I should add...providing the output of tools/info.sh is extremely helpful in

Re: [Openstack] [docs] Japanese version of Operations Guide is now available

2013-07-25 Thread Jake G.
お疲れ様でした! 英語版より絶対分かりやすいと思う。母国語が英語なのにわきわからない。笑 よろしくお願いします。 On 2013/07/26, at 1:17, Akihiro MOTOKI amot...@gmail.com wrote: Hi all, We, Japanese OpenStack Users Group, are happy to announce Japanese version of OpenStack Operations Guide is published. The document is available at

Re: [Openstack] [OpenStack][QA] Writing a test plan for blueprint: Use common RPC listener to consume messages

2013-07-25 Thread Thierry Carrez
Nir Magnezi wrote: My name is Nir, I'm part of rhos-qe (Redhat Openstack QE team). We are testing openstack and currently writing test-plans for the new Havana features. This discussion probably belongs to the openstack-dev mailing-list, which is focused on discussing development of the next

Re: [Openstack] IMPORTANT: Openstack List Migration (Please read)

2013-07-25 Thread Thierry Carrez
Sylvain Bauza wrote: Hi Paul, Apologies if I missed any related info, but how to subscribe to the new lists.openstack.org list ? I can't find my way thru mailman [1] My understanding is that the current subscriptions will be migrated to the new list automatically. I suspect that direct

[Openstack] [OpenStack][Neutron] Cleanup of network namespaces not happening

2013-07-25 Thread Balamurugan V G
Hi, I have a 3 nodes Grizzly 2013.1.1 setup and I see that the network namespaces are not getting deleted even after the networks/subnets are deleted. When I run 'quantum-netns-cleanup', I get the following error: root@openstack-dev-network:~# quantum-netns-cleanup 2013-07-25 12:51:25 CRITICAL

Re: [Openstack] Malformed Requests

2013-07-25 Thread Justin Brown
Oops, a rather poor attempt at obfuscation in my email. The domain name is correct in Openstack. It actually looks like a bug in Openstack. I traced the problem to line 911 in nova/api/openstack/wsgi.py: if (context and project_id and (project_id != context.project_id)): msg

Re: [Openstack] How to work with Flat DHCP Grizzly

2013-07-25 Thread Calvin Austin
Openstack networking can be very frustrating, the guide you are following is for quantum so you don't use nova.networking configurations. 1. download the cirros image in the tutorial , you can then login via vnc without networking and rebuild a static network on that image for testing Quantum is

Re: [Openstack] [docs] Japanese version of Operations Guide is now available

2013-07-25 Thread Mark Collier
This is a very exciting accomplishment! Thank you for the hard work on this important task. On Thu, Jul 25, 2013 at 11:17 AM, Akihiro MOTOKI amot...@gmail.com wrote: Hi all, We, Japanese OpenStack Users Group, are happy to announce Japanese version of OpenStack Operations Guide is

Re: [Openstack] Malformed Requests

2013-07-25 Thread Justin Brown
After spending two hours wading through the Python code, I figured it out. Configuration error. This is what happens when auth_strategy = keystone is missing from /etc/nova/nova.conf, even if Keystone is otherwise fully configured. On Thu, Jul 25, 2013 at 12:34 PM, Justin Brown

Re: [Openstack] How to set up the unit test environment of cinder?

2013-07-25 Thread Bill Owen
Hi, There have been some changes in the test environment lately that could be causing your problem. I usually run tests using a virtual environment (without the -N or no virtual environnment flag). You might try that, and have the test environment re-initialized with the latest required

Re: [Openstack] [docs] Japanese version of Operations Guide is now available

2013-07-25 Thread Colin McNamara
Wow, this is great. Love to see user groups stepping up to contribute. Regards, Colin If you would like to schedule a time to speak with me, please click here to see my calendar and pick a time that works for your schedule. The system will automatically send us both an outlook meeting invite.

Re: [Openstack] How to work with Flat DHCP Grizzly

2013-07-25 Thread Martinx - ジェームズ
Hi! Sorry to not answer your private e-mail in time. I'm quite sure that you'll need at least, two networks but, both private (according to my guide), one for openstack components, other for Instances. It doesn't work like OpenNebula as you thought... You don't need nothing related to nova

Re: [Openstack] [Openstack-docs] [docs] Japanese version of Operations Guide is now available

2013-07-25 Thread Nermina Miller
Congrats to both the authors and the translation team!!! That's an awesome achievement! - Nermina On Thu, Jul 25, 2013 at 12:25 PM, Jake G. dj_dark_jungl...@yahoo.comwrote: お疲れ様でした! 英語版より絶対分かりやすいと思う。母国語が英語なのにわきわからない。笑 よろしくお願いします。 On 2013/07/26, at 1:17, Akihiro MOTOKI amot...@gmail.com

Re: [Openstack] Call to API very slow [Grizzly]

2013-07-25 Thread Chu Duc Minh
On Thu, Jul 25, 2013 at 7:30 PM, Jay Pipes jaypi...@gmail.com wrote: You will need to provide more details than old vs. new OpenStack. For example... 1) What is your network model in the old vs. new Old: nova-network + FlatDHCP New: Quantum + OpenvSwitch + network-namespace +

Re: [Openstack] [OpenStack][Neutron] Cleanup of network namespaces not happening

2013-07-25 Thread raghavendra.lad
Hi, I have installed Openstack Grizzly ubuntu 12.04 still floating IPs alloting issue and cannot ssh into VM any thoughts please share. I have followed the multi node install of Msknebil and found error while creating volume. I would like to know the path that was discussed in @etc@rc.local

[Openstack] Tenant list

2013-07-25 Thread Remo Mattei
Nell'ospedale what is the best way to list all instance of a tenant without having to ask for their password if I am the admin so I can check if there is ny problems with an instance Thanks ___ Mailing list: https://launchpad.net/~openstack Post to

Re: [Openstack] Tenant list

2013-07-25 Thread Aaron Rosen
nova --os-tenant-name name command Aaron On Thu, Jul 25, 2013 at 9:06 PM, Remo Mattei r...@mattei.org wrote: Nell'ospedale what is the best way to list all instance of a tenant without having to ask for their password if I am the admin so I can check if there is ny problems with an

Re: [Openstack] Tenant list

2013-07-25 Thread Remo Mattei
Sorry my pad changed the first two words Inviato da iPad () Il giorno Jul 25, 2013, alle ore 21:06, Remo Mattei r...@mattei.org ha scritto: Nell'ospedale what is the best way to list all instance of a tenant without having to ask for their password if I am the admin so I can check if

[Openstack] Host NIC configuration example needed Pretty PLEASE!

2013-07-25 Thread Jake G.
Hi everyone, Really screaming right now trying to get Quantum networking configured correctly. Wondering if someone can share there host NIC configuration with me?  Basically, I have two NICs but not sure how they should be configured. Any IPs are ok. Do I need to create a bridge? Should I

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_heat_trunk #8

2013-07-25 Thread openstack-testing-bot
Title: precise_havana_heat_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_heat_trunk/8/Project:precise_havana_heat_trunkDate of build:Thu, 25 Jul 2013 03:01:15 -0400Build duration:2 min 2 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_heat_trunk #8

2013-07-25 Thread openstack-testing-bot
Title: saucy_havana_heat_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_heat_trunk/8/Project:saucy_havana_heat_trunkDate of build:Thu, 25 Jul 2013 03:01:15 -0400Build duration:2 min 35 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_heat_trunk #9

2013-07-25 Thread openstack-testing-bot
Title: precise_havana_heat_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_heat_trunk/9/Project:precise_havana_heat_trunkDate of build:Thu, 25 Jul 2013 06:31:44 -0400Build duration:3 min 4 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_heat_trunk #9

2013-07-25 Thread openstack-testing-bot
Title: saucy_havana_heat_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_heat_trunk/9/Project:saucy_havana_heat_trunkDate of build:Thu, 25 Jul 2013 06:31:44 -0400Build duration:3 min 48 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_heat_trunk #10

2013-07-25 Thread openstack-testing-bot
Title: precise_havana_heat_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_heat_trunk/10/Project:precise_havana_heat_trunkDate of build:Thu, 25 Jul 2013 07:31:14 -0400Build duration:3 min 40 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_heat_trunk #10

2013-07-25 Thread openstack-testing-bot
Title: saucy_havana_heat_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_heat_trunk/10/Project:saucy_havana_heat_trunkDate of build:Thu, 25 Jul 2013 07:31:15 -0400Build duration:4 min 34 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_heat_trunk #11

2013-07-25 Thread openstack-testing-bot
Title: precise_havana_heat_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_heat_trunk/11/Project:precise_havana_heat_trunkDate of build:Thu, 25 Jul 2013 09:01:15 -0400Build duration:1 min 53 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_heat_trunk #11

2013-07-25 Thread openstack-testing-bot
Title: saucy_havana_heat_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_heat_trunk/11/Project:saucy_havana_heat_trunkDate of build:Thu, 25 Jul 2013 09:01:14 -0400Build duration:2 min 29 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_glance_trunk #93

2013-07-25 Thread openstack-testing-bot
Title: saucy_havana_glance_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_glance_trunk/93/Project:saucy_havana_glance_trunkDate of build:Thu, 25 Jul 2013 10:31:34 -0400Build duration:4 min 14 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_neutron_trunk #73

2013-07-25 Thread openstack-testing-bot
Title: saucy_havana_neutron_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_neutron_trunk/73/Project:saucy_havana_neutron_trunkDate of build:Thu, 25 Jul 2013 10:32:34 -0400Build duration:3 min 12 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_glance_trunk #121

2013-07-25 Thread openstack-testing-bot
Title: precise_havana_glance_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_glance_trunk/121/Project:precise_havana_glance_trunkDate of build:Thu, 25 Jul 2013 10:31:32 -0400Build duration:3 min 32 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_heat_trunk #12

2013-07-25 Thread openstack-testing-bot
Title: precise_havana_heat_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_heat_trunk/12/Project:precise_havana_heat_trunkDate of build:Thu, 25 Jul 2013 12:01:15 -0400Build duration:1 min 54 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_heat_trunk #12

2013-07-25 Thread openstack-testing-bot
Title: saucy_havana_heat_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_heat_trunk/12/Project:saucy_havana_heat_trunkDate of build:Thu, 25 Jul 2013 12:01:15 -0400Build duration:2 min 24 secBuild cause:Started by an SCM changeBuilt

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

2013-07-25 Thread openstack-testing-bot
Title: precise_havana_ceilometer_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_ceilometer_trunk/208/Project:precise_havana_ceilometer_trunkDate of build:Thu, 25 Jul 2013 13:01:14 -0400Build duration:4 min 43 secBuild cause:Started by an SCM

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

2013-07-25 Thread openstack-testing-bot
Title: saucy_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_nova_trunk/521/Project:saucy_havana_nova_trunkDate of build:Thu, 25 Jul 2013 13:01:18 -0400Build duration:5 min 14 secBuild cause:Started by an SCM changeBuilt

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

2013-07-25 Thread openstack-testing-bot
Title: saucy_havana_ceilometer_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_ceilometer_trunk/192/Project:saucy_havana_ceilometer_trunkDate of build:Thu, 25 Jul 2013 13:01:17 -0400Build duration:5 min 9 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_nova_trunk #675

2013-07-25 Thread openstack-testing-bot
Title: precise_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/675/Project:precise_havana_nova_trunkDate of build:Thu, 25 Jul 2013 13:02:31 -0400Build duration:6 min 10 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_cinder_trunk #257

2013-07-25 Thread openstack-testing-bot
at 20130725-1413Build needed 00:03:01, 31704k disc spaceERROR:root:Error occurred during package

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_nova_trunk #676

2013-07-25 Thread openstack-testing-bot
Title: precise_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/676/Project:precise_havana_nova_trunkDate of build:Thu, 25 Jul 2013 14:31:33 -0400Build duration:4 min 53 secBuild cause:Started by an SCM changeBuilt

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

2013-07-25 Thread openstack-testing-bot
Title: saucy_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_nova_trunk/522/Project:saucy_havana_nova_trunkDate of build:Thu, 25 Jul 2013 14:31:54 -0400Build duration:4 min 32 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_cinder_trunk #258

2013-07-25 Thread openstack-testing-bot
at 20130725-1537Build needed 00:02:30, 31728k disc spaceERROR:root:Error occurred

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

2013-07-25 Thread openstack-testing-bot
Title: saucy_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_nova_trunk/523/Project:saucy_havana_nova_trunkDate of build:Thu, 25 Jul 2013 16:32:24 -0400Build duration:8 min 34 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_nova_trunk #677

2013-07-25 Thread openstack-testing-bot
Title: precise_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/677/Project:precise_havana_nova_trunkDate of build:Thu, 25 Jul 2013 16:31:18 -0400Build duration:9 min 40 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: raring_grizzly_quantum_stable #515

2013-07-25 Thread openstack-testing-bot
Title: raring_grizzly_quantum_stable General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_quantum_stable/515/Project:raring_grizzly_quantum_stableDate of build:Thu, 25 Jul 2013 17:01:39 -0400Build duration:52 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_grizzly_quantum_stable #534

2013-07-25 Thread openstack-testing-bot
Title: precise_grizzly_quantum_stable General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_quantum_stable/534/Project:precise_grizzly_quantum_stableDate of build:Thu, 25 Jul 2013 17:01:38 -0400Build duration:48 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: raring_grizzly_nova_stable #1047

2013-07-25 Thread openstack-testing-bot
at 20130725-1819Build needed 00:12:44, 122260k disc spaceERROR:root:Error occurred during

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

2013-07-25 Thread openstack-testing-bot
at 20130725

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

2013-07-25 Thread openstack-testing-bot
Title: precise_havana_ceilometer_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_ceilometer_trunk/209/Project:precise_havana_ceilometer_trunkDate of build:Thu, 25 Jul 2013 18:32:10 -0400Build duration:2 min 41 secBuild cause:Started by an SCM

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

2013-07-25 Thread openstack-testing-bot
Title: precise_havana_neutron_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_neutron_trunk/74/Project:precise_havana_neutron_trunkDate of build:Thu, 25 Jul 2013 18:33:26 -0400Build duration:1 min 41 secBuild cause:Started by an SCM changeBuilt

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

2013-07-25 Thread openstack-testing-bot
Title: saucy_havana_ceilometer_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_ceilometer_trunk/193/Project:saucy_havana_ceilometer_trunkDate of build:Thu, 25 Jul 2013 18:34:53 -0400Build duration:6 min 44 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_glance_trunk #94

2013-07-25 Thread openstack-testing-bot
Title: saucy_havana_glance_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_glance_trunk/94/Project:saucy_havana_glance_trunkDate of build:Thu, 25 Jul 2013 18:34:54 -0400Build duration:6 min 13 secBuild cause:Started by an SCM changeBuilt

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

2013-07-25 Thread openstack-testing-bot
Title: saucy_havana_neutron_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_neutron_trunk/74/Project:saucy_havana_neutron_trunkDate of build:Thu, 25 Jul 2013 18:41:39 -0400Build duration:3 min 50 secBuild cause:Started by an SCM changeBuilt

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

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

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_nova_trunk #678

2013-07-25 Thread openstack-testing-bot
Title: precise_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/678/Project:precise_havana_nova_trunkDate of build:Thu, 25 Jul 2013 18:44:55 -0400Build duration:10 minBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Fixed: precise_grizzly_nova_stable #1040

2013-07-25 Thread openstack-testing-bot
Title: precise_grizzly_nova_stable General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_nova_stable/1040/Project:precise_grizzly_nova_stableDate of build:Thu, 25 Jul 2013 18:35:09 -0400Build duration:22 minBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Fixed: raring_grizzly_nova_stable #1048

2013-07-25 Thread openstack-testing-bot
Title: raring_grizzly_nova_stable General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_nova_stable/1048/Project:raring_grizzly_nova_stableDate of build:Thu, 25 Jul 2013 18:41:39 -0400Build duration:27 minBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_heat_trunk #13

2013-07-25 Thread openstack-testing-bot
Title: precise_havana_heat_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_heat_trunk/13/Project:precise_havana_heat_trunkDate of build:Thu, 25 Jul 2013 19:31:49 -0400Build duration:4 min 30 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_heat_trunk #13

2013-07-25 Thread openstack-testing-bot
Title: saucy_havana_heat_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_heat_trunk/13/Project:saucy_havana_heat_trunkDate of build:Thu, 25 Jul 2013 19:33:18 -0400Build duration:6 min 44 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_nova_trunk #679

2013-07-25 Thread openstack-testing-bot
Title: precise_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/679/Project:precise_havana_nova_trunkDate of build:Thu, 25 Jul 2013 19:36:32 -0400Build duration:7 min 29 secBuild cause:Started by an SCM changeBuilt

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

2013-07-25 Thread openstack-testing-bot
Title: saucy_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_nova_trunk/525/Project:saucy_havana_nova_trunkDate of build:Thu, 25 Jul 2013 19:40:05 -0400Build duration:5 min 33 secBuild cause:Started by an SCM changeBuilt

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

2013-07-25 Thread openstack-testing-bot
Title: saucy_havana_neutron_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_neutron_trunk/75/Project:saucy_havana_neutron_trunkDate of build:Thu, 25 Jul 2013 20:02:10 -0400Build duration:3 min 5 secBuild cause:Started by an SCM changeBuilt

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

2013-07-25 Thread openstack-testing-bot
Title: precise_havana_neutron_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_neutron_trunk/75/Project:precise_havana_neutron_trunkDate of build:Thu, 25 Jul 2013 20:02:09 -0400Build duration:2 min 37 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_heat_trunk #14

2013-07-25 Thread openstack-testing-bot
Title: precise_havana_heat_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_heat_trunk/14/Project:precise_havana_heat_trunkDate of build:Thu, 25 Jul 2013 21:31:21 -0400Build duration:4 min 6 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_heat_trunk #14

2013-07-25 Thread openstack-testing-bot
Title: saucy_havana_heat_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_heat_trunk/14/Project:saucy_havana_heat_trunkDate of build:Thu, 25 Jul 2013 21:32:32 -0400Build duration:7 min 11 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_heat_trunk #15

2013-07-25 Thread openstack-testing-bot
Title: precise_havana_heat_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_heat_trunk/15/Project:precise_havana_heat_trunkDate of build:Thu, 25 Jul 2013 22:01:33 -0400Build duration:2 min 14 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_heat_trunk #15

2013-07-25 Thread openstack-testing-bot
Title: saucy_havana_heat_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_heat_trunk/15/Project:saucy_havana_heat_trunkDate of build:Thu, 25 Jul 2013 22:01:33 -0400Build duration:2 min 40 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_heat_trunk #16

2013-07-25 Thread openstack-testing-bot
Title: precise_havana_heat_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_heat_trunk/16/Project:precise_havana_heat_trunkDate of build:Thu, 25 Jul 2013 22:31:26 -0400Build duration:4 min 48 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_heat_trunk #16

2013-07-25 Thread openstack-testing-bot
Title: saucy_havana_heat_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_heat_trunk/16/Project:saucy_havana_heat_trunkDate of build:Thu, 25 Jul 2013 22:31:26 -0400Build duration:5 min 23 secBuild cause:Started by an SCM changeBuilt

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

2013-07-25 Thread openstack-testing-bot
Title: saucy_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_nova_trunk/526/Project:saucy_havana_nova_trunkDate of build:Thu, 25 Jul 2013 22:31:33 -0400Build duration:5 min 35 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_nova_trunk #680

2013-07-25 Thread openstack-testing-bot
Title: precise_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/680/Project:precise_havana_nova_trunkDate of build:Thu, 25 Jul 2013 22:32:35 -0400Build duration:5 min 36 secBuild cause:Started by an SCM changeBuilt

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

2013-07-25 Thread openstack-testing-bot
Title: saucy_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_nova_trunk/527/Project:saucy_havana_nova_trunkDate of build:Fri, 26 Jul 2013 00:01:22 -0400Build duration:5 min 1 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_nova_trunk #681

2013-07-25 Thread openstack-testing-bot
Title: precise_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/681/Project:precise_havana_nova_trunkDate of build:Fri, 26 Jul 2013 00:01:20 -0400Build duration:5 min 27 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_cinder_trunk #259

2013-07-25 Thread openstack-testing-bot
Title: saucy_havana_cinder_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_cinder_trunk/259/Project:saucy_havana_cinder_trunkDate of build:Fri, 26 Jul 2013 01:01:25 -0400Build duration:7 min 4 secBuild cause:Started by an SCM changeBuilt

  1   2   >