summaryrefslogtreecommitdiff
path: root/cloudinit
diff options
context:
space:
mode:
authorChristian Ehrhardt <christian.ehrhardt@canonical.com>2016-06-06 13:52:31 +0200
committerChristian Ehrhardt <christian.ehrhardt@canonical.com>2016-06-06 13:52:31 +0200
commite9b333b49954d5863f8b53581454179b0363d978 (patch)
tree3380db33ee90c33d628658e37a280687aa40cfe3 /cloudinit
parent89688593e9358433cd9383d1bdfae12dbcd58f72 (diff)
downloadvyos-cloud-init-e9b333b49954d5863f8b53581454179b0363d978.tar.gz
vyos-cloud-init-e9b333b49954d5863f8b53581454179b0363d978.zip
fixup key tests for cases where network isn't available
Diffstat (limited to 'cloudinit')
-rw-r--r--cloudinit/util.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/cloudinit/util.py b/cloudinit/util.py
index a1622946..d3b14f72 100644
--- a/cloudinit/util.py
+++ b/cloudinit/util.py
@@ -2244,7 +2244,6 @@ def gpg_export_armour(key):
def gpg_recv_key(key, keyserver):
"""Receive gpg key from the specified keyserver"""
- print("ORIGINAL gpg_recv_key")
try:
subp(["gpg", "--keyserver", keyserver, "--recv", key],
capture=True)