Skip to content
This repository has been archived by the owner on Aug 9, 2024. It is now read-only.

Commit

Permalink
fedimg.ec2: Add the support for Elastic Network Adapter
Browse files Browse the repository at this point in the history
Signed-off-by: Sayan Chowdhury <sayan.chowdhury2012@gmail.com>
  • Loading branch information
sayanchowdhury committed Apr 3, 2018
1 parent 683272b commit 0ddfd41
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fedimg/services/ec2/ec2imguploader.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,8 @@ def _register_image(self, snapshot):
virtualization_type=self.image_virtualization_type,
architecture=self.image_architecture,
block_device_mapping=block_device_map,
root_device_name=root_device_name
root_device_name=root_device_name,
ena_support=True
)

if self.push_notifications:
Expand Down

0 comments on commit 0ddfd41

Please sign in to comment.