Re: [Openstack] Partition Guide for single server install?

2012-11-26 Thread Ronivon Costa
Hi Lance, I had some experiences with a single server deployment, and the bottom line is, use LVM for your partitions. Glance will take lots os space, so I would recommend creating separate LVM for its images. Also, you can create one LVM for the instances. Size depends on how many images you

[Openstack] curl http://169.254.169.254/openstack not responding

2012-11-26 Thread Skible OpenStack
Hello, I am trying to connect to the Metadata server using a simple Get request: curl http://169.254.169.254/openstack But there is not response, any idea why is that ? Regards ___ Mailing list: https://launchpad.net/~openstack Post to :

Re: [Openstack] curl http://169.254.169.254/openstack not responding

2012-11-26 Thread Razique Mahroua
Hey there,check if the iptables rules has been set (the one which redirects the hit to that ip to the nova-api server)$ iptables -L -nv -t natRegards,Razique Nuage Co - Razique Mahrouarazique.mahr...@gmail.com Le 26 nov. 2012 à 10:12, Skible OpenStack skible.openst...@gmail.com a écrit :Hello,I

Re: [Openstack] curl http://169.254.169.254/openstack not responding

2012-11-26 Thread Skible OpenStack
Hi there, It seems that i dont have this : 0 0 DNAT tcp -- * * 0.0.0.0/0 http://0.0.0.0/0 169.254.169.254 tcp dpt:80 to:10.100.8.223:8775 http://10.100.8.223:8775 so i will need to add it manually ! Well, I am running Folsom with quantum. Controller node is running

Re: [Openstack] Running ipv6 floating ip's?

2012-11-26 Thread Gary Kotton
On 11/25/2012 07:24 PM, Lance Haig wrote: Hi, I want to build an OpenStack all in one server with devstack or by hand I don't mind. I want to host some VM's with persistant storage and some without. I also can only get ipv6 /64 address range for my server so need to know if OpenStack

Re: [Openstack] Partition Guide for single server install?

2012-11-26 Thread Lance Haig
Thanks Roni, Lance On 26/11/2012 10:38, Ronivon Costa wrote: Hi Lance, I had some experiences with a single server deployment, and the bottom line is, use LVM for your partitions. Glance will take lots os space, so I would recommend creating separate LVM for its images. Also, you can create

Re: [Openstack] Running ipv6 floating ip's?

2012-11-26 Thread Lance Haig
Thanks Gary Lance On 26/11/2012 12:05, Gary Kotton wrote: On 11/25/2012 07:24 PM, Lance Haig wrote: Hi, I want to build an OpenStack all in one server with devstack or by hand I don't mind. I want to host some VM's with persistant storage and some without. I also can only get ipv6 /64

Re: [Openstack] Running ipv6 floating ip's?

2012-11-26 Thread Lance Haig
Would it be better to have these questions on the operators list? I know they wanted to close this list down. Lance On 26/11/2012 13:12, Lance Haig wrote: Thanks Gary Lance On 26/11/2012 12:05, Gary Kotton wrote: On 11/25/2012 07:24 PM, Lance Haig wrote: Hi, I want to build an OpenStack

Re: [Openstack] Vietnam OpenStack Community

2012-11-26 Thread Frans Thamura
Welcome Hang Tran Greet from Indonesia Frans openatack indonesia On Nov 26, 2012 2:44 PM, Matt Joyce matt.jo...@cloudscaling.com wrote: Congrats! And welcome to the global community! -Matt On Sun, Nov 25, 2012 at 11:28 PM, Hang Tran hang.t...@dtt.vn wrote: To whom it may concern

Re: [Openstack] The Image binding the netwrok to the eth1 in default

2012-11-26 Thread Razique Mahroua
Hei Lei,I suggest udev' persistent rules are implied here(/etc/udev/rules.d/70-persistent-net.rule)can you compare the mac address of the IF against the file. Try to remove it and see if eth0 gets addressRegards,Razique Nuage Co - Razique Mahrouarazique.mahr...@gmail.com Le 26 nov. 2012 à 12:47,

Re: [Openstack] The Image binding the netwrok to the eth1 in default

2012-11-26 Thread Lei Zhang
Hi Razique, Yes, you are right. After I comment all the rules in the file /etc/udev/rules.d/70-persistent-net.rule and reboot the vm again, the vm works as my expected. thanks again On Mon, Nov 26, 2012 at 7:58 PM, Razique Mahroua razique.mahr...@gmail.comwrote: Hei Lei, I suggest udev'

[Openstack] dnsmasq: failed to bind listening socket for fe80::f816:3eff:fed1:e10f: Cannot assign requested address

2012-11-26 Thread 唐宏伟
Hi all, I have setup an "all-in-one" openstack folsom on my server from source code. I use quantum as the network manager. When I start the quantum-dhcp-agent, the dnsmasq starts failed, and output the error message "dnsmasq: failed to bind listening socket for

[Openstack] LVM over LVM is acceptable?

2012-11-26 Thread Lei Zhang
Hi all, I have a scenario for using cinder with tgtd over the lvm. I creat a lvm named vol-0 and attach it to the machine com-0. After a period of time, the vol-0 is full and I want to extend it. At now, I have two solutions. 1. Because the vol-0 is manage by the LVM on the hoster. So I

Re: [Openstack] Vietnam OpenStack Community

2012-11-26 Thread Hien Phan
Nice job, Hang Tran ! :) On Mon, Nov 26, 2012 at 2:28 PM, Hang Tran hang.t...@dtt.vn wrote: To whom it may concern As introduced, we would like to register to join this General Mailing List and OpenStack community. At the moment, we are excitingly organizing our first Vietnam OpenStack

Re: [Openstack] Q: PHP in Cloud

2012-11-26 Thread Diane Mueller
Frans (and everyone else on the thread), Stackato from ActiveState supports PHP _and_ includes a persistent file system as a service - a service that does not come with other cloud foundry based PaaSes. You can test your applications on our Public Stackato OpenStack Sandbox running on HPCloud

Re: [Openstack] Ceph + Nova

2012-11-26 Thread Dave Spano
My way of mitigating that risk is via an active/passive cloud controller cluster with stonith for the time being. Although, you bring up an interesting point regarding puppet. I have not used it it yet, but due to the complexity that cloud computing brings, I've found that it's going to be a

[Openstack] Resize, Nova-network and Permissions

2012-11-26 Thread Stef Telford
Hey Everyone, So, recently I submitted a change to tempest here ; https://review.openstack.org/#/c/15884/ . I understand that the resize tests should be 'admin or user', but I have found that the resize tests blow up as user. It appears that a user lacks the permissions nova-network requires

[Openstack] Resize, Nova-network and Permissions

2012-11-26 Thread Stef T
Hey Everyone, So, recently I submitted a change to tempest here ; https://review.openstack.org/#/c/15884/ . I understand that the resize tests should be 'admin or user', but I have found that the resize tests blow up as user. It appears that a user lacks the permissions nova-network requires

Re: [Openstack] The Image binding the netwrok to the eth1 in default

2012-11-26 Thread Razique Mahroua
Great :) Razique Mahroua-Nuage Corazique.mahr...@gmail.com Le 26 nov. 2012 à 13:07, Lei Zhang zhang.lei@gmail.com a écrit :Hi Razique, Yes, you are right. After I comment all the rules in the file /etc/udev/rules.d/70-persistent-net.rule and reboot the vm again, the vm works as my

[Openstack] Is SHOULD_CREATE_BRIDGE flag still used?

2012-11-26 Thread Marco CONSONNI
Hello, I was looking in OpenStack code (nova-network daemon) and I found flag SHOULD_CREATE_BRIDGE that seems to be unused. Actually it is assigned to network_dict['should_create_bridge'] but it seems to me that this flag is never used. Are they still used in the real code? MCo.

[Openstack] [keystone] mysql question related to OpenStack

2012-11-26 Thread Ahmed Al-Mehdi
Hello, I have a mysql specific question related to my OpenStack installation. I apologize in advance if this is not the right forum for such a question. As user root, I created the keystone db as follows: root@novato:~/ahmed# mysql -u root -pmysqlpass Welcome to the MySQL monitor. Commands

Re: [Openstack] [keystone] mysql question related to OpenStack

2012-11-26 Thread Mathieu Fortin
mysql flush privileges; On lun, 2012-11-26 at 11:15 -0600, Ahmed Al-Mehdi wrote: Hello, I have a mysql specific question related to my OpenStack installation. I apologize in advance if this is not the right forum for such a question. As user root, I created the keystone db as

Re: [Openstack] [keystone] mysql question related to OpenStack

2012-11-26 Thread Ahmed Al-Mehdi
Sorry, that did not work. :( ŠŠ.. mysql flush privileges; Query OK, 0 rows affected (0.00 sec) mysql quit Bye root@novato:~/ahmed/images# mysql -h localhost -u keystoneUser -pkeystonePass keystone -ss -e SELECT id FROM service WHERE type='compute'; ERROR 1045 (28000): Access denied for user

Re: [Openstack] [Quantum} using network id for booting a vm

2012-11-26 Thread Vishvananda Ishaya
On Nov 25, 2012, at 8:51 PM, Vinay Bannai vban...@gmail.com wrote: I see that when booting a vm using nova cli command, the --nic net-id option takes a network id. What is the rationale behind that? Why is not a subnet-id? This command has to support old nova-network as well, and there is

Re: [Openstack] LVM over LVM is acceptable?

2012-11-26 Thread Matt Joyce
On Mon, Nov 26, 2012 at 12:52 PM, Dean Troyer dtro...@gmail.com wrote: On Mon, Nov 26, 2012 at 6:51 AM, Lei Zhang zhang.lei@gmail.com wrote: I creat a lvm named vol-0 and attach it to the machine com-0. After a period of time, the vol-0 is full and I want to extend it. At now, I have

Re: [Openstack] [keystone] mysql question related to OpenStack

2012-11-26 Thread Alan Pevec
As user root, I created the keystone db as follows: root@novato:~/ahmed# mysql -u root -pmysqlpass Welcome to the MySQL monitor. Commands end with ; or \g. ... mysql CREATE DATABASE keystone; Query OK, 1 row affected (0.00 sec) CREATE USER missing here? mysql GRANT ALL ON keystone.*

Re: [Openstack] [keystone] mysql question related to OpenStack

2012-11-26 Thread Ahmed Al-Mehdi
On 11/26/12 2:00 PM, Alan Pevec ape...@gmail.com wrote: As user root, I created the keystone db as follows: root@novato:~/ahmed# mysql -u root -pmysqlpass Welcome to the MySQL monitor. Commands end with ; or \g. ... mysql CREATE DATABASE keystone; Query OK, 1 row affected (0.00 sec)

Re: [Openstack] Resize, Nova-network and Permissions

2012-11-26 Thread Stef Telford
Sounds like that's the bug .. thanks. Regards S. On Mon, Nov 26, 2012 at 2:12 PM, Vishvananda Ishaya vishvana...@gmail.comwrote: I believe this is a known issue in folsom: https://bugs.launchpad.net/nova/+bug/1071600 fix for stable/folsom is under review here:

Re: [Openstack] folsom quantum network issue

2012-11-26 Thread Paras pradhan
Hi, Yes dhcp-agent and l3-agents are working. root@folsomtst2:/etc/init.d# service quantum-dhcp-agent status quantum-dhcp-agent start/running, process 1471 root@folsomtst2:/etc/init.d# service quantum-l3-agent status quantum-l3-agent start/running, process 1476 - root@folsomtst2:/etc/init.d#

Re: [Openstack] [keystone] mysql question related to OpenStack

2012-11-26 Thread Alan Pevec
2012/11/26 Ahmed Al-Mehdi ah...@coraid.com: mysql select * from mysql.user; | localhost | | | N | N | N | | % | keystoneUser | *BB845D9C1AA6F1797AA68A8AB73F7C98BBD6A84A | N | N | N |

Re: [Openstack] [keystone] mysql question related to OpenStack - RESOLVED

2012-11-26 Thread Ahmed Al-Mehdi
Hi Alan, Thank you for the info. I was able to figure it out by doing some googling. ( http://stackoverflow.com/questions/10299148/mysql-error-1045-28000-access-d enied-for-user-billlocalhost-using-passw ). You suggestion is one option. Other options are: 1) Delete anonymous user (quoted

[Openstack] adding/removing security groups at instance runtime

2012-11-26 Thread Christian Parpart
Hey all, I was googling around trying to find a way to add a new security group to a running instance. I however just found the fact that this is said to work with trunk but not how exactly nor what components I should update to trunk to make it actually happen. I am having a multi-node

Re: [Openstack] Scaling PaaS in OpenStack

2012-11-26 Thread William DeCoste
Hi all, Apologies for coming in so late to this conversation. Thought I'd mention the current capability that Red Hat's OpenShift PaaS provides for application auto-scaling. A user can choose to create a scaled application which will: 1) Create a primary gear

Re: [Openstack] LVM over LVM is acceptable?

2012-11-26 Thread Lei Zhang
Understood. Another question. If the vm treat the vol-0 as a normal block device, is it necessary to partition? If not, the fdisk will show Disk /dev/vdb doesn't contain a valid partition table. If yes, how can I extend the volume on the vm? It seems that treat the volume as a normal block device

[Openstack] Dashboard User Guide?

2012-11-26 Thread Sina Sadeghi
Hi list, Is there a current user guide for the dashboard in existence or will I be writing my own tonight? All I could find was a screencast on vimeo with someone from Rackspace demoing a rather old version

[Openstack] Dashboard boot from volume question

2012-11-26 Thread Sina Sadeghi
Hi again list, I am wondering why the dashboard UI around booting from volume is setup the way it is? Currently the user is presented with an "Instance source:" pulldown menu

[Openstack] About VMWare ESXi Support

2012-11-26 Thread jj . tyro
Hi all! Why not OpenStack support ESXi perfact? Some operation, like attach volumn/Live Migration/security groups, not support. What is the reason? Thanks. jj.tyro___ Mailing list: https://launchpad.net/~openstack Post to

Re: [Openstack] Dashboard User Guide?

2012-11-26 Thread Anne Gentle
Hi Sina, The doc we have is found at http://docs.openstack.org/folsom/openstack-compute/admin/content/about-the-dashboard.html#Launching_Instances_using_Dashboard. The source is in http://github.com/openstack/openstack-manuals/ if you'd like to pull it out into a true user guide -- a doc that has

Re: [Openstack] LVM over LVM is acceptable?

2012-11-26 Thread Dean Troyer
On Mon, Nov 26, 2012 at 8:04 PM, Lei Zhang zhang.lei@gmail.com wrote: Another question. If the vm treat the vol-0 as a normal block device, is it necessary to partition? If not, the fdisk will show Disk /dev/vdb doesn't contain a valid partition table. If yes, how can I extend the volume on

[Openstack] Question: how to make floating ip pools?

2012-11-26 Thread 이창만
Hello, I am doing below guide. https://github.com/mseknibilel/OpenStack-Folsom-Install-guide/blob/VLAN/2NICs/OpenStack_Folsom_Install_Guide_WebVersion.rst At Ch.11 Your First VM, I've encountered a error. My question is: 1) What is the $put_id_floating_ip and $put_id_vm_port? e.g.) $ quantum

[Openstack] How to create or change password when instances started or rebuilded?

2012-11-26 Thread livemoon
I saw there is option enable_instance_password in nova.conf in openstack offical doc. But there are no more infomation and how to create password when instances created. I want to know does kvm(libvirt) support this. And how to use it? Another question, I use nova root-password in kvm. but it

[Openstack] dnsmasq: failed to bind listening socket for fe80::f816:3eff:fed1:e10f: Cannot assign requested address

2012-11-26 Thread 唐宏伟
Hi all, I have setup an "all-in-one" openstack folsom on my server from source code. I use quantum as the network manager. When I start the quantum-dhcp-agent, the dnsmasq starts failed, and output the error message "dnsmasq: failed to bind listening socket for

Re: [Openstack] Question: how to make floating ip pools?

2012-11-26 Thread Choe, Cheng-Dae
Hi... -- Choe, Cheng-Dae http://blog.woosum.net twitter: kiddtm 2012. 11. 27., 오후 2:59, 이창만 cm224@samsung.com 작성: Hello, I am doing below guide. https://github.com/mseknibilel/OpenStack-Folsom-Install-guide/blob/VLAN/2NICs/OpenStack_Folsom_Install_Guide_WebVersion.rst At Ch.11 Your

Re: [Openstack] Question: how to make floating ip pools?

2012-11-26 Thread Ahmed Al-Mehdi
Can you please retry issuing the command quantum floatingip-associate … with the additional option --tenant-id 7230c184c85141b59f6a0df0843ea0d2. -Ahmed. On 11/26/12 9:59 PM, 이창만 cm224@samsung.com wrote: Hello, I am doing below guide.

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

2012-11-26 Thread openstack-testing-bot
Title: quantal_folsom_nova_stable General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/quantal_folsom_nova_stable/659/Project:quantal_folsom_nova_stableDate of build:Mon, 26 Nov 2012 08:31:41 -0500Build duration:3 min 5 secBuild cause:Started by an SCM changeBuilt

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

2012-11-26 Thread openstack-testing-bot
Title: precise_grizzly_glance_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_glance_trunk/32/Project:precise_grizzly_glance_trunkDate of build:Mon, 26 Nov 2012 09:31:38 -0500Build duration:1 min 19 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Failure: raring_grizzly_glance_trunk #31

2012-11-26 Thread openstack-testing-bot
Title: raring_grizzly_glance_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_glance_trunk/31/Project:raring_grizzly_glance_trunkDate of build:Mon, 26 Nov 2012 09:31:38 -0500Build duration:2 min 21 secBuild cause:Started by an SCM changeBuilt

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

2012-11-26 Thread openstack-testing-bot
Title: raring_grizzly_keystone_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_keystone_trunk/38/Project:raring_grizzly_keystone_trunkDate of build:Mon, 26 Nov 2012 10:12:44 -0500Build duration:1 min 32 secBuild cause:Started by user james-pageBuilt

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

2012-11-26 Thread openstack-testing-bot
Title: raring_grizzly_glance_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_glance_trunk/33/Project:raring_grizzly_glance_trunkDate of build:Mon, 26 Nov 2012 10:20:44 -0500Build duration:1 min 26 secBuild cause:Started by user james-pageBuilt

[Openstack-ubuntu-testing-notifications] Build Fixed: raring_grizzly_keystone_trunk #39

2012-11-26 Thread openstack-testing-bot
Title: raring_grizzly_keystone_trunk General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_keystone_trunk/39/Project:raring_grizzly_keystone_trunkDate of build:Mon, 26 Nov 2012 10:36:52 -0500Build duration:5 min 57 secBuild cause:Started by user james-pageBuilt

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

2012-11-26 Thread openstack-testing-bot
Title: raring_grizzly_glance_trunk General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_glance_trunk/34/Project:raring_grizzly_glance_trunkDate of build:Mon, 26 Nov 2012 10:36:45 -0500Build duration:9 min 38 secBuild cause:Started by user james-pageBuilt

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

2012-11-26 Thread openstack-testing-bot
at 20121126-1214Build needed 00:00:00, 0k disc spaceE: Package build dependencies not satisfied; skippingERROR:root:Error occurred during package creation

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

2012-11-26 Thread openstack-testing-bot
at 20121126-1433Build needed 00:06:40, 16672k disc

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

2012-11-26 Thread openstack-testing-bot
at 20121126

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

2012-11-26 Thread openstack-testing-bot
Title: precise_grizzly_glance_trunk General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_glance_trunk/37/Project:precise_grizzly_glance_trunkDate of build:Mon, 26 Nov 2012 16:20:06 -0500Build duration:8 min 24 secBuild cause:Started by user james-pageBuilt

[Openstack-ubuntu-testing-notifications] Build Fixed: precise_grizzly_ceilometer_trunk #2

2012-11-26 Thread openstack-testing-bot
Title: precise_grizzly_ceilometer_trunk General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_ceilometer_trunk/2/Project:precise_grizzly_ceilometer_trunkDate of build:Mon, 26 Nov 2012 16:32:42 -0500Build duration:2 min 53 secBuild cause:Started by user

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

2012-11-26 Thread openstack-testing-bot
Title: precise_grizzly_python-glanceclient_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_python-glanceclient_trunk/16/Project:precise_grizzly_python-glanceclient_trunkDate of build:Mon, 26 Nov 2012 18:31:38 -0500Build duration:1 min 11 secBuild

[Openstack-ubuntu-testing-notifications] Build Fixed: precise_essex_glance_stable #33

2012-11-26 Thread openstack-testing-bot
Title: precise_essex_glance_stable General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/precise_essex_glance_stable/33/Project:precise_essex_glance_stableDate of build:Mon, 26 Nov 2012 19:18:01 -0500Build duration:15 minBuild cause:Started by user zulBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_essex_keystone_stable #28

2012-11-26 Thread openstack-testing-bot
at 20121126-1948Build needed 00:02:10, 9988k disc spaceERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'precise-essex', '-n

[Openstack-ubuntu-testing-notifications] Build Fixed: precise_essex_keystone_stable #29

2012-11-26 Thread openstack-testing-bot
Title: precise_essex_keystone_stable General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/precise_essex_keystone_stable/29/Project:precise_essex_keystone_stableDate of build:Mon, 26 Nov 2012 19:55:56 -0500Build duration:4 min 19 secBuild cause:Started by user zulBuilt

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

2012-11-26 Thread openstack-testing-bot
Title: quantal_folsom_nova_stable General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/quantal_folsom_nova_stable/660/Project:quantal_folsom_nova_stableDate of build:Mon, 26 Nov 2012 21:02:38 -0500Build duration:3 min 29 secBuild cause:Started by an SCM changeBuilt

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

2012-11-26 Thread openstack-testing-bot
Title: quantal_folsom_nova_stable General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/quantal_folsom_nova_stable/661/Project:quantal_folsom_nova_stableDate of build:Mon, 26 Nov 2012 21:32:45 -0500Build duration:3 min 0 secBuild cause:Started by an SCM changeBuilt

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

2012-11-26 Thread openstack-testing-bot
Title: precise_folsom_nova_stable General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_folsom_nova_stable/668/Project:precise_folsom_nova_stableDate of build:Mon, 26 Nov 2012 23:01:40 -0500Build duration:2 min 28 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: quantal_folsom_nova_stable #662

2012-11-26 Thread openstack-testing-bot
Title: quantal_folsom_nova_stable General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/quantal_folsom_nova_stable/662/Project:quantal_folsom_nova_stableDate of build:Mon, 26 Nov 2012 23:01:40 -0500Build duration:2 min 38 secBuild cause:Started by an SCM changeBuilt

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

2012-11-26 Thread openstack-testing-bot
at 20121126-2335Build needed 00:00:00, 0k disc spaceE: Package

[Openstack-ubuntu-testing-notifications] Build Fixed: precise_grizzly_nova_trunk #186

2012-11-26 Thread openstack-testing-bot
Title: precise_grizzly_nova_trunk General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_nova_trunk/186/Project:precise_grizzly_nova_trunkDate of build:Tue, 27 Nov 2012 02:01:40 -0500Build duration:6 min 34 secBuild cause:Started by an SCM changeBuilt