diff options
| author | Soren Hansen <soren.hansen@rackspace.com> | 2010-10-15 23:59:23 +0200 |
|---|---|---|
| committer | Soren Hansen <soren.hansen@rackspace.com> | 2010-10-15 23:59:23 +0200 |
| commit | b4ac1ddbfa0607bb75a187680b8d55006c6ea0c0 (patch) | |
| tree | 5b0a2e5a0d68205ad8ffdf8794be08a20af1e049 /nova/api | |
| parent | 5bb507fc0375e0e4dc7b8448b6751dcc52fc75eb (diff) | |
| parent | 3b34b9f64c2f27cdc6203f8d5571246a92aa4386 (diff) | |
Merge trunk
Diffstat (limited to 'nova/api')
| -rw-r--r-- | nova/api/openstack/backup_schedules.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/api/openstack/backup_schedules.py b/nova/api/openstack/backup_schedules.py index 76ad6ef87..db240c65a 100644 --- a/nova/api/openstack/backup_schedules.py +++ b/nova/api/openstack/backup_schedules.py @@ -34,5 +34,5 @@ class Controller(wsgi.Controller): both create and update through a POST """ return faults.Fault(exc.HTTPNotFound()) - def delete(self, req, server_id): + def delete(self, req, server_id, id): return faults.Fault(exc.HTTPNotFound()) |
