diff options
| author | Jenkins <jenkins@review.openstack.org> | 2012-06-26 21:38:40 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2012-06-26 21:38:40 +0000 |
| commit | a9aa80afbdd73aa0f9ce320d6dd83a62e4717a3a (patch) | |
| tree | 35a2cbed80f7c8d65b736ba5011b5839193bce44 | |
| parent | a407084659ce3d0dbbaa4a28bfe09d8294a54bdc (diff) | |
| parent | 472e1535a615e9933d0b3df3853300348019e560 (diff) | |
| download | nova-a9aa80afbdd73aa0f9ce320d6dd83a62e4717a3a.tar.gz nova-a9aa80afbdd73aa0f9ce320d6dd83a62e4717a3a.tar.xz nova-a9aa80afbdd73aa0f9ce320d6dd83a62e4717a3a.zip | |
Merge "Removes utils.fetch_file (no longer used)."
| -rw-r--r-- | nova/utils.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/nova/utils.py b/nova/utils.py index 3a74e1b98..166e0b4cb 100644 --- a/nova/utils.py +++ b/nova/utils.py @@ -114,11 +114,6 @@ def vpn_ping(address, port, timeout=0.05, session_id=None): return server_sess -def fetchfile(url, target): - LOG.debug(_('Fetching %s') % url) - execute('curl', '--fail', url, '-o', target) - - def execute(*cmd, **kwargs): """Helper method to execute command with optional retry. |
