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

B #~: Fix nic key in vCenter70 (#1288)

This commit is contained in:
Carlos J. Herrera 2021-06-10 05:52:52 -04:00 committed by GitHub
parent 7e66d4ee18
commit 5e9b11260e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1494,7 +1494,7 @@ module VCenterDriver
end
card_spec = {
:key => 0,
:key => Time.now.utc.strftime('%Y%m%d%M%S%L').to_i,
:deviceInfo => {
:label => "net" + card_num.to_s,
:summary => pg_name
@ -1587,7 +1587,7 @@ module VCenterDriver
end
card_spec = {
:key => 0,
:key => Time.now.utc.strftime('%Y%m%d%M%S%L').to_i,
:deviceInfo => {
:label => "net" + card_num.to_s,
:summary => pg_name