Fix minor points in the policy doc

Change-Id: Idd4635a3ab337959d9b0ad4382eaf7274624ca8b
This commit is contained in:
Akihiro Motoki 2021-04-01 13:08:20 +09:00
parent 28e3fa5bee
commit e0d348c643
1 changed files with 2 additions and 2 deletions

View File

@ -232,7 +232,7 @@ Policy file maintenance
.. code-block:: console
oslopolicy-sample-generator --namespace keystone \
oslopolicy-sample-generator --namespace $PROJECT \
--output-file openstack_dashboard/conf/${PROJECT}_policy.yaml
sed -i 's/^"/#"/' openstack_dashboard/conf/${PROJECT}_policy.yaml
@ -261,7 +261,7 @@ After syncing policies from back-end services, you need to check what are
changed. If a policy referred by horizon has been changed, you need to check
and modify the horizon code base accordingly.
.. note::
.. warning::
After the support of default policies, the following tool does not work.
It is a future work to make it work again or evaluate the need itself.