]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
heat metadata : remove metadata_url logic
authorSteven Hardy <shardy@redhat.com>
Thu, 25 Oct 2012 13:30:31 +0000 (14:30 +0100)
committerSteven Hardy <shardy@redhat.com>
Fri, 26 Oct 2012 16:35:47 +0000 (17:35 +0100)
commit997a2165e7d64d295de0b92d8261cde3fa5ac53f
tree3c163fb7215200d5130d3d1b12f3789e0be8e8e6
parent763cf3142b2d68285a7f1a59e12fd5f1031c3ac0
heat metadata : remove metadata_url logic

Remove logic where the heat-metadata server registers a
URL on startup with the engine.  The instance metadata is
now served via the CFN api, so we just have a config-file
option specifying the URL of the CFN API.  We don't want to
preserve the "register on startup" logic, because we need the
engine to have access to this information even if it is
restarted independent of some other service (avoid reliance on
services coming up in a particular order)

Change-Id: I690170977227ec96451d2a2fd25f7e507370b604
Signed-off-by: Steven Hardy <shardy@redhat.com>
bin/heat-metadata
docs/GettingStarted.rst
etc/heat/heat-engine.conf
heat/engine/manager.py
heat/engine/resources/instance.py
heat/engine/resources/resource.py
heat/engine/resources/wait_condition.py