https://fedorahosted.org/freeipa/ticket/5056 -- Petr Vobornik
From 30b5a7fcb3ef580335e7d869fcfa9faa3465527c Mon Sep 17 00:00:00 2001 From: Petr Vobornik <[email protected]> Date: Wed, 10 Jun 2015 14:25:45 +0200 Subject: [PATCH] rename topologysegment_refresh to topologysegment_reinitialize
https://fedorahosted.org/freeipa/ticket/5056 --- 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 9e3f223b7ac338840d7090299f9108e951ea920a..beb3891eff5de0eab72878a87435a02187ee36af 100644 --- a/API.txt +++ b/API.txt @@ -4635,7 +4635,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) diff --git a/VERSION b/VERSION index 535b3e228a3500f2013ea793b19a97d9fbd05021..d0ce89e2231e1d8eb6d4282ebf8c8ffdf8781e7a 100644 --- a/VERSION +++ b/VERSION @@ -90,5 +90,6 @@ IPA_DATA_VERSION=20100614120000 # # ######################################################## IPA_API_VERSION_MAJOR=2 -IPA_API_VERSION_MINOR=126 -# Last change: edewata - added vault-archive and vault-retrieve +IPA_API_VERSION_MINOR=127 +# Last change: pvoborni - rename topologysegment_refresh to +# topologysegment_reinitialize diff --git a/ipalib/plugins/topology.py b/ipalib/plugins/topology.py index 99781fd104f86fbffa139a441d31cbccb8188076..d055602a863a589ab35758b1e1b51a0e0934dfab 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.') -- 2.1.0
-- Manage your subscription for the Freeipa-devel mailing list: https://www.redhat.com/mailman/listinfo/freeipa-devel Contribute to FreeIPA: http://www.freeipa.org/page/Contribute/Code
