From 1fe3cb8f7659d6527d6b14c433414b5a50710b72 Mon Sep 17 00:00:00 2001 From: Julian Cheal Date: Tue, 11 Apr 2017 16:00:10 +0100 Subject: [PATCH] Merge pull request #41 from lenovo/fix_physical_server_name Remove method "name" from physical_server (cherry picked from commit 85538905bdbf6bc3d7c18165dfce18acf79704e9) --- .../providers/lenovo/physical_infra_manager/physical_server.rb | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/models/manageiq/providers/lenovo/physical_infra_manager/physical_server.rb b/app/models/manageiq/providers/lenovo/physical_infra_manager/physical_server.rb index b482520226..b4e97d30ab 100644 --- a/app/models/manageiq/providers/lenovo/physical_infra_manager/physical_server.rb +++ b/app/models/manageiq/providers/lenovo/physical_infra_manager/physical_server.rb @@ -1,7 +1,4 @@ module ManageIQ::Providers class Lenovo::PhysicalInfraManager::PhysicalServer < ::PhysicalServer - def name - "physical_server" - end end end