]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Standardize on ID for log messages
authorJohn Griffith <john.griffith@solidfire.com>
Mon, 19 Aug 2013 21:04:15 +0000 (15:04 -0600)
committerJohn Griffith <john.griffith@solidfire.com>
Mon, 19 Aug 2013 21:04:15 +0000 (15:04 -0600)
commitb318bd3b1cf7b6497af27ccf8d6982427240a642
tree65bf5c5a045f43dbe990c869506a9d4709e7b33d
parent5d6c11facc330fc320474d76e137fbdf899097b4
Standardize on ID for log messages

We have some places where logs use name to identify
a volume and others where we use ID.  Let's standardize
on the UUID here as that's typically the unique identifier
we use in most places anyway.  Even though name is a
derviative it seems better to be consistent with this
and use the UUID by itself.

Change-Id: Iaee3d146042780e4a526834db1e0be84a705f24b
Fixes: bug 1214140
cinder/volume/manager.py