Lines Matching refs:local
163 'ipmi_local_address': _("local IPMB address for bridged requests. "
726 """Retrieve the specified URI to local temporary file
749 # Fetch URI from Glance into local file.
880 # local image.
885 # set, which does not include http_proxy, thus the custom local
891 # Retrieve UAR to local temp file for mounting
918 :param temp_uar: Path to glance local uar to remove
1274 # Fetch URI to local file
1307 # Remove local and remote temporary profiles
1846 # Ensure local copy of archive_uri is removed if not needed
1914 # Ensure local copy of archive_uri is removed if not needed
2674 def copy_remote_file(self, local, remote):
2675 """Using scp copy local file to remote location
2677 :param local: Local file path to copy
2681 LOG.debug("AIService.copy_remote_file():local: %s, remote: %s" %
2682 (local, remote))
2685 scp.put(local, remote)