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

M #: One2one probes are local (#4530)

This commit is contained in:
Jan Orel 2020-04-15 10:29:12 +02:00 committed by GitHub
parent de8dfdc520
commit 5158f956cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -217,7 +217,7 @@ end
#-------------------------------------------------------------------------------
# Script helper functions and gLobals
#-------------------------------------------------------------------------------
LOCAL_HYPERVISOR = %w[az ec2 packet].freeze
LOCAL_HYPERVISOR = %w[az ec2 one packet].freeze
def local?(hypervisor)
LOCAL_HYPERVISOR.include?(hypervisor)