Comment 2 for bug 1214140

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to cinder (master)

Reviewed: https://review.openstack.org/42738
Committed: http://github.com/openstack/cinder/commit/b318bd3b1cf7b6497af27ccf8d6982427240a642
Submitter: Jenkins
Branch: master

commit b318bd3b1cf7b6497af27ccf8d6982427240a642
Author: John Griffith <email address hidden>
Date: Mon Aug 19 15:04:15 2013 -0600

    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