From f728df506cb0f79c8c97d1e4cda983aac0478e00 Mon Sep 17 00:00:00 2001 From: Ricardo Carrillo Cruz Date: Fri, 6 May 2016 13:43:55 +0200 Subject: [PATCH] Amend the valid fields to update on recordsets Recordsets fields that can be modified are ttl, description and records. This was probably a copy-pasta from update_zone (sorry!). Change-Id: I1b46c5634ceedf3d0f258a8625f0adb2f1a3584a --- shade/openstackcloud.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shade/openstackcloud.py b/shade/openstackcloud.py index f86d4d141..e3f683841 100644 --- a/shade/openstackcloud.py +++ b/shade/openstackcloud.py @@ -5485,7 +5485,7 @@ class OpenStackCloud(object): zone=zone, name=name, type_=recordset_type, records=records, description=description, ttl=ttl)) - @_utils.valid_kwargs('email', 'description', 'ttl', 'masters') + @_utils.valid_kwargs('description', 'ttl', 'records') def update_recordset(self, zone, name_or_id, **kwargs): """Update a recordset.