Files
cinder/cinder/brick
Bob Ball c891ca9a7b 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
2017-02-02 17:00:04 +00:00
..
2015-05-11 08:23:27 -07:00

Brick has been migrated to a new standalone
pypi library called os-brick.

We are leaving the local_dev directory here for the time
being until we can migrate it to a new home.