Bug 1334230
| Summary: | Terminate instance term is confusing | |||
|---|---|---|---|---|
| Product: | Red Hat CloudForms Management Engine | Reporter: | Ronnie Rasouli <rrasouli> | |
| Component: | Providers | Assignee: | Ladislav Smola <lsmola> | |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Ola Pavlenko <opavlenk> | |
| Severity: | medium | Docs Contact: | ||
| Priority: | medium | |||
| Version: | 5.6.0 | CC: | bsorota, cpelland, dajohnso, jfrey, jhardy, mfeifer, obarenbo, simaishi | |
| Target Milestone: | GA | Keywords: | TestOnly, ZStream | |
| Target Release: | 5.7.0 | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | power | |||
| Fixed In Version: | 5.7.0.0 | Doc Type: | Bug Fix | |
| Doc Text: |
Cause: In instance power activity, the option of terminate is not supported anymore
Consequence: Confusing to user.
Fix: Rename terminate action to delete
Result:
|
Story Points: | --- | |
| Clone Of: | ||||
| : | 1344327 (view as bug list) | Environment: | ||
| Last Closed: | 2017-01-11 19:58:04 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: | ||||
| Bug Depends On: | ||||
| Bug Blocks: | 1344327 | |||
|
Description
Ronnie Rasouli
2016-05-09 08:41:43 UTC
New commit detected on ManageIQ/manageiq/master: https://github.com/ManageIQ/manageiq/commit/9619b06b2e85d4124066305646020f6f2a5e8419 commit 9619b06b2e85d4124066305646020f6f2a5e8419 Author: Ladislav Smola <lsmola> AuthorDate: Fri May 13 11:01:25 2016 +0200 Commit: Ladislav Smola <lsmola> CommitDate: Fri May 13 11:01:25 2016 +0200 Rename terminate action to delete Rename terminate action to delete Fixes BZ: https://bugzilla.redhat.com/show_bug.cgi?id=1334230 app/helpers/application_helper/toolbar/openstack_vm_cloud_center.rb | 6 +++--- app/helpers/application_helper/toolbar/vm_clouds_center.rb | 6 +++--- app/helpers/application_helper/toolbar/x_vm_cloud_center.rb | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) Indeed: terminate changed to delete CF 5.7.0.3 |