Bug 1394429
| Summary: | Openstack nodes power on/off fails if provision state is "active" | |||
|---|---|---|---|---|
| Product: | Red Hat CloudForms Management Engine | Reporter: | Richard Su <rwsu> | |
| Component: | Providers | Assignee: | Richard Su <rwsu> | |
| Status: | CLOSED DUPLICATE | QA Contact: | Dave Johnson <dajohnso> | |
| Severity: | high | Docs Contact: | ||
| Priority: | high | |||
| Version: | unspecified | CC: | cpelland, jfrey, jhardy, obarenbo, tzumainn | |
| Target Milestone: | GA | Keywords: | TestOnly | |
| Target Release: | cfme-future | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | ||
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 1394941 1400341 (view as bug list) | Environment: | ||
| Last Closed: | 2017-01-13 00:07:54 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: | 1394941, 1400341 | |||
|
Description
Richard Su
2016-11-11 23:53:53 UTC
The problem is name cannot be used as the uuid. Should use uid_ems. Proposed fix: https://github.com/ManageIQ/manageiq/pull/12601 New commit detected on ManageIQ/manageiq/euwe: https://github.com/ManageIQ/manageiq/commit/ee8d7afdf91071633a2741ea0276256331ed4389 commit ee8d7afdf91071633a2741ea0276256331ed4389 Author: Adam Grare <agrare> AuthorDate: Mon Nov 14 13:03:06 2016 -0500 Commit: Oleg Barenboim <chessbyte> CommitDate: Mon Nov 14 13:43:40 2016 -0500 Merge pull request #12601 from rwsu/node-power-on-off-uid-fix Fix OpenStack node power operations (cherry picked from commit 762be2540fb6e8bb73f5f5b618becb5164652868) https://bugzilla.redhat.com/show_bug.cgi?id=1394429 .../manageiq/providers/openstack/infra_manager/host_operations_mixin.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) *** This bug has been marked as a duplicate of bug 1394941 *** |