[Openstack] How to use existing DHCP for giving floating IPs in Openstack

2013-04-16 Thread ankush grover
Hi Friends, I have recently installed and configured Openstack Folsom release without quantum on 2-node(Controller Compute Node) on Ubuntu 12.10. This initial setup was more from the learning perspective. Now I wanto to configure Openstack as Private cloud for the production environment. There

[Openstack] Fwd: [openStack] deleting instances

2013-04-16 Thread Deepak A.P
Hi I tried rebooting the instance got the below error nova reboot instance_id ERROR: Cannot 'reboot' while instance is in vm_state building (HTTP 409) (Request-ID: req-f83dab03-9db0-4cec ) what could be issue ? -- Forwarded message -- From: Deepak A.P

[Openstack] [Glance] 404 after upgrading to grizzly

2013-04-16 Thread Heiko Krämer
Heyho Guys, i've a strange issue with glance after I've upgraded from Folsom to Grizzly. All Images are stored in swift! I see all Images and the image details too but I can't download or modify this images. Nova-compute can't download it too. root@api2:~# glance image-list

[Openstack] django_openstack_auth

2013-04-16 Thread Mballo Cherif
Hi everybody ! Which django_openstack_auth version is used for openstack Grizzly version? In folsom I used django_openstack_auth-1.0.6 Thanks you for your response! Sheriff! ___ Mailing list: https://launchpad.net/~openstack Post to :

Re: [Openstack] Fwd: [openStack] deleting instances

2013-04-16 Thread Wangpan
I don't know how to use ecua client, but I can help you with nova client here: 1. how can i know the list of running instances ? ---use 'nova list' or 'nova list --all_tenants', then you can use 'nova show uuid' to get the detail info of the instance. 2. and where to set the maximum quota for

Re: [Openstack] Fwd: [openStack] deleting instances

2013-04-16 Thread Razique Mahroua
Hi Deepak,that means the instance is not yet totally started, it is still building (meaning the base files being sent to the compute node roughly)You need to wait a bit for it to become "active"Regards, Razique Mahroua-Nuage Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15 Le 16 avr. 2013 à

Re: [Openstack] Fwd: Re: [openStack] instance status

2013-04-16 Thread Deepak A.P
All the nova service are running as u can see it below openstack@openStack:~$ ls /etc/init/nova-* | cut -d '/' -f4 | cut -d '.' -f1 | while read S; do sudo status $S; done [sudo] password for openstack: nova-api start/running, process 923 nova-cert stop/waiting nova-compute stop/waiting

Re: [Openstack] Fwd: [openStack] deleting instances

2013-04-16 Thread Deepak A.P
HI , i waited for more than 24 hrs after creating the instance but still the instance shows as 'BUILDING' , i think the instance is stuck some where while running how can i debug the instance to know wt exactly is the problem ? On Tue, Apr 16, 2013 at 2:19 PM, Razique Mahroua

[Openstack] [openstack] Virsh list show empty table

2013-04-16 Thread Deepak A.P
Hi, i have created an instance of flavor 'tiny' , when i ran 'virsh list' command it shows a empty table all below virsh list Id Name State - any help on this ? -- Cheers, Deepak

Re: [Openstack] [openStack] deleting instances

2013-04-16 Thread Razique Mahroua
You can check the logs, especially the /var/log/nova/nova-compute.log oneRegards, Razique Mahroua-Nuage Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15 Le 16 avr. 2013 à 11:01, Deepak A.P swift007.dee...@gmail.com a écrit :HI , i waited for more than 24 hrs after creating the instance but

Re: [Openstack] Fwd: Re: [openStack] instance status

2013-04-16 Thread Wangpan
nova-cert nova-compute nova-network nova-scheduler are all stopped, nova-api start/running, process 923 ---this is running nova-cert stop/waiting ---this is stop nova-compute stop/waiting ---this is stop nova-network stop/waiting ---this is

Re: [Openstack] [openstack] Virsh list show empty table

2013-04-16 Thread Wangpan
Firstly, it may because your services stopped running, as you list at the last mail. so you can't create an instance successfully. Otherwise, it may because you should add sudo before virsh list, like 'sudo virsh list'. 2013-04-16 Wangpan 发件人:Deepak A.P 发送时间:2013-04-16 17:09

Re: [Openstack] [Glance] 404 after upgrading to grizzly

2013-04-16 Thread Heiko Krämer
All right Guys, command back. Glance wasn't apparently the bad guy in this case. I've check swift and all stored files and I found that the image files are not available. I think any goes wrong with the upgrade of swift but all other stored files of customers are present It's totaly crazy

Re: [Openstack] Fwd: Re: [openStack] instance status

2013-04-16 Thread Deepak A.P
yes i re-started all the services openstack@openStack:~$ ls /etc/init/nova-* | cut -d '/' -f4 | cut -d '.' -f1 | while read S; do sudo start $S; done start: Job is *already running:* nova-api nova-cert *start/running*, process 32736 nova-compute *start/running*, process 32752 nova-network

Re: [Openstack] Fwd: Re: [openStack] instance status

2013-04-16 Thread Wangpan
delete the building state instances and re-create them may be better. 2013-04-16 Wangpan 发件人:Deepak A.P 发送时间:2013-04-16 17:47 主题:Re: Re: Re: [Openstack] Fwd: Re: [openStack] instance status 收件人:Wangpanhzwang...@corp.netease.com 抄送:Aaron

Re: [Openstack] Fwd: Re: [openStack] instance status

2013-04-16 Thread Deepak A.P
ok will go ahead and delete the existing stuck instance and re-create a new instance with tiny flavor. Am getting another issue , however how many times i restart the nova services , the 'nova-network' service is not starting as below openstack@openStack:~$ ls /etc/init/nova-* | cut -d '/' -f4

[Openstack] grizzly swift keystone, http to 8080/8888 wont work

2013-04-16 Thread Axel Christiansen
Dear List, i got stuck with a setup of openstack grizzly. This setup consists of: - swift proxy 1.0.8.1 - swift storage nodes 1.0.8.1 - keystone - ceilometer I kept browsing the web and reading openstack docs for days now and can't just get it working right. Because of openstacks diversity a

Re: [Openstack] Fwd: Re: [openStack] instance status

2013-04-16 Thread Wangpan
you may need to check the log of nova-network, may be exist at /var/log/nova/nova-network.log, look into it and check if any exception there. if nothing there, you may run 'nova-network' as nova user, and check the output on shell. 2013-04-16 Wangpan 发件人:Deepak A.P 发送时间:2013-04-16 18:01

Re: [Openstack] grizzly swift keystone, http to 8080/8888 wont work

2013-04-16 Thread Simon Pasquier
Hi, I'm not sure to understand exactly your issue but since your setup includes ceilometer, I can just give you a hint for the ceilometer/swift integration. You have to create a 'ResellerAdmin' role and assign that role to your ceilometer user. Alternatively you can define the

Re: [Openstack] Fwd: Re: [openStack] instance status

2013-04-16 Thread Deepak A.P
trace of error log when nova-compute service was tried to re-started sudo cat /var/log/nova/nova-compute.log 2013-04-16 06:36:46 CRITICAL nova [-] Unexpected error while running command. Command: sudo nova-rootwrap ip link add link eth2 name vlan100 type vlan id 100 Exit code: 1 Stdout: ''

Re: [Openstack] [openstack] Virsh list show empty table

2013-04-16 Thread Sylvain Bauza
Try issuing sudo virsh list --all to get all XML files defined. -Sylvain Le 16/04/2013 11:14, Wangpan a écrit : Firstly, it may because your services stopped running, as you list at the last mail. so you can't create an instance successfully. Otherwise, it may because you should add sudo

Re: [Openstack] [openstack] Virsh list show empty table

2013-04-16 Thread Deepak A.P
yes tried with the 'SUDO' as well but still it results empty table , later found that among the nova services , 'nova-compute' is not starting openstack@openStack:~$ ls /etc/init/nova-* | cut -d '/' -f4 | cut -d '.' -f1 | while read S; do sudo status $S; done nova-api start/running, process 940

Re: [Openstack] [openstack] Virsh list show empty table

2013-04-16 Thread Yakabuski, Mark
unsubscribe From: Openstack [mailto:openstack-bounces+mark.yakabuski=safenet-inc@lists.launchpad.net] On Behalf Of Sean Weekes Sent: April-16-13 7:17 AM To: openstack@lists.launchpad.net Subject: Re: [Openstack] [openstack] Virsh list show empty table Unsubscribe. Regards, Sean. Sent

Re: [Openstack] List of Cinder compatible devices

2013-04-16 Thread Blair Bethwaite
Hi John, Sounds sensible. I think this post kind of diverged from what Tim was asking, which seems to have been more about backend devices...? Should this page be removed then, and a summary of what you wrote added to the Cinder wiki page (including any exceptions for current core drivers)? (On

Re: [Openstack] List of Cinder compatible devices

2013-04-16 Thread Tim Bell
I think there will always be drivers which implement more features than others (in the same way as hypervisors). Thus, it should be easy for someone making choices on backend storage to determine to what extent a particular model is supported. There should also be a mechanism to evict

Re: [Openstack] [openstack] Virsh list show empty table

2013-04-16 Thread Sean Weekes
Unsubscribe. Regards, Sean. Sent from my iPhone On 16/04/2013, at 11:14 PM, Sylvain Bauza sylvain.ba...@digimind.com wrote: Try issuing sudo virsh list --all to get all XML files defined. -Sylvain Le 16/04/2013 11:14, Wangpan a écrit : Firstly, it may because your services stopped

Re: [Openstack] Removing / disable suspend option

2013-04-16 Thread Robert van Leeuwen
To prevent the libvirt directory from filling up with suspended machines I'd like to disable the suspend functionality (or change it to shutdown) Is there any way to do this? Found the solution: you can restrict who can do this in policy.json Cheers, Robert van Leeuwen

Re: [Openstack] [openstack] Virsh list show empty table

2013-04-16 Thread Razique Mahroua
nope, not at all,what "ps axl | grep kvm" outputs? Razique Mahroua-Nuage Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15 Le 16 avr. 2013 à 13:14, Sylvain Bauza sylvain.ba...@digimind.com a écrit : Try issuing "sudo virsh list --all" to get all XML files defined.

Re: [Openstack] grizzly swift keystone, http to 8080/8888 wont work

2013-04-16 Thread Axel Christiansen
Thanks for your quick reply, Simon, The role ResellerAdmin does exists and looks good, does it? root@ns-proxy01:/etc/swift# keystone user-get ceilometer +--+--+ | Property | Value |

[Openstack] [Doc] Talk shop: API Docs

2013-04-16 Thread Anne Gentle
Hi all, The doc track contained great discussions but I would also like to hold an informal session to talk about the OpenStack API docs at the Summit. If you're interested, please come to the tables at the top of the escalators on the A side of the convention center, above the pendulum at 3:00

Re: [Openstack] [openStack] instance status

2013-04-16 Thread Razique Mahroua
Check your nova.conf - looks like you are using a non-existing physical interface Razique Mahroua-Nuage Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15 Le 16 avr. 2013 à 10:52, Wangpan hzwang...@corp.netease.com a écrit :Looks like all of your nova sevices are stopped runing, and what the

Re: [Openstack] django_openstack_auth

2013-04-16 Thread Matthew Thode
On 04/16/13 03:42, Mballo Cherif wrote: Hi everybody ! Which django_openstack_auth version is used for openstack Grizzly version? In folsom I used django_openstack_auth-1.0.6 Thanks you for your response! Sheriff! ___

Re: [Openstack] grizzly swift keystone, http to 8080/8888 wont work

2013-04-16 Thread Axel Christiansen
The mystery seems solved. There it a webadmin for swauth. https://github.com/gholt/swauth#web-admin-install Does there exists is similar thing for keystone? Regards, Axel Am 16.04.13 14:53, schrieb Axel Christiansen: Thanks for your quick reply, Simon, The role ResellerAdmin does

Re: [Openstack] [openstack] Virsh list show empty table

2013-04-16 Thread Sean Weekes
Unsubscribe Regards, Sean. Sent from my iPhone On 17/04/2013, at 12:25 AM, Razique Mahroua razique.mahr...@gmail.com wrote: nope, not at all, what ps axl | grep kvm outputs? Razique Mahroua - Nuage Co razique.mahr...@gmail.com Tel : +33 9 72 37 94 15

[Openstack] Service RBAC policy.json documentation and usability

2013-04-16 Thread boden
Consideration / food for thought... I was recently standing up a grizzly based Cloud whereupon we were implementing a fairly simple role based scheme and wanted to provide some feedback on that experience with respect to setting up the policy.json files properly. Long story short -- I found

Re: [Openstack] Service RBAC policy.json documentation and usability

2013-04-16 Thread Kevin L. Mitchell
On Tue, 2013-04-16 at 15:04 -0400, boden wrote: Ideally all of the roles would've been documented in a centralized location to make this experience more user friendly. Maybe a py annotation in the source files which document the roles used by the class and are then consolidated into a

[Openstack] How can I interpret Swift-bench Output data

2013-04-16 Thread Sujay M
Hi all, Can you please let me know how one can interpret the swift-bench output data. What does the result signify? Here is a sample output data. swift-bench 2013-04-17 01:48:22,708 INFO 18 PUTS [0 failures], 8.8/s swift-bench 2013-04-17 01:48:37,795 INFO 187 PUTS [0 failures], 10.9/s

Re: [Openstack] How can I interpret Swift-bench Output data

2013-04-16 Thread Chuck Thier
The important lines are the **FINAL** lines (the others are just to print status, so you did 1000 PUTS at 9.1 PUTs per second average, 52.9 per second for DEL GET and 7.6 for DEL. -- Chuck On Tue, Apr 16, 2013 at 3:28 PM, Sujay M sujay@gmail.com wrote: Hi all, Can you please let me know

Re: [Openstack] HA with pacemaker on Folsom

2013-04-16 Thread Razique Mahroua
Hi Jean-Daniel,they have the default UID that were given to them when they were created on the system - so it' s not the same on both. As for the user, the mysql dir belongs to the mysql user and the rabbitmq to the rabbitmq userMySQL : 700 (/var/lib/mysql)RabbitMQ : 755

[Openstack] Summit Runners

2013-04-16 Thread thingee
I'm curious as well which Hilton we were suppose to meet at, since the two are both on 6th. I ran around the waterfront with one other person this morning, but would like to run other paths that people know about. -Mike Perez! On Thu, Apr 11, 2013 at 6:15 AM, Luke Tymowski

Re: [Openstack] [Doc] Talk shop: API Docs

2013-04-16 Thread thingee
Is this happening? I've been standing at the pendulum and didn't see you. On Tuesday, April 16, 2013, Anne Gentle wrote: Hi all, The doc track contained great discussions but I would also like to hold an informal session to talk about the OpenStack API docs at the Summit. If you're

Re: [Openstack] [Doc] Talk shop: API Docs

2013-04-16 Thread Jorge Williams
We are outside by the bell at the top of the stairs. Sent from my Motorola Smartphone on the Now Network from Sprint! -Original message- From: thingee thin...@gmail.com To: Anne Gentle a...@openstack.org Cc: openstack@lists.launchpad.net openstack@lists.launchpad.net Sent: Tue, Apr 16,

Re: [Openstack] [Doc] Talk shop: API Docs

2013-04-16 Thread thingee
Is this happening? I've been standing at the pendulum and didn't see you. On Tuesday, April 16, 2013, Anne Gentle wrote: Hi all, The doc track contained great discussions but I would also like to hold an informal session to talk about the OpenStack API docs at the Summit. If you're

[Openstack] How to delete or update subnet in quantum

2013-04-16 Thread Atif Wasi
Hi Folks, Have a relatively easy question.  I assigned a subnet with a wrong IP and an incorrect tenant-id.  Now when I try to update the subnet with the correct tenant-id, it is not taking the new value (see below). Also how do I delete a subnet ?  When I try to delete it, I am getting the

Re: [Openstack] How to delete or update subnet in quantum

2013-04-16 Thread Paul Michali
Can you do a port list to see if port in use? PCM (Paul Michali) Contact info for Cisco users http://twiki.cisco.com/Main/pcm On Apr 16, 2013, at 3:49 PM, Atif Wasi wrote: Hi Folks, Have a relatively easy question. I assigned a subnet with a wrong IP and an incorrect tenant-id. Now

Re: [Openstack] How to delete or update subnet in quantum

2013-04-16 Thread Filipe Manco
About the port update, according to the Quantum APIhttp://docs.openstack.org/api/openstack-network/2.0/content/Concepts-d1e369.html#d6e256 you cannot update the tenant-id. I guess the problem is that no error is returned. I just tested with Grizzly and the problem is fixed: it gives Cannot update

Re: [Openstack] How to delete or update subnet in quantum

2013-04-16 Thread Atif Wasi
Thanks for the pointer.  So when I did the port list, the GW IP was being assigned to the subnet.  I had to issue router-gateway-clear to get rid of the gateway ip and then I am able to delete the Subnet router-gateway-clear 49a92bbc-5f58-400a-a8cb-aebcf54db446 Thanks Atif...

Re: [Openstack] [Doc] Talk shop: API Docs

2013-04-16 Thread thingee
Is this happening? I've been standing at the pendulum and didn't see you. On Tuesday, April 16, 2013, Anne Gentle wrote: Hi all, The doc track contained great discussions but I would also like to hold an informal session to talk about the OpenStack API docs at the Summit. If you're

[Openstack] quantum and centos

2013-04-16 Thread Yuling_C
Hi All, I'm new to openstack ...just wondering if Quantum is supported on CentOS? Thanks, YuLing ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https://launchpad.net/~openstack More help

Re: [Openstack] Summit Runners

2013-04-16 Thread Shohel Ahmed
Hi there! anyone staying in Crown Plaza hotel wants to run Wednesday at 7.00 am (We will meet at Crown plaza lobby at 7.00 am). Probably, we can also meet with runners from Hilton Hotels on the way.   ---shohel From: thingee thin...@gmail.com To:

Re: [Openstack] quantum and centos

2013-04-16 Thread Shake Chen
in CentOS 6.4 quantum support linuxbridge plugin. but seem not full support ovs, not support GRE. On Wed, Apr 17, 2013 at 9:43 AM, yulin...@dell.com wrote: Hi All, ** ** I’m new to openstack …just wondering if Quantum is supported on CentOS?*** * ** ** Thanks, ** **

Re: [Openstack] OpenStack Multi Node Problems with OVS

2013-04-16 Thread Steve Heistand
Welcome to the club :) Been fighting the same problem for a week now. Nothing is working... Found lots of other people complaining on the web even with grizzly like I'm using. S Atif Wasi aw...@yahoo.com wrote: Hi Folks, I am working on bringing up a multi node OpenStack environment with

Re: [Openstack] quantum and centos

2013-04-16 Thread Yuling_C
Thanks very much for the information. Actually at this moment what we care more about is the installation of Quantum on CentOS. I was not able to find any documentation for installing Quantum on CentOS…any idea? Thanks, YuLing From: Shake Chen [mailto:shake.c...@gmail.com] Sent: Tuesday,

Re: [Openstack] quantum and centos

2013-04-16 Thread Yuling_C
Or maybe to rephrase my question…how do I install quantum server on CentOS? It seems the package ‘openstack-quantum’ is not available through ‘yum install’ on CentOS(62)… Thanks, YuLing From: Openstack [mailto:openstack-bounces+yuling_c=dell@lists.launchpad.net] On Behalf Of C, Yuling

Re: [Openstack] quantum and centos

2013-04-16 Thread Shake Chen
http://openstack.redhat.com/Quickstart On Wed, Apr 17, 2013 at 10:44 AM, yulin...@dell.com wrote: Or maybe to rephrase my question…how do I install quantum server on CentOS? It seems the package ‘openstack-quantum’ is not available through ‘yum install’ on CentOS(62)… ** **

Re: [Openstack] [DevStack] Does Devstack support grizilly already?

2013-04-16 Thread HuYanrui
I just installed a new devstack with git clone git://github.com/openstack-dev/devstack.git. But did not see anything related with Loadbanlance in dashboard. It should contain LBaas in dashboard of grizzily, right? - Original Message - From: Jeremy Stanley fu...@yuggoth.org To:

[Openstack] [Savanna] Slide Deck from Monday's talk

2013-04-16 Thread Dmitry Mescheryakov
Hello people, After our talk a few people asked us to share the slides. Here they are: http://www.slideshare.net/mirantis/savanna-hadoop-on-openstack Dmitry ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net

Re: [Openstack] quantum and centos

2013-04-16 Thread Yuling_C
Thanks for the information. This link seems to talk about installing openstack grizzly on redhat related linux platform. What I was looking for was folsum quantum server install on redhat/centos…any idea? Thanks, YuLing From: Shake Chen [mailto:shake.c...@gmail.com] Sent: Tuesday, April 16,

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_grizzly_python-cinderclient_trunk #53

2013-04-16 Thread openstack-testing-bot
Title: precise_grizzly_python-cinderclient_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_python-cinderclient_trunk/53/Project:precise_grizzly_python-cinderclient_trunkDate of build:Tue, 16 Apr 2013 04:01:35 -0400Build duration:2 min 38 secBuild

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_cinder_trunk #20

2013-04-16 Thread openstack-testing-bot
Title: precise_havana_cinder_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_cinder_trunk/20/Project:precise_havana_cinder_trunkDate of build:Tue, 16 Apr 2013 13:01:36 -0400Build duration:1 min 11 secBuild cause:Started by an SCM changeBuilt

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

2013-04-16 Thread openstack-testing-bot
at 20130416-1404Build needed 00:00:42, 15152k disc spaceERROR:root:Error occurred

[Openstack-ubuntu-testing-notifications] Build Fixed: precise_havana_nova_trunk #74

2013-04-16 Thread openstack-testing-bot
Title: precise_havana_nova_trunk General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/74/Project:precise_havana_nova_trunkDate of build:Tue, 16 Apr 2013 14:31:42 -0400Build duration:9 min 40 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_cinder_trunk #21

2013-04-16 Thread openstack-testing-bot
Title: precise_havana_cinder_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_cinder_trunk/21/Project:precise_havana_cinder_trunkDate of build:Tue, 16 Apr 2013 15:31:42 -0400Build duration:1 min 5 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_cinder_trunk #22

2013-04-16 Thread openstack-testing-bot
Title: precise_havana_cinder_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_cinder_trunk/22/Project:precise_havana_cinder_trunkDate of build:Tue, 16 Apr 2013 16:01:36 -0400Build duration:1 min 47 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_grizzly_python-cinderclient_trunk #54

2013-04-16 Thread openstack-testing-bot
Title: precise_grizzly_python-cinderclient_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_python-cinderclient_trunk/54/Project:precise_grizzly_python-cinderclient_trunkDate of build:Tue, 16 Apr 2013 16:01:36 -0400Build duration:2 min 52 secBuild

[Openstack-ubuntu-testing-notifications] Build Failure: raring_grizzly_python-cinderclient_trunk #50

2013-04-16 Thread openstack-testing-bot
Title: raring_grizzly_python-cinderclient_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_python-cinderclient_trunk/50/Project:raring_grizzly_python-cinderclient_trunkDate of build:Tue, 16 Apr 2013 16:02:36 -0400Build duration:3 min 45 secBuild

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_cinder_trunk #23

2013-04-16 Thread openstack-testing-bot
Title: precise_havana_cinder_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_cinder_trunk/23/Project:precise_havana_cinder_trunkDate of build:Tue, 16 Apr 2013 20:31:36 -0400Build duration:1 min 8 secBuild cause:Started by an SCM changeBuilt

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

2013-04-16 Thread openstack-testing-bot
at 20130416-2103Build needed 00:00:44, 15152k disc spaceERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d