From f816dec1813e7d58f7cec63d658f8931925a0ad4 Mon Sep 17 00:00:00 2001 From: Priti Desai Date: Wed, 11 Jun 2014 17:18:42 +0000 Subject: [PATCH] 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 --- doc/training-guides/module001-ch007-keystone-arch.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/training-guides/module001-ch007-keystone-arch.xml b/doc/training-guides/module001-ch007-keystone-arch.xml index 00a26b65..edb0327a 100644 --- a/doc/training-guides/module001-ch007-keystone-arch.xml +++ b/doc/training-guides/module001-ch007-keystone-arch.xml @@ -196,8 +196,8 @@ create a role in the Identity service and then modify /etc/nova/policy.json so that this role is required for Compute operations. - For example, this line in - /etc/nova/policy.json specifies + For example, this line "volume:create": [] in + /etc/cinder/policy.json 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.