Searched defs:exists (Results 1 - 1 of 1) sorted by relevance

/solaris-userland/components/openstack/ironic/files/drivers/modules/
H A Dsolaris_ipmitool.py607 """Validate specific exists
610 :returns: boolean, True of exists, otherwise False
632 if os.path.exists(image_path):
640 if os.path.exists(image_path):
677 if not os.path.exists(ref_filename):
1003 # Validate glance image exists by attempting to get download size
1124 LOG.debug("SolarisDeploy._validate_uri: %s exists." %
1134 LOG.debug("SolarisDeploy._validate_uri: %s exists." %
1151 # Validate glance uri exists by attempting to get download size
1159 LOG.debug("SolarisDeploy._validate_uri: %s exists
2393 def exists(self): member in class:AIService
[all...]

Completed in 86 milliseconds