1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

F #3859: Add missing module namespace (#181)

(cherry picked from commit 4516352239950c79e9d0c4e655a1c9e7e60cc048)
This commit is contained in:
Daniel Clavijo Coca 2020-09-04 07:08:35 -05:00 committed by Ruben S. Montero
parent ff8980cac5
commit 6eb5639f94
No known key found for this signature in database
GPG Key ID: A0CEA6FA880A1D87

View File

@ -29,7 +29,7 @@ module DomainList
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