Skip to content

2.0

Choose a tag to compare

@milkrage milkrage released this 13 Dec 18:10
· 9 commits to master since this release
d1fdd16

Add support for the Cloud Quota Management API

Requests for work with limits and quotas are sent to the Cloud Quota Management API instead of the Cloud Management API, as it was before.

Commands for working with limits and quotas have been changed. Now commands look like this:

selvpc quota set --region VALUE [--zone VALUE] --resource VALUE --value VALUE <project_id>
selvpc quota show --region VALUE <project_id>
selvpc limit show --region VALUE <project_id>