Removed a comment
This commit is contained in:
parent
6d826fdfd2
commit
085786907c
1 changed files with 0 additions and 1 deletions
|
@ -64,7 +64,6 @@ def create_vm_task(self, vm_template_id, user, specs, template,
|
||||||
logger.debug("Using user {user} to create VM".format(
|
logger.debug("Using user {user} to create VM".format(
|
||||||
user=self.request.user.email))
|
user=self.request.user.email))
|
||||||
|
|
||||||
# Create a vm using oneadmin, also specify the name
|
|
||||||
vm_id = manager.create_vm(
|
vm_id = manager.create_vm(
|
||||||
template_id=vm_template_id,
|
template_id=vm_template_id,
|
||||||
specs=specs,
|
specs=specs,
|
||||||
|
|
Loading…
Reference in a new issue