summaryrefslogtreecommitdiff
path: root/nova/context.py
Commit message (Expand)AuthorAgeFilesLines
...
* Pass kwargs through to base contextJamie Lennox2016-07-141-32/+27
* policy: Replaces 'authorize' in nova-api (part 2)Claudiu Belu2016-06-271-2/+25
* Policy-in-code servers rulesAndrew Laski2016-06-151-0/+6
* Add message queue switching through RequestContextmelanie witt2016-05-161-7/+16
* Define context.roles using base classRonald Bradford2016-04-041-3/+2
* Fix string interpolations at logging callsTakashi NATSUME2016-03-071-1/+1
* Add methods for RequestContext to switch db connectionDheeraj Gupta2016-02-101-0/+27
* Migrate from keystoneclient to keystoneauthMonty Taylor2016-01-281-7/+6
* Replace copy.deepcopy of RequestContext with copy.copyMarian Horban2015-12-281-1/+4
* Replaced deprecated timeutils methodsGábor Antal2015-11-181-2/+2
* Use EngineFacade from oslo_db.enginefacadeSergey Nikitin2015-11-061-0/+2
* Remove unused parameter overwrite in elevatedChangBo Guo(gcb)2015-09-081-1/+1
* Correct a wrong docstringAndrea Rosa2015-08-201-1/+1
* Stop spamming logs when creating contextDavanum Srinivas2015-03-131-0/+9
* Better round trip for RequestContext<->Dict conversionDavanum Srinivas2015-03-051-25/+34
* add string representation for contextSean Dague2015-03-031-0/+3
* Switch nova.context to actually use oslo.contextDavanum Srinivas2015-03-021-37/+22
* 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
|\