]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Make autoscale not dependent on loadbalancer impl.
authorAndrew Plunk <andrew.plunk@rackspace.com>
Wed, 5 Jun 2013 19:54:41 +0000 (14:54 -0500)
committerAndrew Plunk <andrew.plunk@rackspace.com>
Wed, 5 Jun 2013 19:56:55 +0000 (14:56 -0500)
commit4bc1bcb608379cc396113a03f2ae37ce78f9049c
tree61554aac087ff61173140b793648a33f1028a023
parent25cf26b587a1ad9cec14ec415b479f32193416c3
Make autoscale not dependent on loadbalancer impl.

Autoscale was calling reload on a resource, which is not part of the
resource interface. Autoscale has been modified to use update.

Change-Id: Ifb17c9def7e560d96e26308db67b4ee3f93a2b9f
heat/engine/resources/autoscaling.py
heat/engine/resources/loadbalancer.py
heat/tests/test_autoscaling.py
heat/tests/test_loadbalancer.py