summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJulia Kreger <juliaashleykreger@gmail.com>2021-03-02 15:42:19 -0800
committerJulia Kreger <juliaashleykreger@gmail.com>2021-03-12 08:37:51 -0800
commit88673f1e949a41cfe804ff919e16935c6dca11e1 (patch)
treeebe5dd1ba4815628653ec737120b92364fdbf695 /tox.ini
parentebaa359937817319c15bd6acfb88d74f0d2d63bb (diff)
downloadironic-88673f1e949a41cfe804ff919e16935c6dca11e1.tar.gz
Allocation support for project scoped RBAC
Adds policy scope based RBAC handling for the allocations endpoing which enables admins to create allocations if they have baremetal nodes which are available to them. Change-Id: I60e273afaf344fded9bdb8c4c8e143efc9971fc1
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 73d0fbabc..dea812fd3 100644
--- a/tox.ini
+++ b/tox.ini
@@ -127,7 +127,7 @@ filename = *.py,app.wsgi
exclude = .venv,.git,.tox,dist,doc,*lib/python*,*egg,build
import-order-style = pep8
application-import-names = ironic
-max-complexity=18
+max-complexity=19
# [H106] Don't put vim configuration in source files.
# [H203] Use assertIs(Not)None to check for None.
# [H204] Use assert(Not)Equal to check for equality.