keystonemiddleware/releasenotes/notes/bug_1540115-677cf5016bc46348.yaml
Steve Martinelli ef29dfce89 Use extras for oslo.messaging dependency
Install the oslo.messaging optional dependency by doing:

  keystonemiddleware[audit_notifications]

pbr documentation:

  http://docs.openstack.org/developer/pbr/#environment-markers

Partial-Bug: 1540115

Change-Id: I59eea1f7eb0e770ac4fe30211eff49ae76fb2550
2016-06-28 23:56:47 +00:00

8 lines
335 B
YAML

---
features:
- >
[`bug 1540115 <https://bugs.launchpad.net/keystonemiddleware/+bug/1540115>`_]
Optional dependencies can now be installed using `extras`. To install audit
related libraries, use ``pip install keystonemiddleware[audit_nofications]``.
Refer to keystonemiddleware documentation for further information.