From ff823b633f267028558dac2efc9fbbbef97e7b09 Mon Sep 17 00:00:00 2001 From: chenxing Date: Fri, 15 Jul 2016 18:45:00 +0800 Subject: [PATCH] [admin-guide] Fix the incorrect file path "volume:create": "" exists in the "/etc/cinder/policy.json" instead of "/etc/nova/policy.json". Change-Id: Ifcba66d1824a7761f041635bba22f035a145534a Closes-Bug: #1602124 --- doc/admin-guide/source/identity_concepts.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/admin-guide/source/identity_concepts.rst b/doc/admin-guide/source/identity_concepts.rst index 2fff6e13b4..76db521eac 100644 --- a/doc/admin-guide/source/identity_concepts.rst +++ b/doc/admin-guide/source/identity_concepts.rst @@ -157,7 +157,7 @@ Compute service, you must create a role in the Identity service and then modify the ``/etc/nova/policy.json`` file so that this role is required for Compute operations. -For example, the following line in the ``/etc/nova/policy.json`` +For example, the following line in the ``/etc/cinder/policy.json`` file does not restrict which users can create volumes: .. code-block:: json