nacx commented on this pull request.
> @@ -131,7 +131,8 @@ public NovaComputeServiceAdapter(NovaApi novaApi, @Region
> Supplier<Set<String>>
if (templateOptions.getKeyPairName() != null) {
options.keyPairName(templateOptions.getKeyPairName());
}
-
+ if (!templateOptions.getBlockDeviceMappings().isEmpty())
options.blockDeviceMappings(templateOptions.getBlockDeviceMappings());
No need to check for empty.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/1159#pullrequestreview-78396568