summaryrefslogtreecommitdiffstats
path: root/nova/api
diff options
context:
space:
mode:
authorSoren Hansen <soren.hansen@rackspace.com>2010-10-15 23:59:23 +0200
committerSoren Hansen <soren.hansen@rackspace.com>2010-10-15 23:59:23 +0200
commitb4ac1ddbfa0607bb75a187680b8d55006c6ea0c0 (patch)
tree5b0a2e5a0d68205ad8ffdf8794be08a20af1e049 /nova/api
parent5bb507fc0375e0e4dc7b8448b6751dcc52fc75eb (diff)
parent3b34b9f64c2f27cdc6203f8d5571246a92aa4386 (diff)
Merge trunk
Diffstat (limited to 'nova/api')
-rw-r--r--nova/api/openstack/backup_schedules.py2
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())