Pass the opennebula user id as the object id
This commit is contained in:
		
					parent
					
						
							
								c92b8c6fac
							
						
					
				
			
			
				commit
				
					
						85136d80cc
					
				
			
		
					 1 changed files with 1 additions and 2 deletions
				
			
		| 
						 | 
					@ -383,8 +383,7 @@ class OpenNebulaManager():
 | 
				
			||||||
        UPDATE_TYPE = 1
 | 
					        UPDATE_TYPE = 1
 | 
				
			||||||
        return_value = self.client.call(
 | 
					        return_value = self.client.call(
 | 
				
			||||||
            'user.update',
 | 
					            'user.update',
 | 
				
			||||||
            self.email,
 | 
					            self.opennebula_user.id,
 | 
				
			||||||
            self.password,
 | 
					 | 
				
			||||||
            '<SSH_PUBLIC_KEY>%s</SSH_PUBLIC_KEY>' % ssh_key,
 | 
					            '<SSH_PUBLIC_KEY>%s</SSH_PUBLIC_KEY>' % ssh_key,
 | 
				
			||||||
            UPDATE_TYPE
 | 
					            UPDATE_TYPE
 | 
				
			||||||
        )
 | 
					        )
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue