Comment 2 for bug 1190419

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

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

commit f76d1ee4dd812f56988f4886f183fa7a837cc254
Author: xiaoxi_chen <email address hidden>
Date: Tue Jul 9 10:18:30 2013 +0800

    Consist terminate_connection function signature

    Clean up the "force=False" in function signature for terminate_connection
    since it already accept **kwargs.

    Thus make all function signature for terminate_connection consist to
        def terminate_connection(self, volume, connector, **kwargs)

    Fixes: bug #1190419
    Change-Id: I8765cb8f2aa3cfbb49ff57ae034b148aee35a8c4