Fixed orchestration management command

This commit is contained in:
Marc Aymerich 2015-06-03 12:51:47 +00:00
parent 3fe01a834b
commit c3f7c6946f
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ class Command(BaseCommand):
servers = []
# Print scripts
for key, value in scripts.items():
route, __ = key
route, __, __ = key
backend, operations = value
servers.append(str(route.host))
self.stdout.write('# Execute on %s' % route.host)