]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Assert on Resource double-create()
authorZane Bitter <zbitter@redhat.com>
Tue, 23 Apr 2013 11:36:47 +0000 (13:36 +0200)
committerZane Bitter <zbitter@redhat.com>
Tue, 23 Apr 2013 11:36:51 +0000 (13:36 +0200)
commitf3be3d90b30b6beb5d1ba94a4589a4345469f544
treed48f965fce55cec39988b6359780b8e66331d138
parentf12a2a326d547f85125479dd74e2a20aa4675263
Assert on Resource double-create()

There's no valid case in which we should be creating a resource multiple
times.

Change-Id: Id90edd3a09ec15d3814a322ac0b7ec75fd0be54a
heat/engine/resource.py
heat/tests/test_loadbalancer.py