[Openstack] Reg: Creating Network

2013-05-28 Thread Nehal J. Wani
When i run the command: nova network-create myNetwork --fixed-range-v4 10.3.3.0/24--bridge-interface cloudbr0 I get the error: ERROR: The server has either erred or is incapable of performing the requested operation. (HTTP 500) (Request-ID: req-34cbe744-c12e-427d-8d31-a01869c89c4a) In

[Openstack] [grizzly]Problems of qpid as rpcbackend

2013-05-28 Thread minmin ren
I think I found some problems of qpid as rpcbackend, however I'm not sure about it. Could anyone try to test it with your environment? openstack grizzly version config file need debug=True 1. service openstack-cinder-scheduler stop (nova-compute, nova-scheduler, etc) 2. vi

[Openstack] [Ceilometer][Ceilometer-API] Ceilometer-API Error 401 Unauthorized

2013-05-28 Thread Ildiko Vancsa
Hi All, I'm new to OpenStack and Ceilometer as well, so I have a few questions. :) Does Ceilometer supports a Web UI or it is available via command line and curl only? I installed the environment with DevStack as I wanted to check how it works and looks like and it sets ceilometer in the apache2

[Openstack] Dual network connections on hypervisor

2013-05-28 Thread Tim Bell
I have a hypervisor running KVM with two network interfaces to two independent networks. I could not find any documentation on how to configure a set up such as this so the guests could also be configured with IPs on the two networks. Any pointers ? Tim smime.p7s

Re: [Openstack] Dual network connections on hypervisor

2013-05-28 Thread Endre Karlson
Isn't it just to specify two different ports or networks when booting the VM? Endre 2013/5/28 Tim Bell tim.b...@cern.ch ** ** I have a hypervisor running KVM with two network interfaces to two independent networks. ** ** I could not find any documentation on how to configure a set

Re: [Openstack] [Nova] Review Request - Metadata transfer between image, volume and instance

2013-05-28 Thread Macdonald-Wallace, Matthew
Hi all, me again! Please can someone else take a look at https://review.openstack.org/#/c/28969/ and either comment on the content or approve it for merge? Thanks, Matt -Original Message- From: Openstack [mailto:openstack-bounces+matthew.macdonald-wallace=hp@lists.launchpad.net]

Re: [Openstack] [Ceilometer][Ceilometer-API] Ceilometer-API Error 401 Unauthorized

2013-05-28 Thread Fei Long Wang
Hi Bruno, Please follow this link: http://docs.openstack.org/developer/ceilometer/configuration.html#keystone-middleware-authentication Generally, you just need add some entries in ceilometer.conf like this: [keystone_authtoken] signing_dir = /var/cache/ceilometer admin_tenant_name = service

Re: [Openstack] Dual network connections on hypervisor

2013-05-28 Thread JuanFra Rodriguez Cardoso
Maybe this could be helpful for your request: http://docs.openstack.org/trunk/openstack-compute/admin/content/using-multi-nics.html Regards, --- JuanFra 2013/5/28 Tim Bell tim.b...@cern.ch ** ** I have a hypervisor running KVM with two network interfaces to two independent networks.

[Openstack] Internet access within launched instances too slow

2013-05-28 Thread Rahul Sharma
Hi All, I have a multinode setup of Openstack-Grizzly release with Networking node as a separate machine. I am able to successfully bring up instances and ping to google from within the instances. Everything is working fine except the speed of internet access from within the instances. When I

Re: [Openstack] Internet access within launched instances too slow

2013-05-28 Thread JuanFra Rodriguez Cardoso
Hi: Which hypervisor are you using? KVM with virtio driver? --- JuanFra 2013/5/28 Rahul Sharma rahulsharma...@gmail.com Hi All, I have a multinode setup of Openstack-Grizzly release with Networking node as a separate machine. I am able to successfully bring up instances and ping to

Re: [Openstack] Internet access within launched instances too slow

2013-05-28 Thread Rahul Sharma
Yes, I am using KVM. -Regards Rahul Sharma On Tue, May 28, 2013 at 2:49 PM, JuanFra Rodriguez Cardoso juanfra.rodriguez.card...@gmail.com wrote: Hi: Which hypervisor are you using? KVM with virtio driver? --- JuanFra 2013/5/28 Rahul Sharma rahulsharma...@gmail.com Hi All, I have

Re: [Openstack] Dual network connections on hypervisor

2013-05-28 Thread Balamurugan V G
Hi Tim. I am assuming that you are using Quantum for networking. And if you are using Grizzly release you can do it from the Dashboard UI itself. If not use the command like as shown below: nova boot --image img --flavor flavor --nic net-id=net1-id --nic net-id=net2-id vm-name Here, net1 and

Re: [Openstack] Internet access within launched instances too slow

2013-05-28 Thread Balamurugan V G
Check if you have the right DNS server settings on your VM. Sometimes even that can slow the access. Regards, Balu On Tue, May 28, 2013 at 3:31 PM, Rahul Sharma rahulsharma...@gmail.com wrote: Yes, I am using KVM. -Regards Rahul Sharma On Tue, May 28, 2013 at 2:49 PM, JuanFra Rodriguez

Re: [Openstack] Internet access within launched instances too slow

2013-05-28 Thread Rahul Sharma
I checked, they are fine. nslookup is giving correct result. root@instance1:/home/ubuntu# nslookup www.google.com Server: 192.168.0.4 Address:192.168.0.4#53 Non-authoritative answer: Name: www.google.com Address: 74.125.135.147 Name: www.google.com Address: 74.125.135.99

Re: [Openstack] Internet access within launched instances too slow

2013-05-28 Thread JuanFra Rodriguez Cardoso
Have you tried configuring your compute nodes with the following options in file 'nova.conf'? These options could be improve your instance performance: libvirt_cpu_mode = host-passthrough libvirt_use_virtio_for_bridges = True PD: I suppose you are using: libvirt_type = kvm compute_driver =

Re: [Openstack] Internet access within launched instances too slow

2013-05-28 Thread Rahul Sharma
Thanks JuanFra. I will use these and let you know the status. Thanks and Regards Rahul Sharma On Tue, May 28, 2013 at 4:04 PM, JuanFra Rodriguez Cardoso juanfra.rodriguez.card...@gmail.com wrote: Have you tried configuring your compute nodes with the following options in file 'nova.conf'?

Re: [Openstack] Internet access within launched instances too slow

2013-05-28 Thread Rahul Sharma
Nope. Still the same problem. -Regards Rahul On Tue, May 28, 2013 at 4:15 PM, Rahul Sharma rahulsharma...@gmail.comwrote: Thanks JuanFra. I will use these and let you know the status. Thanks and Regards Rahul Sharma On Tue, May 28, 2013 at 4:04 PM, JuanFra Rodriguez Cardoso

Re: [Openstack] Internet access within launched instances too slow

2013-05-28 Thread JuanFra Rodriguez Cardoso
Same issues after restarting nova-compute daemons and launching new instances? --- JuanFra 2013/5/28 Rahul Sharma rahulsharma...@gmail.com Nope. Still the same problem. -Regards Rahul On Tue, May 28, 2013 at 4:15 PM, Rahul Sharma rahulsharma...@gmail.comwrote: Thanks JuanFra. I will

Re: [Openstack] Internet access within launched instances too slow

2013-05-28 Thread Rahul Sharma
Yes, same issue after restarting the nova-compute daemon. -Regards Rahul On Tue, May 28, 2013 at 4:29 PM, JuanFra Rodriguez Cardoso juanfra.rodriguez.card...@gmail.com wrote: Same issues after restarting nova-compute daemons and launching new instances? --- JuanFra 2013/5/28 Rahul

[Openstack] [ceilometer] how to enable cpu meter?

2013-05-28 Thread alexander barakin
i use fresh devstack without local modifications on ubuntu 12.04 i have run the example image cirros-0.3.1-x86_64-uec and see the following meters in output of ceilometer meter-list: disk.ephemeral.size disk.root.size image image image image.download image.download image.download image.serve

Re: [Openstack] [OpenStack] JSON Naming convention

2013-05-28 Thread Joe Gordon
We cannot go back and change past APIs, but standardization would be nice for future APIs such as nova V3. On Fri, May 17, 2013 at 1:20 PM, Balamurugan V G balamuruga...@gmail.comwrote: Hi, I see that the REST API using both the camelCase and underscore separated names for the JSON

Re: [Openstack] [ceilometer] how to enable cpu meter?

2013-05-28 Thread Julien Danjou
On Tue, May 28 2013, alexander barakin wrote: i use fresh devstack without local modifications on ubuntu 12.04 i have run the example image cirros-0.3.1-x86_64-uec and see the following meters in output of ceilometer meter-list: You need to run `ceilometer-agent-compute'. -- Julien Danjou

Re: [Openstack] [ceilometer] how to enable cpu meter?

2013-05-28 Thread alexander barakin
On Tue, May 28, 2013 at 4:13 PM, Julien Danjou jul...@danjou.info wrote: On Tue, May 28 2013, alexander barakin wrote: i use fresh devstack without local modifications on ubuntu 12.04 i have run the example image cirros-0.3.1-x86_64-uec and see the following meters in output of

Re: [Openstack] [ceilometer] how to enable cpu meter?

2013-05-28 Thread Fei Long Wang
Hi Alex, Please follow up below steps: 1. Create a new instance 2. Start compute-agent of Ceilometer 3. Call the REST API: http://127.0.0.1:8777/v2/meters/cpu_util Thanks Best regards, Fei Long Wang (王飞龙) -- Scrum Master, Cloud Solutions and

[Openstack] Glance client with API 2

2013-05-28 Thread Belmiro Moreira
Hi, reading the docs my understanding is that if we use glance API v2 the glance-registry is not needed. I tried to remove glance-registry from my setup and use api v2 but then the glance client doesn't offer the same functionality. How to create an image using glance client and api v2?

Re: [Openstack] [OpenStack] JSON Naming convention

2013-05-28 Thread Balamurugan V G
Yes I meant the future versions of the APIs. Regards, Balu On Tue, May 28, 2013 at 5:32 PM, Joe Gordon joe.gord...@gmail.com wrote: We cannot go back and change past APIs, but standardization would be nice for future APIs such as nova V3. On Fri, May 17, 2013 at 1:20 PM, Balamurugan V G

Re: [Openstack] Glance client with API 2

2013-05-28 Thread Iccha Sethi
Hey Belmiro, You are right that python-glanceclient does not support v2 api entirely yet and supports only limited actions. But we are working towards it supporting all the operations. Here is the blue print for it : https://blueprints.launchpad.net/python-glanceclient/+spec/glance-client-v2/

Re: [Openstack] VM Issues on Grizzly Install on Ubuntu 12.04

2013-05-28 Thread Farhan Patwa
Hi Darragh, Thanks a lot for your reply and suggestions. I am not able to ping the gateway ip from the namespace. Also eth0 is up but br-ex has unknown state? ### ### root@openstack-2:~# ip link 1: lo:

Re: [Openstack] Glance client with API 2

2013-05-28 Thread Belmiro Moreira
Hi Iccha, thanks for the Blueprint. cheers, Belmiro On May 28, 2013, at 7:23 PM, Iccha Sethi iccha.se...@rackspace.com wrote: Hey Belmiro, You are right that python-glanceclient does not support v2 api entirely yet and supports only limited actions. But we are working towards it

Re: [Openstack] (Quantum) - how use a router physic and not virtual ?

2013-05-28 Thread Filipe Manco
Hello Can you give more details about your use case? I'm currently developing an extension that will provide a way to use physical routers the same way you would use the virtual ones. You can read the blueprint herehttps://blueprints.launchpad.net/quantum/+spec/provider-router. I would appreciate

Re: [Openstack] VM Issues on Grizzly Install on Ubuntu 12.04

2013-05-28 Thread Darragh O'Reilly
Hi, the ping error connect: Network is unreachable means a route could not be found. The gateway 10.245.124.253 for the external subnet is not in the subnet CIDR  10.245.124.64/26. So I guess a default route was not setup here: netnode$ ip netns exec router ns route -n You will need to

[Openstack] [OSSA 2013-014] Missing expiration check in Keystone PKI tokens validation (CVE-2013-2104)

2013-05-28 Thread Thierry Carrez
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 OpenStack Security Advisory: 2013-014 CVE: CVE-2013-2104 Date: May 28, 2013 Title: Missing expiration check in Keystone PKI tokens validation Reporter: Eoghan Glynn (Red Hat), Alex Meade (Rackspace) Products/Affects: Keystone (Folsom only),

Re: [Openstack] [Ceilometer][Ceilometer-API] Ceilometer-API Error 401 Unauthorized

2013-05-28 Thread Doug Hellmann
Right now we only have a web API, which you can use via the client library, curl, or the command line tool. There are a few people working on integrating ceilometer data with horizon, but I don't know the status of that project. Doug On Tue, May 28, 2013 at 3:49 AM, Ildiko Vancsa

[Openstack] nova cells minimal setup

2013-05-28 Thread Markus Barth
Hello everyone, Nova-cells filter has been merged now, so I'd like to make use of them and set up an installation for a proof of concept. My goal is to create new filters and then spawn instances in a demo. Setup: - Global: Horizon, Keystone, Glance - API cell: nova-api, nova-conductor,

[Openstack-ubuntu-testing-notifications] Build Failure: saucy_havana_horizon_trunk #36

2013-05-28 Thread openstack-testing-bot
at 20130528

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

2013-05-28 Thread openstack-testing-bot
Title: precise_havana_horizon_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_horizon_trunk/54/Project:precise_havana_horizon_trunkDate of build:Tue, 28 May 2013 03:30:22 -0400Build duration:2 min 52 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_ceilometer_trunk #78

2013-05-28 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: precise_havana_cinder_trunk #95

2013-05-28 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: saucy_havana_cinder_trunk #65

2013-05-28 Thread openstack-testing-bot
Title: saucy_havana_cinder_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_cinder_trunk/65/Project:saucy_havana_cinder_trunkDate of build:Tue, 28 May 2013 05:30:23 -0400Build duration:4 min 19 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_horizon_trunk #55

2013-05-28 Thread openstack-testing-bot
Title: precise_havana_horizon_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_horizon_trunk/55/Project:precise_havana_horizon_trunkDate of build:Tue, 28 May 2013 06:30:22 -0400Build duration:3 min 5 secBuild cause:Started by an SCM changeBuilt

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

2013-05-28 Thread openstack-testing-bot
Title: saucy_havana_horizon_trunk General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_horizon_trunk/37/Project:saucy_havana_horizon_trunkDate of build:Tue, 28 May 2013 06:30:23 -0400Build duration:3 min 29 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_nova_trunk #222

2013-05-28 Thread openstack-testing-bot
Title: precise_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/222/Project:precise_havana_nova_trunkDate of build:Tue, 28 May 2013 08:30:26 -0400Build duration:4 min 0 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Failure: saucy_havana_nova_trunk #143

2013-05-28 Thread openstack-testing-bot
at 20130528

[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_ceilometer_trunk #67

2013-05-28 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: precise_havana_ceilometer_trunk #79

2013-05-28 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: precise_havana_ceilometer_trunk #80

2013-05-28 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: saucy_havana_python-ceilometerclient_trunk #19

2013-05-28 Thread openstack-testing-bot
secBuild cause:Started by user Chuck ShortBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 2 out of the last 5 builds failed.60ChangesNo ChangesConsole Output[...truncated 2444 lines...]Finished at 20130528-0945Build needed 00:00:48, 1260k disc spaceINFO:root:Uploading package

[Openstack-ubuntu-testing-notifications] Build Fixed: saucy_havana_python-keystoneclient_trunk #19

2013-05-28 Thread openstack-testing-bot
at 20130528

[Openstack-ubuntu-testing-notifications] Build Fixed: saucy_havana_ceilometer_trunk #69

2013-05-28 Thread openstack-testing-bot
Title: saucy_havana_ceilometer_trunk General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_ceilometer_trunk/69/Project:saucy_havana_ceilometer_trunkDate of build:Tue, 28 May 2013 09:52:45 -0400Build duration:4 min 56 secBuild cause:Started by user Chuck

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_ceilometer_trunk #81

2013-05-28 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: saucy_havana_nova_trunk #144

2013-05-28 Thread openstack-testing-bot
Title: saucy_havana_nova_trunk General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_nova_trunk/144/Project:saucy_havana_nova_trunkDate of build:Tue, 28 May 2013 10:05:55 -0400Build duration:8 min 24 secBuild cause:Started by user Chuck ShortBuilt

[Openstack-ubuntu-testing-notifications] Build Fixed: saucy_havana_keystone_trunk #35

2013-05-28 Thread openstack-testing-bot
Title: saucy_havana_keystone_trunk General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_keystone_trunk/35/Project:saucy_havana_keystone_trunkDate of build:Tue, 28 May 2013 10:26:16 -0400Build duration:6 min 26 secBuild cause:Started by user Chuck ShortBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_nova_trunk #223

2013-05-28 Thread openstack-testing-bot
Title: precise_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/223/Project:precise_havana_nova_trunkDate of build:Tue, 28 May 2013 10:30:25 -0400Build duration:4 min 11 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Fixed: saucy_havana_python-quantumclient_trunk #10

2013-05-28 Thread openstack-testing-bot
at 20130528

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_nova_trunk #224

2013-05-28 Thread openstack-testing-bot
Title: precise_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/224/Project:precise_havana_nova_trunkDate of build:Tue, 28 May 2013 11:30:25 -0400Build duration:3 min 57 secBuild cause:Started by an SCM changeBuilt

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

2013-05-28 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: precise_havana_keystone_trunk #69

2013-05-28 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: precise_havana_nova_trunk #225

2013-05-28 Thread openstack-testing-bot
Title: precise_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/225/Project:precise_havana_nova_trunkDate of build:Tue, 28 May 2013 12:03:27 -0400Build duration:3 min 53 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_python-keystoneclient_trunk #24

2013-05-28 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: precise_havana_nova_trunk #226

2013-05-28 Thread openstack-testing-bot
Title: precise_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/226/Project:precise_havana_nova_trunkDate of build:Tue, 28 May 2013 13:03:35 -0400Build duration:3 min 58 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Fixed: saucy_havana_glance_trunk #27

2013-05-28 Thread openstack-testing-bot
at 20130528

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_nova_trunk #227

2013-05-28 Thread openstack-testing-bot
Title: precise_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/227/Project:precise_havana_nova_trunkDate of build:Tue, 28 May 2013 13:30:24 -0400Build duration:3 min 47 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_nova_trunk #228

2013-05-28 Thread openstack-testing-bot
Title: precise_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/228/Project:precise_havana_nova_trunkDate of build:Tue, 28 May 2013 14:00:24 -0400Build duration:3 min 49 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_horizon_trunk #56

2013-05-28 Thread openstack-testing-bot
Title: precise_havana_horizon_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_horizon_trunk/56/Project:precise_havana_horizon_trunkDate of build:Tue, 28 May 2013 14:30:29 -0400Build duration:3 min 37 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_cinder_trunk #66

2013-05-28 Thread openstack-testing-bot
Title: saucy_havana_cinder_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_cinder_trunk/66/Project:saucy_havana_cinder_trunkDate of build:Tue, 28 May 2013 15:42:17 -0400Build duration:5 min 23 secBuild cause:Started by user Adam GandelmanBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_nova_trunk #229

2013-05-28 Thread openstack-testing-bot
Title: precise_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/229/Project:precise_havana_nova_trunkDate of build:Tue, 28 May 2013 17:00:26 -0400Build duration:4 min 20 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Fixed: quantal_folsom_keystone_stable #118

2013-05-28 Thread openstack-testing-bot
Title: quantal_folsom_keystone_stable General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/quantal_folsom_keystone_stable/118/Project:quantal_folsom_keystone_stableDate of build:Tue, 28 May 2013 17:01:31 -0400Build duration:9 min 16 secBuild cause:Started by an SCM

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_nova_trunk #230

2013-05-28 Thread openstack-testing-bot
Title: precise_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/230/Project:precise_havana_nova_trunkDate of build:Tue, 28 May 2013 18:00:24 -0400Build duration:3 min 33 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Failure: saucy_havana_python-novaclient_trunk #18

2013-05-28 Thread openstack-testing-bot
Title: saucy_havana_python-novaclient_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_python-novaclient_trunk/18/Project:saucy_havana_python-novaclient_trunkDate of build:Tue, 28 May 2013 18:30:22 -0400Build duration:1 min 34 secBuild cause:Started by

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

2013-05-28 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: precise_havana_ceilometer_trunk #82

2013-05-28 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: precise_havana_python-ceilometerclient_trunk #19

2013-05-28 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: precise_havana_nova_trunk #231

2013-05-28 Thread openstack-testing-bot
Title: precise_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/231/Project:precise_havana_nova_trunkDate of build:Tue, 28 May 2013 20:00:25 -0400Build duration:3 min 58 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_ceilometer_trunk #83

2013-05-28 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: precise_havana_quantum_trunk #154

2013-05-28 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: precise_havana_nova_trunk #232

2013-05-28 Thread openstack-testing-bot
Title: precise_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/232/Project:precise_havana_nova_trunkDate of build:Tue, 28 May 2013 20:38:45 -0400Build duration:5 min 3 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_nova_trunk #233

2013-05-28 Thread openstack-testing-bot
Title: precise_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/233/Project:precise_havana_nova_trunkDate of build:Tue, 28 May 2013 21:00:41 -0400Build duration:4 min 50 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_nova_trunk #234

2013-05-28 Thread openstack-testing-bot
Title: precise_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/234/Project:precise_havana_nova_trunkDate of build:Tue, 28 May 2013 23:00:25 -0400Build duration:4 min 11 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_cinder_trunk #67

2013-05-28 Thread openstack-testing-bot
Title: saucy_havana_cinder_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_cinder_trunk/67/Project:saucy_havana_cinder_trunkDate of build:Tue, 28 May 2013 23:00:23 -0400Build duration:4 min 57 secBuild cause:Started by an SCM changeBuilt