Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Delete Migration feature - OpenStack
Browse files Browse the repository at this point in the history
Part of ManageIQ/manageiq#21379

Note, this is a rebased version of ManageIQ#605
fabiendupont authored and jrafanie committed Oct 18, 2021
1 parent bf41c15 commit dedb641
Showing 2 changed files with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -13,7 +13,6 @@ class ManageIQ::Providers::Openstack::CloudManager::Vm < ManageIQ::Providers::Cl
unsupported_reason_add(:pause, _('The VM is not powered on')) unless vm_powered_on?
end
supports :snapshots
supports :conversion_host

POWER_STATES = {
"ACTIVE" => "on",
Original file line number Diff line number Diff line change
@@ -158,12 +158,6 @@
expect(vm.supports?(:revert_to_snapshot)).to eq false
end
end

context "v2v actions" do
it "supports conversion_host" do
expect(vm.supports?(:conversion_host)).to eq true
end
end
end

context "#is_available?" do

0 comments on commit dedb641

Please sign in to comment.