Hide Forgot
Cloned from launchpad blueprint https://blueprints.launchpad.net/heat/+spec/native-waitcondition. Description: The SignalResponder resources (e.g WaitConditionHandle) currently depend on pre-signed URLs which use the keystone ec2tokens API. We should provide an alternative method which uses either a trust-scoped-token, or a credential derived from a trust. A first step would be to implement a native waitcondition resource, where the signal is sent via a curl call, the resource could just provide a string containing the curl command, which would include the trust token in the headers. Expiring tokens are not an issue for WaitConditions, since the default expiry time of a keystone token is longer than the maximum permissible WaitCondition time. Specification URL (additional information): None
Updating based on BP milestone