Removed unnecessary lines

This patch removes redundant dict initialisations in volume object

Change-Id: Ieb11e681bb6cc2db652cd567bc19811ad741ff33
This commit is contained in:
Shatadru Bandyopadhyay 2019-11-29 02:23:57 +05:30
parent 031e43be43
commit 9359daa747
1 changed files with 0 additions and 3 deletions

View File

@ -192,9 +192,6 @@ class Volume(cleanable.CinderCleanableObject, base.CinderObject,
def __init__(self, *args, **kwargs):
super(Volume, self).__init__(*args, **kwargs)
self._orig_metadata = {}
self._orig_admin_metadata = {}
self._orig_glance_metadata = {}
self._reset_metadata_tracking()