deb-designate/designate/objects
Vinod Mangalpally 1b290830f3 Return a status field from the recordsets API
Currently on a get for a recordset, there is no status
returned. In the database schema, status only exists on
records.

The Recordset object now has 2 read only fields - action
and status. The action and status fields are calculated
based on the  records. The status is the worst of all the
records in order of ERROR, PENDING, ACTIVE.

action is set to UPDATE if present. CREATE and
DELETE are set if they are the only ones. Otherwise
action is set to NONE

If there are no records in the recordset the action and
status would always be 'NONE' and 'ACTIVE'.

Change-Id: Idca4d30db67e2bb29d08e11b3d22685422a6b5e9
Closes-Bug: 1409824
2015-02-05 12:29:19 -06:00
..
__init__.py Add metadata, totalcount fields to zones/recordsets collections 2014-12-01 21:33:08 +00:00
backend_option.py Pool Manager Service Changes 2014-10-24 15:12:35 -07:00
base.py Switch to oslo.log 2015-01-21 21:39:16 +01:00
blacklist.py Convert Object FIELDS from list to dict 2014-10-14 14:39:57 +01:00
domain.py Add metadata, totalcount fields to zones/recordsets collections 2014-12-01 21:33:08 +00:00
nameserver.py API for pools 2014-10-27 17:38:57 -05:00
pool_manager_status.py Pool Manager Service Changes 2014-10-24 15:12:35 -07:00
pool_server.py Pool Manager Service Changes 2014-10-24 15:12:35 -07:00
pool.py API for pools 2014-10-27 17:38:57 -05:00
poolattribute.py API for pools 2014-10-27 17:38:57 -05:00
quota.py Convert Object FIELDS from list to dict 2014-10-14 14:39:57 +01:00
record.py Pool Manager - Central/Storage Changes 2014-11-05 09:41:36 -07:00
recordset.py Return a status field from the recordsets API 2015-02-05 12:29:19 -06:00
rrdata_a.py Convert Object FIELDS from list to dict 2014-10-14 14:39:57 +01:00
rrdata_aaaa.py Convert Object FIELDS from list to dict 2014-10-14 14:39:57 +01:00
rrdata_cname.py Convert Object FIELDS from list to dict 2014-10-14 14:39:57 +01:00
rrdata_mx.py Move rec.priority into rec.data 2014-10-28 21:55:23 +01:00
rrdata_ns.py Convert Object FIELDS from list to dict 2014-10-14 14:39:57 +01:00
rrdata_ptr.py Convert Object FIELDS from list to dict 2014-10-14 14:39:57 +01:00
rrdata_soa.py Convert Object FIELDS from list to dict 2014-10-14 14:39:57 +01:00
rrdata_spf.py Convert Object FIELDS from list to dict 2014-10-14 14:39:57 +01:00
rrdata_srv.py Move rec.priority into rec.data 2014-10-28 21:55:23 +01:00
rrdata_sshfp.py Convert Object FIELDS from list to dict 2014-10-14 14:39:57 +01:00
rrdata_txt.py Convert Object FIELDS from list to dict 2014-10-14 14:39:57 +01:00
server.py Convert Object FIELDS from list to dict 2014-10-14 14:39:57 +01:00
tenant.py Convert Object FIELDS from list to dict 2014-10-14 14:39:57 +01:00
tld.py Convert Object FIELDS from list to dict 2014-10-14 14:39:57 +01:00
tsigkey.py Convert Object FIELDS from list to dict 2014-10-14 14:39:57 +01:00
validation_error.py Add basic validation functionality to DesignateObjects 2014-11-13 13:32:08 +00:00
zone_transfer_accept.py Added functionality to allow for zone ownership transfers 2014-11-20 14:45:40 +00:00
zone_transfer_request.py Remove duplicate fields from ZoneTransferRequest object 2014-12-16 18:58:47 -07:00