Merge "Change the APP_NAME to Packstack"
This commit is contained in:
commit
ce80812e1d
@ -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