Merge "[coordination] backend_url should be secret"
This commit is contained in:
commit
4980d8279b
@ -38,6 +38,7 @@ LOG = log.getLogger(__name__)
|
||||
|
||||
coordination_opts = [
|
||||
cfg.StrOpt('backend_url',
|
||||
secret=True,
|
||||
default='file://$state_path',
|
||||
help='The backend URL to use for distributed coordination.'),
|
||||
]
|
||||
|
6
releasenotes/notes/bug-2012246-292d7d93260a1fe5.yaml
Normal file
6
releasenotes/notes/bug-2012246-292d7d93260a1fe5.yaml
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
fixes:
|
||||
- |
|
||||
`Bug #2008017 <https://bugs.launchpad.net/cinder/+bug/2012246>`_: Hide
|
||||
value of the `[coordination] backend_url` option from logs because it can
|
||||
contain credential.
|
Loading…
Reference in New Issue
Block a user