fix mismerge.
This commit is contained in:
		@@ -553,7 +553,7 @@ class API(base.Base):
 | 
				
			|||||||
                    instance['id'],
 | 
					                    instance['id'],
 | 
				
			||||||
                    state_description='stopping',
 | 
					                    state_description='stopping',
 | 
				
			||||||
                    state=power_state.NOSTATE,
 | 
					                    state=power_state.NOSTATE,
 | 
				
			||||||
                    terminated_at=datetime.datetime.utcnow())
 | 
					                    terminated_at=utils.utcnow())
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        host = instance['host']
 | 
					        host = instance['host']
 | 
				
			||||||
        if host:
 | 
					        if host:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user