Comment 5 for bug 1210245

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

Reviewed: https://review.openstack.org/40974
Committed: http://github.com/openstack/cinder/commit/7d57146bc4201c9d26de7f7f5a4a834ca0dafa7b
Submitter: Jenkins
Branch: master

commit 7d57146bc4201c9d26de7f7f5a4a834ca0dafa7b
Author: Kurt Martin <email address hidden>
Date: Thu Aug 8 14:14:56 2013 -0700

    3PAR drivers creating incorrect comment data

    The 3PAR volumes created from a shapshot had incorrect comment data
    that gets added in the comment section of the volumes on the backend.
    This patch fixes the display name and description by getting the correct
    data when the volume is created. This patch also fixes the inconsistency
    in how the keys (name vs. display_name) were used in the comments.

    Change-Id: I61af8ceb08d862f2b9dea2d9bb44c803e0b75a10
    Fixes: bug 1210245