Re: [Openstack] How to commucation vms in multi nodes using quantum?

2012-10-24 Thread Dan Wendlandt
On Tue, Oct 23, 2012 at 10:56 PM, livemoon mwjpi...@gmail.com wrote: Dan: Thank you for your help. If the server have three nics, which one will be used as port of br-int. I must know how br-int work between two machines, and then I can make the physical interface which br-int use to one

Re: [Openstack] How to commucation vms in multi nodes using quantum?

2012-10-24 Thread livemoon
Thanks Dan On Wed, Oct 24, 2012 at 2:15 PM, Dan Wendlandt d...@nicira.com wrote: On Tue, Oct 23, 2012 at 10:56 PM, livemoon mwjpi...@gmail.com wrote: Dan: Thank you for your help. If the server have three nics, which one will be used as port of br-int. I must know how br-int work

Re: [Openstack] [OpenStack] Ceilometer API Glossary

2012-10-24 Thread Julien Danjou
On Wed, Oct 24 2012, 吴亚伟 wrote: I still have questions about the data in the mongodb. First: All the data about source in db is ?,for example: is it correct? Yes, that's what we used for now in the source code, so this is correct. second,when I create a instance,there will be

Re: [Openstack] Use of MAC addresses in Openstack VMs

2012-10-24 Thread Thierry Carrez
Eric Windisch wrote: Xen, VMware, and HyperV provide their own OUI for automatically generated addresses. Yes, these collide between deployments. Your examples are all at hypervisor-level though... Could we rather piggy-back on hypervisor allocation (and maybe help funding one for KVM if it's

Re: [Openstack] How to commucation vms in multi nodes using quantum?

2012-10-24 Thread Gary Kotton
Hi, In addition to Dan's comments you can also take a look at the following link http://wiki.openstack.org/ConfigureOpenvswitch. Thanks Gary On 10/24/2012 08:21 AM, livemoon wrote: Thanks Dan On Wed, Oct 24, 2012 at 2:15 PM, Dan Wendlandt d...@nicira.com mailto:d...@nicira.com wrote:

Re: [Openstack] Additional iptables when two network interfaces

2012-10-24 Thread Gui Maluf
Did you enabled ip_forwarding? Try to use nova-api-metadata on node; When I tried to do the same set up I couldnt, my solution was using multi_host = true, starting nova-api-metadata on nodes. so each vm would get metadata info through it's own host and all traffic will go through this same host.

[Openstack] Minutes from the Technical Committee meeting (Oct 23)

2012-10-24 Thread Thierry Carrez
The OpenStack Technical Committee held its first official (and public) meeting in #openstack-meeting at 20:00 UTC yesterday. Here is a quick summary of the outcome of this meeting: * Ryan Lane was nominated to the User Committee to work with Tim Bell in its initial setup. * The Ceilometer

Re: [Openstack] Not able to get IP address for VM

2012-10-24 Thread Srikanth Kumar Lingala
Here is the *nova.conf* file contents: *[DEFAULT]* *# MySQL Connection #* *sql_connection=mysql://nova:password@10.232.91.33/nova* * * *# nova-scheduler #* *rabbit_host=10.232.91.33* *rabbit_userid=guest* *rabbit_password=password* *#scheduler_driver=nova.scheduler.simple.SimpleScheduler*

Re: [Openstack] ERROR: string indices must be integers, not str

2012-10-24 Thread Dolph Mathews
Sorry for the delayed response; I know I've seen this message before. I believe it had something to do with endpoints configured in a manner keystone did not expect. Can you paste the full backtrace from the logs, and if it appears to be related, your keystone endpoint-list? -Dolph On Thu, Oct

Re: [Openstack] Not able to get IP address for VM

2012-10-24 Thread Jānis Ģeņģeris
Hi Srikanth, Can you confirm that metadata service is working and the VMs are able to access it? Usually if VM's can't get network settings is because of inaccessible metadata service. --janis On Wed, Oct 24, 2012 at 4:00 PM, Srikanth Kumar Lingala srikanthkumar.ling...@gmail.com wrote: Here

Re: [Openstack] Not able to get IP address for VM

2012-10-24 Thread Salvatore Orlando
Srikanth, from your analysis it seems that L2 connectivity between the compute and the controller node is working as expected. Before looking further, it is maybe worth ruling out the obvious problems. Hence: 1) is the dhcp-agent service running (or is it stuck in some error state?) 2) Can you

Re: [Openstack] Not able to get IP address for VM

2012-10-24 Thread Srikanth Kumar Lingala
@janis: How can I check that metadata service is working? @Salvatore: DHCP Agent is working fine and I am not seeing any ERROR logs. I am able to see dnsmasq services. I am able to see those MAC entries in the hosts file. tap interface is creating on Host Node, which is attached to br-int.

[Openstack] Quantum Floating IPs

2012-10-24 Thread Mohammad Banikazemi
Using Quantum (Folsom) I have a weird situation. I can ping the outside world from my VMs only after I assign a floating IP address to them. In other words, I cannot ping the outside world by just setting up the quantum router and without using floating IP addresses. The other issue, is that

[Openstack] Slides Notes Share of Summit Topic: DevOps in OpenStack Public Cloud

2012-10-24 Thread Hui Cheng
Hi all: I am honored to give a presentation *DevOps in OpenStack Public Cloud* at OpenStack Summit, and shared my humble thoughts and my team's experiences in operating a production OpenStack public cloud. From my own point, I think it is a sort of useful material for someone who also want to

Re: [Openstack] Slides Notes Share of Summit Topic: DevOps in OpenStack Public Cloud

2012-10-24 Thread Hui Cheng
For topic introduction, see here: http://openstacksummitfall2012.sched.org/event/f072cfd0e6a0c3341288a1191c52e41a On Thu, Oct 25, 2012 at 12:29 AM, Hui Cheng freedom...@gmail.com wrote: Hi all: I am honored to give a presentation *DevOps in OpenStack Public Cloud* at OpenStack Summit, and

Re: [Openstack] How to commucation vms in multi nodes using quantum?

2012-10-24 Thread Dan Wendlandt
On Wed, Oct 24, 2012 at 3:22 AM, Gary Kotton gkot...@redhat.com wrote: Hi, In addition to Dan's comments you can also take a look at the following link http://wiki.openstack.org/ConfigureOpenvswitch. Is there any content on that wiki page that is not yet in the quantum admin guide:

Re: [Openstack] Quantum Floating IPs

2012-10-24 Thread Dan Wendlandt
On Wed, Oct 24, 2012 at 8:06 AM, Mohammad Banikazemi m...@us.ibm.com wrote: Using Quantum (Folsom) I have a weird situation. I can ping the outside world from my VMs only after I assign a floating IP address to them. In other words, I cannot ping the outside world by just setting up the quantum

Re: [Openstack] swift tempURL requests yield 401 Unauthorized

2012-10-24 Thread Dieter Plaetinck
I upgraded our test cluster to 1.7.4, and still have the same issue. I also bumped the expires to time() + 600 and made sure the clocks on client and servers are in sync to the second (client was 2 minutes off earlier) but so that didn't change anything. expires is def. higher than the current

Re: [Openstack] Quantum Floating IPs

2012-10-24 Thread Ivan Kolodyazhny
Do you ping VMs using network namespaces? On Wednesday, October 24, 2012, Dan Wendlandt wrote: On Wed, Oct 24, 2012 at 8:06 AM, Mohammad Banikazemi m...@us.ibm.comjavascript:; wrote: Using Quantum (Folsom) I have a weird situation. I can ping the outside world from my VMs only after I

[Openstack] FROM KVM traditional Virtualization infraestructure TO clouding Openstack infraestructure. Refining concepts.

2012-10-24 Thread Daniel Vázquez
Hi here! I think this is of interest to a lot of people, in same scenario like us. After reading and re-reading a lot (and good) openstack documentation, wiki, scripts, demos, video, blog and a lot of days and weeks, IMO openstack has very good resources, but openstack it's a very big and extend

Re: [Openstack] [SWIFT] Proxies Sizing for 90.000 / 200.000 RPM

2012-10-24 Thread Alejandro Comisario
Guys ?? Anyone ?? * * * * *Alejandro Comisario #melicloud CloudBuilders* Arias 3751, Piso 7 (C1430CRG) Ciudad de Buenos Aires - Argentina Cel: +549(11) 15-3770-1857 Tel : +54(11) 4640-8443 On Mon, Oct 15, 2012 at 11:59 AM, Kiall Mac Innes ki...@managedit.iewrote: While I can't answer your

[Openstack] SDKs

2012-10-24 Thread Everett Toews
One of the things that came out of the SDK Doc Discussion [1] at the Grizzly Summit was an action item for me to create a wiki page dedicated to Software Development Kits that support OpenStack. And here it is [2]! I also summarized some of the SDK related stuff from the Summit in [3]. In part

Re: [Openstack] [SWIFT] Proxies Sizing for 90.000 / 200.000 RPM

2012-10-24 Thread John Dickinson
Sorry for the delay. You've got an interesting problem, and we were all quite busy last week with the summit. First, the standard caveat: Your performance is going to be highly dependent on your particular workload and your particular hardware deployment. 3500 req/sec in two different

Re: [Openstack] SDKs

2012-10-24 Thread Kiall Mac Innes
Should the official python sdk's not be listed? Eg novaclient etc On Oct 24, 2012 7:28 PM, Everett Toews everett.to...@rackspace.com wrote: One of the things that came out of the SDK Doc Discussion [1] at the Grizzly Summit was an action item for me to create a wiki page dedicated to Software

[Openstack] Possible upgrade bug in nova-volume ( cinder)?

2012-10-24 Thread Jonathan Proulx
Hi All, I'm seeing a bug due to my recent essex to folsom upgrade relating to LVM back volume storage, I'm not sure where it got introduced most likely either in nova-volume or in the Ubuntu cloud archive packaging...I only noticed it after transitioning from folsom-nova-volume to fosom-cinder

[Openstack] Using nova-volumes openstack LVM group for other pourposes

2012-10-24 Thread Daniel Vázquez
Hi here! Can we create and use news logical volumes for own/custom use(out of openstack) on nova-volumes openstack LVM group, and use it beside openstack operational? IMO it's LVM and no problem, but it has openstack collateral consequences? Thx ___

Re: [Openstack] Possible upgrade bug in nova-volume ( cinder)?

2012-10-24 Thread Jonathan Proulx
On Wed, Oct 24, 2012 at 2:45 PM, Jonathan Proulx j...@jonproulx.com wrote: To fix this for me I can look up the volumes by ID in the database and then lvrename the logical volumes (I don't have too many and all on one volume server right now). That maybe the wrong answer as the database (both

Re: [Openstack] Possible upgrade bug in nova-volume ( cinder)?

2012-10-24 Thread John Griffith
On Wed, Oct 24, 2012 at 12:57 PM, Jonathan Proulx j...@jonproulx.com wrote: On Wed, Oct 24, 2012 at 2:45 PM, Jonathan Proulx j...@jonproulx.com wrote: To fix this for me I can look up the volumes by ID in the database and then lvrename the logical volumes (I don't have too many and all on

Re: [Openstack] Using nova-volumes openstack LVM group for other pourposes

2012-10-24 Thread Eric Windisch
On Wednesday, October 24, 2012 at 14:56 PM, Daniel Vázquez wrote: Hi here! Can we create and use news logical volumes for own/custom use(out of openstack) on nova-volumes openstack LVM group, and use it beside openstack operational? IMO it's LVM and no problem, but it has openstack

Re: [Openstack] SDKs

2012-10-24 Thread Everett Toews
From: Kiall Mac Innes ki...@managedit.iemailto:ki...@managedit.ie Date: Wednesday, October 24, 2012 1:34 PM To: Everett Toews everett.to...@rackspace.commailto:everett.to...@rackspace.com Cc: openstack@lists.launchpad.netmailto:openstack@lists.launchpad.net

Re: [Openstack] How to commucation vms in multi nodes using quantum?

2012-10-24 Thread Robert Kukura
On 10/24/2012 12:42 PM, Dan Wendlandt wrote: On Wed, Oct 24, 2012 at 3:22 AM, Gary Kotton gkot...@redhat.com wrote: Hi, In addition to Dan's comments you can also take a look at the following link http://wiki.openstack.org/ConfigureOpenvswitch. Is there any content on that wiki page that is

Re: [Openstack] Expanding Storage - Rebalance Extreeemely Slow (or Stalled?)

2012-10-24 Thread Emre Sokullu
Thanks Andi, that helps, it's true that my expectations were misplaced; I was expecting all nodes to rebalance until they each store the same size. What's weird though is there are missing folders in the newly created c0d4p1 node. Here's what I get root@storage3:/srv/node# ls c0d1p1/ accounts

Re: [Openstack] Using nova-volumes openstack LVM group for other pourposes

2012-10-24 Thread Daniel Vázquez
About security, you're talking about attaching volumes with data out of tenants concerns. Or some else? Anyway, we can use the volume group as any other LVM group, and ... : - If we use nova-volume labeling pattern, we can use it for future uses in openstack instances. - But If we use our own

Re: [Openstack] Not able to get IP address for VM

2012-10-24 Thread Daniel Vázquez
As root user $ service open-stack-nova-metadata-api status or $ /etc/init.d/open-stack-nova-metadata-api status bests, 2012/10/24 Srikanth Kumar Lingala srikanthkumar.ling...@gmail.com: @janis: How can I check that metadata service is working? @Salvatore: DHCP Agent is working fine and I

Re: [Openstack] Using nova-volumes openstack LVM group for other pourposes

2012-10-24 Thread Jonathan Proulx
On Wed, Oct 24, 2012 at 08:56:26PM +0200, Daniel Vázquez wrote: :Hi here! : :Can we create and use news logical volumes for own/custom use(out of :openstack) on nova-volumes openstack LVM group, and use it beside :openstack operational? :IMO it's LVM and no problem, but it has openstack collateral

Re: [Openstack] Not able to get IP address for VM

2012-10-24 Thread Jānis Ģeņģeris
To test if it's running, you can check if the metadata process is running, then you can also use the solution Daniel suggested. To check if VMs ar able to access metadata, I think you have to connect from the address that is registered as legitimate network in nova. VMs try to connect to address

Re: [Openstack] [SWIFT] Proxies Sizing for 90.000 / 200.000 RPM

2012-10-24 Thread Alejandro Comisario
Thanks Josh, and Thanks John. I know it was an exciting Summit! Congrats to everyone ! John, let me give you extra data and something that i've already said, that might me wrong. First, the request size that will compose the 90.000RPM - 200.000 RPM will be from 90% 20K objects, and 10% 150/200K

Re: [Openstack] [SWIFT] Proxies Sizing for 90.000 / 200.000 RPM

2012-10-24 Thread Rick Jones
On Oct 11, 2012, at 4:28 PM, Alejandro Comisario alejandro.comisa...@mercadolibre.com wrote: Hi Stackers ! This is the thing, today we have a 24 datanodes (3 copies, 90TB usables) each datanode has 2 intel hexacores CPU with HT and 96GB of RAM, and 6 Proxies with the same hardware

Re: [Openstack] Finding/Making Windows 7 Images for OpenStack

2012-10-24 Thread Luis Fernandez Alvarez
Yes, you can do it with virt-manager. First, if you need it, you can modify the ISO... and then, with virti-manager you can create a machine to install the operating system (obtaining the disk image that should be uploaded to glance) The best way (IMHO) to deploy the template is generalizing

Re: [Openstack] [SWIFT] Proxies Sizing for 90.000 / 200.000 RPM

2012-10-24 Thread John Dickinson
Smaller requests, of course, will have a higher percentage overhead for each request, so you will need more proxies for many small requests than the same number of larger requests (all other factors being equal). If most of the requests are reads, then you probably won't have to worry about

Re: [Openstack] Finding/Making Windows 7 Images for OpenStack

2012-10-24 Thread Pádraig Brady
On 10/21/2012 12:56 AM, Curtis C. wrote: Hi, Has anyone seen any recent documentation on creating Windows 7 images for OpenStack? I know it's supposed to be as easy as using kvm to install it initially (as per the OpenStack docs) then importing that image into glance, but there are some subtle

Re: [Openstack] [SWIFT] Proxies Sizing for 90.000 / 200.000 RPM

2012-10-24 Thread Alejandro Comisario
Wow nice, i think we have a lot to look at guys. I'll get back to you as soon as we have more metrics to share regarding this matter. Basically, we are going to try to add more proxies, since indeed, the requests are to small (20K not 20MB) Thanks guys ! --- Alejandrito On Wed, Oct 24,

[Openstack] [ceilometer] Potential New Use Cases

2012-10-24 Thread Dan Dyer
Based on a discussion with Doug at the Summit, I would like to propose a couple of new use cases for Ceilometer. As background, up until now, the usage data that Ceilometer collects could be considered atomic in the sense that everything needed to understand/process the information could be

Re: [Openstack] Possible upgrade bug in nova-volume ( cinder)?

2012-10-24 Thread Jonathan Proulx
On Wed, Oct 24, 2012 at 3:01 PM, John Griffith john.griff...@solidfire.com wrote: Hey Jon, Couple of things going on, one is the volume naming (in progress here: https://review.openstack.org/#/c/14615/). I'll take a closer look at some of the other issues you pointed out. Hi John, On this

Re: [Openstack] [ceilometer] Potential New Use Cases

2012-10-24 Thread Julien Danjou
On Wed, Oct 24 2012, Dan Dyer wrote: Use Case 1 Service Owned Instances There are a set of use cases where a service is acting on behalf of a user, the service is the owner of the VM but billing needs to be attributed to the end user of the system.This scenario drives two requirements: 1.

Re: [Openstack] [ceilometer] Potential New Use Cases

2012-10-24 Thread Matt Joyce
I think a good deal of ceilometer's messaging and event tracking could additionally be used for event audit logging. -Matt On Wed, Oct 24, 2012 at 2:35 PM, Julien Danjou jul...@danjou.info wrote: On Wed, Oct 24 2012, Dan Dyer wrote: Use Case 1 Service Owned Instances There are a set of

[Openstack] Keystone connection issue

2012-10-24 Thread Bhandaru, Malini K
Hello All! I have an Ubuntu 12.10 install with devstack freshly downloaded. Does anybody have an issue where devstack/stack.sh script fails because keystone is unable to start, and consequently, none of the services start. .. 'one/keystone.conf --log-config /etc/keystone/logging.conf -d --debug

Re: [Openstack] Keystone connection issue

2012-10-24 Thread Kevin L. Mitchell
On Wed, 2012-10-24 at 21:40 +, Bhandaru, Malini K wrote: I have an Ubuntu 12.10 install with devstack freshly downloaded. Does anybody have an issue where devstack/stack.sh script fails because keystone is unable to start, and consequently, none of the services start. ..

Re: [Openstack] [ceilometer] Potential New Use Cases

2012-10-24 Thread Asher Newcomer
+1 for both of these use cases On Oct 24, 2012 5:06 PM, Dan Dyer dan.dye...@gmail.com wrote: Based on a discussion with Doug at the Summit, I would like to propose a couple of new use cases for Ceilometer. As background, up until now, the usage data that Ceilometer collects could be

Re: [Openstack] Using nova-volumes openstack LVM group for other pourposes

2012-10-24 Thread Daniel Vázquez
Yeah!! Jon, I'm agree with you about organization/separation LVM groups, this is for very very very special situation. Any case if I use nova pattern labeling via logical volumen creation or via renaming label, I hope can switch the content of this custom logical volument to use with openstack, an

Re: [Openstack] [ceilometer] Potential New Use Cases

2012-10-24 Thread Dan Dyer
I don't think its just a matter of adding more meters or events for a couple of reasons: 1. In many cases the metadata I am referring to comes from a different source than the base usage data. Nova is still emitting its normal events, but we get the service/user mapping from a different source.

Re: [Openstack] swift tempURL requests yield 401 Unauthorized

2012-10-24 Thread Dieter Plaetinck
thanks for the help. along with your, and other people's in #openstack-swift on irc, we fixed it. i had not added tempurl to the pipeline in proxy-server.conf. once that was fixed, it worked immediately on 1.7, but not on 1.4 which started saying 500 Internal Server Error. after some more

Re: [Openstack] Possible upgrade bug in nova-volume ( cinder)?

2012-10-24 Thread John Griffith
On Wed, Oct 24, 2012 at 3:20 PM, Jonathan Proulx j...@jonproulx.com wrote: On Wed, Oct 24, 2012 at 3:01 PM, John Griffith john.griff...@solidfire.com wrote: Hey Jon, Couple of things going on, one is the volume naming (in progress here: https://review.openstack.org/#/c/14615/). I'll

[Openstack] iptables rule missing in multi node setup

2012-10-24 Thread Qin, Xiaohong
Hi All, In one of my lab setups, I found the following iptable rules are missing on the controller node, Chain nova-compute-inst-3 (1 references) target prot opt source destination DROP all -- anywhere anywhere state INVALID ACCEPT all --

Re: [Openstack] [SWIFT] Proxies Sizing for 90.000 / 200.000 RPM

2012-10-24 Thread Sina Sadeghi
The guys from Zmanda presented some evaluation of swift at the summit, might be useful here http://www.zmanda.com/blogs/?p=947 they've written a blog but it doesn't have all the findings which they presented at the summit. Maybe Chander would be

[Openstack] Ceilometer, StackTach, Tach / Scrutinize, CloudWatch integration ... Summit followup

2012-10-24 Thread Sandy Walsh
Hey y'all, Great to chat during the summit last week, but it's been a crazy few days of catch-up since then. The main takeaway for me was the urgent need to get some common libraries under these efforts. So, to that end ... 1. To those that asked, I'm going to get my slides / video

Re: [Openstack] [SWIFT] Proxies Sizing for 90.000 / 200.000 RPM

2012-10-24 Thread heckj
John brought the concern over auth_token middleware up to me directly - I don't know of anyone that's driven the keystone middleware to these rates and determined where the bottlenecks are other than folks deploying swift and driving high performance numbers. The concern that John detailed

Re: [Openstack] [SWIFT] Proxies Sizing for 90.000 / 200.000 RPM

2012-10-24 Thread Adam Young
On 10/24/2012 07:45 PM, heckj wrote: John brought the concern over auth_token middleware up to me directly - I don't know of anyone that's driven the keystone middleware to these rates and determined where the bottlenecks are other than folks deploying swift and driving high performance

[Openstack] nova-br100.conf

2012-10-24 Thread Daniel Vázquez
what will be the content of /var/lib/nova/networks/nova-br100.conf file??? thx! ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https://launchpad.net/~openstack More help :

[Openstack] Imposible terminate instance in essex

2012-10-24 Thread Daniel Vázquez
Hi here! I can't terminate instance in essex version. I tried from horizon and from nova delete command. I tried killall and restarting nova-network. Restarting host too. I Re-tried set to null task_state by sql query I Re-tried with nova.conf with dhcp release to false ... good work this

Re: [Openstack] [ceilometer] Potential New Use Cases

2012-10-24 Thread Angus Salkeld
On 24/10/12 23:35 +0200, Julien Danjou wrote: On Wed, Oct 24 2012, Dan Dyer wrote: Use Case 1 Service Owned Instances There are a set of use cases where a service is acting on behalf of a user, the service is the owner of the VM but billing needs to be attributed to the end user of the

Re: [Openstack] How to commucation vms in multi nodes using quantum?

2012-10-24 Thread livemoon
Good work , you are so nice. On Thu, Oct 25, 2012 at 3:26 AM, Robert Kukura rkuk...@redhat.com wrote: On 10/24/2012 12:42 PM, Dan Wendlandt wrote: On Wed, Oct 24, 2012 at 3:22 AM, Gary Kotton gkot...@redhat.com wrote: Hi, In addition to Dan's comments you can also take a look at the

Re: [Openstack] nova-br100.conf

2012-10-24 Thread heut2008
It contains the mapping between Instances IP and MAC addresses and is read by dnsmasq for allocating IP to instance at booting time . 2012/10/25 Daniel Vázquez daniel2d2...@gmail.com: what will be the content of /var/lib/nova/networks/nova-br100.conf file??? thx!

Re: [Openstack] Ceilometer, StackTach, Tach / Scrutinize, CloudWatch integration ... Summit followup

2012-10-24 Thread Angus Salkeld
On 24/10/12 23:35 +, Sandy Walsh wrote: Hey y'all, Great to chat during the summit last week, but it's been a crazy few days of catch-up since then. The main takeaway for me was the urgent need to get some common libraries under these efforts. Yip. So, to that end ... 1. To those

[Openstack] Retrieve Endpoints

2012-10-24 Thread Tummala Pradeep
Hi, I want to configure openstack.endpoint and openstack.identity.endpoint. However, I am a bit confused between the two. How can I configure them through terminal ? Thanks Pradeep ___ Mailing list: https://launchpad.net/~openstack Post to :

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

2012-10-24 Thread openstack-testing-bot
at 20121024-2234Build