From c9cbb1493a8c9e10020c7f2104a345cd43535259 Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Jun 11 2015 11:08:34 +0000 Subject: rename topologysegment_refresh to topologysegment_reinitialize https://fedorahosted.org/freeipa/ticket/5056 Reviewed-By: Martin Babinsky --- diff --git a/API.txt b/API.txt index fddecad..ba8227a 100644 --- a/API.txt +++ b/API.txt @@ -4825,7 +4825,7 @@ option: Str('version?', exclude='webui') output: Entry('result', , Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None)) output: Output('summary', (, ), 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) diff --git a/VERSION b/VERSION index 639952d..b31b66b 100644 --- a/VERSION +++ b/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 diff --git a/ipalib/plugins/topology.py b/ipalib/plugins/topology.py index 99781fd..d055602 100644 --- a/ipalib/plugins/topology.py +++ b/ipalib/plugins/topology.py @@ -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.')