1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

Merge pull request #1803 from GregSutcliffe/patch-1

Add :id attribute to libvirt nic model
This commit is contained in:
Ohad Levy 2013-05-06 04:14:25 -07:00
commit 59993b00ae

View file

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