python-tripleoclient/releasenotes/notes/unused-param-warning-c5717c129adf543a.yaml
Saravanan KR fb94d56227 Add a warning message for the list of unused parameters
Having parameters which are unused may harm sometimes, in case
if a parameters is deprecated in one cycle and removed in the
following and user didn't migrate to the new parameter. But this
also adds the list of parameters which are valid but currently
not used (since the related service is disabled). This patch adds
a warning message to the user to know the list of parameters
which are not used in the current deployment plan.

Change-Id: Id59a016c73fc4847c4ba507b3ec2492eee7234a0
2017-08-21 17:30:47 +05:30

6 lines
170 B
YAML

---
features:
- |
Added a warning message to provide the list of parameters which are
not used in a deployment plan, but provided by the user via environments.