summaryrefslogtreecommitdiff
path: root/ec2init/DataSource.py
diff options
context:
space:
mode:
Diffstat (limited to 'ec2init/DataSource.py')
-rw-r--r--ec2init/DataSource.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/ec2init/DataSource.py b/ec2init/DataSource.py
index 3ada110f..c761ae3e 100644
--- a/ec2init/DataSource.py
+++ b/ec2init/DataSource.py
@@ -20,3 +20,6 @@ class DataSource:
def get_public_ssh_keys(self):
return([])
+
+ def getswap_devs(self):
+ raise Exception("do not know how to generate swap list")