Merge "[coordination] backend_url should be secret" into stable/wallaby
This commit is contained in:
@@ -31,6 +31,7 @@ LOG = log.getLogger(__name__)
|
|||||||
|
|
||||||
coordination_opts = [
|
coordination_opts = [
|
||||||
cfg.StrOpt('backend_url',
|
cfg.StrOpt('backend_url',
|
||||||
|
secret=True,
|
||||||
default='file://$state_path',
|
default='file://$state_path',
|
||||||
help='The back end URL to use for distributed coordination.')
|
help='The back end URL to use for distributed coordination.')
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user