Bug 1518454
Summary: | Adding a flavor via CloudForms the flavor is not seen by CloudForms | ||
---|---|---|---|
Product: | Red Hat CloudForms Management Engine | Reporter: | Brant Evans <brant.evans> |
Component: | Providers | Assignee: | Marek Aufart <maufart> |
Status: | CLOSED CANTFIX | QA Contact: | Dave Johnson <dajohnso> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 5.9.0 | CC: | cpelland, eglynn, gblomqui, jfrey, jhajyahy, jhardy, lsmola, ngupta, obarenbo, simaishi, slucidi |
Target Milestone: | GA | ||
Target Release: | 5.9.5 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2018-08-08 19:24:25 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | Openstack | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 1595269 |
Description
Brant Evans
2017-11-28 23:23:08 UTC
Marek: this is missing event handler (+targeted refresh at best). We take these as RFE usually? It looks to me, that we don't receive flavor-related events from OpenStack. Tested on my lab machine with OSP12, see http://paste.openstack.org/show/627710/ Could we confirm if these events (e.g. compute.flavor.create) are emitted by OpenStack compute? Even if we are getting the event, we are not parsing any target out of it. So we should extend the parser to be able to parse targets from all known events (with specs) https://github.com/Ladas/manageiq-providers-openstack/blob/be452942cdb28da4434b53f603ea3aec2ca83035/app/models/manageiq/providers/openstack/cloud_manager/event_target_parser.rb#L23 I can't seem to find an event definition for flavors, and my overcloud doesn't emit any events for them either (which is usually how I find them when I can't find an event definition in documentation elsewhere). Ladislav, do you know if there is a definition for flavor events somewhere that I can use to update the parser? I have no knowledge of the flavor events. Without events, there is periodical full refresh that will discover it. Other way could be that we will queue a flavor targeted refresh after we create it in CloudForms Openstack does not appear to emit notifications for flavor events, so there's nothing we can do on the Cloudforms side. Closing. |