summaryrefslogtreecommitdiff
path: root/nova/context.py
Commit message (Expand)AuthorAgeFilesLines
* Log the exception returned from a cell during API.get()melanie witt2022-05-031-1/+1
* db: Unify 'nova.db.api', 'nova.db.sqlalchemy.api'Stephen Finucane2021-08-091-1/+1
* Remove six.binary_type/integer_types/string_typesTakashi Natsume2020-12-131-2/+1
* Reset the cell cache for database access in Servicemelanie witt2020-04-081-3/+0
* ksa auth conf and client for Cyborg accessSundar Nadathur2020-03-211-1/+2
* Revert "Log CellTimeout traceback in scatter_gather_cells"Matt Riedemann2019-10-221-2/+3
* [Gate fix] Avoid use cell_uuid before assignmentricolin2019-10-071-2/+2
* Log CellTimeout traceback in scatter_gather_cellsMatt Riedemann2019-09-231-3/+2
* Merge "Move default policy target"Zuul2019-07-271-9/+2
|\
| * Move default policy targetJohn2019-06-031-9/+2
* | Make RequestContext(instance_lock_checked) failEric Fried2019-06-131-10/+0
|/
* Merge "Fix target used in nova.policy.check_is_admin"Zuul2019-05-181-2/+4
|\
| * Fix target used in nova.policy.check_is_adminMatt Riedemann2018-12-101-2/+4
* | Revert "Fix target_cell usage for scatter_gather_cells"melanie witt2019-05-081-7/+6
* | Bump to hacking 1.1.0Stephen Finucane2019-04-121-1/+2
* | Remove NovaException logging from scatter_gather_cellsMatt Riedemann2018-11-211-1/+3
|/
* Refactor scatter-gather utility to return exception objectsSurya Seetharaman2018-10-311-9/+11
* Add scatter-gather-single-cell utilitySurya Seetharaman2018-10-031-0/+23
* Stash the cell uuid on the context when targetingDan Smith2018-08-221-0/+4
* Make CELL_TIMEOUT a constantDan Smith2018-08-221-9/+12
* Use nova.db.api directlyChris Dent2018-07-101-1/+1
* Remove RequestContext.instance_lock_checkedMatt Riedemann2018-04-111-6/+11
* Merge "trivial: Resolve 'oslo.context' deprecation warnings"Zuul2018-03-231-2/+2
|\
| * trivial: Resolve 'oslo.context' deprecation warningsStephen Finucane2018-01-111-2/+2
* | Allow 'network' in RequestContext service_catalogThomas Bechtold2018-02-281-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