Searched refs:image_path (Results 1 - 1 of 1) sorted by relevance

/solaris-userland-s11u3/components/openstack/ironic/files/drivers/modules/
H A Dsolaris_ipmitool.py591 def _image_refcount_acquire_lock(image_path):
594 :param image_path: Path to image file
597 LOG.debug("_image_refcount_acquire_lock: image_path: %s" % (image_path))
598 ref_filename = image_path + ".ref"
602 if os.path.exists(image_path):
603 image_size_1 = os.path.getsize(image_path)
609 # Check if image_path size has changed, due to still downloading
610 if os.path.exists(image_path):
611 image_size_2 = os.path.getsize(image_path)
2303 def image_path(self): member in class:AIService
[all...]

Completed in 20 milliseconds