Merge "minor change to section_glance-property-protection"

This commit is contained in:
Jenkins 2014-03-17 19:59:02 +00:00 committed by Gerrit Code Review
commit 4a09cc66db

View File

@ -12,15 +12,15 @@
through configuration. When you put protections on a property, it
limits the users who can perform CRUD operations on the property
based on their user role. The use case is to enable the cloud
provider to maintain extra properties on images so typically this
would be an administrator who has access to protected properties,
managed with <filename>policy.json</filename>. The extra property
could be licensing information or billing information, for
example.</para>
provider to maintain extra properties on images. Typically this
would be performed by an administrator who has access to protected
properties, managed in the <filename>policy.json</filename> file.
The extra property could be licensing information or billing information,
for example.</para>
<para>Properties that don't have protections defined for them will
act as they do now: the administrator can control core properties,
with the image owner having control over additional properties.</para>
<para>Property protection can be set in
<filename>/etc/glance/property-protections.conf</filename>, using
roles found in <filename>policy.json</filename>.</para>
</section>
</section>