Home
last modified time | relevance | path

Searched refs:InvalidNestedQuotaSetup (Results 1 – 4 of 4) sorted by relevance

/dports/misc/py-cinder/cinder-12.0.10/cinder/
H A Dquota.py510 raise exception.InvalidNestedQuotaSetup(reason=msg)
537 raise exception.InvalidNestedQuotaSetup(message=msg)
593 raise exception.InvalidNestedQuotaSetup(reason=msg)
H A Dexception.py525 class InvalidNestedQuotaSetup(CinderException): class
/dports/misc/py-cinder/cinder-12.0.10/cinder/tests/unit/
H A Dtest_quota.py1599 self.assertRaises(exception.InvalidNestedQuotaSetup,
1607 self.assertRaises(exception.InvalidNestedQuotaSetup,
1615 self.assertRaises(exception.InvalidNestedQuotaSetup,
1623 self.assertRaises(exception.InvalidNestedQuotaSetup,
1630 self.assertRaises(exception.InvalidNestedQuotaSetup,
1645 self.assertRaises(exception.InvalidNestedQuotaSetup,
/dports/misc/py-cinder/cinder-12.0.10/cinder/api/contrib/
H A Dquotas.py427 except exception.InvalidNestedQuotaSetup as e: