VMware: remove dead function in vim_util

continue_to_get_objects() is moved to oslo.vmware as
continue_retrieval()

TrivialFix

Change-Id: I77fabb2ac16495379173b9d69f12ae060e699531
This commit is contained in:
Radoslav Gerganov 2015-05-25 17:48:20 +03:00
parent d47a8355d1
commit fc22f2cede

View File

@ -154,13 +154,6 @@ def cancel_retrieve(vim, token):
token=token)
def continue_to_get_objects(vim, token):
"""Continues to get the list of objects of the type specified."""
return vim.ContinueRetrievePropertiesEx(
vim.service_content.propertyCollector,
token=token)
def get_prop_spec(client_factory, spec_type, properties):
"""Builds the Property Spec Object."""
prop_spec = client_factory.create('ns0:PropertySpec')