]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Avoid modifying the Properties of a Load Balancer
authorZane Bitter <zbitter@redhat.com>
Mon, 5 Nov 2012 13:37:36 +0000 (14:37 +0100)
committerZane Bitter <zbitter@redhat.com>
Mon, 5 Nov 2012 16:09:42 +0000 (17:09 +0100)
commitc44c27404f8e47dd400357f1866a18fff57515f3
tree9030b61bd1d3f06659eede65c30fb1f67e552656
parent9c13216d2b4e777d6dc2399bb1b3a8784da7d3ec
Avoid modifying the Properties of a Load Balancer

Properties are defined by the template, and should not be modified. In this
case it was just as a convenience, since the value does not actually need
to be persisted beyond even the current call.

Change-Id: I6ca07989d246ec618b2ca5f051f8e614e24c81ae
Signed-off-by: Zane Bitter <zbitter@redhat.com>
heat/engine/resources/loadbalancer.py
heat/tests/test_loadbalancer.py