summaryrefslogtreecommitdiffstats
path: root/nova/context.py
Commit message (Expand)AuthorAgeFilesLines
* Fix RequestContext crashes w/ no service catalogDavanum Srinivas2013-03-181-3/+9
* Update OpenStack LLC to FoundationKurt Taylor2013-02-261-1/+1
* Move some context checking code from sqlalchemyChris Behrens2013-02-201-0/+53
* Allow generic rules in context_is_admin rule in policy.Wenhao Xu2013-02-121-4/+3
* Stop including full service catalog in each RPC msgJoe Gordon2013-01-281-2/+4
* Add user/tenant shim to RequestContextRick Harris2013-01-101-1/+16
* Remove gen_uuid()Zhongyue Luo2012-11-141-2/+2
* Fix is_admin check via policyVishvananda Ishaya2012-08-201-1/+1
* Remove hard-coded 'admin' role checking and use policy insteadunicell2012-08-191-3/+2
* Check instance lock in compute/apiDan Smith2012-08-021-2/+4
* Merge "Add ServiceCatalog entries to enable Cinder usage"Jenkins2012-07-031-1/+3
|\
| * Add ServiceCatalog entries to enable Cinder usageAnthony Young2012-07-021-1/+3
* | Switch to common logging.Andrew Bogott2012-07-021-1/+1
|/
* Replaces functions in utils.py with openstack/common/timeutils.pyZhongyue Luo2012-06-161-3/+4
* Add user_name project_name and color option to logVishvananda Ishaya2012-06-071-2/+7
* Add a note on why quota classes are unused in NovaMark McLoughlin2012-05-301-0/+5
* Use thread local storage from openstack.common.Russell Bryant2012-04-041-1/+1
* Fail-fast for invalid read_deleted valuesRick Harris2012-03-211-3/+15
* Implement quota classes.Kevin L. Mitchell2012-03-201-2/+5
* Keep context for logging intact in greenthreadsVishvananda Ishaya2012-03-151-1/+4
* Add kwargs to RequestContext __init__Chris Behrens2012-03-081-1/+11
* Replaces pipelines with flag for auth strategyVishvananda Ishaya2012-03-061-5/+2
* Ensure that context read_deleted is only one of 'no', 'yes' or 'only'Johannes Erdfelt2012-02-291-0/+4
* Merge "Optimizes ec2 keystone usage and handles errors"Jenkins2012-02-101-2/+5
|\
| * Optimizes ec2 keystone usage and handles errorsVishvananda Ishaya2012-02-071-2/+5
* | Fix confirm_resize policy handlingRick Harris2012-02-091-0/+5
|/
* Prefixing the request id with 'req-' to decrease confusion when lookingNaveed Massjouni2012-01-131-1/+1
* Don't overwrite local context on elevatedVishvananda Ishaya2012-01-091-4/+10
* Add ability to see deleted and active records.Rick Harris2011-12-071-16/+21
* Add local storage of context for loggingVishvananda Ishaya2011-11-021-0/+3
* Update GlanceClient, GlanceImageService, and Glance Xen plugin to work withDan Prince2011-09-101-3/+6
* Update RequestContext so that it correctly sets self.is_admin from theDan Prince2011-08-291-1/+1
* Carry auth_token in nova's RequestContextKevin L. Mitchell2011-08-011-3/+6
* simplify if statementVishvananda Ishaya2011-07-281-4/+1
* pep cleanupVishvananda Ishaya2011-07-221-1/+2
* change context to maintain exact time, store roles, use ids instead of object...Vishvananda Ishaya2011-07-211-61/+27
* make all uses of utcnow use our testable utils.utcnowVishvananda Ishaya2011-06-021-1/+0
* docstring cleanup, nova dirtermie2011-04-201-3/+7
* woopstermie2011-01-301-1/+1
* trivial cleanup for context.pytermie2011-01-301-3/+2
* PEP8 and pylint cleanup. There should be no functional changes here, just sty...Eric Day2010-10-211-5/+6
* timestamps are passed as unicodeVishvananda Ishaya2010-10-141-1/+1
* fix nosetestsVishvananda Ishaya2010-10-141-2/+9
* review fixesVishvananda Ishaya2010-10-141-3/+3
* elevate in proper places, fix a couple of typosVishvananda Ishaya2010-10-131-4/+5
* Fix the deprecation warnings for passing no context.Vishvananda Ishaya2010-10-011-0/+106