From a20a78a50c07214565b6e3859e9b6531d9ed6d0c Mon Sep 17 00:00:00 2001 From: Bret Martin Date: Sun, 6 Sep 2015 13:03:04 -0400 Subject: [PATCH] Remove aliases specification from documentation since there are none --- cloud/amazon/ec2.py | 1 - 1 file changed, 1 deletion(-) diff --git a/cloud/amazon/ec2.py b/cloud/amazon/ec2.py index 1b97d908b4a..3b2e59577d6 100644 --- a/cloud/amazon/ec2.py +++ b/cloud/amazon/ec2.py @@ -246,7 +246,6 @@ options: - A list of existing network interfaces to attach to the instance at launch. When specifying existing network interfaces, none of the assign_public_ip, private_ip, vpc_subnet_id, group, or group_id parameters may be used. (Those parameters are for creating a new network interface at launch.) required: false default: null - aliases: [] author: - "Tim Gerla (@tgerla)"