summaryrefslogtreecommitdiffstats
path: root/nova/common
Commit message (Expand)AuthorAgeFilesLines
* Switch to using memorycache from oslo.Vishvananda Ishaya2013-03-011-90/+0
* Flush tokens on instance deleteJohn Herndon2013-02-211-0/+5
* Use oslo-config-2013.1b4Mark McLoughlin2013-02-191-1/+2
* Use oslo database codeEric Windisch2013-02-051-128/+0
* Fixes "is not" usageZhongyue Luo2013-01-311-1/+1
* Move memcached_servers opt into common.memorycacheMark McLoughlin2013-01-091-0/+20
* Switch to using eventlet_backdoor from oslo.Matthew Treinish2012-11-161-83/+0
* Add support for backdoor_port to be returned with a rpc call.Matthew Treinish2012-11-141-3/+5
* Switch from FLAGS to CONF in misc modulesMark McLoughlin2012-11-041-4/+5
* sync deprecated log method from openstack-commonSean Dague2012-11-021-55/+0
* Implement paginate query use marker in nova-apipengyuwei2012-09-071-0/+128
* OpenStack capitalization added to HACKING.rstJoe Gordon2012-08-171-1/+1
* Only log deprecated config warnings once.Dan Prince2012-08-051-1/+14
* Switch to common logging.Andrew Bogott2012-07-021-1/+1
* Merge "added deprecated.warn helper method"Jenkins2012-06-181-0/+42
|\
| * added deprecated.warn helper methodSean Dague2012-06-181-0/+42
* | Replaces functions in utils.py with openstack/common/timeutils.pyZhongyue Luo2012-06-161-3/+3
|/
* Make eventlet backdoor play nicer with gettextJohannes Erdfelt2012-06-071-1/+12
* Use openstack-common's policy moduleKevin L. Mitchell2012-06-041-222/+0
* Add eventlet backdoor to facilitate troubleshooting.Johannes Erdfelt2012-05-161-0/+69
* improve speed of metadataJesse Andrews2012-03-121-0/+64
* fix restructuredtext formatting in docstrings that show up in the developer g...Doug Hellmann2012-03-051-38/+53
* Move cfg to nova.openstack.commonMark McLoughlin2012-02-031-1126/+0
* Ignore case in policy role checks.Dan Prince2012-01-271-1/+1
* Add default policy ruleBrian Waldon2012-01-161-4/+9
* Implements blueprint separate-nova-volumeapiAnthony Young2012-01-131-4/+4
* Add policy checks to Compute.APIBrian Waldon2012-01-121-3/+3
* Makes common/cfg.py raise AttributeErrorVishvananda Ishaya2012-01-111-1/+1
* Adds simple policy engine supportVishvananda Ishaya2012-01-091-0/+202
* PEP8 type comparison cleanuplzyeval2012-01-041-1/+1
* PEP8 remove direct type comparisonslzyeval2012-01-031-2/+2
* Make cfg work on python 2.6Mark McLoughlin2011-12-081-1/+1
* Add new cfg moduleMark McLoughlin2011-12-072-0/+1141