mirror of
				https://github.com/fog/fog.git
				synced 2022-11-09 13:51:43 -05:00 
			
		
		
		
	Add vsh_id attribute to Bluebox::Server
This attribute was added about 3 months ago.
This commit is contained in:
		
							parent
							
								
									d4da04b169
								
							
						
					
					
						commit
						253672c451
					
				
					 2 changed files with 3 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -20,6 +20,7 @@ module Fog
 | 
			
		|||
        attribute :storage
 | 
			
		||||
        attribute :template
 | 
			
		||||
        attribute :ipv6_only
 | 
			
		||||
        attribute :vsh_id
 | 
			
		||||
 | 
			
		||||
        attr_accessor :hostname, :password, :lb_applications, :lb_services, :lb_backends
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -11,7 +11,8 @@ Shindo.tests('Fog::Compute[:bluebox] | block requests', ['bluebox']) do
 | 
			
		|||
    'product'         => {'cost' => String, 'description' => String, 'id' => String},
 | 
			
		||||
    'status'          => String,
 | 
			
		||||
    'storage'         => Integer,
 | 
			
		||||
    'location_id'     => String
 | 
			
		||||
    'location_id'     => String,
 | 
			
		||||
    'vsh_id'          => String
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  tests('success') do
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue