Remove superfluous Hypervisor mention

This commit is contained in:
Joshua Boniface 2018-10-14 02:47:30 -04:00
parent f198f62563
commit 49d5b60f15
1 changed files with 1 additions and 1 deletions

View File

@ -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 # Format a nice output; do this line-by-line then concat the elements at the end
ainformation = [] ainformation = []
ainformation.append('{}Hypervisor Node information:{}'.format(ansiiprint.bold(), ansiiprint.end())) ainformation.append('{}Node information:{}'.format(ansiiprint.bold(), ansiiprint.end()))
ainformation.append('') ainformation.append('')
# Basic information # Basic information
ainformation.append('{}Name:{} {}'.format(ansiiprint.purple(), ansiiprint.end(), node_name)) ainformation.append('{}Name:{} {}'.format(ansiiprint.purple(), ansiiprint.end(), node_name))