Adam Grare
Adam Grare
Oh yeah this definitely changes the behavior of if a GUID is passed and not found to reduce the complexity (agree with the [[comment]](https://github.com/ManageIQ/manageiq/pull/21436/files#diff-3e909315422137f4043ff42d8a7b0b11a44dac5afa6e5bea588111407cc49b43L113) `TODO: This is really inconsistent and...
Possibly due to https://github.com/ManageIQ/manageiq/pull/21436#discussion_r709460032 ? I need to revisit this as it does clean this code up quite a bit.
I was able to reproduce this 1. Create a VMware ServiceTemplate 2. Try to edit the config_info via the API: `POST /api/service_templates/1 {"action": "edit", "config_info": {"src_vm_id": 3}}` ``` [489, 498]...
cc @Fryguy
@DavidResende0 we still need to update the other providers which implement this at the EMS level per https://github.com/ManageIQ/manageiq/pull/22474#pullrequestreview-1400113964
> Are there other providers besides https://github.com/ManageIQ/manageiq-providers-ibm_power_hmc/pull/136 and https://github.com/ManageIQ/manageiq-providers-ibm_cloud/pull/451 that I'm missing? Yes, https://github.com/search?q=org%3AManageIQ+%22supports+%3Anative_console%22&type=code
@DavidResende0 what is the status of this? Were we waiting on testing or other providers?
Hey @bfilion87 I started investigating this last week. I was able to run a workflow template from a service catalog item successfully, I'm working on getting an automate instance referencing...
Hey @jaghabalayev this is going to be an error that comes from the refresh process which connects to the xclarity API and synchronizes the information with our local database. It...
NOTE I think instead of changing the message we should have the task track all of the work that is being done to create a resource, https://github.com/ManageIQ/manageiq-providers-autosde/pull/227#issuecomment-1523899644