794aaca6ea
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
212 B
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