From d57009fda018e0f1ffac4db908549f9bf8a5b364 Mon Sep 17 00:00:00 2001 From: EarthmanT Date: Thu, 8 Jun 2017 13:22:05 +0300 Subject: [PATCH] 1.0.0m5 (#70) * adding force autoscaling deletion example * m5 updates - autoscaling group vpc list bug - autoscaling group elb example - route53 example - for delete autoscaling * autoscaling group notification configuration * update plugin.yaml * example * updated setup.py --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index 37cf2c7..e2ed7d9 100644 --- a/setup.py +++ b/setup.py @@ -32,6 +32,8 @@ 'cloudify_boto3.dynamodb.resources', 'cloudify_boto3.ec2', 'cloudify_boto3.ec2.resources', + 'cloudify_boto3.efs', + 'cloudify_boto3.efs.resources', 'cloudify_boto3.elb', 'cloudify_boto3.elb.resources', 'cloudify_boto3.elb.resources.classic',