Fixes lp:813864 by removing the broken assert. The assert was a check for isinstance of 'int' that should have been 'long'. But it doesn't appear this assert really belongs, anyway.
This commit is contained in:
		| @@ -180,7 +180,6 @@ class AbstractScheduler(driver.Scheduler): | ||||
|         for zone_id, result in child_results: | ||||
|             if not result: | ||||
|                 continue | ||||
|             assert isinstance(zone_id, int) | ||||
|  | ||||
|             for zone_rec in zones: | ||||
|                 if zone_rec['id'] != zone_id: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Chris Behrens
					Chris Behrens