spec/classes/cloud_compute_hypervisor_spec.rb : Add nova_shell param in nova
This commit is contained in:
		@@ -99,7 +99,8 @@ describe 'cloud::compute::hypervisor' do
 | 
			
		||||
          :memcached_servers       => ['10.0.0.1','10.0.0.2'],
 | 
			
		||||
          :database_connection     => 'mysql://nova:secrete@10.0.0.1/nova?charset=utf8',
 | 
			
		||||
          :glance_api_servers      => 'http://10.0.0.1:9292',
 | 
			
		||||
          :log_dir                 => false
 | 
			
		||||
          :log_dir                 => false,
 | 
			
		||||
          :nova_shell              => '/bin/bash'
 | 
			
		||||
        )
 | 
			
		||||
      should contain_nova_config('DEFAULT/resume_guests_state_on_host_boot').with('value' => true)
 | 
			
		||||
      should contain_nova_config('DEFAULT/default_availability_zone').with('value' => 'MyZone')
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user