Declare cli.yaml_config option as not required

YAML configuration support has been deprecated and will be removed. We
don't need this option for starting the service.

Depends-On: https://review.opendev.org/709389
Change-Id: I6d473d54a97abfb91e73c0e47cd7536639bb14e2
Story: 2007318
Task: 38827
This commit is contained in:
Witek Bedyk 2020-02-20 18:01:15 +01:00 committed by Witold Bedyk
parent 753b16903a
commit 76f86ec612

View File

@ -25,7 +25,8 @@ cli_opts = [
deprecated_reason='monasca-notification has moved to '
'oslo.conf henceusing YAML based '
'configuration will be removed '
'after PIKE release.')
'after PIKE release.',
required=False)
]