Change "-s FSP/BPA" to "-s CEC/FRAME"

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9330 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
yinle 2011-04-18 02:11:32 +00:00
parent 2c126bc49a
commit 3ab97e96a0

View File

@ -27,8 +27,8 @@ use constant {
P7_SERVICE => "service:management-software.IBM",
SERVICE_FSP => "cec-service-processor",
SERVICE_BPA => "bulk-power-controller",
SERVICE_CEC => "null",
SERVICE_FRAME => "null",
SERVICE_CEC => "cec-service-processor",
SERVICE_FRAME => "bulk-power-controller",
SERVICE_HMC => "hardware-management-console",
SERVICE_IVM => "integrated-virtualization-manager",
SERVICE_MM => "management-module",