Merge "Change the APP_NAME to Packstack"

This commit is contained in:
Jenkins 2014-12-15 16:15:26 +00:00 committed by Gerrit Code Review
commit ce80812e1d
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