Merge "Make transport_url config option secret"
This commit is contained in:
@@ -40,6 +40,7 @@ _notifier_opts = [
|
|||||||
cfg.StrOpt('transport_url',
|
cfg.StrOpt('transport_url',
|
||||||
deprecated_name='notification_transport_url',
|
deprecated_name='notification_transport_url',
|
||||||
deprecated_group='DEFAULT',
|
deprecated_group='DEFAULT',
|
||||||
|
secret=True,
|
||||||
help='A URL representing the messaging driver to use for '
|
help='A URL representing the messaging driver to use for '
|
||||||
'notifications. If not set, we fall back to the same '
|
'notifications. If not set, we fall back to the same '
|
||||||
'configuration used for RPC.'),
|
'configuration used for RPC.'),
|
||||||
|
|||||||
@@ -37,6 +37,7 @@ from oslo_messaging import exceptions
|
|||||||
|
|
||||||
_transport_opts = [
|
_transport_opts = [
|
||||||
cfg.StrOpt('transport_url',
|
cfg.StrOpt('transport_url',
|
||||||
|
secret=True,
|
||||||
help='A URL representing the messaging driver to use and its '
|
help='A URL representing the messaging driver to use and its '
|
||||||
'full configuration. If not set, we fall back to the '
|
'full configuration. If not set, we fall back to the '
|
||||||
'rpc_backend option and driver specific configuration.'),
|
'rpc_backend option and driver specific configuration.'),
|
||||||
|
|||||||
Reference in New Issue
Block a user