Merge pull request #25867 from rallytime/bp-25370

Back-port #25370 to 2015.8
This commit is contained in:
Thomas S Hatch 2015-07-30 11:33:28 -06:00
commit c24970e22a

View File

@ -807,6 +807,7 @@ class Minion(MinionBase):
'the minions connection attempt.')
log.error(msg)
else:
self.tok = pub_channel.auth.gen_token('salt')
self.connected = True
raise tornado.gen.Return((opts['master'], pub_channel))