Merge "Set default notifier endpoint"

This commit is contained in:
Zuul 2018-11-19 09:22:28 +00:00 committed by Gerrit Code Review
commit 86cf4f707a
2 changed files with 2 additions and 2 deletions

View File

@ -241,7 +241,7 @@
# Endpoint URL for the notification system. If you the driver you are using
# doesnot require any URL just comment it or use none (string value)
#endpoint = <None>
#endpoint = localhost
# Username to authenticate against the notification system. If the driver you
# are using doesnot require any authentications comment or use None (string

View File

@ -151,7 +151,7 @@ _NOTIFIERS = [
'StandardEmail and freezer_dr.notifiers.drivers.default.'
'slack.slack.SlackNotifier'),
cfg.StrOpt('endpoint',
default=None,
default='localhost',
dest='endpoint',
help='Endpoint URL for the notification system. If you the '
'driver you are using doesnot require any URL just comment'