Remove superfluous Hypervisor mention
This commit is contained in:
parent
f198f62563
commit
49d5b60f15
|
@ -81,7 +81,7 @@ def getInformationFromNode(zk_conn, node_name, long_output):
|
|||
|
||||
# Format a nice output; do this line-by-line then concat the elements at the end
|
||||
ainformation = []
|
||||
ainformation.append('{}Hypervisor Node information:{}'.format(ansiiprint.bold(), ansiiprint.end()))
|
||||
ainformation.append('{}Node information:{}'.format(ansiiprint.bold(), ansiiprint.end()))
|
||||
ainformation.append('')
|
||||
# Basic information
|
||||
ainformation.append('{}Name:{} {}'.format(ansiiprint.purple(), ansiiprint.end(), node_name))
|
||||
|
|
Loading…
Reference in New Issue