Comment 3 for bug 1169455

Revision history for this message
Cristian Tomoiaga (ctomoiaga) wrote : Re: cinder list fails to display volume name if using v2 of api

This can be fixed in either cinderclient/base.py in Manager (probably not the best location since this only seems to list from the database) or if it's just display related in do_list at v2/shell.py by setattr if vol.display_name is not none before printing for example.
I'm not familiar enough with the whole process of submitting patches yet.