Use username for opennebula related tasks
This commit is contained in:
parent
45af92e049
commit
e2c86116b2
5 changed files with 18 additions and 17 deletions
|
|
@ -1013,7 +1013,7 @@ class OrderConfirmationView(DetailView, FormView):
|
|||
|
||||
owner = new_user
|
||||
manager = OpenNebulaManager(
|
||||
email=owner.email,
|
||||
email=owner.username,
|
||||
password=owner.password
|
||||
)
|
||||
keys_to_save = get_all_public_keys(new_user)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue