diff --git a/packstack/installer/basedefs.py b/packstack/installer/basedefs.py index 9e213236a..676569c8a 100644 --- a/packstack/installer/basedefs.py +++ b/packstack/installer/basedefs.py @@ -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" diff --git a/packstack/installer/output_messages.py b/packstack/installer/output_messages.py index cf6420398..3103a2d22 100644 --- a/packstack/installer/output_messages.py +++ b/packstack/installer/output_messages.py @@ -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