o class WillNotSchedule(CinderException):
This exception was removed in the following commit.
commit
cea7fe21cecfcd28ede3ba411b8ab8b36c9a7c15
Author: Zhiteng Huang <zhithuang@ebaysf.com>
Date: Thu Jan 2 15:44:30 2014 +0800
Drop Chance/SimpleScheduler Implementation
Change-Id: I8f5f8e6c5c844a67607dae9fb63524aef7069133
pass
-class WillNotSchedule(CinderException):
- message = _("Host %(host)s is not up or doesn't exist.")
-
-
class QuotaError(CinderException):
message = _("Quota exceeded: code=%(code)s")
code = 413