]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Make rbd driver string encoding checks consistent
authorEdward Hope-Morley <edward.hope-morley@canonical.com>
Mon, 23 Jun 2014 16:51:44 +0000 (17:51 +0100)
committerEdward Hope-Morley <edward.hope-morley@canonical.com>
Tue, 24 Jun 2014 03:01:41 +0000 (04:01 +0100)
commit20001f2470fbc7e03a0f2a19d62b6b0ef38e9657
treea9172908fadb7b5424339151ff3f288ec216e272
parent0f4d8d4c1b0937a3e9525724bb16e4c9559efdbd
Make rbd driver string encoding checks consistent

All string checks should use strutils.safe_encode()

Closes-Bug: 1333446
Change-Id: I56c9ccbcedd34c83793620561da17c47cb5f551c
cinder/tests/test_rbd.py
cinder/volume/drivers/rbd.py