neutron-lib/releasenotes/notes/context-public-6df198b77027c224.yaml
ZhongShengping d825414677 Replace git.openstack.org URLs with opendev.org URLs
Thorough replacement of git.openstack.org URLs with their opendev.org
counterparts.

Change-Id: I18b8181e29b1d81245df3534e75f13bde3c80ef3
2019-04-22 11:23:33 +08:00

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/