Re: [Openstack] Cant ping private or floating IP

2013-02-21 Thread Sylvain Bauza
Le 20/02/2013 23:04, Chathura M. Sarathchandra Magurawalage a écrit : Thanks. I would be more concerned about the SIOCDELRT error above. Do you try to manually remove a network route at bootup ? Seems like the 'route del' is failing because the route is not already existing. I am

Re: [Openstack] How to debug a Swift's not found error while downloading a file?

2013-02-21 Thread Giuseppe Civitella
Thanks Chuck, this helped me a lot to figure out what was going on. Regards, Giuseppe 2013/2/13 Chuck Thier cth...@gmail.com: Hi Giuseppe, The first thing you can do is use the swift-get-nodes utility to find out where those objects would normally be located. In your case it will look

[Openstack] [OpenStack] Is it possible to get instances' credentials using rest api?

2013-02-21 Thread Zhiqiang Zhao
Hi All, After launching instances for projects on Dashboard GUI, is it possible to get their' credentials using rest api? I know we can get servers but what about creds(ssh or telnet)? Thank you! ___ Mailing list: https://launchpad.net/~openstack

Re: [Openstack] [Swift]A design draft of Storage Quota

2013-02-21 Thread Thierry Carrez
Alex Yang wrote: Storage Quotas Design https://docs.google.com/document/d/1b5hkT_E8PyzaAPjNImW0SF-yyh8vGrN_DNjMChol4_Q/edit This is the design draft of Storage Quota. Implementation of this design is https://github.com/AlexYangYu/StackLab-swift/tree/dev-quota Looks like a discussion that

Re: [Openstack] [Quantum] Metadata service route from a VM

2013-02-21 Thread Sylvain Bauza
Anyone ? I found the reason why a 'quantum-dhcp-agent restart' is fixing the route, this is because the lease is DHCPNACK'd at next client refresh and the VM is getting a fresh new configuration excluding 169.254.0.0/16 route. Community, I beg you to confirm the 169.254.0.0/16 route should

[Openstack] Folsom and LXC problem

2013-02-21 Thread skible openstack
Hello, I have installed OpenStack Folsom with Quantum to use it in my projects. I am not using KVM virtualization but LXC so i have installed nova-compute-lxc on my compute node. In the beginning, i couldn't launch LXC instances until i modified the setup_container method in

Re: [Openstack] [Glance] No Kernel_ID returned with glance add command

2013-02-21 Thread Unmesh Gurjar
Kazim, In any case, the command should have returned either a successful or failed response. It might be helpful if you paste the exact output of this command. To move forward, I would suggest having a look at the Glance API logs, which would indicate what is going wrong in your case. You might

Re: [Openstack] [Glance] No Kernel_ID returned with glance add command

2013-02-21 Thread Sylvain Bauza
Have you checked your Glance credentials using 'glance index' ? On Thu, Feb 21, 2013 at 5:09 PM, Muhammad Kazim kazima...@gmail.com mailto:kazima...@gmail.com wrote: Hi, I am installing OpenStack, i have installed all services including Nova, Keystone, Glance. I run this command

Re: [Openstack] Basic query

2013-02-21 Thread Kevin Jackson
Hi Ganesh, There are no issues here - the instances you create are just virtual servers - log into them as you would any server and treat them as any server. Be mindful of what ports are required to operate your middleware (commonly port 8080 for JBoss or 8009 for the tomcat-connector, between

Re: [Openstack] Create Sheepdog Volume by Openstack Dashboard error

2013-02-21 Thread harryxiyou
On Thu, Feb 21, 2013 at 3:50 PM, Jean-Baptiste RANSY jean-baptiste.ra...@alyseo.com wrote: Hi, Hi Jean-Baptiste RANSY, $ screen -r than navigate to c-vol with Ctrl+A then N To detach from screen : Ctrl+A then D This really helps me a lot. Thanks very much ;-) -- Thanks Harry Wei

Re: [Openstack] Help with VMs

2013-02-21 Thread Harvey West
Many thanks. Pointers helped. Decided to keep with default loader for freeBsd (1) echo 'console=comconsole' /boot/loader.conf (2) Edited /etc/ttys Edit /etc/ttysand change offto onand dialupto vt100for the ttyu0entry (3) echo '-S115200 -Dh' /boot.config From:

Re: [Openstack] Help with VMs

2013-02-21 Thread Harvey West
Using virtio mods helped. Many thanks all.  From: Jonathan Proulx j...@jonproulx.com To: Harvey West harvey.w...@btinternet.com Cc: Lloyd Dewolf lloydost...@gmail.com; openstack@lists.launchpad.net openstack@lists.launchpad.net Sent: Tuesday, 19 February

[Openstack] LXC on Folsom

2013-02-21 Thread Konstantin Ivanov
Hello, I am trying to get LXC running on Folsom with not much luck. Any suggestions on where I can find more documentation that can help me with this ? Thanks a bunch! ___ Mailing list: https://launchpad.net/~openstack Post to :

[Openstack] OpenStack Eseex, XP instances and DHCP service (vlan mode)

2013-02-21 Thread Razique Mahroua
Hi Guys,I'm currently using OPS Essex - from the Canonical repos.I'm running an heterogenous set of instanes (Ubutu, Debian, CentOS, Server 2K3 R2, 2K8, etc..)I'm facing an issue with the XP instances, all are running the SP3 in 64bits - What happens is that sometimes they are not able to renew

Re: [Openstack] LXC on Folsom

2013-02-21 Thread Vishvananda Ishaya
I'm pretty sure a whole disk image will fail with lxc. You need just the root filesystem. You might have more luck with the unpacked version of: http://uec-images.ubuntu.com/releases/precise/release/ubuntu-12.04-server-cloudimg-amd64.tar.gz Vish On Feb 21, 2013, at 8:34 AM, Chuan-Heng Hsiao

Re: [Openstack] OpenStack Eseex, XP instances and DHCP service (vlan mode)

2013-02-21 Thread Sylvain Bauza
I did had trouble with DHCP leasing with 2K3 R2 using Essex. At first boot, the lease was taken from our corporate DHCP server instead of nova-network dnsmasq. I also noticed in EventViewer that, as you mention, DHCP leases were sometimes forgotten. After long time investigating, I had to

[Openstack] Installed Openstack errors

2013-02-21 Thread harryxiyou
Hi all, After i installed Openstack by Devstack, i got following error logs. 1, Some errors with django === [Thu Feb 21 14:57:07 2013] [error] Exception AttributeError: AttributeError('_DummyThread' object has no attribute '_Thread__block',) in module 'threading' from

Re: [Openstack] [Keystone][Swift] Problems with admin_user, admin_password, admin_tenant_name

2013-02-21 Thread Dolph Mathews
Setting the admin_token config is overriding the admin_user, admin_password, and admin_tenant_name values by specifying a static token. I'd recommend removing it and using the auth credentials you've already provided. -Dolph On Thu, Feb 21, 2013 at 3:10 AM, Kun Huang academicgar...@gmail.com

Re: [Openstack] LXC on Folsom

2013-02-21 Thread Chuan-Heng Hsiao
Hi Vishvananda, Thank you very much! Are you actually refering to the following link? http://uec-images.ubuntu.com/releases/precise/release/ubuntu-12.04-server-cloudimg-amd64-root.tar.gz I'll try and do the report when I get to the machine tomorrow. Sincerely, Hsiao On Fri, Feb 22, 2013 at

[Openstack] How to get debug logs in Openstack Cinder

2013-02-21 Thread harryxiyou
Hi all, I add some print logs for cinder/cinder/volume/drivers/sheepdog.py like following. [...] 57 def create_volume(self, volume): 58 Creates a sheepdog volume 59 LOG.debug(_('999 volume name is %s') % volume['name'])

Re: [Openstack] Could not create volume(Sheepdog)

2013-02-21 Thread Huang Zhiteng
That's because latest Cinder now uses filter scheduler which requires back-end (in your case: sheepdog) driver to report capabilities/stats. Unfortunately, sheepdog driver hasn't been updated (yet). On Fri, Feb 22, 2013 at 1:36 AM, harryxiyou harryxi...@gmail.com wrote: Hi all, After i

Re: [Openstack] LXC on Folsom

2013-02-21 Thread Vishvananda Ishaya
no i wasn't. The link you posted is a tar.gz filesystem, the link i posted is a tar.gz of an ext formatted that contains the filesystem. I believe the one i posted is correct. Make sure to untargz before uploading to glance. Vish On Feb 21, 2013, at 9:47 AM, Chuan-Heng Hsiao

[Openstack] Regarding the output from the Nova /servers REST API

2013-02-21 Thread Narayanan, Krishnaprasad
Hallo All, This is regarding the output from the Nova REST API for getting the details of the servers using /servers/detail interface and I could see that there is a difference in the output when the project has administrative permissions than the other that doesn't have an administrative

Re: [Openstack] VM doesnt get IP

2013-02-21 Thread Aaron Rosen
Hi, You'll have to provide more information than this for anyone to help you: i.e are you using quantum or nova-network, if your using quantum which plugin, config files etc. Aaron On Thu, Feb 21, 2013 at 11:13 AM, Guilherme Russi luisguilherme...@gmail.com wrote: Hello guys, I'm getting

Re: [Openstack] Installed Openstack errors

2013-02-21 Thread Julie Pichon
Hello Harry, harryxiyou harryxi...@gmail.com wrote: 1, Some errors with django === [Thu Feb 21 14:57:07 2013] [error] Exception AttributeError: AttributeError('_DummyThread' object has no attribute '_Thread__block',) in module 'threading' from

[Openstack] How to use the novaclient python API

2013-02-21 Thread JR
Greetings all, http://docs.openstack.org/developer/python-novaclient/api.html says that: from novaclient import OpenStack nova = OpenStack(USERNAME, PASSWORD, AUTH_URL) Should work. But: (virtual-python2.7)ftc-ms01:test# pip search python-novaclient |head -3 python-novaclient - Client

Re: [Openstack] How to use the novaclient python API

2013-02-21 Thread Vishvananda Ishaya
Looks like those docs are pretty outdated. I have a github repository where I have been putting together some examples of doing common commands with a) cli b) python-*client c) curl It is incomplete but this should help get you started: # helper method to create the client

Re: [Openstack] VM doesnt get IP

2013-02-21 Thread Aaron Rosen
The output to the following would be a good start: quantum net-list quantum port-list ovs-dpctl show (on all nodes) Also make sure the quantum-dhcp-agent is running on your network node. Aaron On Thu, Feb 21, 2013 at 11:23 AM, Guilherme Russi luisguilherme...@gmail.com wrote: Sorry about

Re: [Openstack] [Keystone][Swift] Problems with admin_user, admin_password, admin_tenant_name

2013-02-21 Thread Kun Huang
Dolph, thanks your advice, but in my environment, both below two case 1. setting admin_token,admin_user, admin_password, admin_tenant_name in proxy.conf and setting admin_token in keystone.conf 2. setting admin_user, admin_password, admin_tenant_name in proxy.conf and setting admin_token in

Re: [Openstack] [Keystone][Swift] Problems with admin_user, admin_password, admin_tenant_name

2013-02-21 Thread Kun Huang
Dolph, thanks your advice, but in my environment, both below two case 1. setting admin_token,admin_user, admin_password, admin_tenant_name in proxy.conf and setting admin_token in keystone.conf 2. setting admin_user, admin_password, admin_tenant_name in proxy.conf and setting admin_token in

[Openstack] [Keystone]Question: Assignment of default role

2013-02-21 Thread Leo Toyoda
Hi, everyone I'm using the master branch devstack. I hava a question about assignment of default role (Keystone). When I create a user to specify the tenant, '_member_' is assigned to the roles. $ keystone user-create --name test --tenant-id e61..7f6 --pass test --email t...@example.com

Re: [Openstack] LXC on Folsom

2013-02-21 Thread Chuan-Heng Hsiao
Hi Vishvananda, Thank you very much! I just tried and it launched! Though I can't access through VNC right now (code: 1006) I believe it's the problem related to VNC setting and not related to lxc. Sincerely, Hsiao The following is the startup console: init: Unable to create device:

[Openstack-ubuntu-testing-notifications] Build failed in Jenkins: cloud-archive_folsom_version-drift #8649

2013-02-21 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/8649/ -- Started by timer Building remotely on pkg-builder in workspace http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/ws/ [cloud-archive_folsom_version-drift] $ /bin/bash

[Openstack-ubuntu-testing-notifications] Build failed in Jenkins: cloud-archive_folsom_version-drift #8651

2013-02-21 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/8651/ -- Started by timer Building remotely on pkg-builder in workspace http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/ws/ [cloud-archive_folsom_version-drift] $ /bin/bash

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

2013-02-21 Thread openstack-testing-bot
Title: raring_grizzly_deploy General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_deploy/44/Project:raring_grizzly_deployDate of build:Thu, 21 Feb 2013 03:19:21 -0500Build duration:46 minBuild cause:Started by command line by jenkinsBuilt on:masterHealth

[Openstack-ubuntu-testing-notifications] Build failed in Jenkins: cloud-archive_folsom_version-drift #8652

2013-02-21 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/8652/ -- Started by timer Building remotely on pkg-builder in workspace http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/ws/ [cloud-archive_folsom_version-drift] $ /bin/bash

[Openstack-ubuntu-testing-notifications] Build failed in Jenkins: cloud-archive_folsom_version-drift #8653

2013-02-21 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/8653/ -- Started by timer Building remotely on pkg-builder in workspace http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/ws/ [cloud-archive_folsom_version-drift] $ /bin/bash

[Openstack-ubuntu-testing-notifications] Build failed in Jenkins: cloud-archive_folsom_version-drift #8656

2013-02-21 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/8656/ -- Started by timer Building remotely on pkg-builder in workspace http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/ws/ [cloud-archive_folsom_version-drift] $ /bin/bash

[Openstack-ubuntu-testing-notifications] Build failed in Jenkins: cloud-archive_folsom_version-drift #8657

2013-02-21 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/8657/ -- Started by timer Building remotely on pkg-builder in workspace http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/ws/ [cloud-archive_folsom_version-drift] $ /bin/bash

[Openstack-ubuntu-testing-notifications] Build failed in Jenkins: cloud-archive_folsom_version-drift #8658

2013-02-21 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/8658/ -- Started by timer Building remotely on pkg-builder in workspace http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/ws/ [cloud-archive_folsom_version-drift] $ /bin/bash

[Openstack-ubuntu-testing-notifications] Build failed in Jenkins: cloud-archive_folsom_version-drift #8660

2013-02-21 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/8660/ -- Started by timer Building remotely on pkg-builder in workspace http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/ws/ [cloud-archive_folsom_version-drift] $ /bin/bash

[Openstack-ubuntu-testing-notifications] Build failed in Jenkins: cloud-archive_folsom_version-drift #8661

2013-02-21 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/8661/ -- Started by timer Building remotely on pkg-builder in workspace http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/ws/ [cloud-archive_folsom_version-drift] $ /bin/bash

[Openstack-ubuntu-testing-notifications] Build failed in Jenkins: cloud-archive_folsom_version-drift #8662

2013-02-21 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/8662/ -- Started by timer Building remotely on pkg-builder in workspace http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/ws/ [cloud-archive_folsom_version-drift] $ /bin/bash

[Openstack-ubuntu-testing-notifications] Build failed in Jenkins: cloud-archive_folsom_version-drift #8664

2013-02-21 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/8664/ -- Started by timer Building remotely on pkg-builder in workspace http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/ws/ [cloud-archive_folsom_version-drift] $ /bin/bash

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

2013-02-21 Thread openstack-testing-bot
Title: precise_folsom_deploy General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_folsom_deploy/396/Project:precise_folsom_deployDate of build:Thu, 21 Feb 2013 07:18:09 -0500Build duration:1 min 30 secBuild cause:Started by command line by jenkinsBuilt

[Openstack-ubuntu-testing-notifications] Build failed in Jenkins: cloud-archive_folsom_version-drift #8665

2013-02-21 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/8665/ -- Started by timer Building remotely on pkg-builder in workspace http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/ws/ [cloud-archive_folsom_version-drift] $ /bin/bash

[Openstack-ubuntu-testing-notifications] Build failed in Jenkins: cloud-archive_folsom_version-drift #8666

2013-02-21 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/8666/ -- Started by timer Building remotely on pkg-builder in workspace http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/ws/ [cloud-archive_folsom_version-drift] $ /bin/bash

[Openstack-ubuntu-testing-notifications] Build failed in Jenkins: cloud-archive_folsom_version-drift #8667

2013-02-21 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/8667/ -- Started by timer Building remotely on pkg-builder in workspace http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/ws/ [cloud-archive_folsom_version-drift] $ /bin/bash

[Openstack-ubuntu-testing-notifications] Build failed in Jenkins: cloud-archive_folsom_version-drift #8669

2013-02-21 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/8669/ -- Started by timer Building remotely on pkg-builder in workspace http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/ws/ [cloud-archive_folsom_version-drift] $ /bin/bash

[Openstack-ubuntu-testing-notifications] Build failed in Jenkins: cloud-archive_folsom_version-drift #8670

2013-02-21 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/8670/ -- Started by timer Building remotely on pkg-builder in workspace http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/ws/ [cloud-archive_folsom_version-drift] $ /bin/bash

[Openstack-ubuntu-testing-notifications] Build failed in Jenkins: cloud-archive_folsom_version-drift #8671

2013-02-21 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/8671/ -- Started by timer Building remotely on pkg-builder in workspace http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/ws/ [cloud-archive_folsom_version-drift] $ /bin/bash

[Openstack-ubuntu-testing-notifications] Build failed in Jenkins: cloud-archive_folsom_version-drift #8672

2013-02-21 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/8672/ -- Started by timer Building remotely on pkg-builder in workspace http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/ws/ [cloud-archive_folsom_version-drift] $ /bin/bash

[Openstack-ubuntu-testing-notifications] Build failed in Jenkins: cloud-archive_folsom_version-drift #8673

2013-02-21 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/8673/ -- Started by timer Building remotely on pkg-builder in workspace http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/ws/ [cloud-archive_folsom_version-drift] $ /bin/bash

[Openstack-ubuntu-testing-notifications] Build failed in Jenkins: cloud-archive_folsom_version-drift #8674

2013-02-21 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/8674/ -- Started by timer Building remotely on pkg-builder in workspace http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/ws/ [cloud-archive_folsom_version-drift] $ /bin/bash

[Openstack-ubuntu-testing-notifications] Build failed in Jenkins: cloud-archive_folsom_version-drift #8675

2013-02-21 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/8675/ -- Started by timer Building remotely on pkg-builder in workspace http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/ws/ [cloud-archive_folsom_version-drift] $ /bin/bash

[Openstack-ubuntu-testing-notifications] Build failed in Jenkins: cloud-archive_folsom_version-drift #8676

2013-02-21 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/8676/ -- Started by timer Building remotely on pkg-builder in workspace http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/ws/ [cloud-archive_folsom_version-drift] $ /bin/bash

[Openstack-ubuntu-testing-notifications] Build failed in Jenkins: cloud-archive_folsom_version-drift #8677

2013-02-21 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/8677/ -- Started by timer Building remotely on pkg-builder in workspace http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/ws/ [cloud-archive_folsom_version-drift] $ /bin/bash

[Openstack-ubuntu-testing-notifications] Build failed in Jenkins: cloud-archive_folsom_version-drift #8678

2013-02-21 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/8678/ -- Started by timer Building remotely on pkg-builder in workspace http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/ws/ [cloud-archive_folsom_version-drift] $ /bin/bash

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

2013-02-21 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 failed in Jenkins: cloud-archive_folsom_version-drift #8679

2013-02-21 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/8679/ -- Started by timer Building remotely on pkg-builder in workspace http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/ws/ [cloud-archive_folsom_version-drift] $ /bin/bash

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

2013-02-21 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 failed in Jenkins: cloud-archive_folsom_version-drift #8680

2013-02-21 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/8680/ -- Started by timer Building remotely on pkg-builder in workspace http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/ws/ [cloud-archive_folsom_version-drift] $ /bin/bash

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

2013-02-21 Thread openstack-testing-bot
Title: precise_folsom_deploy General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_folsom_deploy/397/Project:precise_folsom_deployDate of build:Thu, 21 Feb 2013 11:18:16 -0500Build duration:1 min 36 secBuild cause:Started by command line by jenkinsBuilt

[Openstack-ubuntu-testing-notifications] Build failed in Jenkins: cloud-archive_folsom_version-drift #8681

2013-02-21 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/8681/ -- Started by timer Building remotely on pkg-builder in workspace http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/ws/ [cloud-archive_folsom_version-drift] $ /bin/bash

[Openstack-ubuntu-testing-notifications] Build failed in Jenkins: cloud-archive_folsom_version-drift #8682

2013-02-21 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/8682/ -- Started by timer Building remotely on pkg-builder in workspace http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/ws/ [cloud-archive_folsom_version-drift] $ /bin/bash

[Openstack-ubuntu-testing-notifications] Build failed in Jenkins: cloud-archive_folsom_version-drift #8683

2013-02-21 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/8683/ -- Started by timer Building remotely on pkg-builder in workspace http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/ws/ [cloud-archive_folsom_version-drift] $ /bin/bash

[Openstack-ubuntu-testing-notifications] Build failed in Jenkins: cloud-archive_folsom_version-drift #8684

2013-02-21 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/8684/ -- Started by timer Building remotely on pkg-builder in workspace http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/ws/ [cloud-archive_folsom_version-drift] $ /bin/bash

[Openstack-ubuntu-testing-notifications] Jenkins build is back to normal : cloud-archive_folsom_version-drift #8685

2013-02-21 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/8685/ -- Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net Unsubscribe :

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

2013-02-21 Thread openstack-testing-bot
Title: precise_grizzly_glance_trunk General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_glance_trunk/132/Project:precise_grizzly_glance_trunkDate of build:Thu, 21 Feb 2013 12:31:10 -0500Build duration:10 minBuild cause:Started by an SCM changeBuilt

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

2013-02-21 Thread openstack-testing-bot
at 20130221

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

2013-02-21 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_cinder_trunk #183

2013-02-21 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_deploy #46

2013-02-21 Thread openstack-testing-bot
Title: raring_grizzly_deploy General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_deploy/46/Project:raring_grizzly_deployDate of build:Thu, 21 Feb 2013 15:46:26 -0500Build duration:46 minBuild cause:Started by command line by jenkinsBuilt on:masterHealth

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

2013-02-21 Thread openstack-testing-bot
Title: raring_grizzly_deploy General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_deploy/47/Project:raring_grizzly_deployDate of build:Thu, 21 Feb 2013 16:33:15 -0500Build duration:46 minBuild cause:Started by command line by jenkinsBuilt on:masterHealth

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

2013-02-21 Thread openstack-testing-bot
Title: raring_grizzly_deploy General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_deploy/48/Project:raring_grizzly_deployDate of build:Thu, 21 Feb 2013 17:19:54 -0500Build duration:46 minBuild cause:Started by command line by jenkinsBuilt on:masterHealth