Merge "Register default policies in code"

This commit is contained in:
Zuul
2017-12-12 03:38:13 +00:00
committed by Gerrit Code Review
16 changed files with 680 additions and 49 deletions

View File

@@ -46,6 +46,10 @@ sitepackages = False
commands =
oslo-config-generator --config-file etc/watcher/oslo-config-generator/watcher.conf
[testenv:genpolicy]
commands =
oslopolicy-sample-generator --config-file etc/watcher/oslo-policy-generator/watcher-policy-generator.conf
[flake8]
filename = *.py,app.wsgi
show-source=True