From c9cbb1493a8c9e10020c7f2104a345cd43535259 Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Wed, 10 Jun 2015 14:25:45 +0200 Subject: rename topologysegment_refresh to topologysegment_reinitialize https://fedorahosted.org/freeipa/ticket/5056 Reviewed-By: Martin Babinsky --- API.txt | 2 +- VERSION | 5 +++-- ipalib/plugins/topology.py | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/API.txt b/API.txt index fddecadcd..ba8227a57 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 639952df5..b31b66b2d 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 99781fd10..d055602a8 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.') -- cgit