Skip to content

Commit

Permalink
Merge branch 'master' into return_in_tools
Browse files Browse the repository at this point in the history
  • Loading branch information
skdwriting authored Apr 22, 2022
2 parents d66bfb4 + 72b8000 commit f0fb5f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion delfin/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ def flags(self, **kw):
CONF.set_override(k, v)

def start_service(self, name, host=None, **kwargs):
host = host and host or uuidutils.generate_uuid()
host = host or uuidutils.generate_uuid()
kwargs.setdefault('host', host)
kwargs.setdefault('binary', 'delfin-%s' % name)
svc = service.Service.create(**kwargs)
Expand Down

0 comments on commit f0fb5f1

Please sign in to comment.