Ken Dreyer 04c153cc0b create_node: avoid double-encoding
Prior to this change, create_node() would double-encode certain url
params: once when quote()'ing in _get_encoded_params(), and again in
urlencode().

This would cause HTTP 400 errors when creating a node with a name that
contains a url-encodable character, like "my+test+node".

Reviewed-by: Alfredo Deza <adeza@redhat.com>

Change-Id: I237e2988e168af81e623d3f065753f2e9b617696
2017-05-01 10:30:35 -06:00
..
2016-04-29 16:22:34 +00:00
2012-05-17 16:10:00 +01:00
2016-04-21 07:45:19 -06:00