Add information on location of horizon password
Adds location of file that contains the username and password for the horizon client. Change-Id: I01a8b0dff482c9e54b9d84a42d4a0e1bfe61671b Fixes: rhbz#1002326
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user