Actions
Refactor #20528
closedRemove direct connection to rbovirt client
Description
The ovirt compute resource model has the option to skip fog and connect to rbovirt directly:
https://github.com/theforeman/foreman/blob/develop/app/models/compute_resources/foreman/model/ovirt.rb#L488
Fog should hide the use of rbovirt completely to allow moving from rbovirt to something that can connect to ovirt api v4.
This needs 2 changes:
1) In Fog - make sure anything that uses rbovirt directly exists in Fog
2) In Foreman - remove rbovit_client and change all it's uses to connect to Fog.
Updated by Ori Rabin over 7 years ago
- Related to Tracker #19568: Migrate to oVirt APIv4 API added
Updated by Ori Rabin over 7 years ago
- Subject changed from Remove direct connection to rbovirt to Remove direct connection to rbovirt client
Updated by The Foreman Bot over 7 years ago
- Status changed from New to Ready For Testing
- Assignee set to Ori Rabin
- Pull request https://github.com/theforeman/foreman/pull/4869 added
Updated by Ori Rabin about 7 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 62548768748ad2daf3c2f2505054fe9a6532586c.
Updated by Ivan Necas about 7 years ago
- Translation missing: en.field_release set to 296
Actions