Mark distributed_architecture config as DEPRECATED

Change-Id: I748c62fd1ada624c7fd874df4aa0c49a58957d28
This commit is contained in:
Anusha Ramineni 2016-09-21 09:29:25 +05:30
parent 8fd5ca3c35
commit 83ee990a3f
1 changed files with 5 additions and 4 deletions

View File

@ -72,10 +72,11 @@ core_opts = [
cfg.BoolOpt('enable_execute_action', default=True,
help='Set the flag to False if you don\'t want Congress '
'to execute actions.'),
cfg.BoolOpt('distributed_architecture', default=True,
help="The flag to use congress new distributed architecture."
"Don't set it to True in L release since the new "
"architecture is under implementation."),
cfg.BoolOpt('distributed_architecture',
deprecated_for_removal=True,
deprecated_reason='distributed architecture is now the only '
'supported configuration.',
help="Set the flag to use congress distributed architecture."),
]
# Register the configuration options