Comment 2 for bug 1266321

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

Reviewed: https://review.openstack.org/65039
Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=ae7fcdab7813dbb2e682b00b817e796a9c30a3f8
Submitter: Jenkins
Branch: master

commit ae7fcdab7813dbb2e682b00b817e796a9c30a3f8
Author: Lynxzh <email address hidden>
Date: Mon Jan 6 11:45:33 2014 +0800

    Remove unused message from iogrp_data setup

    The iogrp_data is initialized during do_setup loaded.
    The vdisk_count is originally used but later removed.
    In ValueException raised, the variable is no longer required.
    Remove this will give a clearer message when
    ValueException raised.

    Change-Id: Ib7b6c6a870ddd7932e8da1436d615f9ee458bd93
    Closes-Bug: #1266321