Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
synnefo
Commits
ceb8087e
Commit
ceb8087e
authored
Nov 15, 2013
by
Giorgos Korfiatis
Browse files
cyclades: Fix reference to QuotaLimit
parent
726d06dc
Changes
1
Hide whitespace changes
Inline
Side-by-side
snf-cyclades-app/synnefo/quotas/management/commands/reconcile-resources-cyclades.py
View file @
ceb8087e
...
...
@@ -129,7 +129,7 @@ class Command(BaseCommand):
request
[
"provisions"
]
=
map
(
create_provision
,
unsynced
)
try
:
qh
.
issue_commission
(
request
)
except
quotas
.
QuotaLimit
:
except
quotas
.
errors
.
QuotaLimit
:
write
(
"Reconciling failed because a limit has been "
"reached. Use --force to ignore the check.
\n
"
)
return
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment