summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorLance Bragstad <lbragstad@gmail.com>2018-06-01 19:50:53 +0000
committerLance Bragstad <lbragstad@gmail.com>2018-06-01 19:50:53 +0000
commiteb1546fdfc157ebce0d52cbee54e2898d13de245 (patch)
tree67468f438c5f44d912638ef3dbd81d3b6f15f535 /releasenotes
parentba836f2d409ecab61103cf859446c12322f99952 (diff)
downloadoslo-policy-eb1546fdfc157ebce0d52cbee54e2898d13de245.tar.gz
Update sphinxext to include scope_types in docs
Since we've added ``scope_types`` as an attribute to policy rules, it makes sense to include this information in documentation. End users will need to know what type of scope is required to pass a specific policy rule when services start incorporating system scope and scope types. Change-Id: I86d89e9f45740b39cef04773cec8846c1ab97c3a Closes-Bug: 1773473
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/add-scope-types-to-sphinxext-cacd845c4575e965.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/releasenotes/notes/add-scope-types-to-sphinxext-cacd845c4575e965.yaml b/releasenotes/notes/add-scope-types-to-sphinxext-cacd845c4575e965.yaml
new file mode 100644
index 0000000..47ee19d
--- /dev/null
+++ b/releasenotes/notes/add-scope-types-to-sphinxext-cacd845c4575e965.yaml
@@ -0,0 +1,6 @@
+---
+fixes:
+ - |
+ [`bug 1773473 <https://bugs.launchpad.net/oslo.policy/+bug/1773473>`_]
+ The ``sphinxext`` extension for rendering policy documentation now supports
+ ``scope_types`` attributes.