[openstack-dev] [Swift] libcloud

2014-05-16 Thread Pecoraro, Alex
Is anyone using libcloud (or been able to use it in the past) to interact with a Swift cluster with Keystone authentication? I'm wondering because when I try to use the sample code that is specified on the libcloud documentation website it doesn't work. It throws an exception when trying to pars

[openstack-dev] [Swift] Elastic Recheck failure?

2014-04-17 Thread Pecoraro, Alex
Yesterday I re-submitted a patchset to Gerrit after updating the some comments in a function header and the documentation in docs. So I didn't make any code changes and my previous changeset passed all the Jenkins tests, but this time it failed the check-grenade-dsvm-neutron and the check-tempe

Re: [openstack-dev] [Swift] Elastic Recheck failure?

2014-04-17 Thread Pecoraro, Alex
Doh! Nevermind, I think I figured it out with more careful reading, sorry for the unnecessary email. From: Pecoraro, Alex [mailto:alex.pecor...@emc.com] Sent: Thursday, April 17, 2014 10:21 AM To: OpenStack Development Mailing List Subject: [openstack-dev] [Swift] Elastic Recheck failure

[openstack-dev] [Swift] log line length

2013-11-07 Thread Pecoraro, Alex
Is there any way for me to change the logging so that it doesn't truncate the output - so basically the length of the line printed to the log is not limited to a certain length? Thanks. Alex ___ OpenStack-dev mailing list OpenStack-dev@lists.openstack

Re: [openstack-dev] [Swift] code changes feedback

2013-06-17 Thread Pecoraro, Alex
error from git review: ValueError: too many values to unpack. Thanks. Alex -Original Message- From: Pecoraro, Alex [mailto:alex.pecor...@emc.com] Sent: Thursday, June 13, 2013 11:59 AM To: OpenStack Development Mailing List Subject: Re: [openstack-dev] [Swift] code changes feedback

[openstack-dev] [Swift] object-updater primary node threads

2013-08-22 Thread Pecoraro, Alex
I've been digging around in the object-updater code lately and I noticed that unlike the container-updater it does not spawn threads to communicate with each primary node. I was wondering if that is on purpose or is it something that I can add to it? Seems like it would be a good optimization an