--description
tenant-description
, which can be very
useful. You can also create a group in a disabled state by appending
--disable
to the command. By default, projects are
created in an enabled state.image_member_quota
, set to 128
by default. That setting is a different quota from the storage
quota.Quota | Description | Property name |
---|---|---|
container_quotas
or account_quotas
(or both) added to the
swift
command provided by the
python-swiftclient
package. Any user included in the
project can view the quotas placed on their project. To update Object
Storage quotas on a project, you must have the role of ResellerAdmin in
the project that the quota is being applied to.Property name | Description |
---|---|
policy.json
file. The actual location of this file might vary from distribution to
distribution: for nova, it is typically in
/etc/nova/policy.json
. You can update entries while the
system is running, and you do not have to restart services. Currently,
the only way to update such policies is to edit the policy file.compute:create: [["rule:admin_or_owner"]]
statement, the policy is compute:create
, and the rule is
admin_or_owner
.create:compute
policy every time a user sends a POST
/v2/{tenant_id}/servers
request to the OpenStack Compute API
server. Policies can be also related to specific compute_extension:rescue
, the attributes defined by the
provider extensions trigger the rule test for that operation."role:admin"
is
successful if the user submitting the request is an
administrator."field:networks:shared=True"
is successful if the
attribute shared of the network resource is set to
"tenant_id:%(tenant_id)s"
is successful if the tenant
identifier in the resource is equal to the tenant identifier of
the user submitting the request.policy.json
.