Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Return None for DC in case of detached storage domain (ansible#29175)
The following patch fixes a regression when trying to remove a detached storage domain. As part of the remove process the ovirt_storage_domains module first tries to move the domain to maintenance and detach it. In case of removing a detached storage domain with no DC attached to it The maintenace process will fail with 404 (not exists) exception when trying to fetch the DC using empty Guid. The fix proposes a solution to return None value in case of a detached storage domain.
- Loading branch information