More logging
This commit is contained in:
parent
ff28c6e8e8
commit
8c374af4ff
1 changed files with 1 additions and 0 deletions
|
@ -62,6 +62,7 @@ class Command(BaseCommand):
|
|||
self.style.SUCCESS(
|
||||
'Connecting using %s %s' % (on_user, on_pass)
|
||||
)
|
||||
print('Connecting using %s %s' % (on_user, on_pass))
|
||||
manager = OpenNebulaManager(email=on_user, password=on_pass)
|
||||
handle_metadata_and_emails(order_id, vm_id, manager, user, specs,
|
||||
template)
|
||||
|
|
Loading…
Reference in a new issue