Re: [Openstack] Quantim duplicate subnet creation

2013-01-17 Thread Aaron Rosen
Hi, Yup this is definitely possible. The reason why this isn't set by default is that some distros don't ship kernels that build with CONFIG_NET_NS=y or their iproute2 package is to outdated to support linux namespaces. Also, until recently nova's metadata service didn't support overlapping ips.

Re: [Openstack] Quantim duplicate subnet creation

2013-01-17 Thread Robert van Leeuwen
Is there a way to create a duplicate network/subnet for tenant in quantum. Basically for a tenant, I want to have some instances(GroupA) share a subnet and another set of instances(GroupB) share the same(duplicate) subnet but GroupA and GroupB should be isolated. Hi, You will need to

Re: [Openstack] Quantim duplicate subnet creation

2013-01-17 Thread Balamurugan V G
Thanks a lot Aaron and Robert. That worked like a charm! I set the 'allow_overlapping_ips = True' in quantum.conf and rebooted the stack(wish there was an easy cli to restart individual projects/services or may be I dont know if one exists). And while still in a Flat network setup I could create

[Openstack] doc for openstack deployment using puppet

2013-01-17 Thread haynes.davis
Hi, Please help me with any tested doc for openstack deployment using puppet. regards, Haynes Davis This message is for the designated recipient only and may contain privileged, proprietary, or otherwise private information. If you have received it in error,

Re: [Openstack] doc for openstack deployment using puppet

2013-01-17 Thread JuanFra Rodriguez Cardoso
Hi: Check out the following url: https://github.com/puppetlabs/puppetlabs-openstack Best, JuanFra 2013/1/17 haynes.da...@accenture.com Hi, ** ** Please help me with any tested doc for openstack deployment using puppet. ** ** regards, Haynes Davis ** **

Re: [Openstack] doc for openstack deployment using puppet

2013-01-17 Thread Syed Armani
Hi Haynes, You may want to have a look at this document https://github.com/freizeit/puppet-folsom-ubuntu -- Syed Armani On Thu, Jan 17, 2013 at 3:11 PM, haynes.da...@accenture.com wrote: Hi, ** ** Please help me with any tested doc for openstack deployment using puppet. **

[Openstack] [OpenStack]

2013-01-17 Thread Sujay M
Hi all, I have set up a proxy server on 10.0.2.15 and 4 storage nodes on 10.0.2.16-19 My proxy-server configuration file root@ubuntu:~# /etc/swift/proxy-server.conf [DEFAULT] bind_port = 8080 user = ug26 workers = 8 [pipeline:main] pipeline = healthcheck cache tempauth proxy-server

Re: [Openstack] Question about Disk Setup of Nova Compute Node

2013-01-17 Thread Razique Mahroua
Thanks for the link !some amazing benches around :) Let's hope we'll have more details on the methodology, but some results are stunning Razique Mahroua-Nuage Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15 Le 17 janv. 2013 à 01:54, Blair Bethwaite blair.bethwa...@gmail.com a écrit :On 17

[Openstack] [OpenStack][Swift] Multiple Auth URL's for same account problem

2013-01-17 Thread Sujay M
Hi all, I have set up a proxy server on 10.0.2.15 and 4 storage nodes on 10.0.2.16-19 My proxy-server configuration file root@ubuntu:~# /etc/swift/proxy-server.conf [DEFAULT] bind_port = 8080 user = ug26 workers = 8 [pipeline:main] pipeline = healthcheck cache tempauth proxy-server

Re: [Openstack] [openstack-dev] [OpenStack]

2013-01-17 Thread Daniele Valeriani
Sujay, If memcached isn't running the proxy server doesn't have a backend to store auth tokens (and the cache section in your config becomes vain). The proxy server then generates a new token for each new request. This should be OK after memcached has started. Daniele Daniele On 17 January

Re: [Openstack] [openstack-dev] [OpenStack]

2013-01-17 Thread Sujay M
Hi Daniele, Thanks for the reply. I tried to start memcached using service memcached start but even after doing this the ps -A | grep memcached returns nothing and multiple tokens are generated On 17 January 2013 16:33, Daniele Valeriani dani...@dvaleriani.net wrote: Sujay, If memcached

Re: [Openstack] [openstack-dev] [OpenStack]

2013-01-17 Thread Daniele Valeriani
Sujay, That means that memcached is still not running. You should probably adjust your /etc/memcached.conf file and get it running. Please refer to the memcached docs if you don't know where to start with that. Daniele Daniele On 17 January 2013 11:12, Sujay M sujay@gmail.com wrote: Hi

Re: [Openstack] [openstack-dev] [OpenStack]

2013-01-17 Thread Sujay M
Thanks Daneile, that problem got solved. root@ubuntu:~# curl -k -v -H 'X-Auth-Token: AUTH_tkf3766e837a6b4e3fb62d20c87630972d' http://10.0.2.15:8080/v1/AUTH_test * About to connect() to 10.0.2.15 port 8080 (#0) * Trying 10.0.2.15... connected GET /v1/AUTH_test HTTP/1.1 User-Agent: curl/7.22.0

Re: [Openstack] [OpenStack][Swift] Multiple Auth URL's for same account problem

2013-01-17 Thread Kuo Hugo
Hello Sujay , That should be the problem on memcached . Would you please check the status of memcached ? 1. grep it from ps command 2. Restart it to check it the token been fixed again 3. If the result is still fail , please check the configuration of memcached.conf under /etc/ , make sure the

Re: [Openstack] [OpenStack][Swift] Multiple Auth URL's for same account problem

2013-01-17 Thread Kuo Hugo
btw , the issue of returned X-Storage-Url: http://127.0.0.1:8080/v1/AUTH_test is due to the default ip of the header will be localhost. you can modify it by add a user define URL , in your condition , it could be http://10.0.2.15:8080/ http://10.0.2.15:8080/auth/v1.0v1/AUTH_test If you're

Re: [Openstack] Difference between Swift and Cinder

2013-01-17 Thread harryxiyou
On Thu, Jan 17, 2013 at 1:01 AM, Syed Armani dce3...@gmail.com wrote: This question was also discussed last week. You may want to have a look at the answers there. https://lists.launchpad.net/openstack/msg19997.html Thanks, i see ;-) -- Thanks Harry Wei

Re: [Openstack] VMs accesible from external LAN

2013-01-17 Thread Kuo Hugo
Did you ever try to trunk two VLANs on your switch ? Hugo 2013/1/17 JuanFra Rodriguez Cardoso juanfra.rodriguez.card...@gmail.com Hi guys: This is my scenario: Centos 6.3 / Folsom / nova-network / vlanManager I created one vlan (10.129.130.0/24) for my project. How to can I allow to

[Openstack] Questions abount timeout error with qpid

2013-01-17 Thread 张家龙
Hello everyone,I have a problem that timeout error always occured when I use Nova Essex to create vm instance with qpid on Centos 6.3.The follows is my qpid`s information:Name : qpid-cpp-serverArch : x86_64Version : 0.14Release : 16.el6Size : 3.3 MRepo : installedSummary : An AMQP message broker

Re: [Openstack] Quantum duplicate subnet creation

2013-01-17 Thread Balamurugan V G
I have a related question. Though setting allow_overlapping_ips to True works, the comment above this setting states that this should be left as False if nova security and/or metadata service is used. # Enable or disable bulk create/update/delete operations # allow_bulk = True # Enable or

[Openstack] [glance] how to export snapshot to local file system

2013-01-17 Thread Ajiva Fan
dear all, i have deployed openstack essex on ubuntu 12.04 precise, there are some instances running for couple of days now the server becomes unstable, so i want to save my instances' snapshot to remote file system in order to use them in a new environment. i find that there is no such command in

Re: [Openstack] Quantum duplicate subnet creation

2013-01-17 Thread Aaron Rosen
Nova (network) does not support overlapping ip addresses so if you use nova security groups directly this won't work. This should be fixed in G3 using nova security groups with a nova to quantum security group proxy. Until recently nova meta data did not work with overlapping ips but that works

Re: [Openstack] [glance] how to export snapshot to local file system

2013-01-17 Thread Wangpan
I think you are right, and copy /var/lib/glance/images/xxx to remote host is the fastest way. You can check the snapshot by using it create an instance in the new openstack environment. 2013-01-18 Wangpan 发件人:Ajiva Fan 发送时间:2013-01-18 14:08 主题:[Openstack] [glance] how to export

[Openstack] Cannot install Cinder doc successfully

2013-01-17 Thread harryxiyou
Hi all, I wanna install Cinder docs for reading but i cannot install them according to cinder/doc/README.rst. My PC environment are == $ lsb_release -a Distributor ID: Ubuntu Description:Ubuntu 10.04.4 LTS Release:10.04 Codename: lucid $ pip --version pip

Re: [Openstack] [glance] how to export snapshot to local file system

2013-01-17 Thread Umar Draz
Hi, Why you are not use this glance image-download Image ID --file filename.img Br. Umar On Fri, Jan 18, 2013 at 11:26 AM, Wangpan hzwang...@corp.netease.comwrote: ** I think you are right, and copy /var/lib/glance/images/xxx to remote host is the fastest way. You can check the

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_grizzly_quantum_trunk #203

2013-01-17 Thread openstack-testing-bot
Title: precise_grizzly_quantum_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_quantum_trunk/203/Project:precise_grizzly_quantum_trunkDate of build:Thu, 17 Jan 2013 03:01:01 -0500Build duration:1 min 21 secBuild cause:Started by an SCM changeBuilt

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

2013-01-17 Thread openstack-testing-bot
Title: precise_grizzly_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_nova_trunk/483/Project:precise_grizzly_nova_trunkDate of build:Thu, 17 Jan 2013 07:01:03 -0500Build duration:2 min 48 secBuild cause:Started by an SCM changeBuilt

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

2013-01-17 Thread openstack-testing-bot
Title: precise_grizzly_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_nova_trunk/484/Project:precise_grizzly_nova_trunkDate of build:Thu, 17 Jan 2013 07:32:07 -0500Build duration:3 min 58 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: raring_grizzly_nova_trunk #492

2013-01-17 Thread openstack-testing-bot
Title: raring_grizzly_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_nova_trunk/492/Project:raring_grizzly_nova_trunkDate of build:Thu, 17 Jan 2013 07:31:03 -0500Build duration:5 min 50 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Fixed: precise_grizzly_cinder_trunk #96

2013-01-17 Thread openstack-testing-bot
Title: precise_grizzly_cinder_trunk General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_cinder_trunk/96/Project:precise_grizzly_cinder_trunkDate of build:Thu, 17 Jan 2013 08:28:11 -0500Build duration:3 min 25 secBuild cause:Started by user james-pageBuilt

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

2013-01-17 Thread openstack-testing-bot
Title: precise_grizzly_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_nova_trunk/485/Project:precise_grizzly_nova_trunkDate of build:Thu, 17 Jan 2013 08:32:09 -0500Build duration:3 min 38 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: raring_grizzly_python-novaclient_trunk #39

2013-01-17 Thread openstack-testing-bot
at 20130117-0836Build

[Openstack-ubuntu-testing-notifications] Build Still Failing: raring_grizzly_nova_trunk #493

2013-01-17 Thread openstack-testing-bot
Title: raring_grizzly_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_nova_trunk/493/Project:raring_grizzly_nova_trunkDate of build:Thu, 17 Jan 2013 08:33:10 -0500Build duration:4 min 52 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Fixed: raring_grizzly_python-novaclient_trunk #41

2013-01-17 Thread openstack-testing-bot
Title: raring_grizzly_python-novaclient_trunk General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_python-novaclient_trunk/41/Project:raring_grizzly_python-novaclient_trunkDate of build:Thu, 17 Jan 2013 09:03:24 -0500Build duration:3 min 40 secBuild

[Openstack-ubuntu-testing-notifications] Build Fixed: raring_grizzly_python-quantumclient_trunk #25

2013-01-17 Thread openstack-testing-bot
Title: raring_grizzly_python-quantumclient_trunk General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_python-quantumclient_trunk/25/Project:raring_grizzly_python-quantumclient_trunkDate of build:Thu, 17 Jan 2013 09:07:19 -0500Build duration:3 min 46 secBuild

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

2013-01-17 Thread openstack-testing-bot
Title: raring_grizzly_glance_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_glance_trunk/76/Project:raring_grizzly_glance_trunkDate of build:Thu, 17 Jan 2013 09:12:35 -0500Build duration:2 min 52 secBuild cause:Started by user james-pageBuilt

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

2013-01-17 Thread openstack-testing-bot
Title: raring_grizzly_glance_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_glance_trunk/77/Project:raring_grizzly_glance_trunkDate of build:Thu, 17 Jan 2013 09:22:03 -0500Build duration:2 min 25 secBuild cause:Started by user zulBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: raring_grizzly_keystone_trunk #90

2013-01-17 Thread openstack-testing-bot
at 20130117

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

2013-01-17 Thread openstack-testing-bot
Title: raring_grizzly_glance_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_glance_trunk/78/Project:raring_grizzly_glance_trunkDate of build:Thu, 17 Jan 2013 10:47:56 -0500Build duration:2 min 15 secBuild cause:Started by user zulBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_grizzly_quantum_trunk #205

2013-01-17 Thread openstack-testing-bot
Title: precise_grizzly_quantum_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_quantum_trunk/205/Project:precise_grizzly_quantum_trunkDate of build:Thu, 17 Jan 2013 11:01:02 -0500Build duration:2 min 33 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: raring_grizzly_quantum_trunk #210

2013-01-17 Thread openstack-testing-bot
Title: raring_grizzly_quantum_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_quantum_trunk/210/Project:raring_grizzly_quantum_trunkDate of build:Thu, 17 Jan 2013 11:01:53 -0500Build duration:3 min 5 secBuild cause:Started by an SCM changeBuilt

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

2013-01-17 Thread openstack-testing-bot
Title: raring_grizzly_glance_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_glance_trunk/80/Project:raring_grizzly_glance_trunkDate of build:Thu, 17 Jan 2013 11:03:35 -0500Build duration:2 min 55 secBuild cause:Started by user zulBuilt

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

2013-01-17 Thread openstack-testing-bot
Title: raring_grizzly_glance_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_glance_trunk/81/Project:raring_grizzly_glance_trunkDate of build:Thu, 17 Jan 2013 11:07:49 -0500Build duration:2 min 27 secBuild cause:Started by user zulBuilt

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

2013-01-17 Thread openstack-testing-bot
Title: raring_grizzly_glance_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_glance_trunk/82/Project:raring_grizzly_glance_trunkDate of build:Thu, 17 Jan 2013 11:14:44 -0500Build duration:2 min 14 secBuild cause:Started by user zulBuilt

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

2013-01-17 Thread openstack-testing-bot
Title: raring_grizzly_glance_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_glance_trunk/83/Project:raring_grizzly_glance_trunkDate of build:Thu, 17 Jan 2013 11:20:00 -0500Build duration:2 min 15 secBuild cause:Started by user zulBuilt

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

2013-01-17 Thread openstack-testing-bot
Title: raring_grizzly_glance_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_glance_trunk/84/Project:raring_grizzly_glance_trunkDate of build:Thu, 17 Jan 2013 11:22:36 -0500Build duration:2 min 11 secBuild cause:Started by user zulBuilt

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

2013-01-17 Thread openstack-testing-bot
Title: raring_grizzly_glance_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_glance_trunk/85/Project:raring_grizzly_glance_trunkDate of build:Thu, 17 Jan 2013 12:50:13 -0500Build duration:2 min 20 secBuild cause:Started by user James PageBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_grizzly_keystone_trunk #92

2013-01-17 Thread openstack-testing-bot
at 20130117

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_folsom_keystone_stable #84

2013-01-17 Thread openstack-testing-bot
Title: precise_folsom_keystone_stable General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_folsom_keystone_stable/84/Project:precise_folsom_keystone_stableDate of build:Thu, 17 Jan 2013 13:02:11 -0500Build duration:2 min 1 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_grizzly_quantum_trunk #206

2013-01-17 Thread openstack-testing-bot
Title: precise_grizzly_quantum_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_quantum_trunk/206/Project:precise_grizzly_quantum_trunkDate of build:Thu, 17 Jan 2013 14:01:12 -0500Build duration:1 min 55 secBuild cause:Started by an SCM changeBuilt

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

2013-01-17 Thread openstack-testing-bot
Title: precise_grizzly_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_nova_trunk/487/Project:precise_grizzly_nova_trunkDate of build:Thu, 17 Jan 2013 14:12:12 -0500Build duration:3 min 0 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: raring_grizzly_nova_trunk #496

2013-01-17 Thread openstack-testing-bot
Title: raring_grizzly_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_nova_trunk/496/Project:raring_grizzly_nova_trunkDate of build:Thu, 17 Jan 2013 14:31:10 -0500Build duration:5 min 15 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_grizzly_quantum_trunk #207

2013-01-17 Thread openstack-testing-bot
Title: precise_grizzly_quantum_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_quantum_trunk/207/Project:precise_grizzly_quantum_trunkDate of build:Thu, 17 Jan 2013 15:01:11 -0500Build duration:1 min 51 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: raring_grizzly_quantum_trunk #212

2013-01-17 Thread openstack-testing-bot
Title: raring_grizzly_quantum_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_quantum_trunk/212/Project:raring_grizzly_quantum_trunkDate of build:Thu, 17 Jan 2013 15:01:11 -0500Build duration:2 min 43 secBuild cause:Started by an SCM changeBuilt

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

2013-01-17 Thread openstack-testing-bot
Title: precise_grizzly_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_nova_trunk/489/Project:precise_grizzly_nova_trunkDate of build:Thu, 17 Jan 2013 16:31:12 -0500Build duration:3 min 7 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: raring_grizzly_nova_trunk #497

2013-01-17 Thread openstack-testing-bot
Title: raring_grizzly_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_nova_trunk/497/Project:raring_grizzly_nova_trunkDate of build:Thu, 17 Jan 2013 16:31:11 -0500Build duration:4 min 48 secBuild cause:Started by an SCM changeBuilt

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

2013-01-17 Thread openstack-testing-bot
Title: precise_grizzly_glance_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_glance_trunk/78/Project:precise_grizzly_glance_trunkDate of build:Thu, 17 Jan 2013 17:31:10 -0500Build duration:1 min 21 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Jenkins build is back to normal : folsom_coverage #379

2013-01-17 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/folsom_coverage/379/ -- 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_grizzly_nova_trunk #490

2013-01-17 Thread openstack-testing-bot
Title: precise_grizzly_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_nova_trunk/490/Project:precise_grizzly_nova_trunkDate of build:Fri, 18 Jan 2013 00:01:12 -0500Build duration:3 min 13 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: raring_grizzly_quantum_trunk #213

2013-01-17 Thread openstack-testing-bot
Title: raring_grizzly_quantum_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_quantum_trunk/213/Project:raring_grizzly_quantum_trunkDate of build:Fri, 18 Jan 2013 00:31:10 -0500Build duration:2 min 27 secBuild cause:Started by an SCM changeBuilt