| Summary: | rebase python-heatclient to 0.2.6 | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Steven Dake <sdake> |
| Component: | python-heatclient | Assignee: | Jakub Ruzicka <jruzicka> |
| Status: | CLOSED ERRATA | QA Contact: | Jeff Peeler <jpeeler> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 4.0 | CC: | asalkeld, breeler, hateya, jpeeler, jruzicka, mlopes, sdake, shardy, yeylon, zbitter |
| Target Milestone: | rc | Keywords: | OtherQA, Rebase, Triaged |
| Target Release: | 4.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | python-heatclient-0.2.6-1.el6ost | Doc Type: | Rebase: Bug Fixes and Enhancements |
| Doc Text: |
This rebase package includes a number of notable enhancements and fixes under version 0.2.6:
Improved error reporting from event-show.
Fixed os-auth-token/os-no-client-auth usage.
JSON body is now returned after stack-create or stack-update.
Added man page.
Improved unicode output support to better handle non-English languages.
Honor endpoint_type when requesting keystone for a token.
Added --include-pass option so client will work against a Grizzly Heat engine.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-12-20 00:43:11 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: | |
|
Description
Steven Dake
2013-12-05 17:32:17 UTC
Note Bug #1035199 is fixed by this rebase. [root@rhel64 ~(keystone_admin)]# rpm -q python-heatclient
python-heatclient-0.2.6-2.el6ost.noarch
x denotes tested command successfully
# heat help
x action-resume Resume the stack.
x action-suspend Suspend the stack.
x create DEPRECATED! Use stack-create instead.
x delete DEPRECATED! Use stack-delete instead.
x describe DEPRECATED! Use stack-show instead.
x event DEPRECATED! Use event-show instead.
x event-list List events for a stack.
x event-show Describe the event.
x gettemplate DEPRECATED! Use template-show instead.
x list DEPRECATED! Use stack-list instead.
x resource DEPRECATED! Use resource-show instead.
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 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.
x update DEPRECATED! Use stack-update instead.
x validate DEPRECATED! Use template-validate instead.
x help Display help about this program or one of its
subcommands.
Note: - https://bugzilla.redhat.com/show_bug.cgi?id=996596 - https://bugs.launchpad.net/python-heatclient/+bug/1260130 - https://review.openstack.org/#/c/61624/ we might need that ^ patch 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/RHEA-2013-1859.html |