Uncomment password change call
This commit is contained in:
		
					parent
					
						
							
								eda766dc6c
							
						
					
				
			
			
				commit
				
					
						9c96f2447c
					
				
			
		
					 1 changed files with 5 additions and 5 deletions
				
			
		| 
						 | 
					@ -491,11 +491,11 @@ class OpenNebulaManager():
 | 
				
			||||||
        else:
 | 
					        else:
 | 
				
			||||||
            logger.debug("opennebula_user is object and corresponding id is %s"
 | 
					            logger.debug("opennebula_user is object and corresponding id is %s"
 | 
				
			||||||
                         % self.opennebula_user.id)
 | 
					                         % self.opennebula_user.id)
 | 
				
			||||||
        # self.oneadmin_client.call(
 | 
					        self.oneadmin_client.call(
 | 
				
			||||||
        #     oca.User.METHODS['passwd'],
 | 
					            oca.User.METHODS['passwd'],
 | 
				
			||||||
        #     self.opennebula_user if type(self.opennebula_user) == int else self.opennebula_user.id,
 | 
					            self.opennebula_user if type(self.opennebula_user) == int else self.opennebula_user.id,
 | 
				
			||||||
        #     passwd_hash
 | 
					            passwd_hash
 | 
				
			||||||
        # )
 | 
					        )
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    def add_public_key(self, user, public_key='', merge=False):
 | 
					    def add_public_key(self, user, public_key='', merge=False):
 | 
				
			||||||
        """
 | 
					        """
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue