Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
titleRevoke access to volume-type
$ openstack volume type unset --project DEMO_guide SSD-1K

Quotas

tip : To see what quotas is changeable, use : openstack quota set --help

The default quotas for cinder volumes are limiting the amount of volumes a project can create, but it does not limit any of the volume-types:

...