0e025d9d71
Allow user to configure messages to display to the user after they login. Change-Id: I6dc0318708d0f964e52c8b127718297fc723651c Implements: blueprint message-of-the-day
10 lines
417 B
YAML
10 lines
417 B
YAML
---
|
|
features:
|
|
- >
|
|
[`blueprint message-of-the-day <https://blueprints.launchpad.net/horizon/+spec/message-of-the-day>`_]
|
|
Message of the day can now be configured in horizon, this will be displayed
|
|
to the user whenever they login. To enable the feature set ``MESSAGES_PATH``
|
|
in the local_settting.py to the directory where message files are located.
|
|
The message file must have a .json file extension.
|
|
|