Add log message
This commit is contained in:
parent
bbb51b71a6
commit
ff28c6e8e8
1 changed files with 3 additions and 0 deletions
|
@ -59,6 +59,9 @@ class Command(BaseCommand):
|
|||
on_pass = user.get('pass')
|
||||
|
||||
# Create OpenNebulaManager
|
||||
self.style.SUCCESS(
|
||||
'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