Revision 87726194 snf-cyclades-app/synnefo/quotas/management/commands/reconcile-resources-cyclades.py
b/snf-cyclades-app/synnefo/quotas/management/commands/reconcile-resources-cyclades.py | ||
---|---|---|
129 | 129 |
request["provisions"] = map(create_provision, unsynced) |
130 | 130 |
try: |
131 | 131 |
qh.issue_commission(request) |
132 |
except quotas.QuotaLimit: |
|
132 |
except quotas.errors.QuotaLimit:
|
|
133 | 133 |
write("Reconciling failed because a limit has been " |
134 | 134 |
"reached. Use --force to ignore the check.\n") |
135 | 135 |
return |
Also available in: Unified diff