Quota is a function to limit number of resources. You can enforce default quota for all tenant. You will get error when you try to create resources more than the number of quota value.
$ quantum net-create test_net Quota exceeded for resources: ['network']
Per-tenant quota configuration is also supported by quota extension API. See Per-tenant quota configuration for details.