[Ovirt-devel] [PATCH] Removed a duplicate KVM_HYPERVISOR and HYPERVISOR_TYPE lines that was causing

Jason Guiditta jguiditt at redhat.com
Mon Jul 14 16:54:38 UTC 2008


ACK, excellent, you seem to have fixed most of the little errors that
were bugging me  :)

-j

On Thu, 2008-07-10 at 10:37 -0400, Chris Lalancette wrote:
> Signed-off-by: Chris Lalancette <clalance at redhat.com>
> ---
>  wui/src/app/models/host.rb |    3 ---
>  1 files changed, 0 insertions(+), 3 deletions(-)
> 
> diff --git a/wui/src/app/models/host.rb b/wui/src/app/models/host.rb
> index e5f6264..80acaeb 100644
> --- a/wui/src/app/models/host.rb
> +++ b/wui/src/app/models/host.rb
> @@ -46,9 +46,6 @@ class Host < ActiveRecord::Base
>    STATE_AVAILABLE   = "available"
>    STATES = [STATE_UNAVAILABLE, STATE_AVAILABLE]
>  
> -  KVM_HYPERVISOR_TYPE = "KVM"
> -  HYPERVISOR_TYPES = [KVM_HYPERVISOR_TYPE]
> -
>    def memory_in_mb
>      kb_to_mb(memory)
>    end




More information about the ovirt-devel mailing list