summaryrefslogtreecommitdiff
path: root/nova/context.py
Commit message (Expand)AuthorAgeFilesLines
* Reset the cell cache for database access in Servicemelanie witt2020-05-281-3/+0
* Allow cinderv2 endpoints within the request context catalogLee Yarwood2018-06-051-2/+7
* Allow 'network' in RequestContext service_catalogThomas Bechtold2018-03-061-1/+1
* Get auth from context for glance endpointEric Fried2017-11-211-1/+1
* Regenerate context during targetingDan Smith2017-10-131-1/+8
* Merge "Fix target_cell usage for scatter_gather_cells"Jenkins2017-10-121-6/+7
|\
| * Fix target_cell usage for scatter_gather_cellsmelanie witt2017-10-111-6/+7
* | Update cinder in RequestContext service catalogEric Fried2017-10-101-1/+1
|/
* Remove unneeded attributes from contextJamie Lennox2017-08-291-37/+2
* Add scatter gather utilities for cellsmelanie witt2017-06-291-0/+133
* 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