Revert "Revert "EC2: Disable PV support""

This reverts commit 71710fd099.
This commit is contained in:
Eelco Dolstra
2017-04-04 13:03:05 +02:00
parent bb1e6557da
commit 279565c3d6
2 changed files with 13 additions and 8 deletions
@@ -12,5 +12,11 @@
};
};
config = {};
config = {
assertions = [
{ assertion = config.ec2.hvm;
message = "Paravirtualized EC2 instances are no longer supported.";
}
];
};
}