summaryrefslogtreecommitdiffstats
path: root/nova/scheduler/scheduler_options.py
Commit message (Expand)AuthorAgeFilesLines
* Remove usage of locals() for formatting from nova.scheduler.*Changbin Liu2013-06-191-3/+3
* Improve Python 3.x compatibilityDirk Mueller2013-06-011-2/+2
* Fix issues with re-raising exceptions.Russell Bryant2013-03-051-3/+4
* Update OpenStack LLC to FoundationKurt Taylor2013-02-261-1/+1
* Use oslo-config-2013.1b4Mark McLoughlin2013-02-191-1/+2
* Remove nova.config.CONFMark McLoughlin2012-11-201-2/+1
* Remove nova.flags imports from scheduler codeChris Behrens2012-11-151-1/+0
* Switch from FLAGS to CONF in nova.schedulerMark McLoughlin2012-11-041-3/+4
* Switch to common logging.Andrew Bogott2012-07-021-1/+1
* Replaces functions in utils.py with openstack/common/timeutils.pyZhongyue Luo2012-06-161-2/+2
* Use utils.utcnow rather than datetime.utcnowZhongyue Luo2012-05-251-1/+4
* Fix OpenStack CapitalizationJoe Gordon2012-03-151-1/+1
* Only raw string literals should be used with _()Johannes Erdfelt2012-03-041-1/+1
* Standardize logging delaration and useJason Kölker2012-02-141-1/+1
* Remove the last of the gflags shim layerMark McLoughlin2012-02-101-1/+1
* Backslash continuations (network, scheduler)Zhongyue Luo2012-02-081-6/+6
* Move cfg to nova.openstack.commonMark McLoughlin2012-02-031-1/+1
* Refactor away the flags.DEFINE_* helpersMark McLoughlin2012-01-281-3/+7
* Add auto-reloading JSON config file support to scheduler.Sandy Walsh2011-11-041-0/+98