oslo.policy/doc/source/installation.rst
Steve Martinelli 794aaca6ea document the migration process and update the docs a bit
stylize the docs, and document the migration process, specifically
calling out the changes to the Enforcer class, which now required
an oslo.config config object to be passed in.

implements bp graduate-policy

Change-Id: Ief4395f3312b90adea1f05903b9498b730663a74
2015-02-11 12:23:49 -05:00

212 B

Installation

At the command line:

$ pip install oslo.policy

Or, if you want to use it in a virtualenvwrapper:

$ mkvirtualenv oslo.policy
$ pip install oslo.policy