Re: [Openstack] initramfs-growroot or LVM

2013-02-11 Thread Pádraig Brady
On 02/10/2013 03:54 AM, Owen Synge wrote: Dear Davide, Please dont use LVM in cloud images unless you want to encrypt the content and then please use a very unique volume group name. Reason follows. If you want to allow the mangement domain to mount your partitons and make edits then the

Re: [Openstack] initramfs-growroot or LVM

2013-02-11 Thread Davide Guerri
Hi Owen, is this about the nova file injection? [1] Although I don't like it too much, this is definitely a reason not to use LVM. Thanks for the clarification. However now I've more questions! :) Besides the potential volume group clash with the management domain, should one worry about

Re: [Openstack] initramfs-growroot or LVM

2013-02-11 Thread Davide Guerri
On 11/feb/2013, at 11:23, Pádraig Brady p...@draigbrady.com wrote: On 02/10/2013 03:54 AM, Owen Synge wrote: This is where a system like libguestfs is very useful as it separates image details from the host completely. OpenStack file injection supports libguestfs automatically if available,

Re: [Openstack] initramfs-growroot or LVM

2013-02-11 Thread Owen Synge
Hello Davide, Hi Owen, is this about the nova file injection? [1] No this is general how to connect to a guest file system for example rsync backups :) I have not looked at libguestfs something I should do. Although I don't like it too much, this is definitely a reason not to use LVM.

Re: [Openstack] initramfs-growroot or LVM

2013-02-11 Thread Pádraig Brady
On 02/11/2013 10:46 AM, Davide Guerri wrote: On 11/feb/2013, at 11:23, Pádraig Brady p...@draigbrady.com wrote: On 02/10/2013 03:54 AM, Owen Synge wrote: This is where a system like libguestfs is very useful as it separates image details from the host completely. OpenStack file injection

[Openstack] keystone / horizon :

2013-02-11 Thread Mballo Cherif
Hi everybody ! I need help for keystone user/password authentication with horizon. 1) When I try to authenticate with my credential (login/password) In horizon dashboard, I have this message Unable to retrieve authorized projet ! please what is that mean? How can I fix this issue. 2)

Re: [Openstack] initramfs-growroot or LVM

2013-02-11 Thread Scott Moser
On Sat, 9 Feb 2013, Davide Guerri wrote: Brady, thanks for the infos and for the bugzilla link. I made some tests and some some other researches about potential performance penalties of LVM. These seem not to be noticeable especially with recent linux versions. (please see for instance

Re: [Openstack] Provider networks and manual ip management

2013-02-11 Thread Robert Kukura
On 02/08/2013 10:14 AM, tr...@cs.drexel.edu wrote: Anyone? I haven't tried this myself, but, before booting the instance, you should be able create the port, passing the desired IP on the subnet as fixed_ips. Then pass this port's ID to nova when you boot the instance. You may also want to

Re: [Openstack] Network cannot be found

2013-02-11 Thread Greg Chavez
Brilliant. Ran it like this: nova --os-username demo --os-password demo --os-tenant-name demoProject boot --image aefa581f-47b0-4d46-8dbc-1a1f7f02dfa0 --flavor 2 --nic net-id=3de1e780-07d1-42af-89cc-0feaf1ece6e9 server-01 And it spawned! Into an ERROR state, perhaps, but it spawned! I'm

Re: [Openstack] keystone / horizon :

2013-02-11 Thread Dolph Mathews
On Mon, Feb 11, 2013 at 8:02 AM, Mballo Cherif cherif.mba...@gemalto.comwrote: Hi everybody ! I need help for keystone user/password authentication with horizon. **1) **When I try to authenticate with my credential (login/password) In horizon dashboard, I have this message

[Openstack] brctl meltdown on RHEL 6.3

2013-02-11 Thread Greg Chavez
Running latest EPEL Folsom packages on RHEL 6.3. Three nodes right now, one controller, one network node, one compute node. The network node has three NICs, one for external net, one for management net, one for VM network traffic. It has been a miserable journey so far. The lastest calamity

Re: [Openstack] Creation of snapshot failure

2013-02-11 Thread Antonio Messina
Sorry, I think I have found the problem: one of the disk of the swift server seems to have problems. .a. On Mon, Feb 11, 2013 at 5:11 PM, Antonio Messina antonio.s.mess...@gmail.com wrote: Hi all, We have a folsom installation on ubuntu, and we are having trouble creating snapshots.

[Openstack] openstack brctl addbr not supported on RHEL 6.3

2013-02-11 Thread Pádraig Brady
A quick search suggests that kernel has CONFIG_BRIDGE=n set. So I presume there another method is possible through config. Gary any ideas? On 02/11/2013 04:33 PM, Greg Chavez wrote: Running latest EPEL Folsom packages on RHEL 6.3. Three nodes right now, one controller, one network node, one

[Openstack] [swift]

2013-02-11 Thread Kun Huang
Hi, swift developers I found the script /usr/local/bin/swift is: #!/usr/bin/python -u # EASY-INSTALL-DEV-SCRIPT: 'python-swiftclient==1.3.0.4.gb5f222b','swift' __requires__ = 'python-swiftclient==1.3.0.4.gb5f222b' from pkg_resources import require;

Re: [Openstack] keystone question - Solved

2013-02-11 Thread Miller, Mark M (EB SW Cloud - RD - Corvallis)
Guang provided the answer for me with a sample JSON create domain request: { domain:{ name: myDomain } } What through me off were the examples in the identity-api-v3 document. None of the domain JSON examples include the highest level domain element. The same is true for most of the

Re: [Openstack] [swift]

2013-02-11 Thread John Dickinson
This is the result of `python ./setup.py develop`. That command sets up the scripts to reference your local source so that active dev work is immediately reflected. `python ./setup.py install` would actually copy the scripts to the right locations. --John On Feb 11, 2013, at 9:02 AM, Kun

Re: [Openstack] [swift]

2013-02-11 Thread Chuck Thier
Howdy, The scripts are generated when setup.py is run (either as `setup.py install` or `setup.py develop` -- Chuck On Mon, Feb 11, 2013 at 11:02 AM, Kun Huang academicgar...@gmail.com wrote: Hi, swift developers I found the script /usr/local/bin/swift is: #!/usr/bin/python -u #

Re: [Openstack] brctl meltdown on RHEL 6.3

2013-02-11 Thread Aaron Rosen
Which plugin are you trying to use? You mentioned both linuxbridge and openvswitch in your email. Aaron On Mon, Feb 11, 2013 at 8:33 AM, Greg Chavez greg.cha...@gmail.com wrote: Running latest EPEL Folsom packages on RHEL 6.3. Three nodes right now, one controller, one network node, one

Re: [Openstack] brctl meltdown on RHEL 6.3

2013-02-11 Thread Greg Chavez
Solution: [root@kvm-cs-sn-10i nova]# modprobe -r brcompat [root@kvm-cs-sn-10i nova]# modprobe bridge [root@kvm-cs-sn-10i nova]# brctl show bridge name bridge id STP enabled interfaces Still can't boot a VM... looking into the reasons now. On Mon, Feb 11, 2013 at 11:33 AM, Greg Chavez

Re: [Openstack] openstack brctl addbr not supported on RHEL 6.3

2013-02-11 Thread Peter Robinson
On my install of RHEL 6.3 I have CONFIG_BRIDGE=m and it appears to work just fine. Although RHEL discussions are completely off topic on a Fedora mailing list. You should open a support case if you're having issues with RHEL. Peter On Mon, Feb 11, 2013 at 4:58 PM, Pádraig Brady

Re: [Openstack] keystone question - Solved

2013-02-11 Thread Dolph Mathews
As for the client-side implementation, keystoneclient supports v3 as a python library, whereas the CLI is being exposed in a different project (by consuming keystoneclient): https://github.com/openstack/python-openstackclient -Dolph On Mon, Feb 11, 2013 at 11:08 AM, Miller, Mark M (EB SW Cloud

[Openstack] Getting the 2012.2.3 release in Ubuntu

2013-02-11 Thread Logan McNaughton
Hi, I've added the Ubuntu Cloud Archive to my apt sources, however it looks like the latest release there is 2012.2.1. How can I get the latest 2012.2.3 release in Ubuntu 12.04? ___ Mailing list: https://launchpad.net/~openstack Post to :

[Openstack] glance-api and glance-registry startup error

2013-02-11 Thread Mohammed Amine SAYA
Hi all, I am new to openstack and I managed to get two servers to manage and install openstack on debian distros. I managed to install MySQL, keystone and glance. The later still causes some headaches because this line keeps showing up in glance-api.log and glance-registry.log : 2013-02-11

[Openstack] metadata issue

2013-02-11 Thread Paras pradhan
Hi, The packages I am using are from folsom ubuntu quantal branch. When I run an instance I see -- wget: can't connect to remote host (169.254.169.254): Network is unreachable -- this might be the network issue as well. nova list shows my instance . I am running nova-network on compute node.

Re: [Openstack] keystone question - Solved

2013-02-11 Thread Miller, Mark M (EB SW Cloud - RD - Corvallis)
Hello, Thank you for the answer. So I tried to install openstackclient on an Ubuntu box and am getting the following error. Does anyone have suggestions or know what caused the exception? Regards, Mark sudo python tools/install_venv.py venv already exists... Installing dependencies with pip

Re: [Openstack] keystone question - Solved

2013-02-11 Thread Dolph Mathews
On Mon, Feb 11, 2013 at 6:25 PM, Miller, Mark M (EB SW Cloud - RD - Corvallis) mark.m.mil...@hp.com wrote: Hello Dolph, ** ** I was able to get the openstackclient installed after combining information from several wiki pages and modifying the install commands to use the current

Re: [Openstack] Provider networks and manual ip management

2013-02-11 Thread tra26
Salvatore, Thanks for your reply, ok that makes sense. I tried to create the network without a subnet and as the bug (https://bugs.launchpad.net/nova/+bug/1039665) lists it brings it up with no vif. I will just put a shim in or something and see if that solves my problem (assign a random ip)

[Openstack-ubuntu-testing-notifications] Build Failure: precise_grizzly_python-novaclient_trunk #57

2013-02-11 Thread openstack-testing-bot
Title: precise_grizzly_python-novaclient_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_python-novaclient_trunk/57/Project:precise_grizzly_python-novaclient_trunkDate of build:Mon, 11 Feb 2013 13:01:11 -0500Build duration:1 min 24 secBuild

[Openstack-ubuntu-testing-notifications] Build Failure: raring_grizzly_python-novaclient_trunk #58

2013-02-11 Thread openstack-testing-bot
Title: raring_grizzly_python-novaclient_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_python-novaclient_trunk/58/Project:raring_grizzly_python-novaclient_trunkDate of build:Mon, 11 Feb 2013 13:02:21 -0500Build duration:2 min 57 secBuild

[Openstack-ubuntu-testing-notifications] Build Failure: precise_grizzly_deploy #138

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

[Openstack-ubuntu-testing-notifications] Build Fixed: precise_grizzly_deploy #139

2013-02-11 Thread openstack-testing-bot
Title: precise_grizzly_deploy General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_deploy/139/Project:precise_grizzly_deployDate of build:Mon, 11 Feb 2013 13:48:41 -0500Build duration:16 minBuild cause:Started by command line by jenkinsBuilt on:masterHealth

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_grizzly_python-novaclient_trunk #58

2013-02-11 Thread openstack-testing-bot
Title: precise_grizzly_python-novaclient_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_python-novaclient_trunk/58/Project:precise_grizzly_python-novaclient_trunkDate of build:Mon, 11 Feb 2013 15:31:08 -0500Build duration:1 min 40 secBuild

[Openstack-ubuntu-testing-notifications] Build Failure: precise_grizzly_quantum_trunk #285

2013-02-11 Thread openstack-testing-bot
Title: precise_grizzly_quantum_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_quantum_trunk/285/Project:precise_grizzly_quantum_trunkDate of build:Mon, 11 Feb 2013 15:32:43 -0500Build duration:2 min 2 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Failure: raring_grizzly_python-keystoneclient_trunk #69

2013-02-11 Thread openstack-testing-bot
Title: raring_grizzly_python-keystoneclient_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_python-keystoneclient_trunk/69/Project:raring_grizzly_python-keystoneclient_trunkDate of build:Mon, 11 Feb 2013 15:32:13 -0500Build duration:2 min 40

[Openstack-ubuntu-testing-notifications] Build Failure: precise_grizzly_keystone_trunk #117

2013-02-11 Thread openstack-testing-bot
text/html; charset=UTF-8: Unrecognized -- Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications More help :

[Openstack-ubuntu-testing-notifications] Build Still Failing: raring_grizzly_python-novaclient_trunk #59

2013-02-11 Thread openstack-testing-bot
Title: raring_grizzly_python-novaclient_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_python-novaclient_trunk/59/Project:raring_grizzly_python-novaclient_trunkDate of build:Mon, 11 Feb 2013 15:34:47 -0500Build duration:2 min 23 secBuild

[Openstack-ubuntu-testing-notifications] Build Failure: raring_grizzly_quantum_trunk #292

2013-02-11 Thread openstack-testing-bot
Title: raring_grizzly_quantum_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_quantum_trunk/292/Project:raring_grizzly_quantum_trunkDate of build:Mon, 11 Feb 2013 15:35:17 -0500Build duration:2 min 50 secBuild cause:Started by an SCM changeBuilt

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

2013-02-11 Thread openstack-testing-bot
text/html; charset=UTF-8: Unrecognized -- Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications More help :

[Openstack-ubuntu-testing-notifications] Build Fixed: precise_grizzly_glance_trunk #106

2013-02-11 Thread openstack-testing-bot
Title: precise_grizzly_glance_trunk General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_glance_trunk/106/Project:precise_grizzly_glance_trunkDate of build:Mon, 11 Feb 2013 15:31:09 -0500Build duration:11 minBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Fixed: raring_grizzly_glance_trunk #119

2013-02-11 Thread openstack-testing-bot
Title: raring_grizzly_glance_trunk General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_glance_trunk/119/Project:raring_grizzly_glance_trunkDate of build:Mon, 11 Feb 2013 15:34:54 -0500Build duration:14 minBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_grizzly_keystone_trunk #118

2013-02-11 Thread openstack-testing-bot
Title: precise_grizzly_keystone_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_keystone_trunk/118/Project:precise_grizzly_keystone_trunkDate of build:Mon, 11 Feb 2013 16:31:10 -0500Build duration:1 min 40 secBuild cause:Started by an SCM

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

2013-02-11 Thread openstack-testing-bot
Title: raring_grizzly_keystone_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_keystone_trunk/125/Project:raring_grizzly_keystone_trunkDate of build:Mon, 11 Feb 2013 16:31:10 -0500Build duration:2 min 55 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_grizzly_keystone_trunk #119

2013-02-11 Thread openstack-testing-bot
Title: precise_grizzly_keystone_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_keystone_trunk/119/Project:precise_grizzly_keystone_trunkDate of build:Mon, 11 Feb 2013 17:31:09 -0500Build duration:1 min 39 secBuild cause:Started by an SCM

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

2013-02-11 Thread openstack-testing-bot
Title: raring_grizzly_keystone_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_keystone_trunk/126/Project:raring_grizzly_keystone_trunkDate of build:Mon, 11 Feb 2013 17:31:08 -0500Build duration:2 min 57 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_grizzly_keystone_trunk #120

2013-02-11 Thread openstack-testing-bot
Title: precise_grizzly_keystone_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_keystone_trunk/120/Project:precise_grizzly_keystone_trunkDate of build:Mon, 11 Feb 2013 19:01:11 -0500Build duration:1 min 36 secBuild cause:Started by an SCM

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

2013-02-11 Thread openstack-testing-bot
Title: raring_grizzly_keystone_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_keystone_trunk/127/Project:raring_grizzly_keystone_trunkDate of build:Mon, 11 Feb 2013 19:01:09 -0500Build duration:2 min 53 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Failure: precise_grizzly_ceilometer_trunk #80

2013-02-11 Thread openstack-testing-bot
Title: precise_grizzly_ceilometer_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_ceilometer_trunk/80/Project:precise_grizzly_ceilometer_trunkDate of build:Mon, 11 Feb 2013 20:01:08 -0500Build duration:1 min 19 secBuild cause:Started by an SCM

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

2013-02-11 Thread openstack-testing-bot
Title: raring_grizzly_ceilometer_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_ceilometer_trunk/84/Project:raring_grizzly_ceilometer_trunkDate of build:Mon, 11 Feb 2013 20:01:08 -0500Build duration:2 min 49 secBuild cause:Started by an SCM

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

2013-02-11 Thread openstack-testing-bot
Title: precise_grizzly_keystone_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_keystone_trunk/121/Project:precise_grizzly_keystone_trunkDate of build:Mon, 11 Feb 2013 20:02:15 -0500Build duration:1 min 52 secBuild cause:Started by an SCM

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

2013-02-11 Thread openstack-testing-bot
Title: raring_grizzly_keystone_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_keystone_trunk/128/Project:raring_grizzly_keystone_trunkDate of build:Mon, 11 Feb 2013 20:01:08 -0500Build duration:3 min 21 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_grizzly_keystone_trunk #122

2013-02-11 Thread openstack-testing-bot
Title: precise_grizzly_keystone_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_keystone_trunk/122/Project:precise_grizzly_keystone_trunkDate of build:Mon, 11 Feb 2013 21:31:08 -0500Build duration:1 min 31 secBuild cause:Started by an SCM

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

2013-02-11 Thread openstack-testing-bot
Title: raring_grizzly_keystone_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_keystone_trunk/129/Project:raring_grizzly_keystone_trunkDate of build:Mon, 11 Feb 2013 21:31:09 -0500Build duration:2 min 53 secBuild cause:Started by an SCM changeBuilt

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

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

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

2013-02-11 Thread openstack-testing-bot
Title: raring_grizzly_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_nova_trunk/666/Project:raring_grizzly_nova_trunkDate of build:Mon, 11 Feb 2013 23:01:10 -0500Build duration:4 min 51 secBuild cause:Started by an SCM changeBuilt

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

2013-02-11 Thread openstack-testing-bot
Title: precise_grizzly_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_nova_trunk/659/Project:precise_grizzly_nova_trunkDate of build:Tue, 12 Feb 2013 00:01:10 -0500Build duration:2 min 39 secBuild cause:Started by an SCM changeBuilt

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

2013-02-11 Thread openstack-testing-bot
Title: raring_grizzly_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_nova_trunk/667/Project:raring_grizzly_nova_trunkDate of build:Tue, 12 Feb 2013 00:01:10 -0500Build duration:3 min 39 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Failure: precise_grizzly_python-quantumclient_trunk #33

2013-02-11 Thread openstack-testing-bot
Title: precise_grizzly_python-quantumclient_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_python-quantumclient_trunk/33/Project:precise_grizzly_python-quantumclient_trunkDate of build:Tue, 12 Feb 2013 00:31:09 -0500Build duration:1 min 28

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_grizzly_keystone_trunk #123

2013-02-11 Thread openstack-testing-bot
Title: precise_grizzly_keystone_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_keystone_trunk/123/Project:precise_grizzly_keystone_trunkDate of build:Tue, 12 Feb 2013 00:31:08 -0500Build duration:2 min 11 secBuild cause:Started by an SCM

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

2013-02-11 Thread openstack-testing-bot
Title: raring_grizzly_keystone_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_keystone_trunk/130/Project:raring_grizzly_keystone_trunkDate of build:Tue, 12 Feb 2013 00:31:09 -0500Build duration:3 min 56 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Failure: raring_grizzly_python-quantumclient_trunk #34

2013-02-11 Thread openstack-testing-bot
Title: raring_grizzly_python-quantumclient_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_python-quantumclient_trunk/34/Project:raring_grizzly_python-quantumclient_trunkDate of build:Tue, 12 Feb 2013 00:32:38 -0500Build duration:2 min 34 secBuild

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

2013-02-11 Thread openstack-testing-bot
Title: precise_grizzly_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_nova_trunk/660/Project:precise_grizzly_nova_trunkDate of build:Tue, 12 Feb 2013 00:35:06 -0500Build duration:3 min 13 secBuild cause:Started by an SCM changeBuilt

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

2013-02-11 Thread openstack-testing-bot
Title: raring_grizzly_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_nova_trunk/668/Project:raring_grizzly_nova_trunkDate of build:Tue, 12 Feb 2013 00:35:13 -0500Build duration:4 min 15 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_grizzly_keystone_trunk #124

2013-02-11 Thread openstack-testing-bot
Title: precise_grizzly_keystone_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_keystone_trunk/124/Project:precise_grizzly_keystone_trunkDate of build:Tue, 12 Feb 2013 02:01:08 -0500Build duration:1 min 59 secBuild cause:Started by an SCM

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

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

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

2013-02-11 Thread openstack-testing-bot
Title: raring_grizzly_keystone_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_keystone_trunk/131/Project:raring_grizzly_keystone_trunkDate of build:Tue, 12 Feb 2013 02:01:09 -0500Build duration:3 min 34 secBuild cause:Started by an SCM changeBuilt

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

2013-02-11 Thread openstack-testing-bot
Title: raring_grizzly_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_nova_trunk/669/Project:raring_grizzly_nova_trunkDate of build:Tue, 12 Feb 2013 02:02:07 -0500Build duration:4 min 5 secBuild cause:Started by an SCM changeBuilt