From 285bd9996dcdcf7acdfafbf7c81b32f039939c3b Mon Sep 17 00:00:00 2001 From: karmab Date: Mon, 22 Jun 2015 19:01:37 +0200 Subject: [PATCH] comment attribute in ovirt --- lib/fog/ovirt/models/compute/server.rb | 1 + lib/fog/ovirt/models/compute/template.rb | 1 + 2 files changed, 2 insertions(+) diff --git a/lib/fog/ovirt/models/compute/server.rb b/lib/fog/ovirt/models/compute/server.rb index 79f80137a..e850c53ba 100644 --- a/lib/fog/ovirt/models/compute/server.rb +++ b/lib/fog/ovirt/models/compute/server.rb @@ -9,6 +9,7 @@ module Fog identity :id attribute :name + attribute :comment attribute :description attribute :profile attribute :display diff --git a/lib/fog/ovirt/models/compute/template.rb b/lib/fog/ovirt/models/compute/template.rb index 8a1a91258..cc41d61ea 100644 --- a/lib/fog/ovirt/models/compute/template.rb +++ b/lib/fog/ovirt/models/compute/template.rb @@ -7,6 +7,7 @@ module Fog attr_accessor :raw attribute :name + attribute :comment attribute :description attribute :profile attribute :display