Create a Quota
The following command will create a Quota for a given project and set the provided value.
nbosjm project-allowed-quota-create --quota-type-id quota_type_id
--allowed-value allowed_value
--high-watermark high_watermark
--project-id project_id
<quota_type_id> ID of the Quota Type to be created.
<allowed_value> Value to set for this Quota Type.
<high_watermark> Value to set for High Watermark warnings.
<project_id> Project to assign the quota to.
The high watermark is automatically set to 80% of the allowed value when set via Horizon.
A created Quota will generate an allowed_quota_object with its own ID. This ID is needed when continuing to work with the created Quota.