diff options
| author | William Wolf <throughnothing@gmail.com> | 2011-07-21 11:56:15 -0400 |
|---|---|---|
| committer | William Wolf <throughnothing@gmail.com> | 2011-07-21 11:56:15 -0400 |
| commit | 9a843b10f3145405ebc01ded5d32ce68d02fdd8d (patch) | |
| tree | 50b6456a6279c70226af722c19154eca256292ea | |
| parent | ad9d6f0feb0eecc59796d3dc4700d6241b693703 (diff) | |
| download | nova-9a843b10f3145405ebc01ded5d32ce68d02fdd8d.tar.gz nova-9a843b10f3145405ebc01ded5d32ce68d02fdd8d.tar.xz nova-9a843b10f3145405ebc01ded5d32ce68d02fdd8d.zip | |
pep8 issue
| -rw-r--r-- | nova/api/openstack/create_instance_helper.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/nova/api/openstack/create_instance_helper.py b/nova/api/openstack/create_instance_helper.py index 2ef83332b..10aaa23b1 100644 --- a/nova/api/openstack/create_instance_helper.py +++ b/nova/api/openstack/create_instance_helper.py @@ -157,8 +157,6 @@ class CreateInstanceHelper(object): except exception.FlavorNotFound as error: msg = _("Invalid flavorRef provided.") raise faults.Fault(exc.HTTPBadRequest(explanation=msg)) - - # Let the caller deal with unhandled exceptions. def _handle_quota_error(self, error): |
