heat/heat/engine
Angus Salkeld 4d79e24097 Add basic autoscaling.
This is mainly for ppetit so he can create multiple
resources with one stack.

Use like this:
heat create lots -f ./templates/ppetit.template --parameters="KeyName=${USER}_key;NumInstances=2"

Change-Id: Ie609a1843c855953d65183a8f2d8ed49254a265f
Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
2012-07-06 08:50:53 +00:00
..
__init__.py Fix a heap of pep8 errors 2012-04-16 17:07:07 +10:00
auth.py Factor out authenticate method for engine. 2012-06-22 10:58:54 -07:00
autoscaling.py Add basic autoscaling. 2012-07-06 08:50:53 +00:00
checkeddict.py Teach CheckedSchema to do nested schemas 2012-07-03 10:03:09 +10:00
cloud_watch.py Store the context in the resources 2012-07-04 17:20:39 +02:00
dependencies.py Do proper dependency calculations 2012-06-15 11:29:08 +02:00
eip.py Fix EIP template. 2012-06-22 12:01:55 +10:00
instance.py Add NovaSchedulerHints and correct the implementation of Tags 2012-07-06 18:20:27 +10:00
loadbalancer.py Add monitoring to the loadbalancer 2012-07-05 23:44:28 +10:00
manager.py Add Metadata to detailed Resource output 2012-07-04 17:20:39 +02:00
parser.py Use a consistent stack ID 2012-07-04 17:20:39 +02:00
resource_types.py Add basic autoscaling. 2012-07-06 08:50:53 +00:00
resources.py Add basic autoscaling. 2012-07-06 08:50:53 +00:00
security_group.py Fix EIP template. 2012-06-22 12:01:55 +10:00
stack.py Store the context in the resources 2012-07-04 17:20:39 +02:00
user.py Store the context in the resources 2012-07-04 17:20:39 +02:00
volume.py Tidy up Resource creation and deletion 2012-06-15 11:36:33 +02:00
wait_condition.py Store the context in the resources 2012-07-04 17:20:39 +02:00
watchrule.py Restructure watchrules to make them more testable 2012-06-05 10:04:16 +10:00