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
This commit is contained in:
parent
31ac451e12
commit
f728df506c
@ -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.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user