mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Add :id attribute to libvirt nic model
My cutting edge version of libvirt (1.0.4 Archlinux) seems to reply with :id for NICs, causing the nic model to break.
This commit is contained in:
parent
326ac56ca3
commit
01c30c5c47
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ module Fog
|
|||
class Nic < Fog::Model
|
||||
|
||||
identity :mac
|
||||
attribute :id
|
||||
attribute :type
|
||||
attribute :network
|
||||
attribute :bridge
|
||||
|
|
Loading…
Reference in a new issue