summaryrefslogtreecommitdiff
path: root/oslo_policy/shell.py
Commit message (Expand)AuthorAgeFilesLines
* Ussuri+ is python3 only and update python to python3dengzhaosen2021-05-061-1/+1
* Switch to collections.abc.MutableMappingCyril Roelandt2021-01-291-2/+2
* Modernize policy checkerColleen Murphy2019-10-101-2/+8
* Add ability for policy-checker to read configurationJuan Antonio Osorio Robles2019-01-211-8/+27
* Fixes is_admin type from StrOpt to BoolOpt.Moisés Guimarães de Medeiros2019-01-031-9/+7
* Fixes file access using with statements.Moisés Guimarães de Medeiros2019-01-031-7/+11
* Use oslo.config instead of argparse.Moisés Guimarães de Medeiros2018-12-201-30/+34
* oslopolicy-checker: iterate through rules in sorted orderJuan Antonio Osorio Robles2018-11-271-1/+1
* Add ability to pass in target data for the oslopolicy-checker1.41.0Juan Antonio Osorio Robles2018-11-021-5/+33
* Pass in policy name as part of the oslopolicy-check check callJuan Antonio Osorio Robles2018-11-011-1/+1
* Remove dead code and use default value of argparse.Sami Makki2017-01-021-12/+4
* Deprecate load_json() in favor of load()Brant Knudson2016-02-221-1/+1
* Add oslopolicy-checker command-line toolAdam Young2016-01-121-0/+100