Change the APP_NAME to Packstack
Instead of 'Welcome to Installer setup utility' it should be 'Welcome to the Packstack setup utility'. Change-Id: I698d17645f4a53ce738be5ea463335466408ed6e
This commit is contained in:
parent
61140c6d16
commit
85ceabbfaf
@ -13,7 +13,7 @@ import tempfile
|
||||
from .utils import get_current_user
|
||||
|
||||
|
||||
APP_NAME = "Installer"
|
||||
APP_NAME = "Packstack"
|
||||
|
||||
FILE_YUM_VERSION_LOCK = "/etc/yum/pluginconf.d/versionlock.list"
|
||||
|
||||
|
@ -18,7 +18,7 @@ import basedefs
|
||||
####INFO MESSAGES####
|
||||
#####################
|
||||
|
||||
INFO_HEADER="Welcome to %s setup utility" % basedefs.APP_NAME
|
||||
INFO_HEADER="Welcome to the %s setup utility" % basedefs.APP_NAME
|
||||
INFO_INSTALL_SUCCESS="\n **** Installation completed successfully ******\n"
|
||||
INFO_INSTALL="Installing:"
|
||||
INFO_DSPLY_PARAMS="\n%s will be installed using the following configuration:" % basedefs.APP_NAME
|
||||
|
Loading…
x
Reference in New Issue
Block a user