[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
This commit is contained in:
chenxing 2016-07-15 18:45:00 +08:00 committed by chen.xing
parent cfae9cd1c9
commit ff823b633f
1 changed files with 1 additions and 1 deletions

View File

@ -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