Merge "Ensure publisher_id is set correctly in notifications"

This commit is contained in:
Jenkins
2015-02-10 04:50:54 +00:00
committed by Gerrit Code Review
4 changed files with 8 additions and 4 deletions

View File

@@ -140,7 +140,7 @@ def get_server(target, endpoints, serializer=None):
serializer=serializer)
def get_notifier(service=None, host=None, publisher_id=None):
def get_notifier(service, host=None, publisher_id=None):
assert NOTIFIER is not None
if not publisher_id:
publisher_id = "%s.%s" % (service, host or CONF.host)