Twitter: chmouel
- really need to write that documentation about integrating keystone and swift together as IRC chan is getting flooded with question about it about 8 hours ago from web ReplyRetweetFavorite
- Evrerybody seems to talk about coderwall so I guess I will have to try mine http://t.co/24NKs0Bv via @coderwall about 9 hours ago from Tweet Button ReplyRetweetFavorite
- RT @guardiantech: Android is most-used smartphone OS in UK, overtaking Apple, data shows http://t.co/Lcqx2CzT 11:39:39 AM February 21, 2012 from Hotot ReplyRetweetFavorite
- RT @awelch21: heard a new @Marceloisms today! "I don't wanna get that bite frost." 11:38:04 AM February 20, 2012 from Twitter for Android ReplyRetweetFavorite
- Took me 20 minutes to rebuild my dismounted race bike got to be a record http://t.co/k59GNsbc 10:38:25 AM February 18, 2012 from Instagram ReplyRetweetFavorite
Archives
- February 2012
- December 2011
- November 2011
- September 2011
- July 2011
- May 2011
- April 2011
- February 2011
- January 2011
- November 2010
- October 2010
- August 2010
- July 2010
- June 2010
- May 2010
- April 2010
- March 2010
- January 2010
- December 2009
- October 2009
- September 2009
- August 2009
- July 2009
- June 2009
- May 2009
- February 2009
- January 2009
- December 2008
- October 2008
- July 2008
- May 2008
- March 2008
- September 2007
- August 2007
- July 2007
- May 2007
- April 2007
- February 2007
- January 2007
- December 2006
- September 2006
- August 2006
- July 2006
- June 2006
- May 2006
- April 2006
Meta
Category Archives: Openstack
How does a PUT to a swift object server look like.
I have been trying lately to get a better understanding of the Swift code base, and I found the best way to know it was to read it from top to bottom and document it along the way. Here is … Continue reading
Posted in Openstack
2 Comments
Audit a swift cluster
Swift integrity tools. There is quite a bit of tools shipped with Swift to ensure you have the right object on your cluster. At first there is the basic : swift-object-info It will take a swift object stored on the … Continue reading
Posted in Openstack
Leave a comment
Swift and Keystone middleware – Part1
It seems that integrating Swift and Keystone together present some challenges to people and this is absolutely normal as there is a lot of changes going on. This is my attempt to document how everything is plugged together. I am … Continue reading
Posted in Openstack
2 Comments
Debugging python-novaclient on the command line.
I have done lately quite a bit of work with python-novaclient the (nova/keystone) openstack client. I often experiment it with ipython in the console. There is a nice debugging facility in novaclient which you can see while using –debug argument … Continue reading
Posted in Openstack, Python, Uncategorized
Leave a comment