This website requires JavaScript.
Explore
Get Started
x
/
python-ganttclient
Code
Issues
Proposed changes
Files
dd22da65b2ea23112cafe6f567e7d46c60a3222c
python-ganttclient
/
nova
/
scheduler
History
Ed Leafe
c7c5f341bb
Refactored the HostFilterScheduler and LeastCostScheduler classes so that they can be combined into a single class that can do both host filtering and host weighting, allowing subclasses to override those processes as needed. Also renamed the ZoneAwareScheduler to AbstractScheduler, for two reasons: one, the 'zone-aware' designation was necessary when the zone code was being developed; now that it is part of nova, it is not an important distinction. Second, the 'Abstract' part clearly indicates that this is a class that is not designed to be used directly, but rather as the basis for specific scheduler subclasses.
2011-08-16 13:01:41 +00:00
..
__init__.py
fix copyrights for new files, etc
2010-08-06 18:10:41 -05:00
abstract_scheduler.py
Refactored the scheduler classes without changing functionality. Removed all 'zone-aware' naming references, as these were only useful during the zone development process. Also fixed some PEP8 problems in trunk code.
2011-08-11 14:00:56 -05:00
api.py
uses 2.6.0 novaclient (OS API 1.1 support)
2011-08-04 10:43:42 -07:00
host_filter.py
Refactored the scheduler classes without changing functionality. Removed all 'zone-aware' naming references, as these were only useful during the zone development process. Also fixed some PEP8 problems in trunk code.
2011-08-11 14:00:56 -05:00
least_cost.py
Refactored the scheduler classes without changing functionality. Removed all 'zone-aware' naming references, as these were only useful during the zone development process. Also fixed some PEP8 problems in trunk code.
2011-08-11 14:00:56 -05:00
multi.py
allow scheduling topics to multiple drivers
2011-08-11 16:26:26 -07:00
simple.py
merge with nova trunk
2011-06-16 01:46:24 +09:00
zone_manager.py
Removed verbose debugging output when capabilities are reported.
2011-08-10 11:25:38 -05:00
zone.py
Review feedback
2011-03-31 14:29:16 -05:00