Cleanup unused method fake_set_snapshot_id

This method has not been used since
"Change-Id: Id56972e2388a94d184c64bfae9c70a1f2805738b".

Change-Id: I21327c2514122892cff47472bb7fb7bf6b08ef19
This commit is contained in:
Kenji Yasui 2015-07-10 01:43:43 +00:00
parent 09a9129218
commit bfd646ae8e
1 changed files with 0 additions and 3 deletions

View File

@ -207,9 +207,6 @@ class API(object):
volume['instance_uuid'] = instance_uuid
volume['attach_time'] = timeutils.utcnow()
def fake_set_snapshot_id(self, context, volume, snapshot_id):
volume['snapshot_id'] = snapshot_id
def reset_fake_api(self, context):
del self.volume_list[:]
del self.snapshot_list[:]