#Does it make sense to process the following lines of code? If retry timeout, has returned retrieving.RetryError, the following code will never return an exception
for vif in vifs.values():
if not vif.active: LOG.error("Timed out waiting for vifs to become active") raise exceptions.ResourceNotReady(kp_name)
def wait_for_
return self.registry[
vifs = wait_for_ active( kp_name)
#Does it make sense to process the following lines of code? If retry timeout, has returned retrieving. RetryError, the following code will never return an exception
for vif in vifs.values():
LOG.error( "Timed out waiting for vifs to become active")
raise exceptions. ResourceNotRead y(kp_name)
if not vif.active: