mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
azure_driver get_instance fix (#1651)
This commit is contained in:
parent
c911ffdc8c
commit
85d3724a37
@ -594,10 +594,9 @@ private
|
||||
# Retrieve the instance from Azure. If OpenNebula asks for it, then the
|
||||
# vm_name must comply with the notation name_csn
|
||||
def get_instance(deploy_id)
|
||||
vm_name = deploy_id.match(/([^_]+)-(.+)/)[1]
|
||||
csn = deploy_id.match(/([^_]+)-(.+)/)[-1]
|
||||
|
||||
instance = @azure_vms.get_virtual_machine(vm_name,csn)
|
||||
instance = @azure_vms.get_virtual_machine(deploy_id,csn)
|
||||
if instance
|
||||
return instance
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user