mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-27 00:26:33 -06:00
rename topologysegment_refresh to topologysegment_reinitialize
https://fedorahosted.org/freeipa/ticket/5056 Reviewed-By: Martin Babinsky <mbabinsk@redhat.com>
This commit is contained in:
parent
947af1a037
commit
c9cbb1493a
2
API.txt
2
API.txt
@ -4825,7 +4825,7 @@ option: Str('version?', exclude='webui')
|
||||
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
||||
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
||||
output: PrimaryKey('value', None, None)
|
||||
command: topologysegment_refresh
|
||||
command: topologysegment_reinitialize
|
||||
args: 2,4,3
|
||||
arg: Str('topologysuffixcn', cli_name='topologysuffix', multivalue=False, primary_key=True, query=True, required=True)
|
||||
arg: Str('cn', attribute=True, cli_name='name', maxlength=255, multivalue=False, primary_key=True, query=True, required=True)
|
||||
|
5
VERSION
5
VERSION
@ -90,5 +90,6 @@ IPA_DATA_VERSION=20100614120000
|
||||
# #
|
||||
########################################################
|
||||
IPA_API_VERSION_MAJOR=2
|
||||
IPA_API_VERSION_MINOR=128
|
||||
# Last change: ftweedal - add caacl plugin
|
||||
IPA_API_VERSION_MINOR=129
|
||||
# Last change: pvoborni - rename topologysegment_refresh to
|
||||
# topologysegment_reinitialize
|
||||
|
@ -235,7 +235,7 @@ class topologysegment_mod(LDAPUpdate):
|
||||
|
||||
|
||||
@register()
|
||||
class topologysegment_refresh(LDAPQuery):
|
||||
class topologysegment_reinitialize(LDAPQuery):
|
||||
__doc__ = _('Request a full re-initialization of the node '
|
||||
'retrieving data from the other node.')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user