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: I59eea1f7eb0e770ac4fe30211eff49ae76fb2550changes/00/274400/9
parent
2a1b9b7dc7
commit
ef29dfce89
@ -0,0 +1,25 @@
|
||||
==============
|
||||
Installation
|
||||
==============
|
||||
|
||||
Install using pip
|
||||
-----------------
|
||||
|
||||
At the command line::
|
||||
|
||||
$ pip install keystonemiddleware
|
||||
|
||||
Or, if you want to use it in a virtualenvwrapper::
|
||||
|
||||
$ mkvirtualenv keystonemiddleware
|
||||
$ pip install keystonemiddleware
|
||||
|
||||
Install optional dependencies
|
||||
-----------------------------
|
||||
|
||||
Certain keystonemiddleware features are only available if specific libraries
|
||||
are available. These libraries can be installed using pip as well.
|
||||
|
||||
To install support for audit notifications::
|
||||
|
||||
$ pip install keystonemiddleware[audit_notifications]
|
@ -0,0 +1,7 @@
|
||||
---
|
||||
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.
|
Loading…
Reference in New Issue