Re: [Openstack] Rebooted, now can't ping my guest

2013-03-04 Thread Sylvain Bauza
Is the network node also acting as a Compute node ? The issue you were mentioning was related to the tap virtual device (for DHCP leases) : if the network node goes down, then the DHCP lease is expiring on the vm without being reack, and then your instance is loosing its IP address. By

Re: [Openstack] [OpenStack][Swift] Cifrado 0.1 Swift CLI available

2013-03-04 Thread Diego Parrilla Santamaría
* Asymmetric/Symmetric transparent encryption/decryption of files when uploading/downloading using GnuPG. KimDotCom must be really scared! Are you going to build an alternative to MEGA.co.nz based on Swift ? ;-) Nice stuff man! Diego -- Diego Parrilla http://www.stackops.com/*CEO*

Re: [Openstack] [OpenStack][Swift] Cifrado 0.1 Swift CLI available

2013-03-04 Thread Martinx - ジェームズ
Damn, lots of people doing the same thing...:-P On 4 March 2013 05:41, Diego Parrilla Santamaría diego.parrilla.santama...@gmail.com wrote: * Asymmetric/Symmetric transparent encryption/decryption of files when uploading/downloading using GnuPG. KimDotCom must be really scared! Are

Re: [Openstack] Can not create snapshot

2013-03-04 Thread Wolfgang Hennerbichler
For anybody running into the same troubles: HTTPOverlimit basically meant that glance didn't have enough free space on it's drive (could have thought about that, but I didn't realice that glance was meant). And:

Re: [Openstack] Rebooted, now can't ping my guest

2013-03-04 Thread The King in Yellow
On Mon, Mar 4, 2013 at 3:18 AM, Sylvain Bauza sylvain.ba...@digimind.comwrote: Is the network node also acting as a Compute node ? No, I am running three separate nodes-- network, compute and controller. The issue you were mentioning was related to the tap virtual device (for DHCP leases)

[Openstack] Cannot access metadata host(169.254.169.254) in folsom

2013-03-04 Thread livemoon
Hi, I am follow http://docs.openstack.org/folsom/basic-install/content/ and set up three nodes folsom. Now I have found my vm cannot get 169.254.169.254 to get cloud-init data. So I check the network node(quantum), using iptables -L -t nat, I have found: Chain quantum-l3-agent-PREROUTING (1

Re: [Openstack] Cannot access metadata host(169.254.169.254) in folsom

2013-03-04 Thread vvdbzhi
别用英语了,在lo网卡绑个169.254.169.254就可以了 在 2013-3-4,下午10:29,livemoon mwjpi...@gmail.com 写道: Hi, I am follow http://docs.openstack.org/folsom/basic-install/content/ and set up three nodes folsom. Now I have found my vm cannot get 169.254.169.254 to get cloud-init data. So I check the network

Re: [Openstack] [Swift] Define storage size for specified tenant/user

2013-03-04 Thread Chmouel Boudjnah
Maybe this is what you are looking for : https://github.com/cschwede/swquota Chmouel. On Mon, Mar 4, 2013 at 3:17 PM, jeffty wantwater...@gmail.com wrote: Thanks Gareth, But how to set the storage limit? The swift is installed in a single node, and all the authorized user can use the

Re: [Openstack] VM guest can't access outside world.

2013-03-04 Thread Jeff Peeler
On Wed, Feb 27, 2013 at 12:38:45PM -0800, Barrow Kwan wrote: [root@optst01 quantum]# service iptables status Table: nat Chain PREROUTING (policy ACCEPT) num target prot opt source destination 1nova-compute-PREROUTING all -- 0.0.0.0/00.0.0.0/0

Re: [Openstack] Doubt quantum script

2013-03-04 Thread Guilherme Russi
Found the problem, when I did the step: ovs-vsctl add-port br-ex eth2, it stopped my lan communication. Any idea? 2013/3/4 Guilherme Russi luisguilherme...@gmail.com Hello guys, I'm installing the openstack folsom again, but now I have a controller node in a proper physical machine and

Re: [Openstack] Doubt quantum script

2013-03-04 Thread Gary Kotton
On 03/04/2013 05:45 PM, Guilherme Russi wrote: Found the problem, when I did the step: ovs-vsctl add-port br-ex eth2, it stopped my lan communication. The l3 agent makes changes to the routing table. This may cause a conflict with the default gateway. I would suggest having a static route

Re: [Openstack] orchestration engine wrt to openstack api

2013-03-04 Thread Monty Taylor
On 03/04/2013 10:02 AM, Nirlay Kundu wrote: Which tool would you use for configuration management geared towards Openstack api : Chef, Puppet, Saltstack ? If anybody has experience with Saltstack, please let me know the advantages , shortcomings. I would use Heat to orchestrate thing WRT the

Re: [Openstack] [Swift] Define storage size for specified tenant/user

2013-03-04 Thread Gareth
You have many choices, 1. Chmouel's answer (middleware is a good implementation) 2. ACL helps you allow or abandon usage of some user, but cannot give a specified storage limit 3. If you're developer, you could add this feature and merge it into swift. (It's not difficult I think) On Mon, Mar

Re: [Openstack] [Swift] Define storage size for specified tenant/user

2013-03-04 Thread Gareth
sorry... it's Chmouel On Tue, Mar 5, 2013 at 1:37 AM, Gareth academicgar...@gmail.com wrote: HI, Chomouel Do you think storage limit (for account or for container) is good feature in swift? On Tue, Mar 5, 2013 at 1:27 AM, Gareth academicgar...@gmail.com wrote: You have many choices,

Re: [Openstack] [Swift] Define storage size for specified tenant/user

2013-03-04 Thread Gareth
HI, Chomouel Do you think storage limit (for account or for container) is good feature in swift? On Tue, Mar 5, 2013 at 1:27 AM, Gareth academicgar...@gmail.com wrote: You have many choices, 1. Chmouel's answer (middleware is a good implementation) 2. ACL helps you allow or abandon usage of

Re: [Openstack] [Swift] Define storage size for specified tenant/user

2013-03-04 Thread Christian Schwede
Storage limit for container is already merged into swift, I just merged swquota into swift for review (I'm the author of swquota ;-)). I think it's a good feature ;-) Christian Am 04.03.13 18:37, schrieb Gareth: HI, Chomouel Do you think storage limit (for account or for container) is good

Re: [Openstack] Doubt quantum script

2013-03-04 Thread Dan Wendlandt
On Mon, Mar 4, 2013 at 7:49 AM, Gary Kotton gkot...@redhat.com wrote: On 03/04/2013 05:45 PM, Guilherme Russi wrote: Found the problem, when I did the step: ovs-vsctl add-port br-ex eth2, it stopped my lan communication. The l3 agent makes changes to the routing table. This may cause a

Re: [Openstack] Cannot access metadata host(169.254.169.254) in folsom

2013-03-04 Thread Dan Wendlandt
On Mon, Mar 4, 2013 at 6:44 AM, Sylvain Bauza sylvain.ba...@digimind.comwrote: Could you please issue 'route -n' on your VM and check if 169.254.0.0/16does have its own route ? If yes, delete it. Another classic error is to forget to add a static route from the controller node (if hosting

Re: [Openstack] VM guest can't access outside world.

2013-03-04 Thread Barrow Kwan
Hi, Thanks Jeff. this is what I got from tcpdump. The target (10.38.1.2 ) didn't seem to reply. might be the target ( 10.38.1.2 ) didn't know how to route the packet to 192.168.151.3? could that be SNAT issue? or like you said it needs IP masquerading rule. might be a bug in Quantum?

Re: [Openstack] VM guest can't access outside world.

2013-03-04 Thread Barrow Kwan
Hi, Thanks Jeff. this is what I got from tcpdump. The target (10.38.1.2 ) didn't seem to reply. might be the target ( 10.38.1.2 ) didn't know how to route the packet to 192.168.151.3? could that be SNAT issue? or like you said it needs IP masquerading rule. might be a bug in Quantum?

Re: [Openstack] Help with keystone LDAP backend

2013-03-04 Thread Steven Presser
This is what came out of my logs. I've bolded what looks relevant to me: LDAP init: url=ldap://typhon.acm.jhu.edu 2013-03-04 16:06:01DEBUG [keystone.common.ldap.core] LDAP bind: dn=cn=admin,ou=OpenStack,dc=acm,dc=jhu,dc=edu 2013-03-04 16:06:01DEBUG [keystone.common.ldap.core] LDAP

Re: [Openstack] Help with keystone LDAP backend

2013-03-04 Thread Steven Presser
The answer would appear to be that this flag doesn't do anything in the Folsom release. Apprently this was fixed by: https://bugs.launchpad.net/keystone/+bug/1122181 Unless I'm misreading something. Could we perhaps update the docs to reflect the fact that this isn't available in releases

[Openstack] horizon customization_module example???

2013-03-04 Thread Wyllys Ingersoll
Can someone elaborate on how to use the customization_module setting in local_settings.py? Im running openstack-dashboard Version: 2012.2.1-0ubuntu1~cloud0 on Ubuntu 12.04 LTS. I read the documentation here - http://docs.openstack.org/developer/horizon/topics/customizing.html but several

Re: [Openstack] Authorization Question

2013-03-04 Thread Dolph Mathews
That's correct. Right now, all endpoints registered in keystone are returned to all users, regardless of whether they actually have any sort of authorization on those endpoints. I suspect we'll be having a planning session at the design summit on this topic -- I'd be helpful to better understand

Re: [Openstack] Help with keystone LDAP backend

2013-03-04 Thread Dolph Mathews
Yes, this feature just landed during grizzly-m3. Which docs are you referring to? The variable wasn't included in folsom's etc/keystone.conf.sample, for example. -Dolph On Mon, Mar 4, 2013 at 3:35 PM, Steven Presser spres...@jhu.edu wrote: The answer would appear to be that this flag

Re: [Openstack] Help with keystone LDAP backend

2013-03-04 Thread Steven Presser
Apparently the trunk docs. I could have sworn that wasn't what I bookmarked. In any case, maybe explicitly marking trunk docs as newer-than-latest would help? ( http://docs.openstack.org/trunk/openstack-compute/admin/content/reference-for-ldap-config-options.html) On 03/04/2013 05:09 PM,

Re: [Openstack] Help with keystone LDAP backend

2013-03-04 Thread Anne Gentle
I've been wondering whether we should have docs.openstack.org/master/ to match expectations, would that have helped in your case? Thanks for clarifying. Anne On Mon, Mar 4, 2013 at 4:22 PM, Steven Presser spres...@jhu.edu wrote: Apparently the trunk docs. I could have sworn that wasn't what

Re: [Openstack] Help with keystone LDAP backend

2013-03-04 Thread Steven Presser
Anne, Yes that would. What I think might be a better revision is putting the version somewhere prominently on the page (say, the upper right hand corner, above prev|up|next). Steve On 03/04/2013 05:26 PM, Anne Gentle wrote: I've been wondering whether we should have

Re: [Openstack] orchestration engine wrt to openstack api

2013-03-04 Thread Steven Dake
On 03/04/2013 08:02 AM, Nirlay Kundu wrote: Which tool would you use for configuration management geared towards Openstack api : Chef, Puppet, Saltstack ? If anybody has experience with Saltstack, please let me know the advantages , shortcomings. Nirlay, You might download heat from here:

Re: [Openstack] Authorization Question

2013-03-04 Thread Miller, Mark M (EB SW Cloud - RD - Corvallis)
Dolph, At this point in time I am still gaining a grasp of the Keystone V3 changes and how domains and groups can be used. I noticed that the service catalog is returned in the GET token response and also in the PKI token when a user obtains a scoped token. The catalog data could be a large

Re: [Openstack] Help with keystone LDAP backend

2013-03-04 Thread Dolph Mathews
On that note, I very much like how docs.python.org does it, where not only is the current page's version prominently specified at the top of the page, but it also serves as an easy way to switch to another version of the docs, e.g.: http://docs.python.org/2/tutorial/ -Dolph On Mon, Mar 4, 2013

Re: [Openstack] horizon customization_module example???

2013-03-04 Thread Kieran Spear
Hi Wyllys, On 5 March 2013 08:59, Wyllys Ingersoll wyllys.ingers...@evault.com wrote: Questions: - If I name the customization_module as my_dashboard.overrides - where does the overrides file need to be created (i.e. what directory - full path) ? my_dashboard.overrides needs to be importable

[Openstack] Anyone want to present to Las Vegas Developers?

2013-03-04 Thread Steve Wainstead
I apologize this is such short notice, and for shotgunning the list, but: I run a Meetup for software developers in Las Vegas. If anyone from OpenStack (who is in Vegas right now for Pulse) would like to give a technical presentation this Wednesday evening (March 6th) I think I can arrange a

Re: [Openstack] horizon customization_module example???

2013-03-04 Thread Wyllys Ingersoll
Thanks! Any hints on how to remove some of the default Nova panels from the dashboard using the customization_module? On Mar 4, 2013, at 6:52 PM, Kieran Spear kisp...@gmail.com wrote: Hi Wyllys, On 5 March 2013 08:59, Wyllys Ingersoll wyllys.ingers...@evault.com wrote: Questions: -

Re: [Openstack] Cannot access metadata host(169.254.169.254) in folsom

2013-03-04 Thread livemoon
I followed this installation guide: http://docs.openstack.org/folsom/basic-install/content/basic-install_intro.html it is different network configuration between you mention. mt controller only run nova-api and host run nova-api-metadata *controller:* # management ip auto eth0 iface eth0 inet

Re: [Openstack] [Swift] Define storage size for specified tenant/user

2013-03-04 Thread jeffty
Cool! Thanks a lot Chomouel Gareth, I'll try it. On 3/5/2013 1:43 AM, Christian Schwede wrote: Storage limit for container is already merged into swift, I just merged swquota into swift for review (I'm the author of swquota ;-)). I think it's a good feature ;-) Christian Am

Re: [Openstack] horizon customization_module example???

2013-03-04 Thread Kieran Spear
On 5 March 2013 12:24, Wyllys Ingersoll wyllys.ingers...@evault.com wrote: Thanks! Any hints on how to remove some of the default Nova panels from the dashboard using the customization_module? Something like: import horizon nova = horizon.get_dashboard('nova')

[Openstack] How to create a Image which can extend the partition automatically.

2013-03-04 Thread Lei Zhang
Hi all, I am making the RHEL Image for the Openstack. But what type of partition layout is preferred? The question is that when resize the image, the FS can be aware of the expansion and enlarge automatically. I found the ubuntu image from the http://cloud-images.ubuntu.com/precise/ have this

Re: [Openstack] Authorization Question

2013-03-04 Thread Nathanael Burton
Dolph, In our deployments we often want to restrict projects to particular endpoints or regions. We've currently hacked that in to our Folsom systems by adding a 'regions' list to the 'extra' column of the tenant table. With only a few minor tweaks to keystone to return the filtered service

Re: [Openstack] How to create a Image which can extend the partition automatically.

2013-03-04 Thread Wangpan
+1 I have the same question! 2013-03-05 Wangpan 发件人:Lei Zhang 发送时间:2013-03-05 13:01 主题:[Openstack] How to create a Image which can extend the partition automatically. 收件人:openstack@lists.launchpad.netopenstack@lists.launchpad.net 抄送: Hi all, I am making the RHEL Image for the Openstack.

[Openstack] [quantum] LBaas work with nova-network

2013-03-04 Thread gtt116
Hi all, I want to play LBaas from quantum, but I was used nova-network FlatDHCP to setup network. So can I continue to use nova-network, and setup an LBaas? -- best regards, gtt ___ Mailing list: https://launchpad.net/~openstack Post to :

Re: [Openstack] [quantum] LBaas work with nova-network

2013-03-04 Thread Aaron Rosen
No, you'll need to switch over to quantum to use this. Quantum, implements the same use case as nova-network FlatDHCP via the provider extension. Aaron On Mon, Mar 4, 2013 at 10:09 PM, gtt116 gtt...@126.com wrote: Hi all, I want to play LBaas from quantum, but I was used nova-network FlatDHCP

Re: [Openstack] [quantum] LBaas work with nova-network

2013-03-04 Thread gtt116
Aaron, Thanks very much! best regards, gtt 于 2013年03月05日 14:17, Aaron Rosen 写道: No, you'll need to switch over to quantum to use this. Quantum, implements the same use case as nova-network FlatDHCP via the provider extension. Aaron On Mon, Mar 4, 2013 at 10:09 PM, gtt116 gtt...@126.com

Re: [Openstack] Cannot access metadata host(169.254.169.254) in folsom

2013-03-04 Thread livemoon
thanks, I have solved this problem. On Tue, Mar 5, 2013 at 10:09 AM, livemoon mwjpi...@gmail.com wrote: I followed this installation guide: http://docs.openstack.org/folsom/basic-install/content/basic-install_intro.html it is different network configuration between you mention. mt

Re: [Openstack] Cannot access metadata host(169.254.169.254) in folsom

2013-03-04 Thread Shake Chen
how to solve it ? On Tue, Mar 5, 2013 at 3:33 PM, livemoon mwjpi...@gmail.com wrote: thanks, I have solved this problem. On Tue, Mar 5, 2013 at 10:09 AM, livemoon mwjpi...@gmail.com wrote: I followed this installation guide:

[Openstack-ubuntu-testing-notifications] Build Fixed: precise_grizzly_quantum_trunk #408

2013-03-04 Thread openstack-testing-bot
Title: precise_grizzly_quantum_trunk General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_quantum_trunk/408/Project:precise_grizzly_quantum_trunkDate of build:Mon, 04 Mar 2013 02:46:32 -0500Build duration:16 minBuild cause:Started by user James PageBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_grizzly_deploy #177

2013-03-04 Thread openstack-testing-bot
Title: precise_grizzly_deploy General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_deploy/177/Project:precise_grizzly_deployDate of build:Mon, 04 Mar 2013 04:46:44 -0500Build duration:13 minBuild cause:Started by command line by jenkinsBuilt on:masterHealth

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

2013-03-04 Thread openstack-testing-bot
Title: raring_grizzly_deploy General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_deploy/98/Project:raring_grizzly_deployDate of build:Mon, 04 Mar 2013 05:00:18 -0500Build duration:46 minBuild cause:Started by command line by jenkinsBuilt on:masterHealth

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_folsom_deploy #400

2013-03-04 Thread openstack-testing-bot
Title: precise_folsom_deploy General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_folsom_deploy/400/Project:precise_folsom_deployDate of build:Mon, 04 Mar 2013 06:25:59 -0500Build duration:1 min 35 secBuild cause:Started by command line by jenkinsBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: quantal_folsom_deploy #132

2013-03-04 Thread openstack-testing-bot
Title: quantal_folsom_deploy General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/quantal_folsom_deploy/132/Project:quantal_folsom_deployDate of build:Mon, 04 Mar 2013 06:27:35 -0500Build duration:46 minBuild cause:Started by command line by jenkinsBuilt on:masterHealth

[Openstack-ubuntu-testing-notifications] Build Failure: raring_grizzly_nova_trunk #816

2013-03-04 Thread openstack-testing-bot
Title: raring_grizzly_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_nova_trunk/816/Project:raring_grizzly_nova_trunkDate of build:Mon, 04 Mar 2013 10:01:17 -0500Build duration:6 min 8 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_grizzly_deploy #178

2013-03-04 Thread openstack-testing-bot
Title: precise_grizzly_deploy General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_deploy/178/Project:precise_grizzly_deployDate of build:Mon, 04 Mar 2013 10:15:16 -0500Build duration:22 minBuild cause:Started by command line by jenkinsBuilt on:masterHealth

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_grizzly_deploy #179

2013-03-04 Thread openstack-testing-bot
Title: precise_grizzly_deploy General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_deploy/179/Project:precise_grizzly_deployDate of build:Mon, 04 Mar 2013 12:19:18 -0500Build duration:12 minBuild cause:Started by command line by jenkinsBuilt on:masterHealth

[Openstack-ubuntu-testing-notifications] Build Still Failing: raring_grizzly_deploy #100

2013-03-04 Thread openstack-testing-bot
Title: raring_grizzly_deploy General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_deploy/100/Project:raring_grizzly_deployDate of build:Mon, 04 Mar 2013 12:31:30 -0500Build duration:46 minBuild cause:Started by command line by jenkinsBuilt on:masterHealth

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_grizzly_deploy #180

2013-03-04 Thread openstack-testing-bot
Title: precise_grizzly_deploy General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_deploy/180/Project:precise_grizzly_deployDate of build:Mon, 04 Mar 2013 13:18:25 -0500Build duration:11 minBuild cause:Started by command line by jenkinsBuilt on:masterHealth

[Openstack-ubuntu-testing-notifications] Build Still Failing: raring_grizzly_deploy #101

2013-03-04 Thread openstack-testing-bot
Title: raring_grizzly_deploy General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_deploy/101/Project:raring_grizzly_deployDate of build:Mon, 04 Mar 2013 13:29:58 -0500Build duration:46 minBuild cause:Started by command line by jenkinsBuilt on:masterHealth

[Openstack-ubuntu-testing-notifications] Build Failure: precise_grizzly_glance_trunk #154

2013-03-04 Thread openstack-testing-bot
at 20130304-1510Build needed 00:08:02, 19120k disc spaceERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'precise-grizzly', '-n

[Openstack-ubuntu-testing-notifications] Build Failure: raring_grizzly_nova_trunk #821

2013-03-04 Thread openstack-testing-bot
Title: raring_grizzly_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_nova_trunk/821/Project:raring_grizzly_nova_trunkDate of build:Mon, 04 Mar 2013 15:31:36 -0500Build duration:1 min 44 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_grizzly_deploy #181

2013-03-04 Thread openstack-testing-bot
Title: precise_grizzly_deploy General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_deploy/181/Project:precise_grizzly_deployDate of build:Mon, 04 Mar 2013 15:42:40 -0500Build duration:12 minBuild cause:Started by command line by jenkinsBuilt on:masterHealth

[Openstack-ubuntu-testing-notifications] Build Fixed: raring_grizzly_nova_trunk #822

2013-03-04 Thread openstack-testing-bot
Title: raring_grizzly_nova_trunk General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_nova_trunk/822/Project:raring_grizzly_nova_trunkDate of build:Mon, 04 Mar 2013 17:35:01 -0500Build duration:18 minBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_grizzly_deploy #182

2013-03-04 Thread openstack-testing-bot
Title: precise_grizzly_deploy General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_deploy/182/Project:precise_grizzly_deployDate of build:Mon, 04 Mar 2013 17:53:13 -0500Build duration:15 minBuild cause:Started by command line by jenkinsBuilt on:masterHealth

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_grizzly_deploy #183

2013-03-04 Thread openstack-testing-bot
Title: precise_grizzly_deploy General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_deploy/183/Project:precise_grizzly_deployDate of build:Mon, 04 Mar 2013 19:44:40 -0500Build duration:12 minBuild cause:Started by command line by jenkinsBuilt on:masterHealth

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_grizzly_deploy #184

2013-03-04 Thread openstack-testing-bot
Title: precise_grizzly_deploy General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_deploy/184/Project:precise_grizzly_deployDate of build:Mon, 04 Mar 2013 21:13:53 -0500Build duration:11 minBuild cause:Started by command line by jenkinsBuilt on:masterHealth

[Openstack-ubuntu-testing-notifications] Build Still Failing: raring_grizzly_deploy #104

2013-03-04 Thread openstack-testing-bot
Title: raring_grizzly_deploy General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_deploy/104/Project:raring_grizzly_deployDate of build:Mon, 04 Mar 2013 22:30:08 -0500Build duration:46 minBuild cause:Started by command line by jenkinsBuilt on:masterHealth

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_grizzly_deploy #186

2013-03-04 Thread openstack-testing-bot
Title: precise_grizzly_deploy General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_deploy/186/Project:precise_grizzly_deployDate of build:Mon, 04 Mar 2013 23:17:01 -0500Build duration:11 minBuild cause:Started by command line by jenkinsBuilt on:masterHealth

[Openstack-ubuntu-testing-notifications] Build Failure: raring_grizzly_keystone_trunk #183

2013-03-04 Thread openstack-testing-bot
Title: raring_grizzly_keystone_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_keystone_trunk/183/Project:raring_grizzly_keystone_trunkDate of build:Mon, 04 Mar 2013 23:34:49 -0500Build duration:2 min 17 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Failure: precise_grizzly_nova_trunk #747

2013-03-04 Thread openstack-testing-bot
at 20130304-2342Build needed 00:08:05, 123104k disc

[Openstack-ubuntu-testing-notifications] Build Still Failing: raring_grizzly_deploy #105

2013-03-04 Thread openstack-testing-bot
Title: raring_grizzly_deploy General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_deploy/105/Project:raring_grizzly_deployDate of build:Mon, 04 Mar 2013 23:29:00 -0500Build duration:46 minBuild cause:Started by command line by jenkinsBuilt on:masterHealth

[Openstack-ubuntu-testing-notifications] Build Still Failing: raring_grizzly_deploy #106

2013-03-04 Thread openstack-testing-bot
Title: raring_grizzly_deploy General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_deploy/106/Project:raring_grizzly_deployDate of build:Tue, 05 Mar 2013 00:15:49 -0500Build duration:46 minBuild cause:Started by command line by jenkinsBuilt on:masterHealth