Rename restrict_roles files

Currently the restrict_roles file are not
well named. Only reading your name isn't
possible to know which file is using the new syntax

Change-Id: Ifcbb4b1ad724128affdc440d2b969ecb2eb11b12
This commit is contained in:
Mauricio Lima 2015-05-30 08:33:42 -07:00
parent e1b59b2473
commit 813cb476c5
2 changed files with 1 additions and 1 deletions

View File

@ -114,5 +114,5 @@
<programlisting language="json">"volume:create": "role:compute-user",</programlisting>
<para>To restrict all Compute service requests to require this
role, the resulting file would look like:</para>
<programlisting language="json"><xi:include href="../common/samples/restrict_roles2.json" parse="text"/></programlisting>
<programlisting language="json"><xi:include href="../common/samples/restrict_roles_new_syntax.json" parse="text"/></programlisting>
</section>