Removed a comment

This commit is contained in:
PCoder 2017-09-09 18:19:33 +05:30
parent 6d826fdfd2
commit 085786907c

View file

@ -64,7 +64,6 @@ def create_vm_task(self, vm_template_id, user, specs, template,
logger.debug("Using user {user} to create VM".format(
user=self.request.user.email))
# Create a vm using oneadmin, also specify the name
vm_id = manager.create_vm(
template_id=vm_template_id,
specs=specs,