Bug 1064586
| Summary: | Rebase openstack-heat to 2013.2.2 | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Steven Dake <sdake> |
| Component: | openstack-heat | Assignee: | Steven Dake <sdake> |
| Status: | CLOSED ERRATA | QA Contact: | Jeff Peeler <jpeeler> |
| Severity: | urgent | Docs Contact: | |
| Priority: | urgent | ||
| Version: | 4.0 | CC: | ajeain, apevec, ddomingo, lhh, sbaker, sclewis, sdake, shardy, yeylon |
| Target Milestone: | z2 | Keywords: | OtherQA, Rebase, ZStream |
| Target Release: | 4.0 | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | openstack-heat-2013.2.2-1.el6ost | Doc Type: | Rebase: Bug Fixes Only |
| Doc Text: |
With this release, openstack-heat is now rebased to version 2013.2.2-1. This applies the following fixes:
- Trust paths are now directly tested when attempting to delete a stack. In previous releases, this was not tested; this made it possible for a stack's database entry to be incorrectly set to DELETE_COMPLETE with a null value for DELETED_AT. Whenever this occured, 'heat list' would incorrectly list the deleted stack; this no longer occurs with this release.
- Stacks can no longer be updated when they are suspended or in the process of being suspended. Previously, suspended stacks could be incorrectly updated; doing so failed the update attempt but also set the stack status to UPDATE_FAILED, which prevented the stack from being resumed (since only stacks with a status of SUSPEND_COMPLETE can be resumed).
- The HOT parser now validates whether template parameters include at least one attribute. In previous releases, it was possible for template parameters with no attributes to cause validation errors in HOT.
- The python coverage module is now used instead of /usr/bin/coverage.
- The DependsON attribute now supports both string and list values. In previous releases, DependsON only supported string values.
- This release adds new error handling routines for snippets that use Fn::Select. Before the addition of these routines, it was possible for 'heat-stack-list' and 'stack-show' to fail whenever Fn::Select was was evaluated.
- The AWS loadbalancer resource now uses a Fedora 19 image (instead of a Fedora 17 image).
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-03-04 20:16:30 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
Steven Dake
2014-02-12 22:33:30 UTC
*** Bug 1065326 has been marked as a duplicate of this bug. *** I've rechecked the API and manually verified that the above mentioned launchpad issue patches are in the RPM (except for 1241330 which is intentionally not packaged). x action-resume Resume the stack. x action-suspend Suspend the stack. x event-list List events for a stack. x event-show Describe the event. x resource-list Show list of resources belonging to a stack. x resource-metadata List resource metadata. x resource-show Describe the resource. x resource-template Generate a template based on a resource. x resource-type-list List the available resource types. x resource-type-show Show the resource type. x stack-create Create the stack. x stack-delete Delete the stack. x stack-list List the user's stacks. x stack-show Describe the stack. x stack-update Update the stack. x template-show Get the template for the specified stack. x template-validate Validate a template with parameters. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHBA-2014-0213.html |