summaryrefslogtreecommitdiff
path: root/nova/context.py
Commit message (Expand)AuthorAgeFilesLines
* Have nova.context use super from_contextSean Dague2017-05-251-9/+5
* Make target_cell() yield a new contextDan Smith2017-05-231-13/+7
* Cache database and message queue connection objectsmelanie witt2017-05-181-5/+25
* Temporarily untarget context when deleting from cell0Matt Riedemann2017-03-131-10/+18
* Change MQ targeting to honor only what is in the contextDan Smith2017-03-101-0/+6
* Make servers API use cell-targeted contextDan Smith2017-02-221-5/+21
* Fix Nova to allow using cinder v3 endpointscottda2017-01-181-2/+2
* Remove require_admin_contextjichenjc2016-11-281-6/+0
* Add get_context helper methodAndrew Laski2016-09-291-0/+18
* Merge "Use to_policy_values for policy credentials"Jenkins2016-09-211-0/+5
|\
| * Use to_policy_values for policy credentialsAdam Young2016-09-121-0/+5
* | context: change the name 'rule' to 'action' in context.canChen Fan2016-09-101-3/+3
|/
* Merge "Move cell message queue switching and add caching"Jenkins2016-09-011-10/+2
|\
| * Move cell message queue switching and add cachingmelanie witt2016-08-311-10/+2
* | rt: ensure resource provider records exist from RTJay Pipes2016-08-311-1/+2
|/
* Don't maintain user_id and project_id in contextJamie Lennox2016-08-191-5/+19
* Add support for oslo.context 2.6.0Tony Breeds2016-07-271-0/+7
* Use from_environ when creating a contextJamie Lennox2016-07-141-0/+13
* 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