bmcweb: Redfish make CpuCoreCount optional
Fixes #18
This commit makes CPU core count an optional parameter. Previously it
was used to determine if a slot was populated, which was a bad idea in
the first place. This just makes the implementation a little less bad.
The best implementation would likely be to implement the state interface
in all the processor daemons to tell if the processor is present or not.
Because the processor not being present isn't very common, this is
likely low priority.
Change-Id: I42e49ef5ae7d6184d7f854069fd9a18c7c606dd3
Signed-off-by:
Ed Tanous <ed.tanous@intel.com>
Loading
Please register or sign in to comment