From 6f391c43e4d3ed18d9a7609559a9ee0785bc6fe2 Mon Sep 17 00:00:00 2001 From: GONG Jie Date: Sun, 31 Dec 2017 23:59:59 +0000 Subject: [PATCH] Remove trailing spaces in file xCAT-OpenStack-baremetal/lib/perl/xCAT_plugin/openstack.pm --- .../lib/perl/xCAT_plugin/openstack.pm | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/xCAT-OpenStack-baremetal/lib/perl/xCAT_plugin/openstack.pm b/xCAT-OpenStack-baremetal/lib/perl/xCAT_plugin/openstack.pm index f232d7bb4..0127adf28 100644 --- a/xCAT-OpenStack-baremetal/lib/perl/xCAT_plugin/openstack.pm +++ b/xCAT-OpenStack-baremetal/lib/perl/xCAT_plugin/openstack.pm @@ -488,9 +488,9 @@ sub opsaddimage { #------------------------------------------------------------------------------- =head3 deploy_ops_bm_node - This is a internel command called by OpenStack xCAT-baremetal driver. - It prepares the node by adding the config_ops_bm_node postbootscript - to the postscript table for the node, then call nodeset and then boot + This is a internel command called by OpenStack xCAT-baremetal driver. + It prepares the node by adding the config_ops_bm_node postbootscript + to the postscript table for the node, then call nodeset and then boot the node up. =cut @@ -706,7 +706,7 @@ sub deploy_hmc_node { =head3 cleanup_ops_bm_node This is a internel command called by OpenStack xCAT-baremetal driver. It undoes all the changes made by deploy_ops_bm_node command. It removes - the config_ops_bmn_ode postbootscript from the postscript table for the + the config_ops_bmn_ode postbootscript from the postscript table for the node, removes the alias ip and then power off the node. =cut @@ -811,7 +811,7 @@ sub cleanup_ops_bm_node { =head3 add_postscript - It adds the 'config_ops_bm_node' postbootscript to the + It adds the 'config_ops_bm_node' postbootscript to the postscript table for the given node. =cut @@ -884,7 +884,7 @@ sub add_postscript { =head3 remove_postscript - It removes the 'config_ops_bm_node' postbootscript from + It removes the 'config_ops_bm_node' postbootscript from the postscript table for the given node. =cut