VMware: Remove unused _get_orig_vm_name_label from vmops
Change-Id: Ide8653e455b96e0946eae50c808b717793312c8f
This commit is contained in:
@@ -1072,9 +1072,6 @@ class VMwareVMOps(object):
|
||||
def power_on(self, instance):
|
||||
vm_util.power_on_instance(self._session, instance)
|
||||
|
||||
def _get_orig_vm_name_label(self, instance):
|
||||
return instance.uuid + '-orig'
|
||||
|
||||
def _update_instance_progress(self, context, instance, step, total_steps):
|
||||
"""Update instance progress percent to reflect current step number
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user