Make Wait Conditions depend on config creation
authorClint Byrum <clint@fewbar.com>
Wed, 26 Feb 2014 22:27:24 +0000 (14:27 -0800)
committerClint Byrum <clint@fewbar.com>
Wed, 26 Feb 2014 22:27:24 +0000 (14:27 -0800)
commitdcfbcb6442cf8bcaf08091a32f6e3d753e4439f9
tree5b3f595098945ca8fed6b888020e62341201a78d
parentedf87127836805197d2d67c6c2addcdab60c1b7a
Make Wait Conditions depend on config creation

Currently our wait conditions are racing with Heat resolving
configurations. There should be plenty of time but sometimes Heat may
be dealing with a temporarily problematic Nova API and spinning on that.
While that is happening, the in-instance tools will not have their full
configuration available to them. We don't want the wait condition timeout
to start until the box has had its actual config exposed to it.

Change-Id: I0eab8fe7547d3cbcebb1559fd3d06206b1750e96
nova-compute-instance.yaml
overcloud-source.yaml