rename topologysegment_refresh to topologysegment_reinitialize

https://fedorahosted.org/freeipa/ticket/5056

Reviewed-By: Martin Babinsky <mbabinsk@redhat.com>
This commit is contained in:
Petr Vobornik 2015-06-10 14:25:45 +02:00
parent 947af1a037
commit c9cbb1493a
3 changed files with 5 additions and 4 deletions

View File

@ -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)

View File

@ -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

View File

@ -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.')