diff options
| author | Christopher MacGown <chris@pistoncloud.com> | 2011-08-12 14:33:27 -0700 |
|---|---|---|
| committer | Christopher MacGown <chris@pistoncloud.com> | 2011-08-12 14:33:27 -0700 |
| commit | 91eaa647506a2e343e8c689289529eafea0bc9d3 (patch) | |
| tree | 9912137e19ab6f650d502f390d9af4e770f7bb6d /nova/api | |
| parent | 3f82580b98252af4bbeb54bc64e725856c2fde15 (diff) | |
Fix ugly little violations before someone says anything
Diffstat (limited to 'nova/api')
| -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 0ec455167..d776ae92d 100644 --- a/nova/api/openstack/create_instance_helper.py +++ b/nova/api/openstack/create_instance_helper.py @@ -178,8 +178,6 @@ class CreateInstanceHelper(object): def _handle_quota_error(self, error): """ Reraise quota errors as api-specific http exceptions - - """ if error.code == "OnsetFileLimitExceeded": expl = _("Personality file limit exceeded") |
