index
:
nova.git
shared-key-msg
OpenStack's nova patches.
Simo Sorce
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
nova
/
scheduler
/
least_cost.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactor scheduling weights.
Chris Behrens
2012-11-14
1
-118
/
+0
*
Switch from FLAGS to CONF in nova.scheduler
Mark McLoughlin
2012-11-04
1
-2
/
+3
*
update compute_fill_first_cost_fn docstring
Sean Dague
2012-07-24
1
-2
/
+7
*
Switch to common logging.
Andrew Bogott
2012-07-02
1
-1
/
+1
*
Add __repr__ to least_cost scheduler.
Chris Behrens
2012-05-16
1
-0
/
+5
*
Clean up weighted_sum logic.
Yuriy Taraday
2012-05-04
1
-27
/
+8
*
Default scheduler to spread-first
Vishvananda Ishaya
2012-03-26
1
-2
/
+4
*
Fix OpenStack Capitalization
Joe Gordon
2012-03-15
1
-1
/
+1
*
fix restructuredtext formatting in docstrings that show up in the developer g...
Doug Hellmann
2012-03-05
1
-6
/
+9
*
Fix WeightedHost
Mark Washenberger
2012-02-22
1
-2
/
+0
*
Scheduler notifications added.
Sandy Walsh
2012-02-21
1
-0
/
+8
*
Removed zones from api and distributed scheduler
Sandy Walsh
2012-02-16
1
-16
/
+2
*
Standardize logging delaration and use
Jason Kölker
2012-02-14
1
-1
/
+1
*
Remove the last of the gflags shim layer
Mark McLoughlin
2012-02-10
1
-1
/
+1
*
Move cfg to nova.openstack.common
Mark McLoughlin
2012-02-03
1
-1
/
+1
*
Refactor away the flags.DEFINE_* helpers
Mark McLoughlin
2012-01-28
1
-9
/
+17
*
Separate scheduler host management
Chris Behrens
2012-01-18
1
-18
/
+18
*
Remove a whole bunch of unused imports
Vishvananda Ishaya
2012-01-13
1
-1
/
+0
*
Add auto-reloading JSON config file support to scheduler.
Sandy Walsh
2011-11-04
1
-80
/
+6
*
flatten distributed scheduler
Sandy Walsh
2011-11-01
1
-116
/
+139
*
Restructure host filtering to be easier to use.
Johannes Erdfelt
2011-10-04
1
-3
/
+6
*
compute_api create*() and schedulers refactoring
Chris Behrens
2011-09-27
1
-2
/
+1
*
got tests passing with logic changes
Ed Leafe
2011-08-15
1
-71
/
+63
*
Refactored the scheduler classes without changing functionality. Removed all ...
Ed Leafe
2011-08-11
1
-2
/
+5
*
fix undefined variable error
Matthew Hooker
2011-08-03
1
-1
/
+2
*
fix undeclared name error
Matthew Hooker
2011-07-27
1
-0
/
+1
*
LeastCostScheduler wasn't checking for topic cost functions correctly.
Chris Behrens
2011-06-23
1
-2
/
+9
*
typo in least cost scheduler
Chris Behrens
2011-06-23
1
-1
/
+1
*
Add some resource checking for memory available when scheduling
Chris Behrens
2011-06-23
1
-14
/
+25
*
Pep8 fixes
Rick Harris
2011-05-17
1
-9
/
+21
*
Adding fill first cost function
Rick Harris
2011-05-17
1
-0
/
+12
*
Merging in Sandy's changes adding Noop Cost Fn with tests
Rick Harris
2011-05-17
1
-17
/
+70
*
First cut at least cost scheduler
Rick Harris
2011-05-17
1
-0
/
+79