Comment 8 for bug 1661144

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

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

commit c891ca9a7b972aea5bf363add18481f6bf5e4d05
Author: Bob Ball <email address hidden>
Date: Thu Feb 2 14:45:43 2017 +0000

    Convert ignoreskippedcluster check to be static

    Using LVM.supports_XXX will check for the existence of the
    property method, rather than attempting to retrieve the property.

    As the caller is a static method, we can't actually use a property
    here, so fix this to use static methods and cache on the class.
    Fixes I89ffea86d0951fe4c80783a612b6cde76c8838b4.

    Change-Id: I7294ccdf9c0c5858d949b01ad55763ad3129d8ec
    Closes-bug: 1661144