Fixed orchestration management command
This commit is contained in:
parent
3fe01a834b
commit
c3f7c6946f
|
@ -76,7 +76,7 @@ class Command(BaseCommand):
|
||||||
servers = []
|
servers = []
|
||||||
# Print scripts
|
# Print scripts
|
||||||
for key, value in scripts.items():
|
for key, value in scripts.items():
|
||||||
route, __ = key
|
route, __, __ = key
|
||||||
backend, operations = value
|
backend, operations = value
|
||||||
servers.append(str(route.host))
|
servers.append(str(route.host))
|
||||||
self.stdout.write('# Execute on %s' % route.host)
|
self.stdout.write('# Execute on %s' % route.host)
|
||||||
|
|
Loading…
Reference in New Issue