]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Use urllib.urlencode instead of dict_to_query_str
authorIvan Kolodyazhny <e0ne@e0ne.info>
Mon, 22 Sep 2014 13:30:11 +0000 (16:30 +0300)
committerIvan Kolodyazhny <e0ne@e0ne.info>
Sat, 1 Nov 2014 18:56:44 +0000 (20:56 +0200)
commit6eeddef0967b3ad5fc1dc20605a428398b820ae6
tree80a7ea0372a33c03bcbc29ef55ebe6e07e8e2c7a
parent6643ce048a1087911f3a79612852247286526a8d
Use urllib.urlencode instead of dict_to_query_str

dict_to_query_str is only used to generate 'next' links
and this part of data is not used in a cinderclient now.
So it is safe to move forward and generate correct links right now.

Change-Id: I1d7a2e0bff3827011a787b70d7c54cd6a0b5de1f
cinder/api/common.py