Skip to content

Commit

Permalink
F OpenNebula#3859: Add missing module namespace (OpenNebula#181)
Browse files Browse the repository at this point in the history
(cherry picked from commit 4516352)
  • Loading branch information
dann1 authored and atodorov-storpool committed Jan 4, 2021
1 parent 58a190c commit 0993b5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/im_mad/remotes/lxd-probes.d/vm/status/state.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def self.state_info(*)

vm[:name] = name
vm[:uuid] = "#{name}-#{Socket.gethostname}"
vm[:state] = Domain.one_status(container)
vm[:state] = LXD::Domain.one_status(container)

vm[:deploy_id] = name

Expand Down

0 comments on commit 0993b5f

Please sign in to comment.