Skip to content
This repository has been archived by the owner on Jul 3, 2024. It is now read-only.

Commit

Permalink
adjust requires_foreman
Browse files Browse the repository at this point in the history
  • Loading branch information
mmoll committed Jan 18, 2019
1 parent 19d5b22 commit 9af15f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/foreman_xen/engine.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class Engine < ::Rails::Engine

initializer 'foreman_xen.register_plugin', :before => :finisher_hook do |app|
Foreman::Plugin.register :foreman_xen do
requires_foreman '>= 1.13'
requires_foreman '>= 1.18'
# Register xen compute resource in foreman
compute_resource ForemanXen::Xenserver
parameter_filter(ComputeResource, :uuid)
Expand Down

0 comments on commit 9af15f5

Please sign in to comment.