[Openstack] [Swift]

2013-03-15 Thread Tomáš Šoltys
Hi, I am following the OpenStack WalkThrough instructions and I am failing to verify my setup as described here: http://docs.openstack.org/folsom/openstack-compute/install/yum/content/verify-swift-installation.html In this forum I have found that the instructions are not exactly correct so I

[Openstack] [Quantum] Why is 'subnet' introduced in Quantum API v2?

2013-03-15 Thread Zd Yu
I am confused by the existence of both 'network' and 'subnet'. According to v2 API spec[1], subnet is introduced to support IPAM capabilities. Can anyone elaborate it to me? For example, what is the benefit of creating 1 network and 2 subnets by comparison with creating 2 networks that implicitly

Re: [Openstack] [Swift]

2013-03-15 Thread Tomáš Šoltys
Forgot to attach /etc/swift/proxy-server.conf [DEFAULT] bind_port = user = swift [pipeline:main] pipeline = healthcheck cache authtoken keystone proxy-server [app:proxy-server] use = egg:swift#proxy allow_account_management = true account_autocreate = true [filter:keystone]

[Openstack] [Quantum] Access problem to Metadata server

2013-03-15 Thread Sammy Fung
I am following this nice guide to configure Quantum. https://github.com/mseknibilel/OpenStack-Folsom-Install-guide/blob/GRE/2NICs/OpenStack_Folsom_Install_Guide_WebVersion.rst my ttylinux VM is successfully reaching internet, ping 8.8.8.8 successfully. Although iptables got a DNAT rule by

Re: [Openstack] Swift PUT error

2013-03-15 Thread Gareth
rfile.readline().split(;, 1)[0] here is empty string. Could give the size of object your uploaded, in bytes. On Fri, Mar 15, 2013 at 7:02 AM, Lokare, Bageshree bageshree.lok...@hp.comwrote: Hello Suchi, ** ** We are doing some similar stress testing for Swift and its working fine

Re: [Openstack] [Swift]

2013-03-15 Thread Chmouel Boudjnah
On Fri, Mar 15, 2013 at 8:02 AM, Tomáš Šoltys tomas.sol...@gmail.com wrote: curl -k -v -H 'X-Storage-User: service:swift' -H 'X-Storage-Pass: 12345678' -X 'POST' http://localhost:5000/v2.0/auth But when for following it works: curl -k -v -X 'POST' http://localhost:5000/v2.0/tokens -d

Re: [Openstack] question on the GRE Communication

2013-03-15 Thread Aru s
Thanks Logan On Thu, Mar 14, 2013 at 7:16 PM, Logan McNaughton lo...@bacoosta.comwrote: I'm not sure about verifying the GRE tunnels, so I can't be much help there. As far as understanding how the tunneling happens, GRE is an open protocol, not specific to OpenStack, or any vendor, and

Re: [Openstack] question on the GRE Communication

2013-03-15 Thread Aru s
Thanks Robert. On Thu, Mar 14, 2013 at 7:25 PM, Robert van Leeuwen robert.vanleeu...@spilgames.com wrote: Thanks for the reply. I have one more question. How we will check whether the tunneling is established or not? tcpdump can show you the GRE traffic: tcpdump -i ethX proto gre

Re: [Openstack] [Quantum] Access problem to Metadata server

2013-03-15 Thread Sylvain Bauza
Le 15/03/2013 08:20, Sammy Fung a écrit : I am following this nice guide to configure Quantum. https://github.com/mseknibilel/OpenStack-Folsom-Install-guide/blob/GRE/2NICs/OpenStack_Folsom_Install_Guide_WebVersion.rst SNIP I got timeout on HTTP request to 169.254.169.254 connecting from

Re: [Openstack] Swift PUT error

2013-03-15 Thread Gareth
I just know some basic about chunked data. Our codes build chunked data with '%x\r\n%s\r\n' and '0\r\n\r\n', but in eventlet.wsgi, it split with ';' I found that and have no more ideas. On Fri, Mar 15, 2013 at 3:35 PM, Gareth academicgar...@gmail.com wrote: rfile.readline().split(;, 1)[0] here

Re: [Openstack] [Quantum] Why is 'subnet' introduced in Quantum API v2?

2013-03-15 Thread Salvatore Orlando
Hi Zhidong, Please look inline for answers to your questions. On 15 March 2013 08:05, Zd Yu zdyu2...@gmail.com wrote: I am confused by the existence of both 'network' and 'subnet'. According to v2 API spec[1], subnet is introduced to support IPAM capabilities. Can anyone elaborate it to me?

[Openstack] questions on if openstack as a public cloud

2013-03-15 Thread Aru s
Hi, I have some general questions which are mentioned below at the time of considering openstack as a public cloud. Please help to understand. 1. strategy of creating new tenents. 2. outside network connectivity from VPC. 3. Billing and monitoring mechanism. 4. Roles and privillages assignes to

[Openstack] [OSSG] Security Note: Selecting LXC as Nova Virtualization Driver can lead to data compromise.

2013-03-15 Thread Clark, Robert Graham
The following is the first of a series of OpenStack Security Notes that will be issued by the OpenStack Security Group. Security notes are similar to advisories; they address vulnerabilities in 3rd party tools typically used within OpenStack deployments and provide guidance on common

Re: [Openstack] Call for help on Grizzly documentation

2013-03-15 Thread Jérôme Gallard
Hi Anne, I'm a newbie in the documentation area but, I would like to give an help. I haven't found any documentations (or open bug) regarding the cinder multi-backend feature ( https://wiki.openstack.org/wiki/Cinder-multi-backend -- https://review.openstack.org/#/c/21815/ ). Do you know if this

[Openstack] OpenStack on OpenSuse 12.2

2013-03-15 Thread Ashutosh Narayan
Hi folks, Has anybody on the list tried installing OpenStack [Folsom] on OpenSuSE 12.2 64 bit system ? Is there any documentation available for the same ? Thank you, -- Ashutosh Narayan http://ashutoshn.wordpress.com/ ___ Mailing list:

[Openstack] User permissions on openstack compute nodes

2013-03-15 Thread Nicolae Paladi
Hi, Could anyone please point me to a specification of user permissions that OpenStack Nova requires when deployed on a compute node? The installation manualhttp://docs.openstack.org/trunk/openstack-compute/admin/content/manual-ubuntu-installation.html directly states that sudo/root permissions

Re: [Openstack] [OSSG] Security Note: Selecting LXC as Nova Virtualization Driver can lead to data compromise.

2013-03-15 Thread Daniel P. Berrange
On Fri, Mar 15, 2013 at 10:44:40AM +, Clark, Robert Graham wrote: The following is the first of a series of OpenStack Security Notes that will be issued by the OpenStack Security Group. Security notes are similar to advisories; they address vulnerabilities in 3rd party tools typically

Re: [Openstack] OpenStack on OpenSuse 12.2

2013-03-15 Thread Andreas Jaeger
On 03/15/2013 12:20 PM, Ashutosh Narayan wrote: Hi folks, Has anybody on the list tried installing OpenStack [Folsom] on OpenSuSE 12.2 64 bit system ? Is there any documentation available for the same ? Hi Ashutosh, yes, a couple of guys have, packages are available as documented at

Re: [Openstack] How can I know the version if I installed from source code?

2013-03-15 Thread Богдан До
You can try this $sudo grep Version.*20 $(find {/opt/stack,/usr/local/lib/python2.{6,7}/dist-packages} -type f -name PKG-INFO) Четверг, 7 марта 2013, 11:09 +08:00 от Ray Sun qsun01...@cienet.com.cn: Is there any method to get the openstack version if I installed from openstack source code?

Re: [Openstack] hostname change on hardware nodes

2013-03-15 Thread JuanFra Rodriguez Cardoso
Hi David: Some useful tables for your needs: nova.services, nova.instances... Regards, --- JuanFra 2013/3/15 David Stearns dstea...@gnipcentral.com Hi all, I'm trying to recover from a mass renaming of our hardware nodes and have been having a bit of trouble. After changing the hostname

Re: [Openstack] Call for help on Grizzly documentation

2013-03-15 Thread Anne Gentle
Yes, go ahead. Use the guidelines we have for Doc bug triage. [1] Hey Bas, a DocImpact would have been ideal on that commit message so we could already have a doc bug logged. [2] Thanks, Anne 1. https://wiki.openstack.org/wiki/Documentation/HowTo#Doc_Bug_Triaging_Guidelines 2.

[Openstack] Cinder Multi-Backend Documentation

2013-03-15 Thread Jérôme Gallard
Hi John, Michael, I would like to help for the Cinder documentation. I have noticed that there is no open bug for the multi-backend documentation. Anne allowed me to open a bug ( https://lists.launchpad.net/openstack/msg21938.html ). Is it OK for you if I assign this bug to me or do you have any

Re: [Openstack] Call for help on Grizzly documentation

2013-03-15 Thread Michael Basnight
Of course... I spaced. I'd love to review the doc for this. Sent from my digital shackles On Mar 15, 2013, at 5:47 AM, Anne Gentle a...@openstack.orgmailto:a...@openstack.org wrote: Yes, go ahead. Use the guidelines we have for Doc bug triage. [1] Hey Bas, a DocImpact would have been ideal on

[Openstack] PTL Election Results

2013-03-15 Thread Monty Taylor
The PTL elections for the Havana cycle have completed. The new PTL's are: Nova: Russell Bryant Ceilometer: Julien Danjou Keystone: Dolph Matthews Congratulations! As a side note, we had over 50% participation in each of the three elections, which I have been told is actually a really good

[Openstack] question on the GRE Performance

2013-03-15 Thread 小包
Hi Guys, *in my test, i found OVS GRE performance so lower, for example:* *100Mbits Switch, GRE just 26Mbits speed,but use linux bridge 95Mbits,* * * *so, my question is: why GRE speed low, or may be my config not right,* * * * * *Thanks,* *Tommy*

[Openstack] Technical Committee Nominations are Open

2013-03-15 Thread Monty Taylor
Now that the TC elections have ended, we now have three at-large seats open. https://wiki.openstack.org/wiki/TC_Elections_Spring_2013 Mar 15 - 21: Open candidacy to directly-elected TC positions Mar 22 - 28: TC elections The persons ranking 1st and 2nd will get one-year seats on the TC,

[Openstack] [Cinder] OpenStack Block Storage Grizzly RC1 available

2013-03-15 Thread Thierry Carrez
Hello everyone, The second project to publish a release candidate in preparation for the Grizzly release is OpenStack Block Storage (code named Cinder). The RC1 is available for download at: https://launchpad.net/cinder/grizzly/grizzly-rc1 Congrats to the Cinder crew! Unless release-critical

[Openstack] TC candidacy

2013-03-15 Thread Michael Still
Hi. I'd like to run for the TC Spring 2013 election. I am a senior software engineer at Rackspace in their OpenStack group, and have worked in a variety of cloud devops roles for the last seven years. I think my operations experience gives me an interesting perspective into where OpenStack should

Re: [Openstack] Cinder Multi-Backend Documentation

2013-03-15 Thread John Griffith
Jerome, I would love for you to assign it to yourself :) You've already done quite a bit of work here with Tempest etc, so as long as hubcap has no objections I say go for it. Just make sure you put him on the review since he's the master-mind. John On Fri, Mar 15, 2013 at 8:03 AM, Jérôme

[Openstack] TC candidacy

2013-03-15 Thread Thierry Carrez
Hi everyone, I'd like to run for reelection to one of the Technical Committee directly-elected seats. For those who don't know me, I've been handling release management duties for OpenStack since November 2010, a work currently sponsored by the OpenStack Foundation. My involvement is mostly

Re: [Openstack] Cinder Multi-Backend Documentation

2013-03-15 Thread Michael Basnight
+my openstack email. I'd love to review. Sent from my digital shackles On Mar 15, 2013, at 8:30 AM, John Griffith john.griff...@solidfire.com wrote: Jerome, I would love for you to assign it to yourself :) You've already done quite a bit of work here with Tempest etc, so as long as

Re: [Openstack] using vlan tagged ports in cluster

2013-03-15 Thread Rain Li
Hi, JR, You should check your route. Before ovs-vsctl add-port br-ex p1p1.4, you should have the route entry like: 192.168.251.0 0.0.0.0 255.255.255.0 U 0 0 0 p1p1.4 But after that, since p1p1.4 is plugged in br-ex, you should change the above route to go through br-ex, and may also change

[Openstack] Horizon logging?

2013-03-15 Thread Wyllys Ingersoll
I want to put some debug logging statements in a custom overrides.py module for Horizon. But I can't figure out where the messages will be logged. They don't go in the apache logs and they don't appear in any of the nova logs. Horizon doesn't appear to have its own logging, so Im a little

Re: [Openstack] TC candidacy

2013-03-15 Thread Michael Still
On Fri, Mar 15, 2013 at 11:27 AM, Michael Still mi...@stillhq.com wrote: Hi. I'd like to run for the TC Spring 2013 election. I am a senior software engineer at Rackspace in their OpenStack group, and have worked in a variety of cloud devops roles for the last seven years. I think my

Re: [Openstack] [Swift]

2013-03-15 Thread Kuo Hugo
It should be a doc bug in the instruction . The first one is v1.0 auth (legacy auth) The URL suppose to be http://localhost:5000/auth/v1.0 Hope it help 2013/3/15 Tomáš Šoltys tomas.sol...@gmail.com Hi, I am following the OpenStack WalkThrough instructions and I am failing to verify my

Re: [Openstack] [OSSG] Security Note: Selecting LXC as Nova Virtualization Driver can lead to data compromise.

2013-03-15 Thread Bryan D. Payne
The quality of container isolation in LXC heavily depends on implementation. While pure LXC is generally well-isolated through various mechanisms (for example AppArmor in Ubuntu), LXC through libvirt is not. A guest who operates within one container is able to affect another containers

Re: [Openstack] [OSSG] Security Note: Selecting LXC as Nova Virtualization Driver can lead to data compromise.

2013-03-15 Thread Daniel P. Berrange
On Fri, Mar 15, 2013 at 09:05:30AM -0700, Bryan D. Payne wrote: The quality of container isolation in LXC heavily depends on implementation. While pure LXC is generally well-isolated through various mechanisms (for example AppArmor in Ubuntu), LXC through libvirt is not. A guest who

Re: [Openstack] [OSSG] Security Note: Selecting LXC as Nova Virtualization Driver can lead to data compromise.

2013-03-15 Thread Bryan D. Payne
Where/when was this wording discussed though ? It was discussed at the meetings on Jan 24, Jan 31, and Feb 7. may be a good place for ad-hoc discussions around an issue, I don't really think it is a good forum for reviewing of these final notices prior to an The notes are also tracked

Re: [Openstack] using vlan tagged ports in cluster

2013-03-15 Thread JR
Rain, I owe you a beer! That did the trick. Thanks. JR On 3/15/2013 11:32 AM, Rain Li wrote: Hi, JR, You should check your route. Before ovs-vsctl add-port br-ex p1p1.4, you should have the route entry like: 192.168.251.0 0.0.0.0 255.255.255.0 U 0 0 0 p1p1.4 But after that, since

Re: [Openstack] [Swift]

2013-03-15 Thread Gareth
Kuo's answering is the point. But v1.0 is not the answer because keystone use v2.0 now. Look at your docuement, http://AUTH_HOSTNAME:5000/auth/v2.0 and http://AUTH_HOSTNAME:5000/v2.0 have been used. The second works for me. Try these two yourself. On Fri, Mar 15, 2013 at 11:55 PM, Kuo Hugo

Re: [Openstack] [Swift]

2013-03-15 Thread Kuo Hugo
As I know that legacy auth was been removed from ESSEX release in Keystone. 2013/3/15 Gareth academicgar...@gmail.com Kuo's answering is the point. But v1.0 is not the answer because keystone use v2.0 now. Look at your docuement, http://AUTH_HOSTNAME:5000/auth/v2.0 and

Re: [Openstack] download ec2 creds fails consistently in horizon

2013-03-15 Thread Jay Pipes
It's actually not nova-cert that you need. It is the Keystone EC2 credentials API extension that is the problem. It only works for users with admin role. I logged a bug on it and am working on a fix: https://bugs.launchpad.net/keystone/+bug/1136190 Best, -jay On 03/14/2013 10:57 AM, Wyllys

Re: [Openstack] Unauthenticated service probe for OpenStack components

2013-03-15 Thread Jay Pipes
Or, alternately, you can post to the endpoint root (without the version) and that should respond with a 300 Multiple Choice for most of the OpenStack service endpoints. Best, -jay On 03/14/2013 04:52 PM, Dean Troyer wrote: On Thu, Mar 14, 2013 at 3:40 PM, Tim Bell tim.b...@cern.ch wrote:

Re: [Openstack] [Swift]

2013-03-15 Thread Gareth
I'm not familiar with that legacy auth =,= In my experience, v1.0 works for tempauth, and v2.0 works for keystone. The format of two kinds of url is not totally same. My keystone env use http://AUTH_HOSTNAME:5000/v2.0 in this case. And my tempauth use http://127.0.0.1:8080/auth/v1.0 I think Tomáš

Re: [Openstack] download ec2 creds fails consistently in horizon

2013-03-15 Thread Wyllys Ingersoll
I am able to login as a non-admin user and access the containers. In addition to missing nova-cert, I also had to change the keystoneauth settings in /etc/swift/proxy-server.conf to add Member to the operator_roles list, which I suppose is equivalent to making a Member user the equivalent of

[Openstack] TC candidacy

2013-03-15 Thread Gary Kotton
Hi, I'd like to run for the Technical Committee in the up and coming elections. I am a Principle Software Engineer at Red Hat. I have been actively developing OpenStack since the Essex release. I am currently a Quantum core developer. In addition to this I am also core on the Stable

Re: [Openstack] question on the GRE Performance

2013-03-15 Thread Rick Jones
On 03/15/2013 08:05 AM, tommy(小包) wrote: Hi Guys, in my test, i found OVS GRE performance so lower, for example: 100Mbits Switch, GRE just 26Mbits speed,but use linux bridge 95Mbits, so, my question is: why GRE speed low, or may be my config not right,/ 95 and 26 Mbit/s measured at what

Re: [Openstack] download ec2 creds fails consistently in horizon

2013-03-15 Thread Jay Pipes
On 03/15/2013 01:12 PM, Wyllys Ingersoll wrote: I am able to login as a non-admin user and access the containers. Your original post talked about the Download EC2 Credentials link not working. That's what I was referring to. Nothing to do with Swift containers. -jay In addition to missing

Re: [Openstack] download ec2 creds fails consistently in horizon

2013-03-15 Thread Wyllys Ingersoll
Yup, you are correct, I confused 2 different issues. sorry for the confusion… On Mar 15, 2013, at 2:58 PM, Jay Pipes jaypi...@gmail.com wrote: On 03/15/2013 01:12 PM, Wyllys Ingersoll wrote: I am able to login as a non-admin user and access the containers. Your original post talked

Re: [Openstack] Rebooted, now can't ping my guest

2013-03-15 Thread The King in Yellow
Perhaps somebody could give me the contents of their quantum node's ovs-ofctl dump-flows br-tun and I could figure out what mine *should* look like? On Tue, Mar 12, 2013 at 4:24 PM, The King in Yellow yellowk...@gmail.comwrote: Okay, I have worked around my problem-- but I don't quite

[Openstack] TC candidacy

2013-03-15 Thread Vishvananda Ishaya
Hello all, I would like to run for a seat on The Technical Comittee. I have been working on Nova since it was a project as Nasa and I have been heavily involved in openstack since it was founded. I was elected to the precursor to TC (the Project Oversight Committee, later named the Project

[Openstack] TC candidacy

2013-03-15 Thread Carl Perry
Greetings - I would like to run for a TC seat as well. My platform is a focus on deployment and operations for OpenStack. I'm not going to mince words: deploying OpenStack is hard. Maintaining it is even harder. I don't think it needs to be this way. I spent two years designing and deploying

[Openstack] Grizzly Dashboard Quota Problem...

2013-03-15 Thread Martinx - ジェームズ
Hi! Finally I have my Grizzly G3 + RC1 working! But, when I tried to setup the Project quotas, an error appear on the Dashboard and at Apache error.log. The error appear even when creating a Project, with default quota settings... Dashboard message: Error: Unable to set project quotas.

Re: [Openstack] Testing Grizzly - What repository is the recommended?

2013-03-15 Thread Martinx - ジェームズ
Hi! Just for the record, Ubuntu PPA grizzly-trunk-testing repository is working (with Ubuntu 12.04)! Best, Thiago On 14 March 2013 19:35, Martinx - ジェームズ thiagocmarti...@gmail.com wrote: Guys, I'm about to test Grizzly but, I'm seeing two alternatives: 1- Install Ubuntu 12.04 and add

Re: [Openstack] Grizzly Dashboard Quota Problem...

2013-03-15 Thread Martinx - ジェームズ
Hi! I don't know if it is related to this issue but, when I Terminate an Instance, nova-conductor.log shows: 2013-03-15 20:56:33.739 ERROR nova.quota [req-558f180c-4092-4dad-9be0-04b105e6a51b 773fad6638fe4def95dd996db7af5161 7428cb7265d04ff398202b45f84d96bf] Failed to commit reservations

Re: [Openstack] Grizzly Dashboard Quota Problem...

2013-03-15 Thread Kieran Spear
Hi Thiago, I haven't seen that before. Can you file a bug for it? https://bugs.launchpad.net/horizon/+filebug It may be something to do with a missing volume service, but that service should be optional. Cheers, Kieran On 16 March 2013 10:37, Martinx - ジェームズ thiagocmarti...@gmail.com wrote:

[Openstack] Unable to successfully create instances with horizon

2013-03-15 Thread AJ Schroeder
Hello list, I've been following along with these instructions to get an openstack environment setup: http://docs.openstack.org/folsom/basic-install/content/basic-install_intro.h tml - I am a total newbie with openstack. I am using virtualbox with Ubuntu 12.04 LTS guests and I have all

[Openstack] Allocating dynamic IP to the VMs

2013-03-15 Thread Chathura M. Sarathchandra Magurawalage
Hello, I want to know how I can allocate a dynamic IP to the VM from the same network as the openstack hosts (controller/network-node/compute node) network/management network . For example, in virtual box you can give your VM an IP from the host's network using a Bridge adapter. How can I do this

[Openstack] ssh from VM to VM

2013-03-15 Thread Chathura M. Sarathchandra Magurawalage
Hello, I can't ssh from Ubuntu cloud VM to other VM. I get following ubuntu@master:~$ ssh cirros@10.5.5.6 -v OpenSSH_5.9p1 Debian-5ubuntu1, OpenSSL 1.0.1 14 Mar 2012 debug1: Reading configuration data /etc/ssh/ssh_config debug1: /etc/ssh/ssh_config line 19: Applying options for * debug1:

Re: [Openstack] Testing Grizzly - What repository is the recommended?

2013-03-15 Thread Brad Knowles
On Mar 14, 2013, at 5:35 PM, Martinx - ジェームズ thiagocmarti...@gmail.com wrote: I'm about to test Grizzly but, I'm seeing two alternatives: 1- Install Ubuntu 12.04 and add http://ubuntu-cloud.archive.canonical.com/ubuntu precise-updates/grizzly main /etc/apt/sources.list.d/grizzly.list

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

2013-03-15 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/10744/ -- 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 #10745

2013-03-15 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/10745/ -- 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 #10746

2013-03-15 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/10746/ -- 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 #10747

2013-03-15 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/10747/ -- 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 #10748

2013-03-15 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/10748/ -- 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 #10752

2013-03-15 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/10752/ -- 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 #10753

2013-03-15 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/10753/ -- 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 #10754

2013-03-15 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/10754/ -- 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 #10756

2013-03-15 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/10756/ -- 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 Fixed: raring_grizzly_swift_trunk #157

2013-03-15 Thread openstack-testing-bot
Title: raring_grizzly_swift_trunk General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_swift_trunk/157/Project:raring_grizzly_swift_trunkDate of build:Fri, 15 Mar 2013 05:09:34 -0400Build duration:4 min 35 secBuild cause:Started by user James PageBuilt

[Openstack-ubuntu-testing-notifications] Build Fixed: raring_grizzly_cinder_trunk #238

2013-03-15 Thread openstack-testing-bot
Title: raring_grizzly_cinder_trunk General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_cinder_trunk/238/Project:raring_grizzly_cinder_trunkDate of build:Fri, 15 Mar 2013 05:11:17 -0400Build duration:4 min 59 secBuild cause:Started by user James PageBuilt

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

2013-03-15 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/10757/ -- 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 #10758

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

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

2013-03-15 Thread openstack-testing-bot
Title: precise_grizzly_glance_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_glance_trunk/174/Project:precise_grizzly_glance_trunkDate of build:Fri, 15 Mar 2013 07:37:36 -0400Build duration:57 minBuild cause:Started by user James PageBuilt

[Openstack-ubuntu-testing-notifications] Build Failure: precise_essex_quantum_stable #12

2013-03-15 Thread openstack-testing-bot
Title: precise_essex_quantum_stable General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_essex_quantum_stable/12/Project:precise_essex_quantum_stableDate of build:Fri, 15 Mar 2013 09:01:30 -0400Build duration:24 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Failure: precise_essex_swift_stable #11

2013-03-15 Thread openstack-testing-bot
Title: precise_essex_swift_stable General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_essex_swift_stable/11/Project:precise_essex_swift_stableDate of build:Fri, 15 Mar 2013 09:01:30 -0400Build duration:2 min 28 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Fixed: precise_essex_horizon_stable #36

2013-03-15 Thread openstack-testing-bot
on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 1 out of the last 2 builds failed.50ChangesNo ChangesConsole Output[...truncated 5271 lines...]Finished at 20130315-0907Build needed 00:02:07, 21328k disc spaceINFO:root:Uploading package to ppa:openstack-ubuntu-testing/essex-stable-testinggpg

[Openstack-ubuntu-testing-notifications] Build Fixed: precise_folsom_cinder_stable #150

2013-03-15 Thread openstack-testing-bot
Title: precise_folsom_cinder_stable General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/precise_folsom_cinder_stable/150/Project:precise_folsom_cinder_stableDate of build:Fri, 15 Mar 2013 09:03:58 -0400Build duration:5 min 9 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_folsom_glance_stable #209

2013-03-15 Thread openstack-testing-bot
Title: precise_folsom_glance_stable General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_folsom_glance_stable/209/Project:precise_folsom_glance_stableDate of build:Fri, 15 Mar 2013 09:07:42 -0400Build duration:2 min 37 secBuild cause:Started by an SCM changeBuilt

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

2013-03-15 Thread openstack-testing-bot
Title: precise_folsom_deploy General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_folsom_deploy/404/Project:precise_folsom_deployDate of build:Fri, 15 Mar 2013 09:23:16 -0400Build duration:1 min 41 secBuild cause:Started by command line by jenkinsBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: test_tempest_smoke #2

2013-03-15 Thread openstack-testing-bot
Title: test_tempest_smoke General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/test_tempest_smoke/2/Project:test_tempest_smokeDate of build:Fri, 15 Mar 2013 22:00:29 -0400Build duration:48 secBuild cause:Started by command line by jenkinsBuilt on:masterHealth