Re: [Openstack] Improved browser-based access to Swift

2013-07-18 Thread Chmouel Boudjnah
On Thu, Jul 18, 2013 at 2:20 PM, Koert van der Veer ko...@cloudvps.com wrote: Both middleware projects are released under the Apache 2.0 licence, and can be found on our github page: https://github.com/CloudVPS/better-staticweb https://github.com/CloudVPS/swift-basicauth Nice! You probably

Re: [Openstack] [ANN] Caimito 0.11 - WebDAV frontend for OpenStack Swift Cloud Storage

2013-07-17 Thread Chmouel Boudjnah
://wiki.openstack.org/wiki/How_To_Contribute Cheers, Chmouel. -Original Message- From: Chmouel Boudjnah chmo...@enovance.com Sent: Tuesday, July 16, 2013 2:45am To: Gabe Wong gabri...@ngasi.com Cc: openstack@lists.launchpad.net Subject: Re: [Openstack] [ANN] Caimito 0.11 - WebDAV frontend

Re: [Openstack] [ANN] Caimito 0.11 - WebDAV frontend for OpenStack Swift Cloud Storage

2013-07-16 Thread Chmouel Boudjnah
On Wed, Jul 10, 2013 at 4:14 PM, Gabe Wong gabri...@ngasi.com wrote: Lots of work has been done to Caimito. In addition to bug fixes: - Faster request handling. - Better handling of files with spaces and other characters. Thanks to everyone who have contributed. Of course the community's

Re: [Openstack] [Design] Why/how object storage(Swift) better than scale-out NAS?

2013-07-04 Thread Chmouel Boudjnah
On Wed, Jul 3, 2013 at 8:47 AM, Li, Leon leon@emc.com wrote: However a scale-out NAS could also have these benefits, if you build the scale-out NAS with open source cluster FS(for example HDFS), just like many Internet company did. Please feel free to considerate contributing to this

Re: [Openstack] [Swift] Updating best practices for XFS inode size

2013-07-04 Thread Chmouel Boudjnah
On Mon, Jul 1, 2013 at 9:02 AM, Robert van Leeuwen robert.vanleeu...@spilgames.com wrote: I would like to thank the XFS folks at Redhat for letting us know about the improvements in XFS, and the XFS team in general for the great work they have done. Thanks for the heads up. Do you, or any

Re: [Openstack] HTTP headers are incorrectly treated case sensitive by jClouds causing OpenStack x-storage-url to fail

2013-06-28 Thread Chmouel Boudjnah
On Fri, Jun 28, 2013 at 2:00 AM, Ali, Saqib docbook@gmail.com wrote: Is there anything we can do to work around this, while someone from the jClouds community fixes this issue? I would be believe a jclouds fix would be faster to get in than to try agree on a hack to do on swift. Chmouel.

Re: [Openstack] Folsom Keystone and Grizzly Swift

2013-06-11 Thread Chmouel Boudjnah
python-keystoneclient latest should be release independent and should be compatible with folsom and have the fix you need for caching (the cache=swift.cache parameter to have in auth_token). You will need a recent version of swift tho to get everything working well. On Tue, Jun 11, 2013 at 4:39

Re: [Openstack] grizzly keystone with v1.0 API

2013-06-05 Thread Chmouel Boudjnah
FYI I had a clean extension for keystone doing just that : https://github.com/chmouel/keystone-legacyv1-extension but it needed the review in keystone : https://review.openstack.org/#/c/25235/ for keystone which was unfortunately not accepted for a reason I am not totally sure about. Chmouel.

Re: [Openstack] [Swift] Intermittent error 403 Access was denied to this resource

2013-06-04 Thread Chmouel Boudjnah
I have seen this when keystone is too busy for validating tokens. getting keystone behind apache or scaling up keystone make things a better (and make sure you are using swift memcache connection in auth_token). Chmouel. On Mon, Jun 3, 2013 at 8:15 PM, Andrii Loshkovskyi loshkovs...@gmail.com

Re: [Openstack] [Swift] Intermittent error 403 Access was denied to this resource

2013-06-04 Thread Chmouel Boudjnah
debugging proved that hosts without memcached don't return the error 403. I'm still investigating what service can return such error body message. well you probably want to have caching... On Tue, Jun 4, 2013 at 12:55 PM, Chmouel Boudjnah chmo...@enovance.com wrote: I have seen this when

Re: [Openstack] Swift questions

2013-05-22 Thread Chmouel Boudjnah
On Wed, May 22, 2013 at 3:53 AM, Chuck Thier cth...@gmail.com wrote: It can be set to 1, and I think the default devstack install may do exactly that. this is correct, this is the default devstack install to set one replica. Chmouel. ___ Mailing

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

2013-03-19 Thread Chmouel Boudjnah
On Mon, Mar 18, 2013 at 7:03 PM, Abhishek Chanda abhishek.li...@gmail.com wrote: 2013-03-18 13:30:55ERROR [keystone.common.cms] Signing error: Unable to load certificate - ensure you've configured PKI with 'keystone-manage pki_setup' perhaps by doing this? Chmouel.

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] Entering DST madness zone again

2013-03-12 Thread Chmouel Boudjnah
On Tue, Mar 12, 2013 at 11:24 AM, Thierry Carrez thie...@openstack.org wrote: Remember that all our OpenStack online meetings are expressed in UTC time (which does not have DST nonsense), and doublecheck what that means for you using tools like: Or for the lazy ones (i.e: most of us) who

Re: [Openstack] openstack installation of swift

2013-03-06 Thread Chmouel Boudjnah
You can install Swift as standalone and you can even use its builtin auth server like swauth if you really don't want deps on other things than swift. (auth v1 only). Chmouel. On Thu, Mar 7, 2013 at 8:28 AM, Arun Fera fer...@gmail.com wrote: Is it necessary to install all the components for

Re: [Openstack] [Swift] Define storage size for specified tenant/user

2013-03-04 Thread Chmouel Boudjnah
Maybe this is what you are looking for : https://github.com/cschwede/swquota Chmouel. On Mon, Mar 4, 2013 at 3:17 PM, jeffty wantwater...@gmail.com wrote: Thanks Gareth, But how to set the storage limit? The swift is installed in a single node, and all the authorized user can use the

Re: [Openstack] [Swift]A design draft of Storage Quota

2013-02-20 Thread Chmouel Boudjnah
I haven't had the chance to do a full reviews but here is a few toughts : - the account quota goes along this review: https://review.openstack.org/#/c/21563/ so we can get easily have account metadatas from middlewares. - I am not sure I fancy much the json blob in the ini config (why not a

Re: [Openstack] [Swift]A design draft of Storage Quota

2013-02-20 Thread Chmouel Boudjnah
Hi Kevin, On Wed, Feb 20, 2013 at 5:26 PM, Kevin L. Mitchell kevin.mitch...@rackspace.com wrote: I'll also point out Boson: https://wiki.openstack.org/wiki/Boson and https://github.com/klmitch/boson with some initial work. Unfortunately, I'm not able to work on Boson at the moment due to

Re: [Openstack] [Swift]A design draft of Storage Quota

2013-02-20 Thread Chmouel Boudjnah
+0100, Chmouel Boudjnah wrote: On Wed, Feb 20, 2013 at 5:26 PM, Kevin L. Mitchell kevin.mitch...@rackspace.com wrote: I'll also point out Boson: https://wiki.openstack.org/wiki/Boson and https://github.com/klmitch/boson with some initial work. Unfortunately, I'm not able to work on Boson

Re: [Openstack] Swift + Keystone integration problem

2013-02-04 Thread Chmouel Boudjnah
admin_password = swiftpass signing_dir = /etc/swift [filter:healthcheck] use = egg:swift#healthcheck [filter:cache] use = egg:swift#memcache memcache_servers = host:11211 [filter:catch_errors] use = egg:swift#catch_errors 2013/2/2 Chmouel Boudjnah chmo...@chmouel.com You probably want

Re: [Openstack] Swift + Keystone integration problem

2013-02-04 Thread Chmouel Boudjnah
you need to add the proxy-logging middleware, see swift's default proxy-server.conf https://github.com/openstack/swift/blob/master/etc/proxy-server.conf-sample Chmouel. On Mon, Feb 4, 2013 at 10:37 AM, Andrey V. Romanchev andrey.romanc...@gmail.com wrote: [pipeline:main] pipeline =

Re: [Openstack] Swift + Keystone integration problem

2013-02-01 Thread Chmouel Boudjnah
You probably want to past your proxy-server.conf this may be helpful for us to help you. Chmouel. On Fri, Feb 1, 2013 at 8:49 PM, David Goetz david.go...@rackspace.comwrote: I'm sorry- I didn't read that part about the proxy restart :) The proxy may not log if it gets hung up in some

Re: [Openstack] Network setup - Swift / keystone location and configuraton?

2013-01-20 Thread Chmouel Boudjnah
On Sat, Jan 19, 2013 at 9:57 AM, Kuo Hugo tonyt...@gmail.com wrote: The swift-client is using --publicurl as I know . FYI: You can change that behavior with the --os-endpoint-type switch Chmouel. ___ Mailing list: https://launchpad.net/~openstack

Re: [Openstack] [OpenStack][Swift] Fast way of uploading 200GB of 200KB files to Swift

2013-01-15 Thread Chmouel Boudjnah
as Chuck explain you usually would see that on the server, having said that if you use latest swiftclient from github you will be able to see the requests that swiftclient make via keystoneclient to keystone to get a token. If you go on the swift proxy server and only if you use a recent checked

Re: [Openstack] What's the function of devstack?

2013-01-15 Thread Chmouel Boudjnah
Here is the webpage describing the project : http://devstack.org/ and AFAIK I don't think there will be a GUI to stack.sh (some may consider a graphical terminal a GUI tho) On Tue, Jan 15, 2013 at 9:32 AM, Jia Lee jeffryl...@gmail.com wrote: Hi, Could someone tell me the function of

Re: [Openstack] [OpenStack][Swift] Fast way of uploading 200GB of 200KB files to Swift

2013-01-15 Thread Chmouel Boudjnah
with the tempauth system for now. I'll check back on the keystone token cache later. Thanks for all the help. On Tue, Jan 15, 2013 at 8:36 AM, Chmouel Boudjnah chmo...@chmouel.comwrote: as Chuck explain you usually would see that on the server, having said that if you use latest swiftclient from

Re: [Openstack] [OpenStack][Swift] Cannot perform multiple requests with Python API

2013-01-08 Thread Chmouel Boudjnah
-swiftclient - cd python-swiftclient - sudo python setup.py install - Repeated the previous procedures Did it not install correctly? On Tue, Jan 8, 2013 at 3:47 PM, Chmouel Boudjnah chmo...@chmouel.comwrote: I am not sure why it does that (works fine for me), can you try with the git

Re: [Openstack] S3 Token

2012-12-10 Thread Chmouel Boudjnah
On Mon, Dec 10, 2012 at 4:17 AM, Adam Young ayo...@redhat.com wrote: As a Keystone core developer, I have to say that I don't see it as a huge burden to keep it in place. We want to maintain API backward compatability, and removing it would break that. We should deprecate it and get people

Re: [Openstack] S3 Token

2012-12-09 Thread Chmouel Boudjnah
S3 creds sans Keystone? That would help me help you decide how to proceed. Whew. :) Thanks, Anne On Sat, Dec 8, 2012 at 2:49 PM, Blair Bethwaite blair.bethwa...@gmail.com wrote: Hi Chmouel, On 9 December 2012 00:22, Chmouel Boudjnah chmo...@chmouel.com wrote: i personally would vote

[Openstack] S3 Token

2012-12-08 Thread Chmouel Boudjnah
Hi, I'm working on removing the swift+keystone middleware from keystone, we have moved it already as keystoneauth since last OpenStack release into the main swift repository. One thing that left in keystone is the s3_token middleware. Since in OpenStack/Swift we are not supporting third party

Re: [Openstack] Couldn't find stack-screenrc

2012-11-14 Thread Chmouel Boudjnah
On Thu, Nov 15, 2012 at 4:09 AM, Everett Toews everett.to...@rackspace.com wrote: From: Johannes Baltimore johannes.b...@gmail.com Date: Wednesday, November 14, 2012 8:34 AM To: openstack@lists.launchpad.net openstack@lists.launchpad.net Subject: [Openstack] Couldn't find stack-screenrc Hi.

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

2012-10-26 Thread Chmouel Boudjnah
On Wed, Oct 24, 2012 at 4:45 PM, heckj he...@mac.com wrote: Specifically, I'm concerned with the way auth_token handles memcache connections. I'm not sure how well it will work in swift with eventlet. If the memcache module being used caches sockets, then concurrency in eventlet (different

Re: [Openstack] [OpenStack][Swift] How about move auth_toke and swift_auth middlewares into Swift?

2012-08-30 Thread Chmouel Boudjnah
Hi, The keystone middleware has been moved to swift already, it just wasn't removed from keystone, I haven't send a removal request from keystone since there is a massive works of documentation that needed to be done and it's a bit too late for this release timeline since distributors/operators

Re: [Openstack] [OpenStack][Swift] How about move auth_toke and swift_auth middlewares into Swift?

2012-08-30 Thread Chmouel Boudjnah
Hello Alex, On Thu, Aug 30, 2012 at 11:52 AM, Alex Yang alex890...@gmail.com wrote: How to deal with the auth_token middleware? Move it into swift or move it into openstack/common? there was a whole discussion last week about it, not sure what was the decision if that was to go to

Re: [Openstack] Common openstack client library

2012-08-13 Thread Chmouel Boudjnah
On Mon, Aug 13, 2012 at 9:39 AM, Alessio Ababilov aababi...@griddynamics.com wrote: from openstackclient_base.client import HttpClient http_client = HttpClient(username=..., password=..., tenant_name=..., auth_uri=...) Shouldn't be the role of python-keystoneclient? Chmouel.

Re: [Openstack] [Ceilometer] Project Technical Leader election result

2012-08-03 Thread Chmouel Boudjnah
On Fri, Aug 3, 2012 at 10:22 AM, Julien Danjou jul...@danjou.info wrote: The PTL election for Ceilometer¹ is over. The winner is Nick Barcet. congratulation Nick, well deserved. Chmouel. ___ Mailing list: https://launchpad.net/~openstack Post to

Re: [Openstack] Bugs for Client libraries back to their own projects

2012-07-04 Thread Chmouel Boudjnah
On Wed, Jul 4, 2012 at 12:46 PM, Thierry Carrez thie...@openstack.org wrote: Thierry Carrez wrote: So unless someone explains why we shouldn't do it, next week I'll start the process of migrating back all bugs tagged python-*client from their parent project to their own project. Bugs for

Re: [Openstack] [CI] Retriggering Jenkins from Gerrit

2012-07-04 Thread Chmouel Boudjnah
On Wed, Jul 4, 2012 at 1:48 AM, James E. Blair cor...@inaugust.com wrote: To retrigger the Jenkins merge gate job, leave a comment with only the text reverify, or if you are a core reviewer, just leave another Approved vote. (Don't leave a reverify comment if the change hasn't been approved

Re: [Openstack] Bugs for Client libraries back to their own projects

2012-07-04 Thread Chmouel Boudjnah
On Wed, Jul 4, 2012 at 2:46 PM, Thierry Carrez thie...@openstack.orgwrote: Blueprints can (and should) be moved as well.. but there is no way to do automatically identify the blueprints that are pure client stuff, so it will be manual: When you're on a blueprint you want to move, click

Re: [Openstack] PyPI uploads for client libs live

2012-07-03 Thread Chmouel Boudjnah
On Tue, Jul 3, 2012 at 12:50 AM, Monty Taylor mord...@inaugust.com wrote: At the moment, the only people with permission to upload tags is the openstack-release team. However, since we're letting client libs manage their own versions, I kinda think we should give PTLs the right on their own

Re: [Openstack] Adding docs gating jobs?

2012-06-28 Thread Chmouel Boudjnah
Just to make sure this gating test will just run python setup.py build_sphinx, right? (if it was a gating spellcheck I'll be in big trouble :)) On Tue, Jun 26, 2012 at 4:02 PM, Monty Taylor mord...@inaugust.com wrote: Hey guys! We have all of the projects properly and consistently building

Re: [Openstack] need help on swift and python

2012-06-27 Thread Chmouel Boudjnah
Yogesh, a couple of years ago I wrote some simple cloudfiles functions that uses python-cloudfiles to do some common task which you may want to look at to see how it's done, available here : https://github.com/chmouel/cloud-files-helper Chmouel On Tue, Jun 26, 2012 at 8:31 AM, Christophe Le

Re: [Openstack] [Swift] Problem with merging

2012-06-27 Thread Chmouel Boudjnah
This has been fixed and merged now, thanks CI team for the great work. Chmouel. On Wed, Jun 27, 2012 at 7:10 PM, John Postlethwait john.postlethw...@nebula.com wrote: Jenkins has been broken since yesterday. The infrastructure team is trying to address that now, it will merge when it is back

Re: [Openstack] [keystone] proposing adding Adam Young (ayoung) to keystone-core

2012-06-27 Thread Chmouel Boudjnah
+1! On Wed, Jun 27, 2012 at 9:47 PM, Devin Carlen de...@openstack.org wrote: +1! On Jun 27, 2012, at 12:44 AM, Syed Armani wrote: Adam is a great guy, He is always there if you need any help or guidance. His work is incredible. Best! Syed On Wed, Jun 27, 2012 at 12:57 PM, Razique

Re: [Openstack] Swift API Documentation Reviews

2012-06-14 Thread Chmouel Boudjnah
On Tue, Jun 12, 2012 at 9:16 AM, adrian_f_sm...@dell.com wrote: For anyone interested in documentation I've posted two changes in relation to the Swift API docs, Describe the end_marker parameter (https://review.openstack.org/#/c/8375/) Added section on metadata at account level

Re: [Openstack] Comparing roles - case (in)sensitivity

2012-06-14 Thread Chmouel Boudjnah
On Tue, Jun 12, 2012 at 3:09 AM, Brian Waldon brian.wal...@rackspace.com wrote: So it sounds like we're going with case-insensitive string comparison for role names. There's already a patch in review for Glance, but it sounds like we'll need to get something up for Swift. Thanks for the input,

Re: [Openstack] storage for virtual machines

2012-06-12 Thread Chmouel Boudjnah
On Tue, Jun 12, 2012 at 6:03 PM, Matt Joyce matt.jo...@cloudscaling.com wrote: I believe swift CAN be used as a block device via FUSE, and I believe it has been done before.  I wouldn't recommend it though. well anything is possible with FUSE ;-) I would not recommend it as well but FWIW here

Re: [Openstack] [OpenStack][Horizon] Can't list swift containers

2012-06-12 Thread Chmouel Boudjnah
On Tue, Jun 12, 2012 at 2:04 PM, John Giannelos johngianne...@gmail.com wrote: I am having exactly the same problem in my OpenStack installation. While managing swift through cli works fine, dashboard doesn't seem to communicate with swift. I don't know how horizon works but what the outptut

[Openstack] [Swift] swift.common.client and swift CLI has moved to its own project python-swiftclient

2012-06-12 Thread Chmouel Boudjnah
Hi everyone, We have moved the swift.common.client library and bin/swift CLI to its own dedicated project called python-swiftclient available in github here : https://github.com/openstack/python-swiftclient it should be totally compatible with the previous swift and the only change needed if

Re: [Openstack] new version of gerrit - with new features!

2012-06-08 Thread Chmouel Boudjnah
On Fri, Jun 8, 2012 at 12:46 AM, Monty Taylor mord...@inaugust.com wrote: Hey guys! We just upgraded to a new version of gerrit. This is based on the new upstream version 2.4, but in addition we've landed two additional features on top of that - so there's tons of new toys to play with.

Re: [Openstack] Comparing roles - case (in)sensitivity

2012-06-08 Thread Chmouel Boudjnah
I vote for case-sensitive too. PS: The keystone middleware to swift is case sensitive to roles as well. On Fri, Jun 8, 2012 at 11:57 PM, Joseph Suh j...@isi.edu wrote: I'd vote case-sensitive. Joseph (w) 703-248-6160 (c) 571-340-2434 (f) 703-812-3712 3811 N. Fairfax Drive Suite 200

Re: [Openstack] [OpenStack][Keystone]Does legacy_auth v1.0 exist in Keystone Essex ?

2012-05-23 Thread Chmouel Boudjnah
On Wed, May 23, 2012 at 2:45 AM, Kuo Hugo tonyt...@gmail.com wrote: For several client tools , still using v1.0 authentication method for auth. Such as cyberduck or Gladinet. These applications look for X-AUTH-TOKEN and X-Storage-Url headers for accessing swift. maru was telling me the other

Re: [Openstack] [OpenStack][Keystone]Does legacy_auth v1.0 exist in Keystone Essex ?

2012-05-23 Thread Chmouel Boudjnah
On Wed, May 23, 2012 at 3:53 PM, Christian Broussard christian.brouss...@gmail.com wrote: I'm interested in this topic as well. Chmouel, are you indicated that without a 3rd party middleware implementation, there is no way to handle v1.0 auth with keystone/swift? Not that I know. Chmouel.

[Openstack] Middleware packaging (was: swift3 middleware split)

2012-05-22 Thread Chmouel Boudjnah
On Tue, May 22, 2012 at 10:53 AM, Thierry Carrez thie...@openstack.org wrote: I expect the packaging teams in each distro to consider which plugins make the most sense and package them. +1, this is totally up to the distro to takes care of those things. Talking about packaging and middlewares,

Re: [Openstack] python-swiftclient in gerrit

2012-05-22 Thread Chmouel Boudjnah
On Tue, May 22, 2012 at 3:38 AM, Lorin Hochstein lo...@nimbisservices.comwrote: Are you planning on making it available through PyPi once it's broken out? Yes, I just asked monty if he can do that and when this is done i'll send[1] the removal request from swift so other projects can use it

Re: [Openstack] [Swift] Swift3 Github pages

2012-05-22 Thread Chmouel Boudjnah
On Tue, May 22, 2012 at 12:55 AM, FUJITA Tomonori fujita.tomon...@lab.ntt.co.jp wrote: Thanks, before pulling the request, I would like to discuss the usage of github pages and wiki. Which do we want? Or both? I think we should favour as much possible RST documentation to follow what we have in

Re: [Openstack] [Swift] Swift3 Github pages

2012-05-22 Thread Chmouel Boudjnah
On Mon, May 21, 2012 at 10:33 PM, Oleg Gelbukh ogelb...@mirantis.com wrote: We have a feature for swift3 middleware that we'd like to propose for merge. How we can do this now, when it is split into associated project? How has the procedure changed? I would expect this is going to be a typical

Re: [Openstack] Middleware packaging (was: swift3 middleware split)

2012-05-22 Thread Chmouel Boudjnah
On Tue, May 22, 2012 at 2:10 PM, Thierry Carrez thie...@openstack.org wrote: That said, in that particular case, we should probably first address the wider question of where the keystone/swift middleware should actually live. Looks like for the other projects this is shipped as part of the

[Openstack] python-swiftclient in gerrit

2012-05-21 Thread Chmouel Boudjnah
Hi, As mentioned a couple of times we are splitting python-swiftclient out of swift, this is mostly ready to cut in its own gerrit project here : https://github.com/chmouel/python-swiftclient monty any chance to get that repo into gerrit with the swift-core being the approvers. I haven't add

Re: [Openstack] python-swiftclient in gerrit

2012-05-21 Thread Chmouel Boudjnah
On Mon, May 21, 2012 at 12:25 PM, Chmouel Boudjnah chmo...@chmouel.com wrote: The other steps needed to be done to make python-swiftclient a world-class library for other OpenStack components will be : [...] Let me know if I have missed something. Obviously there is devstack as well

[Openstack] swift3 middleware split.

2012-05-21 Thread Chmouel Boudjnah
Hi Fujita, I have sent you a pull request for your swift3 repository : https://github.com/fujita/swift3/pull/1 I have added a few files to match a bit more what gholt did in the other middlewares and copied the swift3 unittests as well. I am going to work on a branch for devstack that use this

[Openstack] [Swift] Swift3 Github pages

2012-05-21 Thread Chmouel Boudjnah
Hello Fujita, I sent you a documentation pull req that should generate the sphinx doc, It would be nice to generate some static html page of the documentation as what Greg has done for his projects for example : http://gholt.github.com/swauth/ This is something done by the github project

Re: [Openstack] Swift Object Storage ACLs with KeyStone

2012-05-15 Thread Chmouel Boudjnah
Hi, In swift+keystone you are not allowed to have ACL between different account/tenant/project, you can only allow ACL between different users in a tenant. This is probably something not too difficult to implement but it may needs some tinkering to get it right. Please feel free to log a bug in

[Openstack] Default swift replicas in devstack

2012-05-14 Thread Chmouel Boudjnah
Hello, devstack install swift if you are adding the service to your localrc (as specified in devstack README.rst). By default if swift is installed it will configure three different replicas and due of the nature of replication makes a lot of IO which lead to people saying /devstack with swift

Re: [Openstack] [Swift] swift news and plans

2012-05-14 Thread Chmouel Boudjnah
Hi Suchi, I am not sure I understand your email, is your question says if temp_url work with the keystone middleware? the answer would be no as the middleware does not implement the allow_overrides feature to allow such thing. Please feel free to log a bug in launchpad. Cheers, Chmouel. On

Re: [Openstack] Swift on Webob-1.2 anyone?

2012-05-09 Thread Chmouel Boudjnah
Hi Pete, On Wed, May 9, 2012 at 4:45 AM, Pete Zaitcev zait...@redhat.com wrote: on adapting Swift for WebOb 1.2 and if a patch is available somewhere. I see Ionut fixed lp:984042, but clearly it wasn't enough. If nobody's done it yet, I suppose I could take a swing at it. New webob I started

Re: [Openstack] Listing roles for a user

2012-05-04 Thread Chmouel Boudjnah
Hi, On Fri, May 4, 2012 at 4:36 PM, Kevin Jackson ke...@linuxservices.co.uk wrote: Hello everyone, Quick Q: As an administrator how can I list the roles for a given user with the keystone client? This should show up in the reply from the rest query after you auth, not sure about

Re: [Openstack] Swift authentication using keystone (Essex deploy manual)

2012-05-02 Thread Chmouel Boudjnah
Hi Lucio, This should be all documented here: http://keystone.openstack.org/configuringservices.html#configuring-swift-to-use-keystone Chmouel On Mon, Apr 30, 2012 at 3:26 PM, Lucio Cossio lucio.cos...@gmail.com wrote: I'm still having problems to configure Swift with Keystone, someone can

Re: [Openstack] Where does Keystone middleware for Swift belong?

2012-04-12 Thread Chmouel Boudjnah
On Thu, Apr 12, 2012 at 5:03 AM, John Dickinson m...@not.mn wrote: 4) We have previously removed auth systems from swift's core code in order to simplify the codebase and allow separate dev cycles. All that is included now is the most basic auth system required for dev work, stand-alone

Re: [Openstack] Where does Keystone middleware for Swift belong?

2012-04-11 Thread Chmouel Boudjnah
On Thu, Apr 12, 2012 at 12:01 AM, Joshua Harlow harlo...@yahoo-inc.comwrote: This also seems to make sense for other items in that directory /middleware? Should the EC2/S3 stuff be in nova? I'd say the s3 middle-ware if it has to be moved would probably be a better fit in swift than nova

Re: [Openstack] [OpenStack]Swift + Keystone + Cyberduck

2012-04-10 Thread Chmouel Boudjnah
On Tue, Apr 10, 2012 at 3:32 AM, William Herry william.herry.ch...@gmail.com wrote: I am try to use Cyberduck as the client of Swift storage, my swift use keystone as the auth system, any one has successful experience can share with me, or is there any other client software for swift

Re: [Openstack] Swift and keystone: asking for an auth token.

2012-04-03 Thread Chmouel Boudjnah
On Tue, Apr 3, 2012 at 4:53 PM, Pierre Amadio pierre.ama...@canonical.com wrote: I am trying to use swift and keystone together (on ubuntu precise), and fail to do so.                  roles: [{id: 60a1783c2f05437d91f2e1f369320c49, name: Admin}, [...] [filter:keystone] paste.filter_factory

Re: [Openstack] [Keystone] keystone filter and server

2012-04-02 Thread Chmouel Boudjnah
Hi, On Mon, Apr 2, 2012 at 4:17 AM, Deepak Garg deepakgarg.i...@gmail.com wrote: a. All the projects are using  middleware.auth_token.py from the keystone repo for basic token auth,  but if we now say that the filter_factory needs to be set to keystone.middleware.auth_token, does that mean

Re: [Openstack] Swift tools with Keystone: swift-bench and swift-dispersion-*

2012-04-02 Thread Chmouel Boudjnah
There is a review on the go here: https://review.openstack.org/#change,6088 which should address swift-dispertion to be able to connect to auth version 2.0 servers. Feel free to log a bug if there is other tools missing. Chmouel. On Mon, Apr 2, 2012 at 10:57 PM, Kevin Jackson

Re: [Openstack] what's the default usernamepassword for the instance in devstack?

2012-03-28 Thread Chmouel Boudjnah
On Wed, Mar 28, 2012 at 10:56 AM, Felix f...@tnsoft.com.cn wrote: I tried to install openstack by devstack and succeeded, but where can i find the default username and password for the launched instance? This should be mentioned (on your screen) when stack.sh is finished or it should be stored

Re: [Openstack] Swift backend with Keystone v1 auth

2012-03-27 Thread Chmouel Boudjnah
Hi Nicolas, On Tue, Mar 27, 2012 at 2:45 PM, Nicolas de BONFILS ndebonf...@gmail.com wrote: I can authenticate in keystone and swift with v2, but I don't know how to configured Glance API to do the v1 auth. The conf files (glance/keystone/swift) : https://gist.github.com/2215460 We are adding

[Openstack] keystone-all with argument (or where to find config files)

2012-03-27 Thread Chmouel Boudjnah
Hello, Posting here, as I am wondering if I do something wrong or should I report this as a bug : http://pastie.org/private/mgjncwqlwtezvl3awucwxg Seems like if you don't specify a config file to keystone-all it will crash. What do you think about a strategy to find config file like this : -

Re: [Openstack] Swift, Keystone, and S3 pipeline configuration

2012-03-27 Thread Chmouel Boudjnah
Hi Ross, On Tue, Mar 27, 2012 at 9:14 PM, Lillie Ross-CDSR11 ross.lil...@motorolasolutions.com wrote: I'm trying to get the S3 api working with Swift using Keystone authentication.  My setup is  based on the patched Diablo release using the This wouldn't work on Diablo, you would need

Re: [Openstack] Keystone auth issues with Swift

2012-03-26 Thread Chmouel Boudjnah
On Mon, Mar 26, 2012 at 10:30 AM, Haefliger, Juerg juerg.haefli...@hp.com wrote: I'm struggling a bit with the unit test. I added a test_swift_store.add_auth_v2 unit test but it's not doing much since the swift.common.client get_auth call is stubbed out and always succeeds. What exactly

Re: [Openstack] Keystone's Swift Integration

2012-03-20 Thread Chmouel Boudjnah
Hi Maru, Sorry I have been taking long to come to you on this, I have revived review 4529[1] which add the swift tests. I was talking to termie about it sometime ago and the way we decided to do is to skip the tests if Swift is not installed[2]. Feel free to add stubs as this is not ideal. I

Re: [Openstack] Keystone auth issues with Swift

2012-03-20 Thread Chmouel Boudjnah
Hi Juerg, On Tue, Mar 20, 2012 at 10:56 AM, Haefliger, Juerg juerg.haefli...@hp.com wrote: Did you start on it already? I made the modifications that you suggested this morning and it seems to work now. I can successfully add and delete images through Glance now. Let me know if you want me

Re: [Openstack] Keystone auth_token confusion in Swift vs Glance; Persistent tokens or not ?

2012-03-20 Thread Chmouel Boudjnah
On Tue, Mar 20, 2012 at 4:15 PM, Florian Daniel Otel florian.o...@gmail.com wrote: 1) Naming inconsistencies -- token_auth ,  tokenauth (Keystone resp Swift) vs authtoken  (Glance) [...] While this may be only pedantic IMHO it would help if things would be called That's correct, I started to

Re: [Openstack] Please stop the devstack non-sense!

2012-03-20 Thread Chmouel Boudjnah
Hi Thomas, On Tue, Mar 20, 2012 at 4:40 PM, Thomas Goirand tho...@goirand.fr wrote: The same mess applies in the devstack not-for-XenServer. In some cases, some tools are apt-get installed. I can see for example 'apt-get install sudo'. But stack.sh assumes (god knows why) that screen is

Re: [Openstack] Keystone's Swift Integration

2012-03-20 Thread Chmouel Boudjnah
middleware is not usable as-is. Deployers will have to implement and maintain that functionality themselves until this is resolved. What will it take to have it go in for this release? Thanks, Maru On 2012-03-20, at 2:43 AM, Chmouel Boudjnah wrote: Hi Maru, Sorry I have been taking

Re: [Openstack] Fwd: RE: Keystone auth issues with Swift

2012-03-16 Thread Chmouel Boudjnah
2012 12:11 To: Pipes, Jay; Chmouel Boudjnah Subject: RE: Re: Fwd: RE: Keystone auth issues with Swift Hi guys, Thanks for the info. I still have some questions though. I applied https://review.openstack.org/#change,4893 to my local branch. When you say 'Glance doesn't speak 2.0' which part

[Openstack] Swift acting as nova-objectstore

2012-03-14 Thread Chmouel Boudjnah
Hi Vish, I have done some more testing on those two reviews on a clean devstack install with this nova review : https://review.openstack.org/5338 this keystone review : https://review.openstack.org/5340 and a small modification to devstack to have S3_URL pointing to Swift if we have it

Re: [Openstack] swift and two data-centres - hierarchical zones?

2012-03-10 Thread Chmouel Boudjnah
Hi John, On Sat, Mar 10, 2012 at 2:58 PM, John Leach j...@brightbox.co.uk wrote: Any thoughts on this?  Can the existing Ring implementation be extended to do this kind of thing? Is the code modular enough to be able to make the Ring implementation pluggable? There was talk about this at the

Re: [Openstack] question

2012-03-08 Thread Chmouel Boudjnah
You probably would want to ask this question on orchestra mailing list. Chmouel. 2012/3/8 khabou imen imenkh...@gmail.com: J'utilise un ubuntu-server 11.10 alloué de OVH sur lequel j'ai installer orchestra server . Ma question est la suivante :Comment pourrais-je m'assurer que les serveur

Re: [Openstack] devstack: excercises script other than shell scripts

2012-02-25 Thread Chmouel Boudjnah
On Sat, Feb 25, 2012 at 6:50 PM, Debo Dutta (dedutta) dedu...@cisco.comwrote: +1 IMO devstack scripts should be simple and test the system from a user's perspective. Hence it would be nice to stick to the external APIs. I was thinking that we could actually use euca-upload-bundle to demo

Re: [Openstack] Object Storage Swift on rhel6.0

2012-02-23 Thread Chmouel Boudjnah
On Thu, Feb 23, 2012 at 9:53 AM, Sudhakar Maiya sma...@gmail.com wrote: attached the log file. packages/swauth/middleware.py, line 510, in handle_prep#012(path, resp.status))#012Exception: Could not create the main auth account: /v1/AUTH_.auth 503 Internal Server Error#012: Have you

Re: [Openstack] Swift container ACLs and container visibility question

2012-02-23 Thread Chmouel Boudjnah
On Thu, Feb 23, 2012 at 10:25 PM, John Dickinson m...@not.mn wrote: It all depends on the auth system you are using. This is about the same for keystone but to be a .admin like in tempauth or swauth for keystone middleware you need to have one of the role specified in the configuration variable

Re: [Openstack] swift keystone help

2012-02-23 Thread Chmouel Boudjnah
On Thu, Feb 23, 2012 at 10:57 PM, Alan Pevec ape...@gmail.com wrote: On Thu, Feb 23, 2012 at 11:23 PM, Paras pradhan pradhanpa...@gmail.com wrote: Now I have keystone configured at http://192.168.122.14:5000/v2.0  how to use curl in this case to get a token? Example from devstack: By the

Re: [Openstack] Object Storage Swift on rhel6.0

2012-02-21 Thread Chmouel Boudjnah
Hi, On Tue, Feb 21, 2012 at 12:48 PM, Sudhakar Maiya sma...@gmail.com wrote: LookupError: Entry point 'swauth' not found in egg 'swift' (dir: /usr/lib/python2.6/site-packages; protocols: paste.filter_factory, paste.filter_app_factory; entry_points: ) did you install Pete's swauth rpm?

Re: [Openstack] Swift S3 with Keystone anyone?

2012-02-17 Thread Chmouel Boudjnah
On 17 Feb 2012, at 06:12, Pete Zaitcev wrote: - A S3Token middleware which is based on Akira version with some fixes. Yeah, that looks beautiful... Unfortunately the back-end inherits the old problem: it authorizes against EC2 credentials instead of Swift credentials. The result is, if two

Re: [Openstack] Keystone authentication

2012-02-17 Thread Chmouel Boudjnah
On Fri, Feb 17, 2012 at 9:58 PM, Mahdi Njim njimma...@gmail.com wrote: In the recent versions of NOVA, SWIFT and Glance we can only do authentication by Keystone This should works nicely with the latest version (and probably earlier) of keystone (ie: master). Chmouel.

Re: [Openstack] Glance with Swift backend auth failure using Keystone

2012-02-15 Thread Chmouel Boudjnah
Alan Pevec ape...@gmail.com writes: https://github.com/cloudbuilders/swift-keystone2 Is this official part of openstack? If yes, shouldn't this middleware be included in the keystone project? This is not official of the OpenStack project, most of the update has been done in keystone redux

Re: [Openstack] Devstack (sh) and tmux

2012-02-09 Thread Chmouel Boudjnah
On Wed, Feb 8, 2012 at 8:05 PM, Jay Pipes jaypi...@gmail.com wrote: Option is best. I find both scenarios useful depending on what I'm working on. It seems that for everybody tmux and other shell support is not as important, I'll send a patch removing that support. Chmouel.

Re: [Openstack] mailing list etiquette

2012-02-08 Thread Chmouel Boudjnah
Mark McLoughlin mar...@redhat.com writes: I wrote this some time ago: https://fedorahosted.org/rhevm-api/wiki/Email_Guidelines If it's helpful, I'm happy to move it across to the OpenStack wiki +1 to that! Chmouel. ___ Mailing list:

[Openstack] Devstack (sh) and tmux

2012-02-08 Thread Chmouel Boudjnah
Hi, As mentioned in bug #928967[1] tmux support in devstack is not working and I was wondering if there was much people using it and if I should fix it. The advantage of tmux support is aside of being arguably a better terminal wm it allows support for different shells than bash (ie: zsh) for

[Openstack] Swift and devstack.

2012-02-06 Thread Chmouel Boudjnah
Hello, I was meaning to do add the feature of launching the swift services in the foreground in a screen/tmux window' instead of in foreground but would like to gather ideas before implementing it. Currently for the Swift All in One we launch 4 (3 replicas and one hand-off) different services:

  1   2   >