Fix details that ruin internal unicode objects
authorStavros Sachtouris <saxtouri@admin.grnet.gr>
Wed, 5 Mar 2014 14:39:37 +0000 (16:39 +0200)
committerStavros Sachtouris <saxtouri@admin.grnet.gr>
Wed, 5 Mar 2014 14:39:37 +0000 (16:39 +0200)
commit75e73aaba82595450f8bb732bb7dd46ac468972a
treefac226798c88b949ffbfa4134c2439335b27bb7d
parent7c738aab2733f7876f3a71ab1d7564f455f1e636
Fix details that ruin internal unicode objects

Refs: #5150, #5180

Specifics:
    - the image path is conctructed with a + operator, use the '%s'
notation instead
    - Do not quote everything on the URL, because it destroyes
? and & characters. Encode and quote only what needs to be
kamaki/clients/__init__.py
kamaki/clients/image/__init__.py
kamaki/clients/pithos/__init__.py