d825414677
Thorough replacement of git.openstack.org URLs with their opendev.org counterparts. Change-Id: I18b8181e29b1d81245df3534e75f13bde3c80ef3
13 lines
260 B
YAML
13 lines
260 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.opendev.org/#/c/388157/
|