diff --git a/packstack/plugins/dashboard_500.py b/packstack/plugins/dashboard_500.py index 27489996a..17077609b 100644 --- a/packstack/plugins/dashboard_500.py +++ b/packstack/plugins/dashboard_500.py @@ -151,6 +151,8 @@ def createmanifest(config): manifestdata += sslmanifestdata appendManifestFile(manifestfile, manifestdata) - msg = "To use the console, browse to %s://%s/dashboard" % \ - (proto, controller.CONF['CONFIG_HORIZON_HOST']) + msg = "To access the OpenStack Dashboard browse to %s://%s/dashboard.\n" \ + "Please, find your login credentials stored in the keystonerc_admin" \ + " in your home directory." % \ + (proto, controller.CONF['CONFIG_HORIZON_HOST']) controller.MESSAGES.append(msg)