Remove already-deprecated strict_policy_check option
The option ``[patrole].strict_policy_check`` was deprecated
during the last release cycle (Queens). This was because the
option could be set to False in order to skip tests which
might result in false positives.
This PS, then, removes strict_policy_check references in the code,
updates documentation, and adds a releasenote.
Change-Id: I7f7eda39c0472bd3d70892c801fc4d14db0c0426
diff --git a/releasenotes/notes/remove-strict-policy-check-480e3d664f7b2d96.yaml b/releasenotes/notes/remove-strict-policy-check-480e3d664f7b2d96.yaml
new file mode 100644
index 0000000..37c5e1e
--- /dev/null
+++ b/releasenotes/notes/remove-strict-policy-check-480e3d664f7b2d96.yaml
@@ -0,0 +1,6 @@
+---
+upgrade:
+ - |
+ The ``[patrole].strict_policy_check`` was deprecated during the Queens
+ release cycle. It is removed in this release cycle because Patrole should
+ always fail on invalid policies.