Description of problem: Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
Please assess the impact of this issue and update the severity accordingly. Please refer to https://bugzilla.redhat.com/page.cgi?id=fields.html#bug_severity for a reminder on each severity's definition. If it's something like a tracker bug where it doesn't matter, please set the severity to Low.
Backend PR: https://github.com/ManageIQ/manageiq-providers-openstack/pull/556 UI PR: https://github.com/ManageIQ/manageiq-providers-openstack/pull/592 (depends on DDF, needs to be rewritten for possible jansa backport)
Github issue for UI implementation https://github.com/ManageIQ/manageiq-ui-classic/issues/7000
*** Bug 1660842 has been marked as a duplicate of this bug. ***
Ivanchuk UI PR: https://github.com/ManageIQ/manageiq-ui-classic/pull/7158
New commit detected on ManageIQ/manageiq-providers-openstack/ivanchuk: https://github.com/ManageIQ/manageiq-providers-openstack/commit/e92177f81ead656ad294af0759b84c368e2689c4 commit e92177f81ead656ad294af0759b84c368e2689c4 Author: Adam Grare <agrare> AuthorDate: Fri May 22 12:41:19 2020 +0000 Commit: Satoe Imaishi <simaishi> CommitDate: Mon Jul 6 12:34:16 2020 +0000 Merge pull request #556 from aufi/saf_event_monitor Add STF Event monitor backend (cherry picked from commit 8228ffc1fcf390ee9db56b5b8a3274cc3d16066c) https://bugzilla.redhat.com/show_bug.cgi?id=1757128 .travis.yml | 4 +- app/models/manageiq/providers/openstack/event_catcher_mixin.rb | 1 + app/models/manageiq/providers/openstack/manager_mixin.rb | 23 +- config/settings.yml | 9 + lib/manageiq/providers/openstack/legacy/events/openstack_stf_event_converter.rb | 30 + lib/manageiq/providers/openstack/legacy/events/openstack_stf_event_monitor.rb | 111 + lib/manageiq/providers/openstack/legacy/events/openstack_stf_event_receiver.rb | 27 + lib/manageiq/providers/openstack/legacy/events/openstack_stf_event_test_receiver.rb | 21 + lib/manageiq/providers/openstack/legacy/openstack_event_monitor.rb | 2 + manageiq-providers-openstack.gemspec | 1 + spec/legacy/events/openstack_stf_event_monitor_spec.rb | 71 + tools/ci/before_install.sh | 30 + 12 files changed, 327 insertions(+), 3 deletions(-)
1. checked the STF option is available on CFME GUI 2. Configured cloud provider using STF event 3. Created a volume 4. All resources were fetched successfully.
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 (Critical: CloudForms 5.0.7 bug fix and enhancement update), 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-2020:3358