Home
last modified time | relevance | path

Searched refs:ProjectQuotaNotFound (Results 1 – 6 of 6) sorted by relevance

/dports/misc/py-cinder/cinder-12.0.10/cinder/
H A Dquota.py519 except exception.ProjectQuotaNotFound:
704 except exception.ProjectQuotaNotFound:
877 except exception.ProjectQuotaNotFound:
H A Dexception.py538 class ProjectQuotaNotFound(QuotaNotFound): class
/dports/misc/py-cinder/cinder-12.0.10/cinder/api/contrib/
H A Dquotas.py288 except exception.ProjectQuotaNotFound:
/dports/misc/py-cinder/cinder-12.0.10/cinder/tests/unit/
H A Dtest_db_api.py2579 self.assertRaises(exception.ProjectQuotaNotFound,
2587 self.assertRaises(exception.ProjectQuotaNotFound,
2626 self.assertRaises(exception.ProjectQuotaNotFound, db.quota_get,
H A Dtest_quota.py366 raise exception.ProjectQuotaNotFound(project_id=project_id)
/dports/misc/py-cinder/cinder-12.0.10/cinder/db/sqlalchemy/
H A Dapi.py919 raise exception.ProjectQuotaNotFound(project_id=project_id)
1355 except exception.ProjectQuotaNotFound: