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
  • Loading branch information
dann1 authored Sep 4, 2020
1 parent a3dcb7b commit 4516352
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 4516352

Please sign in to comment.