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:
Ivan Chavero
2013-11-29 17:45:46 -07:00
parent 723b79a501
commit f8ef9bf1d2

View File

@@ -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)