Typos fixed
Change-Id: I2ac91358c91b6c5a487ebabe010f0de26daf7d0c
This commit is contained in:
		
				
					committed by
					
						
						Sarvesh Ranjan
					
				
			
			
				
	
			
			
			
						parent
						
							d59dd36015
						
					
				
				
					commit
					9a6ee67268
				
			@@ -60,7 +60,7 @@ class PciDevicePool(base.NovaObject):
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
class PciDevicePoolList(base.ObjectListBase, base.NovaObject):
 | 
			
		||||
    # Version 1.0: Initial verison
 | 
			
		||||
    # Version 1.0: Initial version
 | 
			
		||||
    #              PciDevicePool <= 1.0
 | 
			
		||||
    VERSION = '1.0'
 | 
			
		||||
    fields = {
 | 
			
		||||
 
 | 
			
		||||
@@ -683,7 +683,7 @@ class CinderCloudTestCase(test.TestCase):
 | 
			
		||||
        self._tearDownBlockDeviceMapping(instances, volumes)
 | 
			
		||||
 | 
			
		||||
    def test_format_instance_bdm_while_attaching_volume(self):
 | 
			
		||||
        # NOTE(ft): Since instance bdm is deleted immediatly by detach
 | 
			
		||||
        # NOTE(ft): Since instance bdm is deleted immediately by detach
 | 
			
		||||
        # operation call, no test for 'detaching' stage is required
 | 
			
		||||
        vol = self.cloud.create_volume(self.context, size=1)
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user