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
33795b69
Commit
33795b69
authored
Jan 30, 2013
by
Georgios D. Tsoukalas
Browse files
cyclades: import quotaholder exceptions from kamaki
Because this is where the quotaholder client exceptions come from.
parent
470e6193
Changes
1
Hide whitespace changes
Inline
Side-by-side
snf-cyclades-app/synnefo/quotas/__init__.py
View file @
33795b69
...
...
@@ -43,8 +43,8 @@ else:
from
synnefo.settings
import
(
VMS_USER_QUOTA
,
MAX_VMS_PER_USER
,
NETWORKS_USER_QUOTA
,
MAX_NETWORKS_PER_USER
)
from
synnefo.lib
.quotaholder.api
import
(
NoCapacityError
,
NoQuantityError
)
from
synnefo.lib
.commissioning
import
CallError
from
kamaki.clients
.quotaholder.api
import
(
NoCapacityError
,
NoQuantityError
)
from
kamaki.clients
.commissioning
import
CallError
import
logging
log
=
logging
.
getLogger
(
__name__
)
...
...
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