Example #1
0
 def delete(self, req, id):
     zone_id = int(id)
     api.zone_delete(req.environ['nova.context'], zone_id)
     return {}
Example #2
0
 def delete(self, req, id):
     """Delete a child zone entry."""
     zone_id = int(id)
     api.zone_delete(req.environ['nova.context'], zone_id)
     return {}
Example #3
0
 def delete(self, req, id):
     zone_id = int(id)
     api.zone_delete(req.environ['nova.context'], zone_id)
     return {}
Example #4
0
 def delete(self, req, id):
     """Delete a child zone entry."""
     zone_id = int(id)
     api.zone_delete(req.environ['nova.context'], zone_id)
     return {}