diff options
author | Jenkins <jenkins@review.openstack.org> | 2013-05-01 16:23:57 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2013-05-01 16:23:57 +0000 |
commit | 3266bff670f6ab25ab8d850917898bf4ee2a705c (patch) | |
tree | d63aed7ae0d25503c48ea68ef6cba5ed4da21144 /nova/exception.py | |
parent | 2caf27936eb3b5ba8eef4b80aa04fec3d36a0b4e (diff) | |
parent | 01b0f6554be87a0664e74c63817c3034ee40a6ac (diff) | |
download | nova-3266bff670f6ab25ab8d850917898bf4ee2a705c.tar.gz nova-3266bff670f6ab25ab8d850917898bf4ee2a705c.tar.xz nova-3266bff670f6ab25ab8d850917898bf4ee2a705c.zip |
Merge "Update to using oslo periodic tasks implementation."
Diffstat (limited to 'nova/exception.py')
-rw-r--r-- | nova/exception.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/nova/exception.py b/nova/exception.py index fd3899cff..698b49c2b 100644 --- a/nova/exception.py +++ b/nova/exception.py @@ -452,10 +452,6 @@ class InvalidID(Invalid): message = _("Invalid ID received %(id)s.") -class InvalidPeriodicTaskArg(Invalid): - message = _("Unexpected argument for periodic task creation: %(arg)s.") - - class ConstraintNotMet(NovaException): message = _("Constraint not met.") code = 412 |