2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-21 19:22:05 +00:00

Remove trailing spaces in file docs/source/references/coral/cluster_mgmt/scalability/python/index.rst

This commit is contained in:
GONG Jie 2017-12-31 23:59:59 +00:00
parent 86bfc2a4ac
commit 9a9a054d0e

View File

@ -1,7 +1,7 @@
Python framework
================
When testing the scale up of xCAT commands against OpenBMC REST API, it was evident that the Perl framework of xCAT did not scale well and was not sending commands to the BMCs in a true parallel fashion.
When testing the scale up of xCAT commands against OpenBMC REST API, it was evident that the Perl framework of xCAT did not scale well and was not sending commands to the BMCs in a true parallel fashion.
The team investigated the possibility of using Python framework. This support is implemented using Python 2.x framework.