~soren/nova/get-console-log-fixes

« back to all changes in this revision

Viewing changes to nova/api/openstack/backup_schedules.py

  • Committer: Soren Hansen
  • Date: 2010-10-15 21:59:23 UTC
  • mfrom: (355.1.2 nova)
  • Revision ID: soren.hansen@rackspace.com-20101015215923-3z6gr7eolx3qjbie
Merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
        both create and update through a POST """
35
35
        return faults.Fault(exc.HTTPNotFound())
36
36
 
37
 
    def delete(self, req, server_id):
 
37
    def delete(self, req, server_id, id):
38
38
        return faults.Fault(exc.HTTPNotFound())