asolfre / typica

Automatically exported from code.google.com/p/typica
Apache License 2.0
0 stars 0 forks source link

Add Namespace to ScalingTrigger (if not autoscaling does not work) #98

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a launchconfiguration, a autoscaling group and a trigger
2. ./as-describe-triggers --auto-scaling-group yourgroup -show-long -H
3. The NameSpace is (nil) and the scalingtrigger is blocked at NoData

Doing the same but passing "AWS/EC2" as a namespace makes the trigger works. 
But unfortunaly there is no Namespace property in the trigger object.

Original issue reported on code.google.com by lasco...@gmail.com on 19 Jul 2010 at 2:27

GoogleCodeExporter commented 9 years ago
For what is worth, Namespace is listed as required : 
http://docs.amazonwebservices.com/AutoScaling/latest/DeveloperGuide/

Original comment by lasco...@gmail.com on 19 Jul 2010 at 2:28