diff options
| author | Thuleau Édouard <thuleau@gmail.com> | 2011-08-30 18:27:48 +0200 |
|---|---|---|
| committer | Thuleau Édouard <thuleau@gmail.com> | 2011-08-30 18:27:48 +0200 |
| commit | e8db401156cdb842ef7bf15e44e34ac5ae672e46 (patch) | |
| tree | 16b096b04d6605772db9d230b6c6937c33d6658d | |
| parent | b515d427e05010ba5a984dd549cb6418629de50d (diff) | |
| download | nova-e8db401156cdb842ef7bf15e44e34ac5ae672e46.tar.gz nova-e8db401156cdb842ef7bf15e44e34ac5ae672e46.tar.xz nova-e8db401156cdb842ef7bf15e44e34ac5ae672e46.zip | |
The exception 'RamdiskNotFoundForImage' is no longer used.
| -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 32981f4d5..aa3407480 100644 --- a/nova/exception.py +++ b/nova/exception.py @@ -402,10 +402,6 @@ class KernelNotFoundForImage(ImageNotFound): message = _("Kernel not found for image %(image_id)s.") -class RamdiskNotFoundForImage(ImageNotFound): - message = _("Ramdisk not found for image %(image_id)s.") - - class UserNotFound(NotFound): message = _("User %(user_id)s could not be found.") |
