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:
parent
753b16903a
commit
76f86ec612
@ -25,7 +25,8 @@ cli_opts = [
|
|||||||
deprecated_reason='monasca-notification has moved to '
|
deprecated_reason='monasca-notification has moved to '
|
||||||
'oslo.conf henceusing YAML based '
|
'oslo.conf henceusing YAML based '
|
||||||
'configuration will be removed '
|
'configuration will be removed '
|
||||||
'after PIKE release.')
|
'after PIKE release.',
|
||||||
|
required=False)
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user