Bug 1584699
Summary: | VMware vCloud Provider's VM should support hardware reconfigure | ||
---|---|---|---|
Product: | Red Hat CloudForms Management Engine | Reporter: | Satoe Imaishi <simaishi> |
Component: | Providers | Assignee: | mplesko |
Status: | CLOSED ERRATA | QA Contact: | Gregor Berginc <gregor.berginc> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 5.9.0 | CC: | cpelland, gblomqui, jfrey, jhardy, jprause, mplesko, obarenbo |
Target Milestone: | GA | Keywords: | ZStream |
Target Release: | 5.9.3 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | 5.9.3.1 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | 1572086 | Environment: | |
Last Closed: | 2018-07-12 13:15:53 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | vCloud | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 1572086 | ||
Bug Blocks: |
Comment 2
CFME Bot
2018-06-01 13:19:35 UTC
New commits detected on ManageIQ/manageiq-ui-classic/gaprindashvili: https://github.com/ManageIQ/manageiq-ui-classic/commit/ae5b7d1502eb0a41141a32420d7bb4680857f154 commit ae5b7d1502eb0a41141a32420d7bb4680857f154 Author: Martin Hradil <himdel> AuthorDate: Thu May 24 10:08:02 2018 -0400 Commit: Martin Hradil <himdel> CommitDate: Thu May 24 10:08:02 2018 -0400 Merge pull request #3854 from miha-plesko/vcloud-reconfigure Support VM Reconfigure for VMware vCloud provider (cherry picked from commit 9a05d39aeef8d272fd2338ccb4fa659e849302bb) https://bugzilla.redhat.com/show_bug.cgi?id=1584699 app/assets/javascripts/controllers/reconfigure/reconfigure_form_controller.js | 10 +- app/controllers/mixins/actions/vm_actions/reconfigure.rb | 12 +- app/helpers/application_helper/toolbar/x_vm_cloud_center.rb | 7 + app/views/vm_common/_reconfigure.html.haml | 30 +- spec/javascripts/controllers/reconfigure/reconfigure_form_controller_spec.js | 17 +- 5 files changed, 53 insertions(+), 23 deletions(-) https://github.com/ManageIQ/manageiq-ui-classic/commit/74c7514bf0b9433d89222b295be30a7df6bcfb03 commit 74c7514bf0b9433d89222b295be30a7df6bcfb03 Author: Harpreet Kataria <hkataria> AuthorDate: Wed May 30 15:33:03 2018 -0400 Commit: Harpreet Kataria <hkataria> CommitDate: Wed May 30 15:33:03 2018 -0400 Merge pull request #3972 from miha-plesko/vcloud-nic-reconfigure Network adapter reconfiguration for vCloud provider (cherry picked from commit 5161e2ed3d7388c12ffdfcca48d9139480622c33) https://bugzilla.redhat.com/show_bug.cgi?id=1584699 app/assets/javascripts/controllers/reconfigure/reconfigure_form_controller.js | 41 +- app/controllers/mixins/actions/vm_actions/reconfigure.rb | 6 + app/views/vm_common/_reconfigure.html.haml | 35 +- 3 files changed, 72 insertions(+), 10 deletions(-) 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. https://access.redhat.com/errata/RHSA-2018:2184 |