Re: [Openstack] Network setup - Swift / keystone location and configuraton?

2013-01-21 Thread Brian Ipsen
Hi, Just to clear things up: I am still trying to figure out how the different components interact, and exactly what the different parameters on the keystone command does. Once I get that understanding, things will probably be much easier :) [Reply] Yes , that's the keypoint. You must

[Openstack] Instance blocked when migrate between host.

2013-01-21 Thread Lei Zhang
Hi all, Today, I am testing the openstack migrate function. ( not live migration) After run the command `nova migrate`, the status of the instance became `Verify Resize` and never changed itself. Event though I found this instance has been started on another instance. If is this a bug? Or I

Re: [Openstack] Instance blocked when migrate between host.

2013-01-21 Thread Wolfgang Hennerbichler
Hi, same issue here, after changing the flavor. never returned to normal, had to go into mysql once again. On 01/21/2013 10:08 AM, Lei Zhang wrote: Hi all, Today, I am testing the openstack migrate function. ( not live migration) After run the command `nova migrate`, the status of the

Re: [Openstack] Instance blocked when migrate between host.

2013-01-21 Thread Lei Zhang
Hi Wolfgang, Actually, there is a better way. ``` nova reset-state --active instances ``` But I still doubt there is some bug here. The `instance-0001_resize` folder is never deleted. On Mon, Jan 21, 2013 at 5:12 PM, Wolfgang Hennerbichler wolfgang.hennerbich...@risc-software.at wrote:

Re: [Openstack] Instance blocked when migrate between host.

2013-01-21 Thread Julie Pichon
Hi Lei, Lei Zhang zhang.lei@gmail.com wrote: Today, I am testing the openstack migrate function. ( not live migration) After run the command `nova migrate`, the status of the instance became `Verify Resize` and never changed itself. Event though I found this instance has been started on

[Openstack] Devstack with ESXi Compute Node

2013-01-21 Thread Balamurugan V G
Hi, I started with a single node Devstack(with quantum) on a Ubuntu12.0 server and used a Flat network. It worked fine as I could launch instances and cover many use cases. Now I want to added a second compute node to this stack but it has to be an ESXi. So I launched a Ubuntu12.10 VM (using

Re: [Openstack] Instance blocked when migrate between host.

2013-01-21 Thread Lei Zhang
Hi Julie Thank you very much. I found nothing about these two command, and I am appreciate for adding some help information in `nova help migrate`. On Mon, Jan 21, 2013 at 5:28 PM, Julie Pichon jpic...@redhat.com wrote: Hi Lei, Lei Zhang zhang.lei@gmail.com wrote: Today, I am testing

[Openstack] Openstack shared storage. Examples and considerations?

2013-01-21 Thread zebra z zebra
Hi. I'm looking into reference architectures for OpenStack deployments for a project taking place soonish. I'm looking to build an OpenStack environment with an as yet undetermined (but might scale to thousands) compute core count. It'll most likely be based on 10GbE networking constructs.

Re: [Openstack] Devstack with ESXi Compute Node

2013-01-21 Thread Balamurugan V G
Looks like its due to difference in the devstack src versions in the two nodes (i am trying to update the other old node and try again). -Balu On Mon, Jan 21, 2013 at 3:02 PM, Balamurugan V G balamuruga...@gmail.comwrote: Hi, I started with a single node Devstack(with quantum) on a

Re: [Openstack] Tenant Isolation - Virtualbox

2013-01-21 Thread Kevin Jackson
Hi Roni, VirtualBox should honour the VLAN tagging, but it seems its related to the driver type used: e1000 strips the VLAN tag it seems. I don't recall having this issue, but if I get time I'll be happy to spin an environment up and have a play. See this post:

[Openstack] Instances and ARP

2013-01-21 Thread Joe Warren-Meeks
Hi guys, I've got openstack essex configured with vlanmanager and an external gateway and all my networking runs ok generally. However, I'm trying to setup Linux HA on two instances. They run on separate compute nodes and can see each other just fine. hb_takeover and hb_standby works perfectly.

Re: [Openstack] Network setup - Swift / keystone location and configuraton?

2013-01-21 Thread Hugo
Exactly 從我的 iPhone 傳送 Brian Ipsen brian.ip...@ryesgade47c.dk 於 2013/1/21 下午4:55 寫道: Hi, Just to clear things up: I am still trying to figure out how the different components interact, and exactly what the different parameters on the keystone command does. Once I get that

Re: [Openstack] Instances and ARP

2013-01-21 Thread Belmiro Moreira
Hi Joe, nova network filtering rules are preventing ip-spoofing. There is a proposal to modify this behavior when using HA in instances. See thread: [openstack-dev] VM level HA. Changes in firewall.py question. You can check with: virsh nwfilter-dumpxml nova-base cheers, Belmiro On Jan 21,

Re: [Openstack] [Openstack-dev]Where is libvirt library packages in Openstack Nova branch

2013-01-21 Thread Daniel P. Berrange
On Sun, Jan 20, 2013 at 01:46:58PM +0800, harryxiyou wrote: Hi all, I read the source code of Openstack Nova branch source codes but i can not find the standard libvirt library packages, which i think Nova uses libvirt interfaces they are from standard libvirt library to attach Sheepdog(or

Re: [Openstack] Progress on wiki migration to Mediawiki

2013-01-21 Thread Thierry Carrez
Anne Gentle wrote: - Make the landing page mo' better. (Thierry Carrez, ttx) While we won't be able to have the migration make the columns on all the pages lovely, he can make the first page beautious again. I pushed an optimized page at https://wiki-staging.openstack.org/wiki. There is still

Re: [Openstack] [Openstack-dev]Where is libvirt library packages in Openstack Nova branch

2013-01-21 Thread harryxiyou
On Mon, Jan 21, 2013 at 8:14 PM, Daniel P. Berrange berra...@redhat.com wrote: [...] The nova driver for talking to libvirt is in nova/virt/libvirt/ Yup, i think so. Therefore, i also think nova driver in nova/virt/libvirt has some relationships with libvirt code itself, right? Nova driver send

Re: [Openstack] [Openstack-dev]Where is libvirt library packages in Openstack Nova branch

2013-01-21 Thread Daniel P. Berrange
On Tue, Jan 22, 2013 at 12:13:57AM +0800, harryxiyou wrote: On Mon, Jan 21, 2013 at 8:14 PM, Daniel P. Berrange berra...@redhat.com wrote: [...] The nova driver for talking to libvirt is in nova/virt/libvirt/ Yup, i think so. Therefore, i also think nova driver in nova/virt/libvirt has

Re: [Openstack] [Openstack-dev]Where is libvirt library packages in Openstack Nova branch

2013-01-21 Thread harryxiyou
On Tue, Jan 22, 2013 at 12:20 AM, Daniel P. Berrange berra...@redhat.com wrote: [...] Nova simply uses the standard libvirt python module, which is a thin python wrapper around the libvirt.so C library. I think so, but i wonder if the standard libvirt python module is

Re: [Openstack] [Openstack-dev]Where is libvirt library packages in Openstack Nova branch

2013-01-21 Thread Daniel P. Berrange
On Tue, Jan 22, 2013 at 01:08:23AM +0800, harryxiyou wrote: On Tue, Jan 22, 2013 at 12:20 AM, Daniel P. Berrange berra...@redhat.com wrote: [...] Nova simply uses the standard libvirt python module, which is a thin python wrapper around the libvirt.so C library. I think so, but i wonder

Re: [Openstack] [Openstack-dev]Where is libvirt library packages in Openstack Nova branch

2013-01-21 Thread harryxiyou
On Tue, Jan 22, 2013 at 1:10 AM, Daniel P. Berrange berra...@redhat.com wrote: [...] That isn't the libvirt python module. That is Nova's libvirt integration driver code. That is to say, libvirt.so is from standard libvirt code itself and libvirt python module is from libvirt.so.

Re: [Openstack] Problem running devstack / stack.sh

2013-01-21 Thread Bhandaru, Malini K
Greetings Dusan! I am having similar issues and made no progress .. peeled the onion a bit. Hope somebody else can help us. I posted a request on devstack' s launchpad site too. 1) It helped making a copy of the sample localrc and placing in devstack home directory. 2) The

[Openstack] Ok, how do I debug this problem?

2013-01-21 Thread Christopher Smith
So we have this four node Nova cluster running Essex. It has worked fine, but we've added new network interfaces. Openstack has not yet been configured to use them, but changes have been made that allows the system to come up and configure the network in a similar way to before. Now, all of

[Openstack] Is nova-client thread safe ?

2013-01-21 Thread Day, Phil
Hi Folks, Does anyone know if the nova-client python binding is written to be thread safe ? We saw some odd behavour when using it with multiple threads, and before digging deeper just thought I'd check if there were known issues, etc. Thanks Phil

Re: [Openstack] Is nova-client thread safe ?

2013-01-21 Thread Jay Pipes
On 01/21/2013 01:24 PM, Day, Phil wrote: Hi Folks, Does anyone know if the nova-client python binding is written to be thread safe ? We saw some odd behavour when using it with multiple threads, and before digging deeper just thought I’d check if there were known issues, etc. The client

Re: [Openstack] Problem running devstack / stack.sh

2013-01-21 Thread Dusan Dordevic
Hi, I solved a problem. It seems problem was that I previously ran stack.sh that set up some passwords in MySQL for Keystone. When I re-run it, seems that I provided different password. What I've done is following: -Deleted devstack -dropped all MySQL databases -downloaded devstack again -run

Re: [Openstack] Progress on wiki migration to Mediawiki

2013-01-21 Thread Ryan Lane
Image location is fixed and the redirects are also in. Note that the redirects are set up for https://wiki.openstack.org, so they aren't currently testable (though I did manually change the redirect temporarily to test it). The redirects have the following behavior: wiki.openstack.org/Article -

[Openstack] vm can not get ip

2013-01-21 Thread sam lee
I install openstack folsom on ubuntu 12.04 following this guide https://github.com/mseknibilel/OpenStack-Folsom-Install-guide/blob/VLAN/2NICs/OpenStack_Folsom_Install_Guide_WebVersion.rst. Everything is ok util run an instance. I check the nova console log, it show that cloud-setup: checking

Re: [Openstack] vm can not get ip

2013-01-21 Thread sam lee
the following are my dhcp-agent configure and dnsmasq info. root@network:/home/openstack# ps -ef | grep dnsmasq nobody2299 1 0 Jan21 ?00:00:00 /usr/sbin/dnsmasq --no-hosts --no-resolv --strict-order --bind-interfaces --interface=tapc71e5285-a0 --except-interface=lo

Re: [Openstack] [Openstack-dev]Where is libvirt library packages in Openstack Nova branch

2013-01-21 Thread harryxiyou
On Tue, Jan 22, 2013 at 9:21 AM, longeek mengql112...@gmail.com wrote: Hi friends, Hi Meng, the python interface of libvirt maybe help you, because openstack uses it in nova/virt/libvirt/ If openstack use it direactly, how to call these interface effectively? I think Nova should place

[Openstack] using Win AD authentication as keystone backend

2013-01-21 Thread Liu Wenmao
hello all: My company use Windows AD(active directory) authentication for internal user login, is it possible to integrate the current authentication with keystone backend, so that we do not extra user/password maintaining. Hope Openstack Folsom has an easy and stable solution. thanks Wenmao

[Openstack] which is the level of unit test cases should be covered

2013-01-21 Thread Xiazhihui (Hashui, IT)
Hi friends, I want to upload a volume driver, right now I'm writing unit test case code ( it's also need to be uploaded). And I do not know the requirements of the unit test code. Which is the level of unit test cases in my unit test code should be covered: Function

Re: [Openstack] which is the level of unit test cases should be covered

2013-01-21 Thread Robert Collins
On 22 January 2013 16:37, Xiazhihui (Hashui, IT) xiazhihu...@huawei.com wrote: Hi friends, I want to upload a volume driver, right now I’m writing unit test case code ( it’s also need to be uploaded). And I do not know the requirements of the unit test code. Which is

Re: [Openstack] QUANTUM: DHCP issue with dnsmasq starting on network node under Folsom release on Ubuntu 12.04-1

2013-01-21 Thread Ivan
Hi Rob there are no namespaces, the culprit was in fact ubuntu 12.04, which installs dnsmasq with a LISTEN on ALL network connections by default. I just disabled its auto start and it is nor starting cleanly on the network node when a job is scheduled. Of course the VM's still doesn't get an IP

Re: [Openstack] Problem running devstack / stack.sh

2013-01-21 Thread Sagar Nikam
Hi Malani, Are you trying to run devstack with proxy set. You also need to set no_proxy. Please add the following entry in localrc file and execute stack.sh export no_proxy=localhost,127.0.0.1 I had faced the same error you have mentioned and the problem was solved by setting no_proxy

Re: [Openstack] Problem running devstack / stack.sh

2013-01-21 Thread Bhandaru, Malini K
Sagar, thank you for the suggestion. It did not help however (I already had in my .bashrc file ..) export no_proxy=localhost,*.local,.intel.com,127.0.0.0/8,143.183.0.0/16,172.16.0 Mysql is installed, shows it has a keystone database and keystone tables such as user and end point. I cross checked

Re: [Openstack] using Win AD authentication as keystone backend

2013-01-21 Thread Tim Bell
We run Active Directory with Keystone at CERN. The configuration is documented by Jose in the Wiki at http://wiki.openstack.org/HowtoIntegrateKeystonewithAD. Not sure if all the patches made it into Folsom though. Tim From: openstack-bounces+tim.bell=cern...@lists.launchpad.net

[Openstack-ubuntu-testing-notifications] Build Still Failing: raring_grizzly_horizon_trunk #44

2013-01-21 Thread openstack-testing-bot
Title: raring_grizzly_horizon_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_horizon_trunk/44/Project:raring_grizzly_horizon_trunkDate of build:Mon, 21 Jan 2013 04:01:09 -0500Build duration:21 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_grizzly_horizon_trunk #44

2013-01-21 Thread openstack-testing-bot
at 20130121-0403Build needed 00:00:00, 0k disc spaceE: apt-get update failedERROR:root:Error

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

2013-01-21 Thread openstack-testing-bot
Title: raring_grizzly_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_nova_trunk/506/Project:raring_grizzly_nova_trunkDate of build:Mon, 21 Jan 2013 12:31:16 -0500Build duration:50 secBuild cause:Started by an SCM changeBuilt

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

2013-01-21 Thread openstack-testing-bot
Title: precise_grizzly_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_nova_trunk/498/Project:precise_grizzly_nova_trunkDate of build:Mon, 21 Jan 2013 12:31:11 -0500Build duration:3 min 31 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: raring_grizzly_cinder_trunk #98

2013-01-21 Thread openstack-testing-bot
Title: raring_grizzly_cinder_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_cinder_trunk/98/Project:raring_grizzly_cinder_trunkDate of build:Mon, 21 Jan 2013 13:01:07 -0500Build duration:20 secBuild cause:Started by user anonymousBuilt

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

2013-01-21 Thread openstack-testing-bot
Title: raring_grizzly_quantum_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_quantum_trunk/216/Project:raring_grizzly_quantum_trunkDate of build:Mon, 21 Jan 2013 13:01:11 -0500Build duration:30 secBuild cause:Started by an SCM changeBuilt

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

2013-01-21 Thread openstack-testing-bot
Title: raring_grizzly_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_nova_trunk/507/Project:raring_grizzly_nova_trunkDate of build:Mon, 21 Jan 2013 13:01:41 -0500Build duration:1 min 8 secBuild cause:Started by an SCM changeBuilt

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

2013-01-21 Thread openstack-testing-bot
Title: precise_grizzly_quantum_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_quantum_trunk/211/Project:precise_grizzly_quantum_trunkDate of build:Mon, 21 Jan 2013 13:01:09 -0500Build duration:1 min 42 secBuild cause:Started by an SCM changeBuilt

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

2013-01-21 Thread openstack-testing-bot
Title: precise_grizzly_quantum_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_quantum_trunk/212/Project:precise_grizzly_quantum_trunkDate of build:Mon, 21 Jan 2013 14:01:09 -0500Build duration:1 min 33 secBuild cause:Started by an SCM changeBuilt

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

2013-01-21 Thread openstack-testing-bot
Title: raring_grizzly_quantum_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_quantum_trunk/217/Project:raring_grizzly_quantum_trunkDate of build:Mon, 21 Jan 2013 14:01:09 -0500Build duration:21 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Failure: raring_grizzly_swift_trunk #84

2013-01-21 Thread openstack-testing-bot
Title: raring_grizzly_swift_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_swift_trunk/84/Project:raring_grizzly_swift_trunkDate of build:Mon, 21 Jan 2013 14:31:12 -0500Build duration:25 secBuild cause:Started by an SCM changeBuilt

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

2013-01-21 Thread openstack-testing-bot
Title: raring_grizzly_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_nova_trunk/509/Project:raring_grizzly_nova_trunkDate of build:Mon, 21 Jan 2013 14:31:37 -0500Build duration:1 min 14 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Failure: precise_grizzly_swift_trunk #87

2013-01-21 Thread openstack-testing-bot
at 20130121

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

2013-01-21 Thread openstack-testing-bot
Title: raring_grizzly_quantum_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_quantum_trunk/218/Project:raring_grizzly_quantum_trunkDate of build:Mon, 21 Jan 2013 15:10:37 -0500Build duration:20 secBuild cause:Started by user James PageBuilt

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

2013-01-21 Thread openstack-testing-bot
Title: raring_grizzly_quantum_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_quantum_trunk/219/Project:raring_grizzly_quantum_trunkDate of build:Mon, 21 Jan 2013 15:37:17 -0500Build duration:3 min 37 secBuild cause:Started by user James PageBuilt

[Openstack-ubuntu-testing-notifications] Build Fixed: raring_grizzly_swift_trunk #85

2013-01-21 Thread openstack-testing-bot
Title: raring_grizzly_swift_trunk General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_swift_trunk/85/Project:raring_grizzly_swift_trunkDate of build:Mon, 21 Jan 2013 15:37:23 -0500Build duration:5 min 37 secBuild cause:Started by user James PageBuilt

[Openstack-ubuntu-testing-notifications] Build Fixed: raring_grizzly_cinder_trunk #99

2013-01-21 Thread openstack-testing-bot
Title: raring_grizzly_cinder_trunk General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_cinder_trunk/99/Project:raring_grizzly_cinder_trunkDate of build:Mon, 21 Jan 2013 15:37:29 -0500Build duration:5 min 57 secBuild cause:Started by user James PageBuilt

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

2013-01-21 Thread openstack-testing-bot
at 20130121

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

2013-01-21 Thread openstack-testing-bot
Title: raring_grizzly_glance_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_glance_trunk/88/Project:raring_grizzly_glance_trunkDate of build:Mon, 21 Jan 2013 15:43:01 -0500Build duration:2 min 58 secBuild cause:Started by user James PageBuilt

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

2013-01-21 Thread openstack-testing-bot
Title: raring_grizzly_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_nova_trunk/511/Project:raring_grizzly_nova_trunkDate of build:Mon, 21 Jan 2013 15:43:27 -0500Build duration:4 min 54 secBuild cause:Started by user James PageBuilt

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

2013-01-21 Thread openstack-testing-bot
Title: raring_grizzly_glance_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_glance_trunk/89/Project:raring_grizzly_glance_trunkDate of build:Mon, 21 Jan 2013 15:48:10 -0500Build duration:2 min 6 secBuild cause:Started by user James PageBuilt

[Openstack-ubuntu-testing-notifications] Build Fixed: precise_grizzly_horizon_trunk #45

2013-01-21 Thread openstack-testing-bot
Title: precise_grizzly_horizon_trunk General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_horizon_trunk/45/Project:precise_grizzly_horizon_trunkDate of build:Mon, 21 Jan 2013 15:52:33 -0500Build duration:5 min 9 secBuild cause:Started by user James PageBuilt

[Openstack-ubuntu-testing-notifications] Build Fixed: precise_grizzly_cinder_trunk #102

2013-01-21 Thread openstack-testing-bot
Title: precise_grizzly_cinder_trunk General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_cinder_trunk/102/Project:precise_grizzly_cinder_trunkDate of build:Mon, 21 Jan 2013 15:52:24 -0500Build duration:5 min 53 secBuild cause:Started by user James PageBuilt

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

2013-01-21 Thread openstack-testing-bot
at 20130121-1602Build needed 00:01:09, 11856k disc spaceERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'precise

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

2013-01-21 Thread openstack-testing-bot
Title: precise_grizzly_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_nova_trunk/503/Project:precise_grizzly_nova_trunkDate of build:Mon, 21 Jan 2013 16:31:11 -0500Build duration:4 min 4 secBuild cause:Started by an SCM changeBuilt

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

2013-01-21 Thread openstack-testing-bot
Title: raring_grizzly_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_nova_trunk/512/Project:raring_grizzly_nova_trunkDate of build:Mon, 21 Jan 2013 16:32:11 -0500Build duration:5 min 20 secBuild cause:Started by an SCM changeBuilt

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

2013-01-21 Thread openstack-testing-bot
Title: precise_grizzly_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_nova_trunk/504/Project:precise_grizzly_nova_trunkDate of build:Mon, 21 Jan 2013 17:01:11 -0500Build duration:3 min 29 secBuild cause:Started by an SCM changeBuilt

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

2013-01-21 Thread openstack-testing-bot
Title: raring_grizzly_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_nova_trunk/514/Project:raring_grizzly_nova_trunkDate of build:Mon, 21 Jan 2013 17:31:11 -0500Build duration:4 min 54 secBuild cause:Started by an SCM changeBuilt

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

2013-01-21 Thread openstack-testing-bot
Title: raring_grizzly_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_nova_trunk/515/Project:raring_grizzly_nova_trunkDate of build:Mon, 21 Jan 2013 18:01:11 -0500Build duration:5 min 23 secBuild cause:Started by an SCM changeBuilt

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

2013-01-21 Thread openstack-testing-bot
Title: precise_grizzly_quantum_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_quantum_trunk/213/Project:precise_grizzly_quantum_trunkDate of build:Mon, 21 Jan 2013 18:31:09 -0500Build duration:1 min 48 secBuild cause:Started by an SCM changeBuilt

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

2013-01-21 Thread openstack-testing-bot
Title: raring_grizzly_quantum_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_quantum_trunk/220/Project:raring_grizzly_quantum_trunkDate of build:Mon, 21 Jan 2013 18:32:15 -0500Build duration:3 min 53 secBuild cause:Started by an SCM changeBuilt

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

2013-01-21 Thread openstack-testing-bot
Title: precise_grizzly_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_nova_trunk/507/Project:precise_grizzly_nova_trunkDate of build:Mon, 21 Jan 2013 18:32:57 -0500Build duration:3 min 44 secBuild cause:Started by an SCM changeBuilt

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

2013-01-21 Thread openstack-testing-bot
Title: raring_grizzly_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_nova_trunk/516/Project:raring_grizzly_nova_trunkDate of build:Mon, 21 Jan 2013 18:35:28 -0500Build duration:4 min 46 secBuild cause:Started by an SCM changeBuilt

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

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

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

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