From 49d07ca4cc24bfa57e91ec1f05a8cd867300e7f0 Mon Sep 17 00:00:00 2001 From: James Cammarata Date: Mon, 14 Jul 2014 12:30:39 -0500 Subject: [PATCH] Adding a note about 'type' field becoming required in rax_dns_record --- library/cloud/rax_dns_record | 1 + 1 file changed, 1 insertion(+) diff --git a/library/cloud/rax_dns_record b/library/cloud/rax_dns_record index 833b28f0383..dc85f2ef45d 100644 --- a/library/cloud/rax_dns_record +++ b/library/cloud/rax_dns_record @@ -82,6 +82,7 @@ notes: the Rackspace CloudDNS API" - To manipulate a C(PTR) record either C(loadbalancer) or C(server) must be supplied + - As of version 1.7, the C(type) field is required and no longer defaults to an C(A) record. - C(PTR) record support was added in version 1.7 author: Matt Martz extends_documentation_fragment: rackspace