Fixing typo and adding example policy

Keystone Architecture in OpenStack Training Guides has
typo with cinder policy instead of nova policy filename.
Also, the policy sample was missing. Added policy sample
on privileges for creating volumes.

Change-Id: I85e2e6a3c75a98e2cb5c5e5eda3ff8647aa32e66
Closes-bug: #1326104
This commit is contained in:
Priti Desai 2014-06-11 17:18:42 +00:00
parent bdd58c0ee7
commit f816dec181

View File

@ -196,8 +196,8 @@
create a role in the Identity service and then modify
<filename>/etc/nova/policy.json</filename> so that this
role is required for Compute operations.</para>
<para>For example, this line in
<filename>/etc/nova/policy.json</filename> specifies
<para>For example, this line "volume:create": [] in
<filename>/etc/cinder/policy.json</filename> specifies
that there are no restrictions on which users can create
volumes: if the user has any role in a tenant, they will
be able to create volumes in that tenant.</para>