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

M #-: add missing require in provision (#879)

This commit is contained in:
Juan Antonio Escobar 2021-02-25 11:29:25 +01:00 committed by GitHub
parent 5d1318cd95
commit b6538876b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,6 +13,7 @@
#--------------------------------------------------------------------------- #
require 'opennebula/document_json'
require 'opennebula/wait_ext'
module OneProvision