Skip to content

Commit

Permalink
Revert "Merge pull request #407 from djberg96/supports_conversion_host"
Browse files Browse the repository at this point in the history
This reverts commit 1de7b35.
  • Loading branch information
simaishi committed Apr 1, 2019
1 parent 1de7b35 commit 989a782
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ class ManageIQ::Providers::Openstack::CloudManager::Vm < ManageIQ::Providers::Cl
end

supports :snapshots
supports :conversion_host

POWER_STATES = {
"ACTIVE" => "on",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -156,12 +156,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
Expand Down

0 comments on commit 989a782

Please sign in to comment.