Add deprecation note for nagios in pike

Nagios installation option will be removed in Pike. This patch
introduces an alert message for users that enable nagios
installation.

Change-Id: Ib256a3859821b498e91b6e9179da9a99e0c84784
This commit is contained in:
Alfredo Moralejo 2017-02-03 09:21:18 -05:00
parent ceeefe64ad
commit f5eb11a640
1 changed files with 3 additions and 1 deletions

View File

@ -369,7 +369,9 @@ def initConfig(controller):
"CONF_NAME": "CONFIG_NAGIOS_INSTALL",
"USE_DEFAULT": False,
"NEED_CONFIRM": False,
"CONDITION": False},
"CONDITION": False,
"MESSAGE": "Nagios installation option is deprecated and will be removed from packstack in Pike.",
"MESSAGE_VALUES": ["y"]},
{"CMD_OPTION": "exclude-servers",
"PROMPT": (