designate/designate/objects
wengjiangang 77613948fd Correct reraising of exception
When an exception was caught and rethrown, it should call 'raise'
without any arguments because it shows the place where an exception
occured initially instead of place where the exception re-raised.

Change-Id: I57a1cb70ee7b7d839ccb86ae025b5161bd93a014
2016-07-14 06:45:27 +00:00
..
adapters Add v2/quotas 2016-07-06 20:06:17 +01:00
__init__.py Add support for getting Service Status 2016-04-12 16:32:17 +02:00
base.py Add support for getting Service Status 2016-04-12 16:32:17 +02:00
blacklist.py Add __str__() methods to DesignateObjects 2015-07-30 18:42:48 +01:00
floating_ip.py Update email addresses hp.com to hpe.com 2016-01-11 14:29:33 +00:00
pool.py Add scheduler for pools 2016-03-14 20:59:58 +00:00
pool_also_notify.py Enable use of Pools YAML 2016-03-17 19:13:31 +00:00
pool_attribute.py Add AttributeListObjectMixin class 2016-02-23 14:32:24 +00:00
pool_manager_status.py Rename all references of Domain to Zone 2015-11-17 15:22:16 +00:00
pool_nameserver.py Enable use of Pools YAML 2016-03-17 19:13:31 +00:00
pool_ns_record.py Object model: require "priority" field 2015-12-08 18:06:35 +00:00
pool_target.py Enable use of Pools YAML 2016-03-17 19:13:31 +00:00
pool_target_master.py Enable use of Pools YAML 2016-03-17 19:13:31 +00:00
pool_target_option.py Enable use of Pools YAML 2016-03-17 19:13:31 +00:00
quota.py Add v2/quotas 2016-07-06 20:06:17 +01:00
record.py Rename all references of Domain to Zone 2015-11-17 15:22:16 +00:00
recordset.py Correct reraising of exception 2016-07-14 06:45:27 +00:00
rrdata_a.py Enable Record Data Validation in v2 API 2015-03-30 21:29:44 +01:00
rrdata_aaaa.py Enable Record Data Validation in v2 API 2015-03-30 21:29:44 +01:00
rrdata_cname.py Enable Record Data Validation in v2 API 2015-03-30 21:29:44 +01:00
rrdata_mx.py Add validation for MX, TXT, and SSHFP records 2016-01-26 15:17:27 -06:00
rrdata_ns.py Fix wildcard NS record 2016-01-29 22:23:40 +00:00
rrdata_ptr.py Enable Record Data Validation in v2 API 2015-03-30 21:29:44 +01:00
rrdata_soa.py Enable Record Data Validation in v2 API 2015-03-30 21:29:44 +01:00
rrdata_spf.py Enable Record Data Validation in v2 API 2015-03-30 21:29:44 +01:00
rrdata_srv.py Validate SRV records have the correct name on the recordset 2015-04-07 16:38:23 +01:00
rrdata_sshfp.py Add validation for MX, TXT, and SSHFP records 2016-01-26 15:17:27 -06:00
rrdata_txt.py Add validation for MX, TXT, and SSHFP records 2016-01-26 15:17:27 -06:00
server.py Add __str__() methods to DesignateObjects 2015-07-30 18:42:48 +01:00
service_status.py Fix the service_status objects __str__() output 2016-05-06 15:50:47 +01:00
tenant.py Rename all references of Domain to Zone 2015-11-17 15:22:16 +00:00
tld.py Add __str__() methods to DesignateObjects 2015-07-30 18:42:48 +01:00
tsigkey.py Add __str__() methods to DesignateObjects 2015-07-30 18:42:48 +01:00
validation_error.py Fix the displayed error message in V2 API 2015-07-13 17:46:35 +01:00
zone.py Add delayed NOTIFY 2016-02-17 15:24:00 +00:00
zone_attribute.py Add scheduler for pools 2016-03-14 20:59:58 +00:00
zone_export.py Rename all references of Domain to Zone 2015-11-17 15:22:16 +00:00
zone_import.py Rename all references of Domain to Zone 2015-11-17 15:22:16 +00:00
zone_master.py Update email addresses hp.com to hpe.com 2016-01-11 14:29:33 +00:00
zone_transfer_accept.py Update email addresses hp.com to hpe.com 2016-01-11 14:29:33 +00:00
zone_transfer_request.py Update email addresses hp.com to hpe.com 2016-01-11 14:29:33 +00:00