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:
Christian Berendt 2014-12-09 20:05:40 +01:00
parent 61140c6d16
commit 85ceabbfaf
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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