Bug 1047256
Summary: | error with waitcondition in openstack heat due to URL quoting | ||
---|---|---|---|
Product: | [Community] RDO | Reporter: | Alienyyg <yuanyangen> |
Component: | openstack-heat | Assignee: | RHOS Maint <rhos-maint> |
Status: | CLOSED NOTABUG | QA Contact: | Amit Ugol <augol> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | unspecified | CC: | hateya, jpeeler, sdake, srevivo, yeylon |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2013-12-30 08:32:16 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Alienyyg
2013-12-30 07:28:56 UTC
https://bugs.launchpad.net/heat/+bug/1088746 was fixed by this commit, in heat-cfntools 1.2.1: https://github.com/openstack/heat-cfntools/commit/305f6753abdc9459305cc9c8d21cc17d2d39778b The error you are getting is not a bug, it is the correct response, since the request you're making is not a correctly formatted, signed request. You should use the cfn-signal helper script, which will make the call correctly, several examples exist in the heat-templates repo, such as: https://github.com/openstack/heat-templates/blob/master/cfn/F17/WordPress_Single_Instance_With_IHA.template#L239 |