summaryrefslogtreecommitdiffstats
path: root/nova/utils.py
Commit message (Expand)AuthorAgeFilesLines
* Removes utils.fetch_file (no longer used).Dan Prince2012-06-251-5/+0
* Merge "Replaces functions in utils.py with openstack/common/timeutils.py"Jenkins2012-06-181-82/+3
|\
| * Replaces functions in utils.py with openstack/common/timeutils.pyZhongyue Luo2012-06-161-82/+3
* | Add CPU arch filter scheduler supportChuck Short2012-06-151-0/+9
|/
* Remove utils.deprecated functions.Dan Prince2012-06-111-168/+0
* Revert "blueprint <multi-process-api-service>"James E. Blair2012-06-041-8/+0
* blueprint <multi-process-api-service>Zhiteng Huang2012-06-021-0/+8
* Merge "Use cfg's new global CONF object"Jenkins2012-05-301-21/+0
|\
| * Use cfg's new global CONF objectMark McLoughlin2012-05-301-21/+0
* | Grammar fixes.Matt Joyce2012-05-291-1/+1
|/
* Use utils.utcnow rather than datetime.utcnowZhongyue Luo2012-05-251-2/+2
* Merge "Remove old flagfile support."Jenkins2012-05-161-5/+5
|\
| * Remove old flagfile support.Ghe Rivero2012-05-101-5/+5
* | Make use of openstack.common.jsonutils.Russell Bryant2012-05-151-100/+0
* | Alphabetize importsJoe Gordon2012-05-141-1/+1
* | Use ConfigOpts.find_file() to find paste configMark McLoughlin2012-05-101-23/+0
* | Merge "Use ConfigOpts.find_file() to locate policy.json"Jenkins2012-05-101-0/+1
|\ \ | |/ |/|
| * Use ConfigOpts.find_file() to locate policy.jsonMark McLoughlin2012-05-041-0/+1
* | Defer image_ref update to manager on rebuildChris Behrens2012-05-091-0/+5
* | Merge "pylint cleanup"Jenkins2012-05-081-3/+1
|\ \
| * | pylint cleanupJoe Gordon2012-05-071-3/+1
* | | Merge "adjust logging levels for utils.py"Jenkins2012-05-081-2/+2
|\ \ \ | |/ / |/| |
| * | adjust logging levels for utils.pyPeng Yong2012-05-011-2/+2
* | | Replaces exceptions.Error with NovaExceptionAlex Meade2012-05-071-12/+15
| |/ |/|
* | Use save_and_reraise_exception() from common.Russell Bryant2012-05-021-29/+4
|/
* Use openstack.common.importutils.Russell Bryant2012-04-281-24/+4
* Moves `usage_from_instance` into nova.compute.utils.Rick Harris2012-04-201-30/+0
* Add deleted_at to instance usage notification.Rick Harris2012-04-131-4/+6
* Renamed current_audit_period function to last_completed_audit_period to clari...Brian Elliott2012-04-121-1/+1
* Merge "fix TypeError with unstarted threads in nova-network"Jenkins2012-04-101-1/+1
|\
| * fix TypeError with unstarted threads in nova-networkIonuț Arțăriși2012-04-021-1/+1
* | Improved localization testing.Yuriy Taraday2012-04-101-15/+13
* | Cleanup xenapi driver logging messages to include instanceJohannes Erdfelt2012-04-061-2/+2
* | ensure atomic manipulation of libvirt disk imagesPádraig Brady2012-03-241-4/+17
|/
* Add periodic_fuzzy_delay option.Rick Harris2012-03-231-3/+4
* Fixes bug 957708.MotoKen2012-03-201-0/+4
* Merge "various cleanups"Jenkins2012-03-181-2/+2
|\
| * various cleanupsPádraig Brady2012-03-161-2/+2
* | Workaround issue with greenthreads and lockfilesVishvananda Ishaya2012-03-161-1/+43
|/
* Refix mac change to work around libvirt issueVishvananda Ishaya2012-03-141-1/+7
* Merge "Use a high number for our default mac addresses"Jenkins2012-03-101-1/+1
|\
| * Use a high number for our default mac addressesVishvananda Ishaya2012-03-081-1/+1
* | Add pybasedir and bindir optionsMark McLoughlin2012-03-091-4/+0
|/
* Add adjustable offset to audit_period.Monsyne Dragon2012-03-071-17/+66
* fix restructuredtext formatting in docstrings that show up in the developer g...Doug Hellmann2012-03-051-45/+52
* Only raw string literals should be used with _()Johannes Erdfelt2012-03-041-17/+17
* Refactor spawn to use UndoManager.Rick Harris2012-03-011-0/+26
* Add missing filters for new root commandsThierry Carrez2012-02-291-0/+2
* Use constant time string comparisons for auth.Russell Bryant2012-02-281-0/+20
* Merge "OS X Support fixed, bug 942352"Jenkins2012-02-281-2/+5
|\