1
0
Fork 0
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:
Greg Sutcliffe 2013-05-06 12:55:33 +02:00
parent 326ac56ca3
commit 01c30c5c47

View file

@ -7,6 +7,7 @@ module Fog
class Nic < Fog::Model
identity :mac
attribute :id
attribute :type
attribute :network
attribute :bridge