Skip to content

Commit

Permalink
Added a Maintenance key to the hash struct
Browse files Browse the repository at this point in the history
  • Loading branch information
syncrou committed Nov 13, 2017
1 parent 340bd59 commit a1893e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/miq_request_workflow.rb
Original file line number Diff line number Diff line change
Expand Up @@ -978,7 +978,7 @@ def ci_to_hash_struct(ci)
end

def host_to_hash_struct(ci)
build_ci_hash_struct(ci, [:name, :vmm_product, :vmm_version, :state, :v_total_vms])
build_ci_hash_struct(ci, [:name, :vmm_product, :vmm_version, :state, :v_total_vms, :maintenance])
end

def vm_or_template_to_hash_struct(ci)
Expand Down

0 comments on commit a1893e9

Please sign in to comment.