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

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

This commit is contained in:
Daniel Clavijo Coca 2020-09-04 07:08:35 -05:00 committed by GitHub
parent a3dcb7b168
commit 4516352239
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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