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