Fixed orchestration management command
This commit is contained in:
parent
3fe01a834b
commit
c3f7c6946f
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue