mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-11-03 21:02:34 +00:00 
			
		
		
		
	removed the debugger
This commit is contained in:
		@@ -72,8 +72,8 @@ class xCATBareMetalDriver(bm_driver.BareMetalDriver):
 | 
			
		||||
        :param block_device_info: Information about block devices to be
 | 
			
		||||
                                  attached to the instance.
 | 
			
		||||
        """
 | 
			
		||||
 	import pdb
 | 
			
		||||
	pdb.set_trace()
 | 
			
		||||
 	    #import pdb
 | 
			
		||||
	    #pdb.set_trace()
 | 
			
		||||
        node_uuid = self._require_node(instance)
 | 
			
		||||
        node = db.bm_node_associate_and_update(context, node_uuid,
 | 
			
		||||
                    {'instance_uuid': instance['uuid'],
 | 
			
		||||
@@ -166,8 +166,8 @@ class xCATBareMetalDriver(bm_driver.BareMetalDriver):
 | 
			
		||||
                                  be detached from the instance.
 | 
			
		||||
        :param destroy_disks: Indicates if disks should be destroyed
 | 
			
		||||
        """
 | 
			
		||||
 	#import pdb
 | 
			
		||||
	#pdb.set_trace()
 | 
			
		||||
 	    #import pdb
 | 
			
		||||
	    #pdb.set_trace()
 | 
			
		||||
        try:
 | 
			
		||||
            node = bm_driver._get_baremetal_node_by_instance_uuid(instance['uuid'])
 | 
			
		||||
            
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user