hobo: fix redeploy in case of multiple tenants (#9772)

This commit is contained in:
Frédéric Péters 2016-01-26 15:10:57 +01:00
parent 1b7b49186d
commit 70d8ab3a9c
1 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,7 @@ import urllib2
import urlparse
import hashlib
from quixote import cleanup
from qommon.ctl import Command, make_option
from qommon.storage import atomic_write
@ -63,6 +64,7 @@ class CmdCheckHobos(Command):
except IndexError:
pass
else:
cleanup()
self.deploy(base_options, sub_options, [me['base_url'], hobo_json_path])
else:
self.deploy(base_options, sub_options, args)