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, cfg.BoolOpt('enable_execute_action', default=True,
help='Set the flag to False if you don\'t want Congress ' help='Set the flag to False if you don\'t want Congress '
'to execute actions.'), 'to execute actions.'),
cfg.BoolOpt('distributed_architecture', default=True, cfg.BoolOpt('distributed_architecture',
help="The flag to use congress new distributed architecture." deprecated_for_removal=True,
"Don't set it to True in L release since the new " deprecated_reason='distributed architecture is now the only '
"architecture is under implementation."), 'supported configuration.',
help="Set the flag to use congress distributed architecture."),
] ]
# Register the configuration options # Register the configuration options