]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Don't store the metadata server address in the Stack
authorZane Bitter <zbitter@redhat.com>
Tue, 3 Jul 2012 10:41:40 +0000 (12:41 +0200)
committerZane Bitter <zbitter@redhat.com>
Wed, 4 Jul 2012 15:20:39 +0000 (17:20 +0200)
commitce8f316fb5130641f948c177c4980bd8585f06b3
tree6b222adb3d17ec908046c08715997efc7dda50c3
parent5f5f22f9b00dae1a2c649301bcdc463e12a22016
Don't store the metadata server address in the Stack

It is basically a global piece of data, so there is nothing to be gained by
dragging some extra state around with us everywhere.

Change-Id: I50ba7391f258dc7d9b1e186f1618fb140e15b26e
Signed-off-by: Zane Bitter <zbitter@redhat.com>
heat/engine/instance.py
heat/engine/manager.py
heat/engine/parser.py
heat/engine/resources.py
heat/engine/stack.py
heat/engine/wait_condition.py