6d5e550446
Even though the context was marked private, we should consider it public as it is widely used across the board, and it has demonstrated itself to be one of the most stable components ever conceived in the Neutron maze. NeutronLibImpact Partially-implements: blueprint neutron-lib Change-Id: Ibb3797c17fef5a1ead40aa2cad1269ce11c45339
13 lines
262 B
YAML
13 lines
262 B
YAML
---
|
|
features:
|
|
- |
|
|
The ``context`` module has been made public. For example:
|
|
|
|
.. code-block:: python
|
|
|
|
from neutron_lib import context
|
|
|
|
ctx = context.get_admin_context()
|
|
|
|
For more examples, see: https://review.openstack.org/#/c/388157/
|