[Openstack] vm can't connect to remote host (169.254.169.254)

2013-05-08 Thread zengshan2008
Hi all, I've installed openstack using quantum by the guide https://github.com/mseknibilel/OpenStack-Folsom-Install-guide/blob/master/OpenStack_Folsom_Install_Guide_WebVersion.rstIn my environment, I have a controller node, a network node and a compute node, I am using openvswitch plugin and

Re: [Openstack] Quantum + Ryu on Folsom

2013-05-08 Thread Stroppa Daniele (strp)
Guilherme, If you do upgrade to Grizzly (either with Devstack or Ubuntu packages) check these pages https://github.com/osrg/ryu/wiki/OpenStack They are quite complete, we used them as a reference for our lab installation. Regards, -- Daniele Stroppa Researcher Institute of Information

Re: [Openstack] vm can't connect to remote host (169.254.169.254)

2013-05-08 Thread Aaron Rosen
Is the network you are trying to boot on attached to a router (i.e and can you ping the default gw)? On Tue, May 7, 2013 at 11:59 PM, zengshan2008 zengshan2...@gmail.comwrote: ** ** Hi all, I've installed openstack using quantum by the guide

[Openstack] 回复: Re: vm can't connect to remote host (169.254.169.254)

2013-05-08 Thread zengshan2008
I didn't quite understand your question, can you explain more? thanks! the following is the router information in my controller node: root@controllernode:~# quantum port-list -- --device_id 8f5f3c17-a00e-4382-a403-181dfbb9d189 --device_owner network:router_gateway

[Openstack] 回复: 回复: Re: vm can't connect to remote host (169.254.169.254)

2013-05-08 Thread zengshan2008
and in the network node I can ping 192.168.23.102() ip netns exec qrouter-8f5f3c17-a00e-4382-a403-181dfbb9d189 ping 192.168.23.102 which is the router gateway. PING 192.168.23.102 (192.168.23.102) 56(84) bytes of data. 64 bytes from 192.168.23.102: icmp_req=1 ttl=64 time=0.048 ms 64 bytes from

Re: [Openstack] Installing OpenvSwitch on CentOS 6.4

2013-05-08 Thread Robert van Leeuwen
And the below mentioned link to install OpenvSwitch - http://networkstatic.net/open-vswitch-red-hat-installation/ I am not able to compile the source. It fails while running make. That may be old now redundant info. kernel = 2.6.32-343 should facilitate OpenvSwitch. Note also that user space

[Openstack] 回复: vm can't connect to remote host (169.254.169.254)

2013-05-08 Thread zengshan2008
Hi all, found that : root@networknode:/etc# ovs-vsctl show 690ad327-14ad-410e-b310-2d23e4c78223 Bridge br-int Port br-int Interface br-int type: internal Port int-br-em3 Interface int-br-em3 Port qr-d9cb6d6d-5e tag: 1

[Openstack] Minutes from the Technical Committee meeting (May 7)

2013-05-08 Thread Thierry Carrez
The OpenStack Technical Committee (TC) met in #openstack-meeting at 20:00 UTC yesterday. Here is a quick summary of the outcome of this meeting: * The TC approved the Reddwarf project for incubation in the Havana cycle * The TC approved the long-term removal of baremetal-specific code from

Re: [Openstack] 回复: vm can't connect to remote host (169.254.169.254)

2013-05-08 Thread Sg Kylin
Hi All, This problem also took me one day. Currently I got this error from /var/log/quantum/metadata-agent.log: 2013-05-08 17:55:53ERROR [quantum.agent.metadata.agent] Unexpected error. Traceback (most recent call last): File

[Openstack] 回复: Re: 回复: vm can't connect to remote host (169.254.169.254)

2013-05-08 Thread zengshan2008
which version are you using? and which mode are you using? there isn't metadata-agent.log file in my environment. 2013-05-08 zengshan2008 发件人:Sg Kylin 发送时间:2013-05-08 18:02 主题:Re: [Openstack] 回复: vm can't connect to remote host (169.254.169.254) 收件人:zengshan2008zengshan2...@gmail.com

[Openstack] provision of dynamic flavor

2013-05-08 Thread Pratik Gadiya
Hi All, I want to provide dynamic flavors to user according to his/her specification by modifying the API's. Let me know in detail where I need to make code changes in order to achieve this. Regards, Pratik G DISCLAIMER == This e-mail may contain privileged and confidential

Re: [Openstack] Installing OpenvSwitch on CentOS 6.4

2013-05-08 Thread Ashutosh Narayan
On Wed, May 8, 2013 at 1:36 PM, Robert van Leeuwen robert.vanleeu...@spilgames.com wrote: And the below mentioned link to install OpenvSwitch - http://networkstatic.net/open-vswitch-red-hat-installation/ I am not able to compile the source. It fails while running make. That may be old

[Openstack] Nova-network multi-NIC

2013-05-08 Thread Viktor Viking
Dear openstackers, I'm missing a piece of information when I read this page http://docs.openstack.org/trunk/openstack-compute/admin/content/existing-ha-networking-options.html Scenario 1. My compute host has only one NIC but I'd like my VMs to be multi-NIC. I'd like to use VLANs in the host for

[Openstack] [Quantum] Error while creating integration bridge

2013-05-08 Thread Ashutosh Narayan
Hi Folks, I was following the below link to install Quantum on Grizzly - https://fedoraproject.org/wiki/Packstack_to_Quantum While running the step to create integration bridge I get the following error : [root@ ~(keystone_admin)]# ovs-vsctl add-br br-int

[Openstack] [Quantum] Grizzly: how to setup multi l3-agents for HA

2013-05-08 Thread Robert van Leeuwen
Hi, From the Grizzly release notes I understood it should now be possible to setup multiple l3-agents for HA purposes. I tried this by just running the l3-agent on two machines but this does not work: The first one works fine, however when I stop the first l3-agent: * the ip's are kept on that

Re: [Openstack] public net with single ip cannot be uplinked[QUANTUM]

2013-05-08 Thread Ramprasad Velavarthipati
Thanks Eric and Ashok -Ram On Thu, May 2, 2013 at 4:50 PM, Ashok Kumaran ashokkumara...@gmail.comwrote: I echo Eric ,minimum we would be needing one IP for router gateway interface and and one for the allocation, so dont use /32. Just my opinion Regards, Ashok On Thu, May 2, 2013 at

Re: [Openstack] [Quantum] Error while creating integration bridge

2013-05-08 Thread Filipe Manco
Probably the openvswitch service isn't running. Run service openvswitch status to check it. If it is already running try to restart it. Filipe Manco http://about.me/fmanco 2013/5/8 Ashutosh Narayan aashutoshnara...@gmail.com Hi Folks, I was following the below link to install Quantum on

Re: [Openstack] Horizon - Internal Server Error when hitting /nova/instances_and_volumes/

2013-05-08 Thread Daniel Ellison
On May 7, 2013, at 2:01 PM, Daniel Ellison dan...@syrinx.net wrote: As the subject says, I'm having issues getting at Instances Volumes (also Images Snapshots) in Horizon. I'm running grizzly on precise. Everything else works fine; the entire Admin tab works as expected. The Overview and

Re: [Openstack] [Quantum] Error while creating integration bridge

2013-05-08 Thread Ashutosh Narayan
Hi Filipe, Service was already running. I tried restarting it. No luck On Wed, May 8, 2013 at 4:49 PM, Filipe Manco filipe.ma...@gmail.com wrote: Probably the openvswitch service isn't running. Run service openvswitch status to check it. If it is already running try to restart it. Filipe

Re: [Openstack] provision of dynamic flavor

2013-05-08 Thread Eric_E_Smith
I don't think any code changes are necessary - I believe the configurations you need are in /etc/nova/policy.json which controls the roles that can access certain functionality. compute_extension:flavormanage controls who can manage flavors. I believe there are further flavor controls within

Re: [Openstack] Quantum CLI errors on Grizzly

2013-05-08 Thread Ashutosh Narayan
Hi Jay, The log file ( /var/log/quantum/server.log) that you requested is empty :( What else can I do to trouble shoot ? On Mon, Apr 29, 2013 at 8:38 PM, Jay S Bryant jsbry...@us.ibm.com wrote: Ashutosh, Have you verified that the necessary Quantum processes are running? If not, ensure

Re: [Openstack] 回复: vm can't connect to remote host (169.254.169.254)

2013-05-08 Thread Sg Kylin
Sorry, I forgot the import information. I used Grizzly(2013.1) and followed the guide in https://github.com/mseknibilel/OpenStack-Grizzly-Install-Guide/blob/master/OpenStack_Grizzly_Install_Guide.rst . 2013/5/8 zengshan2008 zengshan2...@gmail.com ** which version are you using? and which

Re: [Openstack] Error while trying to login to Devstack dashboard

2013-05-08 Thread Rushi Agrawal
Have you got the problem fixed? I encountered the same problem today, while rerunning DevStack. The difference between the two times I stacked is that I stacked as root user previously, and the next time I ran stack.sh as normal user. The problem vanished for me after I deleted all the files

Re: [Openstack] Quantum + Ryu on Folsom

2013-05-08 Thread Guilherme Russi
Hello Daniele, thank you for your support, I will install in my lab too. Regards. Guilherme. 2013/5/8 Stroppa Daniele (strp) s...@zhaw.ch Guilherme, If you do upgrade to Grizzly (either with Devstack or Ubuntu packages) check these pages https://github.com/osrg/ryu/wiki/OpenStack They

Re: [Openstack] Quantum CLI errors on Grizzly

2013-05-08 Thread Ashutosh Narayan
Hi, If you want to see other logs in /var/log/quantum - Here are they : *dhcp-agent.log* 2013-05-08 18:02:30ERROR [quantum.openstack.common.rpc.impl_qpid] Unable to connect to AMQP server: [Errno -2] Name or service not known. Sleeping 60 seconds 2013-05-08 18:02:40ERROR

Re: [Openstack] Wiki Location for Community Events?

2013-05-08 Thread Henning Sprang
Hi Stefano, Thanks for your reply. On Mon, May 6, 2013 at 6:20 PM, Stefano Maffulli stef...@openstack.org wrote: I understand that. Feel free to setup a page on the wiki and add it to the UserGroups page. Whenever you have events send me the details and I'll add it to the page

[Openstack] OpenStack DevCamp Essen/Germany

2013-05-08 Thread Henning Sprang
Dear friends of virtual computing ressources! In cooperation with Linuxhotel(http://www.linuxhotel.de/) Essen and B1 Systems GmbH(http://b1-systems.de/) we've organized a OpenStack Community Dev Camp to take place at Location: Das Linuxhotel in Essen Time: 21st of June 2013 - 23st of June 2013

[Openstack] [Savanna] 0.1.1 Release!

2013-05-08 Thread Sergey Lukjanov
Hi everybody, today we have released new Savanna version 0.1.1 - https://launchpad.net/savanna/0.1 It contains several bug fixes and improvements. Additionally we moved our site to the new place: https://savanna.readthedocs.org/en/0.1.1/ Savanna can be installed using pip: pip install savanna.

Re: [Openstack] Quantum CLI errors on Grizzly

2013-05-08 Thread Ashok Kumaran
Ashutosh, [ Error 111 ] Connection refused as an error. for the above error you might wanna check your keystone authentication part. create the service endpoints properly Ashok On Wed, May 8, 2013 at 5:52 PM, Ashutosh Narayan aashutoshnara...@gmail.com wrote: Hi Jay, The log file (

Re: [Openstack] Horizon - Internal Server Error when hitting /nova/instances_and_volumes/

2013-05-08 Thread Daniel Ellison
On May 8, 2013, at 7:27 AM, Daniel Ellison dan...@syrinx.net wrote: On May 7, 2013, at 2:01 PM, Daniel Ellison dan...@syrinx.net wrote: I think I know the source of the problem. I first had to add a logging section for openstack_dashboard in local_settings.py despite the fact that there was

[Openstack] openstack with one NIC (possible?)

2013-05-08 Thread aliki aliki
Hello, I am trying to use this guide: https://github.com/mseknibilel/OpenStack-Folsom-Install-guide/blob/master/OpenStack_Folsom_Install_Guide_WebVersion.rst in order to install openstack. I want to merge controller and compute node into one and I would prefer not to use quantum. I

[Openstack] 'QuotaSet' object has no attribute 'gigabytes'

2013-05-08 Thread Daniel Ellison
Hey all, I have Horizon running quite nicely now except for one error that happens in a couple of places. It seems that whenever I do anything that involves checking a user's quota, such as launching an image or allocating an IP to a project, I get the following error in

Re: [Openstack] horizon dashboard error 500

2013-05-08 Thread Guilherme Russi
Hello Rajesh, where should I change this COMPRESS_OFFLINE? Thank you. Guilherme. 2013/5/3 Rajesh Upadhayay rupadha...@xavient.com This has issue has been fixed by changing False as false. COMPRESS_OFFLINE = false -Original Message- From: Julie Pichon [mailto:jpic...@redhat.com]

Re: [Openstack] openstack with one NIC (possible?)

2013-05-08 Thread Aaron Rosen
Sure, just use the ip addresses off of the one interface you have. ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https://launchpad.net/~openstack More help :

[Openstack] ConnectQuantum to VLAN-tagged physical network

2013-05-08 Thread Angelo Olivera
Hello, I am using Ubuntu 12.04 and OpenStack Grizzly from the Ubuntu Cloud archive. I am trying to get instances to get an IP address from dnsmasq in the 10.33.8.0/24 or 10.33.9.0/24 space and use physical routers at .1 as gateways. Furthermore, these two subnets should be tagged with VLANs 108

Re: [Openstack] ConnectQuantum to VLAN-tagged physical network

2013-05-08 Thread Ashok Kumaran
Hi Angelo, This should be possible. Make sure that eth1 is connected to the Vlan trunk with necessary port configurations. Create 2 network with segmentation's ID as 108 and 109 respectively. Create the respective subnets for both network and then proceed with further configurations as needed.

Re: [Openstack] Ceilometer Install

2013-05-08 Thread Doug Hellmann
The database schema isn't part of the formal API, so if you're OK with code breaking as we make changes to that schema then it would be fine to run without the API. If you want to ensure your app continues to work across those changes, it should be straightforward to set up the API server in a

[Openstack] Error running instance on LXC(Folsom)

2013-05-08 Thread Shashank Sahni
Hi everyone, I've configured LXC successfully on the compute node. Its running Ubuntu 12.04. After adding ubuntu-cloud repo, I installed nova-compute-lxc(folsom). The node is being recognized by the controller. For the image, I downloaded ubuntu uec image.

Re: [Openstack] Horizon - Internal Server Error when hitting /nova/instances_and_volumes/

2013-05-08 Thread Gabriel Hurley
If you have Instances Volumes then you're not running Grizzly Horizon. Those two were split apart in Grizzly. Prior to Grizzly the Volume Service was required. In Grizzly Horizon it's not. As such you have two choices: run Cinder like you are but don't use it, or upgrade so you're actually

Re: [Openstack] horizon dashboard error 500

2013-05-08 Thread Gabriel Hurley
There's something very wrong is false doesn't raise an exception. In Python False is a Boolean value, false is a variable name which should be undefined. That aside, you should set COMPRESS_OFFLINE=False in your openstack_dashboard/local/local_settings.py file. - Gabriel -Original

Re: [Openstack] horizon dashboard error 500

2013-05-08 Thread Guilherme Russi
But where is the path that I can find this file? 2013/5/8 Gabriel Hurley gabriel.hur...@nebula.com There's something very wrong is false doesn't raise an exception. In Python False is a Boolean value, false is a variable name which should be undefined. That aside, you should set

Re: [Openstack] Horizon - Internal Server Error when hitting /nova/instances_and_volumes/

2013-05-08 Thread Daniel Ellison
On May 8, 2013, at 2:48 PM, Gabriel Hurley gabriel.hur...@nebula.com wrote: If you have Instances Volumes then you're not running Grizzly Horizon. Those two were split apart in Grizzly. Prior to Grizzly the Volume Service was required. In Grizzly Horizon it's not. As such you have two

Re: [Openstack] 'QuotaSet' object has no attribute 'gigabytes'

2013-05-08 Thread Daniel Ellison
On May 8, 2013, at 11:59 AM, Daniel Ellison dan...@syrinx.net wrote: I have Horizon running quite nicely now except for one error that happens in a couple of places. It seems that whenever I do anything that involves checking a user's quota, such as launching an image or allocating an IP to a

[Openstack] swift and disk usage

2013-05-08 Thread Paras pradhan
I have a three nodes swift cluster. I can see the objects being replicated to all three nodes. Each node has 12 2TB disks. Since I have 3 replicas the usable space is only 24TB ? How this will scale up if we add two more storage nodes of the same capacity? Also, is there any tool to monitor the

[Openstack] Problems in horizon + LDAP

2013-05-08 Thread Marcelo Mariano Miziara
Hello to all. I integrated openstack with succesfully, but it only works 100% using CLI. Using horizon a lot of errors appear in the dashboard. One of the problems is when I try to add users to a project.In the CLI that's the output:keystone --debug user-role-add --tenant-id

Re: [Openstack] swift and disk usage

2013-05-08 Thread Christian Schwede
Am 08.05.13 21:18, schrieb Paras pradhan: I have a three nodes swift cluster. I can see the objects being replicated to all three nodes. Each node has 12 2TB disks. Since I have 3 replicas the usable space is only 24TB ? Yes, that's correct. How this will scale up if we add two more

Re: [Openstack] horizon dashboard error 500

2013-05-08 Thread Guilherme Russi
I'm getting this error: Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, webmaster@localhost and inform them of the time the error occurred, and anything you might have done that

Re: [Openstack] swift and disk usage

2013-05-08 Thread Paras pradhan
Thanks Christian. How do we keep track of the usage? For example with 5 nodes i.e 40TB. How do we know how much space has been consumed out of this 40TB? Paras. On Wed, May 8, 2013 at 2:44 PM, Christian Schwede i...@cschwede.de wrote: Am 08.05.13 21:18, schrieb Paras pradhan: I have a

[Openstack] API version in Grizzly

2013-05-08 Thread Devendra Gupta
Hi, I am trying to find the lasted stable API versions of all the OpenStack components, I am looking around in OpenStack docs but unable to see some specific page which says about particular version of APIs are available with Grizzly. I can see following pages but they don't say what version of

[Openstack] Turnstile updates

2013-05-08 Thread Kevin L. Mitchell
Greetings. I've been working on some scalability enhancements to Turnstile[1], and I believe it's about time to announce that work here. I'm hoping that people here find it useful, not to mention help with the final debugging :) Turnstile is a distributed rate-limiting middleware, which replaces

Re: [Openstack] API version in Grizzly

2013-05-08 Thread Anne Gentle
Hi Devendra, Generally the guidance for the api.openstack.org site is to publish documents that reflect the latest version, grizzly, as the underlying implementation for the API. However the cloud provider can pick and choose which extensions they have in place, for example, so some Compute

Re: [Openstack] API version in Grizzly

2013-05-08 Thread Gabriel Hurley
Identity service has both a v2.0 and v3 side-by-side. There isn't necessarily a default except for the fact that most people's Service Catalogs still say v2.0 in them because they're hard-coded that way. In the future I believe the api.openstack.org site would gain a lot by storing

[Openstack] Cinder ERROR: Malformed request url (HTTP 400) again

2013-05-08 Thread Erick Turnquist
List, I'm a new OpenStack user who has become exceptionally frustrated trying to get Cinder running. I initially installed nova-volume, which appeared to work, and then followed the instructions on https://wiki.openstack.org/wiki/MigrateToCinder to migrate. Here is where I am stuck: seemingly

[Openstack] Cinder ERROR: Malformed request url (HTTP 400) again

2013-05-08 Thread Erick Turnquist
List, I'm a new OpenStack user who has become exceptionally frustrated trying to get Cinder running. I initially installed nova-volume, which appeared to work, and then followed the instructions on https://wiki.openstack.org/wiki/MigrateToCinder to migrate. Here is where I am stuck: seemingly

Re: [Openstack] API version in Grizzly

2013-05-08 Thread Anne Gentle
On Wed, May 8, 2013 at 4:54 PM, Gabriel Hurley gabriel.hur...@nebula.comwrote: Identity service has both a v2.0 and v3 side-by-side. There isn’t necessarily a “default” except for the fact that most people’s Service Catalogs still say “v2.0” in them because they’re hard-coded that way.

Re: [Openstack] Cinder ERROR: Malformed request url (HTTP 400) again

2013-05-08 Thread Dolph Mathews
It looks like cinderclient is authenticating successfully with keystone, and something unexpected is happening at the cinder endpoint. I'd suggest trying to replay cinderclient's request using something like curl to perhaps provide more insight into what's actually going on. # curl

Re: [Openstack] Cinder ERROR: Malformed request url (HTTP 400) again

2013-05-08 Thread Erick Turnquist
That resulted in pretty much what I expected. Nothing apparently helpful here: # keystone token-get +---+--+ | Property | Value | +---+--+ | expires | 2013-05-09T23:41:54Z | |

Re: [Openstack] API version in Grizzly

2013-05-08 Thread Gabriel Hurley
In Grizzly I can send Keystone requests to either http://keystone_host:5000/v2.0/ or to http://keystone_host:5000/v3/ and both work just fine (provided I send the right request). Both APIs are enabled, and simply have different API controllers wired to different code paths under the hood. The

Re: [Openstack] Way to attach floppy device to VM while booting

2013-05-08 Thread Rashmi SN
2nd try On Sun, May 5, 2013 at 11:08 AM, Rashmi SN snrashm...@gmail.com wrote: Hi team, I would want to associate a floppy disk image say example.flp to a VM when I instantiate. The idea is that , during installation , the image picks up certain configuration details from a defined file

Re: [Openstack] Way to attach floppy device to VM while booting

2013-05-08 Thread Ken'ichi Ohmichi
Hi Rashmi, On Thu, 9 May 2013 09:31:25 +0530 Rashmi SN snrashm...@gmail.com wrote: On Sun, May 5, 2013 at 11:08 AM, Rashmi SN snrashm...@gmail.com wrote: I would want to associate a floppy disk image say example.flp to a VM when I instantiate. The idea is that , during installation ,

[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_horizon_trunk #11

2013-05-08 Thread openstack-testing-bot
Title: saucy_havana_horizon_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_horizon_trunk/11/Project:saucy_havana_horizon_trunkDate of build:Wed, 08 May 2013 05:31:37 -0400Build duration:2 min 41 secBuild cause:Started by an SCM changeBuilt

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

2013-05-08 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/15820/ -- 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: saucy_havana_quantum_trunk #26

2013-05-08 Thread openstack-testing-bot
Title: saucy_havana_quantum_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_quantum_trunk/26/Project:saucy_havana_quantum_trunkDate of build:Wed, 08 May 2013 11:31:37 -0400Build duration:1 min 23 secBuild cause:Started by an SCM changeBuilt

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

2013-05-08 Thread openstack-testing-bot
Title: precise_havana_quantum_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_quantum_trunk/96/Project:precise_havana_quantum_trunkDate of build:Wed, 08 May 2013 11:31:37 -0400Build duration:2 min 52 secBuild cause:Started by an SCM changeBuilt

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

2013-05-08 Thread openstack-testing-bot
Title: precise_havana_cinder_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_cinder_trunk/43/Project:precise_havana_cinder_trunkDate of build:Wed, 08 May 2013 12:31:36 -0400Build duration:1 min 21 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_nova_trunk #40

2013-05-08 Thread openstack-testing-bot
Title: saucy_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_nova_trunk/40/Project:saucy_havana_nova_trunkDate of build:Wed, 08 May 2013 12:31:39 -0400Build duration:2 min 11 secBuild cause:Started by an SCM changeBuilt

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

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

[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_python-keystoneclient_trunk #7

2013-05-08 Thread openstack-testing-bot
Title: saucy_havana_python-keystoneclient_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_python-keystoneclient_trunk/7/Project:saucy_havana_python-keystoneclient_trunkDate of build:Wed, 08 May 2013 13:01:37 -0400Build duration:1 min 10 secBuild

[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_horizon_trunk #12

2013-05-08 Thread openstack-testing-bot
Title: saucy_havana_horizon_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_horizon_trunk/12/Project:saucy_havana_horizon_trunkDate of build:Wed, 08 May 2013 14:01:36 -0400Build duration:1 min 21 secBuild cause:Started by an SCM changeBuilt

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

2013-05-08 Thread openstack-testing-bot
Title: precise_havana_horizon_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_horizon_trunk/32/Project:precise_havana_horizon_trunkDate of build:Wed, 08 May 2013 14:01:36 -0400Build duration:2 min 37 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_quantum_trunk #27

2013-05-08 Thread openstack-testing-bot
Title: saucy_havana_quantum_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_quantum_trunk/27/Project:saucy_havana_quantum_trunkDate of build:Wed, 08 May 2013 14:31:37 -0400Build duration:1 min 15 secBuild cause:Started by an SCM changeBuilt

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

2013-05-08 Thread openstack-testing-bot
Title: precise_havana_quantum_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_quantum_trunk/97/Project:precise_havana_quantum_trunkDate of build:Wed, 08 May 2013 14:31:36 -0400Build duration:2 min 32 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_glance_trunk #13

2013-05-08 Thread openstack-testing-bot
Title: saucy_havana_glance_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_glance_trunk/13/Project:saucy_havana_glance_trunkDate of build:Wed, 08 May 2013 15:31:36 -0400Build duration:1 min 46 secBuild cause:Started by an SCM changeBuilt

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

2013-05-08 Thread openstack-testing-bot
Title: saucy_havana_quantum_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_quantum_trunk/28/Project:saucy_havana_quantum_trunkDate of build:Wed, 08 May 2013 15:31:36 -0400Build duration:1 min 52 secBuild cause:Started by an SCM changeBuilt

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

2013-05-08 Thread openstack-testing-bot
Title: precise_havana_quantum_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_quantum_trunk/98/Project:precise_havana_quantum_trunkDate of build:Wed, 08 May 2013 15:32:45 -0400Build duration:3 min 17 secBuild cause:Started by an SCM changeBuilt

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

2013-05-08 Thread openstack-testing-bot
Title: precise_folsom_nova_stable General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_folsom_nova_stable/726/Project:precise_folsom_nova_stableDate of build:Wed, 08 May 2013 15:33:23 -0400Build duration:3 min 6 secBuild cause:Started by an SCM changeBuilt

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

2013-05-08 Thread openstack-testing-bot
Title: quantal_folsom_nova_stable General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/quantal_folsom_nova_stable/717/Project:quantal_folsom_nova_stableDate of build:Wed, 08 May 2013 15:33:29 -0400Build duration:3 min 48 secBuild cause:Started by an SCM changeBuilt

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

2013-05-08 Thread openstack-testing-bot
Title: precise_havana_glance_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_glance_trunk/42/Project:precise_havana_glance_trunkDate of build:Wed, 08 May 2013 15:31:36 -0400Build duration:6 min 45 secBuild cause:Started by an SCM changeBuilt

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

2013-05-08 Thread openstack-testing-bot
Title: saucy_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_nova_trunk/41/Project:saucy_havana_nova_trunkDate of build:Wed, 08 May 2013 16:01:38 -0400Build duration:2 min 14 secBuild cause:Started by an SCM changeBuilt

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

2013-05-08 Thread openstack-testing-bot
Title: precise_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/124/Project:precise_havana_nova_trunkDate of build:Wed, 08 May 2013 16:01:43 -0400Build duration:3 min 3 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_nova_trunk #43

2013-05-08 Thread openstack-testing-bot
Title: saucy_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_nova_trunk/43/Project:saucy_havana_nova_trunkDate of build:Wed, 08 May 2013 18:01:40 -0400Build duration:1 min 47 secBuild cause:Started by an SCM changeBuilt

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

2013-05-08 Thread openstack-testing-bot
Title: precise_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/126/Project:precise_havana_nova_trunkDate of build:Wed, 08 May 2013 18:01:38 -0400Build duration:2 min 45 secBuild cause:Started by an SCM changeBuilt