summaryrefslogtreecommitdiff
path: root/nova/context.py
Commit message (Expand)AuthorAgeFilesLines
* Use oslo.logDavanum Srinivas2015-02-221-1/+1
* Replace oslo-incubator with oslo_contextTomofumi Hayashi2015-02-141-1/+1
* Switch to using oslo_* instead of oslo.*Davanum Srinivas2015-02-061-1/+1
* Adds barbican keymgr wrapperBrianna Poulos2015-02-021-1/+1
* Prevent admin role leak in context.elevatedMatthew Gilliard2014-11-241-1/+1
* Merge "Replacement `_` on `_LW` in all LOG.warning part 1"Jenkins2014-11-211-3/+3
|\
| * Replacement `_` on `_LW` in all LOG.warning part 1Mike Durnosvistov2014-11-201-3/+3
* | Use session in cinderclientJamie Lennox2014-11-181-2/+40
|/
* Use oslo.utilsDavanum Srinivas2014-10-061-1/+1
* Remove local version of generate_request_idJulien Danjou2014-09-271-6/+2
* Code change for nova support cinder client v2Mike Perez2014-08-051-1/+1
* Use oslo.i18nDavanum Srinivas2014-07-181-1/+1
* Revert "Remove quota-class logic from context and make unit tests pass"Matt Riedemann2014-06-101-1/+15
* Remove quota-class logic from context and make unit tests passJoe Gordon2014-05-011-15/+1
* Rename NotAuthorized exception to ForbiddenMatt Riedemann2014-04-251-8/+8
* Enable flake8 H404 checkingAlexander Bochkarev2014-02-271-8/+8
* Remove vi modelinesliu-sheng2014-02-031-2/+0
* Merge "Fixes RequestContext initialization failure."Jenkins2013-11-251-1/+1
|\
| * Fixes RequestContext initialization failure.huangtianhua2013-11-181-1/+1
* | Nova-all: Replace basestring by six for python3 compatabilityguohliu2013-10-281-1/+3
|/
* Pop extra keys from context in from_dict()Mark McLoughlin2013-08-221-0/+2
* Remove the monkey patching of _ into the builtinsAlex Gaynor2013-07-261-0/+1
* 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