This method has not been used since the change
I43190d1dac33748fe55fa00f260f32ab209be656
which removes the callers of fake_get_target()
Closes-Bug: #
1473338
Change-Id: Ib94d9d3a5d3fd99885ab18cd2efc0730720e8c3f
except OSError:
pass
- def fake_get_target(obj, iqn):
- return 1
-
def fake_get_all_volume_groups(obj, vg_name=None, no_suffix=True):
return [{'name': 'cinder-volumes',
'size': '5.00',
except OSError:
pass
- def fake_get_target(obj, iqn):
- return 1
-
def _attach_volume(self):
"""Attach volumes to an instance."""
return []