Added missing oneadmin's ssh key statement
This commit is contained in:
		
					parent
					
						
							
								339a6283cd
							
						
					
				
			
			
				commit
				
					
						2b71795431
					
				
			
		
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
					@ -58,6 +58,7 @@ def create_vm_task(self, vm_template_id, user, specs, template, stripe_customer_
 | 
				
			||||||
        vm_id = manager.create_vm(
 | 
					        vm_id = manager.create_vm(
 | 
				
			||||||
            template_id=vm_template_id,
 | 
					            template_id=vm_template_id,
 | 
				
			||||||
            specs=specs,
 | 
					            specs=specs,
 | 
				
			||||||
 | 
					            ssh_key=settings.ONEADMIN_USER_SSH_PUBLIC_KEY,
 | 
				
			||||||
            vm_name="{email}-{template_name}-{date}".format(
 | 
					            vm_name="{email}-{template_name}-{date}".format(
 | 
				
			||||||
                email=user.get('email'),
 | 
					                email=user.get('email'),
 | 
				
			||||||
                template_name=template.get('name'),
 | 
					                template_name=template.get('name'),
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue