Searched defs:destroy (Results 1 - 1 of 1) sorted by relevance
/solaris-userland/components/openstack/nova/files/solariszones/ |
H A D | driver.py | 1039 self.destroy(context, instance, network_info, block_device_info) 2354 def destroy(self, context, instance, network_info, block_device_info=None, member in class:SolarisZonesDriver 2375 # A destroy is issued for the original zone for an evac case. If 2389 # here. Just catch any stray exceptions and allow destroy to 2414 LOG.warning(_("Unable to destroy instance '%s' via zonemgr(3RAD): " 3259 self.destroy(context, instance, network_info) 3386 self.destroy(context, instance, network_info) 3943 if true, destroy disks at destination during cleanup 3960 # here. Just catch any stray exceptions and allow destroy to 4683 # Delete the zone configuration for the instance using destroy, becaus [all...] |
Completed in 27 milliseconds