mirror of
				https://github.com/fog/fog.git
				synced 2022-11-09 13:51:43 -05:00 
			
		
		
		
	Must use values, so that connection.list_roles gets corrent argument.
This commit is contained in:
		
							parent
							
								
									9e371377de
								
							
						
					
					
						commit
						b5edd9f476
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -17,7 +17,7 @@ module Fog
 | 
			
		|||
 | 
			
		||||
        def list_roles
 | 
			
		||||
          Excon::Response.new(
 | 
			
		||||
            :body   => { 'roles' => self.data[:roles] },
 | 
			
		||||
            :body   => { 'roles' => self.data[:roles].values },
 | 
			
		||||
            :status => 200
 | 
			
		||||
          )
 | 
			
		||||
        end
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue